This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository jabref.
commit 9e619e13c6aed18a8669cfac08e95215a40c5488 Author: gregor herrmann <[email protected]> Date: Fri Feb 10 21:34:41 2012 +0100 Switch to "3.0 (quilt)" source format. Remove quilt framework, update debian/README.source. --- debian/README.source | 6 ------ debian/control | 2 +- debian/rules | 2 +- debian/source/format | 2 +- 4 files changed, 3 insertions(+), 9 deletions(-) diff --git a/debian/README.source b/debian/README.source index 64f0496..8e9d673 100644 --- a/debian/README.source +++ b/debian/README.source @@ -1,9 +1,3 @@ -This package uses quilt to manage all modifications to the upstream -source. Changes are stored in the source package as diffs in -debian/patches and applied during the build. - -See /usr/share/doc/quilt/README.source for a detailed explanation. - The files ./src/java/net/sf/jabref/bst/BstLexer.java and ./src/java/net/sf/jabref/bst/BstParser.java are generated with the command (also note that the Bst.g file is included in the patch diff --git a/debian/control b/debian/control index 3eeedf7..f20f829 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: tex Priority: optional Maintainer: gregor herrmann <[email protected]> Uploaders: tony mancill <[email protected]> -Build-Depends: debhelper (>= 8), quilt (>= 0.46-7) +Build-Depends: debhelper (>= 8) Build-Depends-Indep: ant, antlr, antlr3 (>= 3.2), diff --git a/debian/rules b/debian/rules index e0df292..e44f02d 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --with quilt + dh $@ override_dh_auto_clean: # ant clean fails if build.xml is not patched diff --git a/debian/source/format b/debian/source/format index d3827e7..163aaf8 100644 --- a/debian/source/format +++ b/debian/source/format @@ -1 +1 @@ -1.0 +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

