This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository jabref.
commit ce2b537f5bca370a9c7a78a1a2bd3f1168099b4f Author: gregor herrmann <[email protected]> Date: Fri Jul 1 01:08:51 2011 +0000 Change order of arguments for dh in debian/rules. --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 79a5bf5..58b5889 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ jabref (2.7~beta1+ds-5) UNRELEASED; urgency=low (closes: #626582). * Bump debhelper compatibility level to 8. * Set Standards-Version to 3.9.2 (no changes). + * Change order of arguments for dh in debian/rules. -- gregor herrmann <[email protected]> Sun, 22 May 2011 17:30:48 +0200 diff --git a/debian/rules b/debian/rules index b02cc18..e0df292 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh --with quilt $@ + dh $@ --with quilt override_dh_auto_clean: # ant clean fails if build.xml is not patched -- 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

