This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libitext-java.
commit 8e8558442ecdc84b4b9e25250f950b525e2631db Author: Stephen Nelson <[email protected]> Date: Mon Jan 20 23:03:12 2014 +0000 Providing Maven artifacts (Closes #729010). Updating the standards version to 3.9.5. Adding a dependency on maven-repo-helper Wrap and sort Build-Depends. --- debian/changelog | 11 +++++++++++ debian/control | 17 +++++++++++++---- debian/libitext-java.poms | 1 + debian/rules | 3 +++ 4 files changed, 28 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 462e930..1ad4f79 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +libitext-java (2.1.7-8) unstable; urgency=low + + * Team upload. + * Bumped standards version to 3.9.5 (no changes). + * Wrap and sort Build-Depends. + * Add a build dependency on maven-repo-helper. + * Provide Maven artifacts (Closes #729010). + * Add mh_clean to clean target. + + -- Stephen Nelson <[email protected]> Mon, 20 Jan 2014 22:59:50 +0000 + libitext-java (2.1.7-7) unstable; urgency=low * Patched to compile against Bouncy Castle 1.49 diff --git a/debian/control b/debian/control index df793bd..030f795 100644 --- a/debian/control +++ b/debian/control @@ -4,10 +4,19 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Adriaan Peeters <[email protected]>, Torsten Werner <[email protected]>, Emmanuel Bourg <[email protected]> -Build-Depends: debhelper (>= 9), cdbs, default-jdk, ant, libbcprov-java (>= 1.48), - libbcmail-java, libbcpkix-java, libdom4j-java, libpdfrenderer-java, gcj-native-helper, - javahelper (>= 0.43) -Standards-Version: 3.9.4 +Build-Depends: ant, + debhelper (>= 9), + default-jdk, + cdbs, + gcj-native-helper, + javahelper (>= 0.43), + libbcmail-java, + libbcpkix-java, + libbcprov-java (>= 1.48), + libdom4j-java, + libpdfrenderer-java, + maven-repo-helper +Standards-Version: 3.9.5 Homepage: http://www.lowagie.com/iText/ Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/libitext-java Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/libitext-java diff --git a/debian/libitext-java.poms b/debian/libitext-java.poms new file mode 100644 index 0000000..d2bf67a --- /dev/null +++ b/debian/libitext-java.poms @@ -0,0 +1 @@ +ant/pom.xml diff --git a/debian/rules b/debian/rules index c412e7f..0272b66 100755 --- a/debian/rules +++ b/debian/rules @@ -33,6 +33,8 @@ install/lib$(LIBRARY_PACKAGE)-java:: install -m 644 lib/iText.jar debian/lib$(LIBRARY_PACKAGE)-java/usr/share/java/$(LIBRARY_PACKAGE)-$(DEB_UPSTREAM_VERSION).jar dh_link -plib$(LIBRARY_PACKAGE)-java usr/share/java/$(LIBRARY_PACKAGE)-$(DEB_UPSTREAM_VERSION).jar usr/share/java/$(LIBRARY_PACKAGE).jar jh_depends -plib$(LIBRARY_PACKAGE)-java + mh_installpoms -plib$(LIBRARY_PACKAGE)-java -e$(DEB_UPSTREAM_VERSION) + mh_installjar -plib$(LIBRARY_PACKAGE)-java -l -e$(DEB_UPSTREAM_VERSION) ant/pom.xml debian/lib$(LIBRARY_PACKAGE)-java/usr/share/java/$(LIBRARY_PACKAGE)-$(DEB_UPSTREAM_VERSION).jar install/lib$(LIBRARY_PACKAGE)-rtf-java:: dh_installdirs -plib$(LIBRARY_PACKAGE)-rtf-java usr/share/java @@ -59,6 +61,7 @@ endif clean:: dh_testdir dh_testroot + mh_clean -rm -rf build src lib debian/stamp-* get-orig-source: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libitext-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

