Author: paulcager-guest Date: 2007-11-19 23:34:44 +0000 (Mon, 19 Nov 2007) New Revision: 4792
Modified: trunk/checkstyle/debian/changelog trunk/checkstyle/debian/control trunk/checkstyle/debian/rules Log: checkstyle (4.3+dfsg1-2) unstable; urgency=low * Include sun_checks.xml and checkstyle_checks.xml (Closes: #451802) * Use Vcs-Browser and Vcs-Svn fields. Modified: trunk/checkstyle/debian/changelog =================================================================== --- trunk/checkstyle/debian/changelog 2007-11-19 15:51:37 UTC (rev 4791) +++ trunk/checkstyle/debian/changelog 2007-11-19 23:34:44 UTC (rev 4792) @@ -1,3 +1,11 @@ +checkstyle (4.3+dfsg1-2) unstable; urgency=low + + * Include sun_checks.xml and checkstyle_checks.xml + (Closes: #451802) + * Use Vcs-Browser and Vcs-Svn fields. + + -- Paul Cager <[EMAIL PROTECTED]> Sun, 18 Nov 2007 21:41:24 +0000 + checkstyle (4.3+dfsg1-1) unstable; urgency=low [ Paul Cager ] Modified: trunk/checkstyle/debian/control =================================================================== --- trunk/checkstyle/debian/control 2007-11-19 15:51:37 UTC (rev 4791) +++ trunk/checkstyle/debian/control 2007-11-19 23:34:44 UTC (rev 4792) @@ -6,8 +6,8 @@ Build-Depends: cdbs, debhelper (>= 5), ant Build-Depends-Indep: java-gcj-compat-dev, 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.7.2 -XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/checkstyle -XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/checkstyle +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 Modified: trunk/checkstyle/debian/rules =================================================================== --- trunk/checkstyle/debian/rules 2007-11-19 15:51:37 UTC (rev 4791) +++ trunk/checkstyle/debian/rules 2007-11-19 23:34:44 UTC (rev 4792) @@ -41,3 +41,5 @@ dh_link usr/share/java/$(PACKAGE)-optional-$(VERSION).jar usr/share/java/$(PACKAGE)-optional.jar find target/checkstyle -name '*.dtd' -exec dh_install {} usr/share/checkstyle/dtd \; find target/dist -name '*.xsl' -exec dh_install {} usr/share/checkstyle/xsl \; + dh_install target/dist/$(PACKAGE)-$(VERSION)/sun_checks.xml usr/share/checkstyle + dh_install target/dist/$(PACKAGE)-$(VERSION)/checkstyle_checks.xml usr/share/checkstyle _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

