This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository jabref.
commit 1712da3c088db2396610cbfa0dc5cf55cee48493 Author: tony mancill <[email protected]> Date: Sun Dec 27 07:10:07 2009 +0000 convert to 3.0 (quilt) source format --- debian/changelog | 6 ++++++ debian/control | 2 +- debian/rules | 3 ++- debian/source/format | 1 + 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 31cf121..af9c840 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +jabref (2.6~beta2-2) unstable; urgency=low + + * (Trivial) conversion to source 3.0 format. + + -- tony mancill <[email protected]> Sat, 26 Dec 2009 09:16:25 -0800 + jabref (2.6~beta2-1) unstable; urgency=low * Remove alternative dependency on sun-java5-jre which was removed from the diff --git a/debian/control b/debian/control index 81b8b11..e0acdd4 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: contrib/tex Priority: optional Maintainer: gregor herrmann <[email protected]> Uploaders: tony mancill <[email protected]> -Build-Depends: debhelper (>= 7.3.7), quilt (>= 0.46-7), ant +Build-Depends: debhelper (>= 7.3.7), ant Build-Depends-Indep: default-jdk-builddep, imagemagick, liblog4j1.2-java, antlr, antlr3, libjgoodies-looks-java, libjgoodies-forms-java, libspin-java, libglazedlists-java, libmicroba-java, libpdfbox-java, libjempbox-java (>= 0.2.0), diff --git a/debian/rules b/debian/rules index 3eadeff..542bc70 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh --with quilt $@ + dh $@ override_dh_auto_build: JAVA_HOME=/usr/lib/jvm/default-java ANT_OPTS=-D"file.encoding=UTF-8" \ @@ -12,6 +12,7 @@ override_dh_auto_build: override_dh_auto_install: dh_auto_install install -m 755 debian/jabref-wrapper $(CURDIR)/debian/jabref/usr/bin/jabref + dh_installdocs src/txt/README override_dh_installchangelogs: dh_installchangelogs src/txt/CHANGELOG diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jabref.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

