svn2cl commit: r152 - debian/svn2cl/trunk/debian
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
svn2cl commit: r152 - debian/svn2cl/trunk/debian
- From: Commits of the svn2cl project <svn2cl-commits [at] lists.arthurdejong.org>
- To: svn2cl-commits [at] lists.arthurdejong.org
- Reply-to: svn2cl-users [at] lists.arthurdejong.org
- Subject: svn2cl commit: r152 - debian/svn2cl/trunk/debian
- Date: Sat, 23 Jun 2012 23:21:34 +0200 (CEST)
Author: arthur
Date: Sat Jun 23 23:21:34 2012
New Revision: 152
URL: http://arthurdejong.org/viewvc/svn2cl?revision=152&view=revision
Log:
provide a nicer package description
Modified:
debian/svn2cl/trunk/debian/control
Modified: debian/svn2cl/trunk/debian/control
==============================================================================
--- debian/svn2cl/trunk/debian/control Sat Jun 23 21:15:42 2012 (r151)
+++ debian/svn2cl/trunk/debian/control Sat Jun 23 23:21:34 2012 (r152)
@@ -12,6 +12,8 @@
Architecture: all
Depends: subversion (>= 1.5), ${misc:Depends}, ${shlibs:Depends}, xsltproc
Breaks: subversion-tools (<< 1.7.5-1)
-Description: Generate GNU-style changelog from svn repository history
- This tool uses an xsl stylesheet for generating a classic GNU-style
- ChangeLog from a Subversion repository log.
+Description: Generate a GNU-style ChangeLog from Subversion repository history
+ This tool generates a classic GNU-style ChangeLog from the log messages
+ in a Subversion repository. It works as a wrapper around the 'svn log'
+ command, parsing the XML output with an XSLT stylesheet. Alternatively it
+ can generate HTML output.
--
To unsubscribe send an email to
svn2cl-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/svn2cl-commits/
- svn2cl commit: r152 - debian/svn2cl/trunk/debian,
Commits of the svn2cl project