[pkg-java] r4364 - trunk/checkstyle/debian
paulcager-guest at alioth.debian.org
paulcager-guest at alioth.debian.org
Fri Oct 12 21:17:57 UTC 2007
Author: paulcager-guest
Date: 2007-10-12 21:17:56 +0000 (Fri, 12 Oct 2007)
New Revision: 4364
Modified:
trunk/checkstyle/debian/changelog
trunk/checkstyle/debian/control
trunk/checkstyle/debian/watch
Log:
Removed Homepage pseudo-tag.
Updated watch file to ignore dfsg suffix (thanks to Michael Koch).
Depend on java-gcj-compat rather than kaffe.
Modified: trunk/checkstyle/debian/changelog
===================================================================
--- trunk/checkstyle/debian/changelog 2007-10-12 18:52:08 UTC (rev 4363)
+++ trunk/checkstyle/debian/changelog 2007-10-12 21:17:56 UTC (rev 4364)
@@ -1,5 +1,6 @@
checkstyle (4.3+dfsg1-1) unstable; urgency=low
+ [ Paul Cager ]
* New upstream release. (Closes: #433350)
* FTBFS: Illegal class or package name.
Now built with GIJ and new Ant. (Closes: #432540)
@@ -10,8 +11,11 @@
* Ships additional files. (Closes: #434316)
* compat version 5 (no changes necessary).
- -- Paul Cager <paul-debian at home.paulcager.org> Thu, 11 Oct 2007 21:22:08 +0100
+ [ Michael Koch ]
+ * Updated watch file.
+ -- Michael Koch <konqueror at gmx.de> Fri, 12 Oct 2007 07:31:11 +0200
+
checkstyle (4.1+dfsg-1) unstable; urgency=high
* Removed third-party Jars in the orig source tarball (Closes #383791).
Modified: trunk/checkstyle/debian/control
===================================================================
--- trunk/checkstyle/debian/control 2007-10-12 18:52:08 UTC (rev 4363)
+++ trunk/checkstyle/debian/control 2007-10-12 21:17:56 UTC (rev 4364)
@@ -12,7 +12,7 @@
Package: checkstyle
Architecture: all
-Depends: kaffe (>= 2:1.1.5-3) | java1-runtime | java2-runtime, junit (>= 3.8.1), libcommons-beanutils-java (>= 1.5), libcommons-collections-java (>= 2.1), libcommons-logging-java (>= 1.0.3), libregexp-java, antlr, libcommons-cli-java
+Depends: java-gcj-compat | java1-runtime | java2-runtime, junit (>= 3.8.1), libcommons-beanutils-java (>= 1.5), libcommons-collections-java (>= 2.1), libcommons-logging-java (>= 1.0.3), libregexp-java, antlr, libcommons-cli-java
Homepage: http://checkstyle.sourceforge.net/
Description: checks Java source against a coding standard
Checkstyle is a development tool to help programmers write Java code that
@@ -24,5 +24,3 @@
coding standard. An example configuration file is supplied supporting the
Sun Code Conventions. As well, other sample configuration files are
supplied for other well known conventions.
- .
- Homepage: http://checkstyle.sourceforge.net/
Modified: trunk/checkstyle/debian/watch
===================================================================
--- trunk/checkstyle/debian/watch 2007-10-12 18:52:08 UTC (rev 4363)
+++ trunk/checkstyle/debian/watch 2007-10-12 21:17:56 UTC (rev 4364)
@@ -1,2 +1,3 @@
-version=2
-http://heanet.dl.sourceforge.net/sourceforge/checkstyle/checkstyle-src-([\d+\.]+)\.tar\.gz debian uupdate
+version=3
+opts=dversionmangle=s/\+dfsg\d+$// \
+ http://heanet.dl.sourceforge.net/sourceforge/checkstyle/checkstyle-src-([\d+\.]+)\.tar\.gz debian uupdate
More information about the pkg-java-commits
mailing list