Author: nthykier-guest Date: 2010-04-05 20:24:25 +0000 (Mon, 05 Apr 2010) New Revision: 12013
Modified: trunk/java-common/debian/changelog trunk/java-common/debian/control trunk/java-common/debian/java-common.doc-base.policy trunk/java-common/debian/rules Log: Removed Arnaud Vandyck from Uploaders and added dh_lintian. Modified: trunk/java-common/debian/changelog =================================================================== --- trunk/java-common/debian/changelog 2010-04-05 20:22:12 UTC (rev 12012) +++ trunk/java-common/debian/changelog 2010-04-05 20:24:25 UTC (rev 12013) @@ -19,6 +19,8 @@ * Set DM-Upload-Allowed. * Removed self suggest in default-jre. * Fixed a spelling mistake in README.Debian. + * Removed Arnaud Vandyck from Uploaders - Thanks for your work on this + package. -- Niels Thykier <[email protected]> Mon, 05 Apr 2010 18:01:40 +0200 Modified: trunk/java-common/debian/control =================================================================== --- trunk/java-common/debian/control 2010-04-05 20:22:12 UTC (rev 12012) +++ trunk/java-common/debian/control 2010-04-05 20:24:25 UTC (rev 12013) @@ -2,7 +2,7 @@ Section: java Priority: optional Maintainer: Debian Java Mailing List <[email protected]> -Uploaders: Stefan Gybas <[email protected]>, Arnaud Vandyck <[email protected]>, Michael Koch <[email protected]>, Matthias Klose <[email protected]>, Torsten Werner <[email protected]>, +Uploaders: Stefan Gybas <[email protected]>, Michael Koch <[email protected]>, Matthias Klose <[email protected]>, Torsten Werner <[email protected]>, Niels Thykier <[email protected]> Build-Depends: debhelper (>= 7) Build-Depends-Indep: debiandoc-sgml, docbook-utils, docbook-xml, dpsyco-devel, lynx Modified: trunk/java-common/debian/java-common.doc-base.policy =================================================================== --- trunk/java-common/debian/java-common.doc-base.policy 2010-04-05 20:22:12 UTC (rev 12012) +++ trunk/java-common/debian/java-common.doc-base.policy 2010-04-05 20:24:25 UTC (rev 12013) @@ -1,11 +1,8 @@ Document: java-policy Title: Debian Java Policy (proposal) -Author: Stephane Bortzmeyer +Author: Niels Thykier Abstract: The Debian Java Policy (currently a proposal) - describes how Java packages are handled in Debian - and the different conventions regarding the use - of virtual package likes java-virtual-machine or - java-compiler. + describes how Java packages are handled in Debian. Section: Debian Format: text Modified: trunk/java-common/debian/rules =================================================================== --- trunk/java-common/debian/rules 2010-04-05 20:22:12 UTC (rev 12012) +++ trunk/java-common/debian/rules 2010-04-05 20:24:25 UTC (rev 12013) @@ -93,6 +93,7 @@ ln -sf $$t debian/$$p/usr/share/doc/$$p; \ t=$$p; \ done + dh_lintian -a dh_compress -a dh_fixperms -a dh_installdeb -a @@ -129,6 +130,7 @@ dh_installman -i dh_installchangelogs -i dh_link -i + dh_lintian -i dh_compress -i dh_fixperms -i dh_installdeb -i _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

