Author: mkoch
Date: 2009-09-06 21:11:54 +0000 (Sun, 06 Sep 2009)
New Revision: 10302
Modified:
trunk/checkstyle/debian/changelog
trunk/checkstyle/debian/control
trunk/checkstyle/debian/rules
Log:
* Build-Depend on libjdom1-java instead of libjdom0-java.
(Closes: #543069).
* Added '${misc:Depends}' to Depends of checkstyle.
* Updated Standards-Version to 3.8.3.
Modified: trunk/checkstyle/debian/changelog
===================================================================
--- trunk/checkstyle/debian/changelog 2009-09-06 21:09:05 UTC (rev 10301)
+++ trunk/checkstyle/debian/changelog 2009-09-06 21:11:54 UTC (rev 10302)
@@ -1,10 +1,17 @@
-checkstyle (4.4+dfsg-3) UNRELEASED; urgency=low
+checkstyle (4.4+dfsg-4) UNRELEASED; urgency=low
+ [ Dominik Smatana ]
* debian/control
- fixed override disparity (Section: java)
- -- Dominik Smatana <[email protected]> Sat, 28 Mar 2009 14:36:48
+0100
+ [ Michael Koch ]
+ * Build-Depend on libjdom1-java instead of libjdom0-java.
+ (Closes: #543069).
+ * Added '${misc:Depends}' to Depends of checkstyle.
+ * Updated Standards-Version to 3.8.3.
+ -- Michael Koch <[email protected]> Sun, 06 Sep 2009 22:35:52 +0200
+
checkstyle (4.4+dfsg-2) unstable; urgency=low
[ Dominik Smatana ]
Modified: trunk/checkstyle/debian/control
===================================================================
--- trunk/checkstyle/debian/control 2009-09-06 21:09:05 UTC (rev 10301)
+++ trunk/checkstyle/debian/control 2009-09-06 21:11:54 UTC (rev 10302)
@@ -4,15 +4,15 @@
Maintainer: Debian Java Maintainers
<[email protected]>
Uploaders: Arnaud Vandyck <[email protected]>, Dominik Smatana
<[email protected]>, Michael Koch <[email protected]>, Paul Cager
<[email protected]>
Build-Depends: cdbs, debhelper (>= 5), ant
-Build-Depends-Indep: default-jdk-builddep, ant-optional, junit (>= 3.8.1),
libcommons-beanutils-java (>= 1.5), libcommons-collections-java (>= 2.1),
libcommons-logging-java (>= 1.0.3), libregexp-java, antlr (>= 2.7.6),
libcommons-cli-java, velocity, libjdom0-java, tofrodos
-Standards-Version: 3.8.0
+Build-Depends-Indep: default-jdk-builddep, ant-optional, junit (>= 3.8.1),
libcommons-beanutils-java (>= 1.5), libcommons-collections-java (>= 2.1),
libcommons-logging-java (>= 1.0.3), libregexp-java, antlr (>= 2.7.6),
libcommons-cli-java, velocity, libjdom1-java, tofrodos
+Standards-Version: 3.8.3
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/checkstyle
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/checkstyle
Homepage: http://checkstyle.sourceforge.net/
Package: checkstyle
Architecture: all
-Depends: default-jre | 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,
java-wrappers (>= 0.1.6)
+Depends: default-jre | 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,
java-wrappers (>= 0.1.6), ${misc:Depends}
Description: checks Java source against a coding standard
Checkstyle is a development tool to help programmers write Java code that
adheres to a coding standard. It automates the process of checking Java
Modified: trunk/checkstyle/debian/rules
===================================================================
--- trunk/checkstyle/debian/rules 2009-09-06 21:09:05 UTC (rev 10301)
+++ trunk/checkstyle/debian/rules 2009-09-06 21:11:54 UTC (rev 10302)
@@ -12,7 +12,7 @@
JAVA_HOME := /usr/lib/jvm/default-java/
ANT_HOME := /usr/share/ant
-DEB_JARS := junit commons-beanutils commons-collections
commons-logging regexp antlr commons-cli $(ANT_HOME)/lib/ant-nodeps.jar
velocity jdom0 xercesImpl logkit log4j-1.2
+DEB_JARS := junit commons-beanutils commons-collections
commons-logging regexp antlr commons-cli $(ANT_HOME)/lib/ant-nodeps.jar
velocity jdom1 xercesImpl logkit log4j-1.2
VERSION := $(shell echo $(DEB_UPSTREAM_VERSION) | sed 's/+.*//')
DOWNLOAD :=
http://heanet.dl.sourceforge.net/sourceforge/checkstyle/checkstyle-src-$(VERSION).tar.gz
#DEB_ANT_ARGS := -verbose
_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits