Author: twerner Date: 2010-05-25 21:55:18 +0000 (Tue, 25 May 2010) New Revision: 12514
Modified: trunk/libcommons-logging-java/debian/changelog trunk/libcommons-logging-java/debian/control trunk/libcommons-logging-java/debian/rules Log: * Team upload * Remove Arnaud from Uploaders list. Modified: trunk/libcommons-logging-java/debian/changelog =================================================================== --- trunk/libcommons-logging-java/debian/changelog 2010-05-25 21:00:56 UTC (rev 12513) +++ trunk/libcommons-logging-java/debian/changelog 2010-05-25 21:55:18 UTC (rev 12514) @@ -1,10 +1,11 @@ -libcommons-logging-java (1.1.1-7.1) unstable; urgency=low +libcommons-logging-java (1.1.1-8) unstable; urgency=low - UNRELEASED + * Team upload * Non-maintainer upload. * Add POM file for commons-api. (Closes: #581853) + * Remove Arnaud from Uploaders list. - -- Torsten Werner <[email protected]> Thu, 20 May 2010 10:15:19 +0200 + -- Torsten Werner <[email protected]> Tue, 25 May 2010 23:50:33 +0200 libcommons-logging-java (1.1.1-7) unstable; urgency=low Modified: trunk/libcommons-logging-java/debian/control =================================================================== --- trunk/libcommons-logging-java/debian/control 2010-05-25 21:00:56 UTC (rev 12513) +++ trunk/libcommons-logging-java/debian/control 2010-05-25 21:55:18 UTC (rev 12514) @@ -2,8 +2,8 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Arnaud Vandyck <[email protected]>, Michael Koch <[email protected]>, - Varun Hiremath <[email protected]>, Niels Thykier <[email protected]> +Uploaders: Michael Koch <[email protected]>, Varun Hiremath <[email protected]>, + Niels Thykier <[email protected]> Build-Depends: debhelper (>= 7), cdbs, default-jdk, ant-optional Build-Depends-Indep: maven-repo-helper, libexcalibur-logkit-java, liblog4j1.2-java, junit, libservlet2.5-java, libavalon-framework-java Standards-Version: 3.8.4 Modified: trunk/libcommons-logging-java/debian/rules =================================================================== --- trunk/libcommons-logging-java/debian/rules 2010-05-25 21:00:56 UTC (rev 12513) +++ trunk/libcommons-logging-java/debian/rules 2010-05-25 21:55:18 UTC (rev 12514) @@ -15,12 +15,12 @@ install -m644 src/main/conf/MANIFEST.MF src/main/resources/META-INF/ binary-post-install/$(PACKAGE):: - mh_installpoms -p$(PACKAGE) - mh_installjar -p$(PACKAGE) -l pom.xml target/commons-logging-$(VERSION).jar - # commons-logging-api and commons-logging-adapters have either no POMs or an old version of - # a POM file. Don't install them in the Maven repository for now. - mh_installpoms -p$(PACKAGE) - mh_installjar -p$(PACKAGE) -l debian/pom-api.xml target/commons-logging-api-$(VERSION).jar + mh_installpoms -p$(PACKAGE) -e$(VERSION) + mh_installjar -p$(PACKAGE) -e$(VERSION) -l pom.xml \ + target/commons-logging-$(VERSION).jar + mh_installjar -p$(PACKAGE) -e$(VERSION) -l debian/pom-api.xml \ + target/commons-logging-api-$(VERSION).jar + # commons-logging-adapters has no POM dh_install target/commons-logging-adapters-$(VERSION).jar usr/share/java dh_link usr/share/java/commons-logging-adapters-$(VERSION).jar usr/share/java/commons-logging-adapters.jar _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

