This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository java-policy.
commit 8d2eb3017c1d1347064e9094bb2f19e4cba760c8 Author: Michael Koch <[email protected]> Date: Mon Nov 12 07:02:05 2007 +0000 java-common (0.27) unstable; urgency=low * Updated FAQ. Closes: #449282. * Updated debhelper level to 5. -- Michael Koch <[email protected]> Mon, 12 Nov 2007 07:59:27 +0100 --- debian/changelog | 7 +++++++ debian/compat | 1 + debian/control | 2 +- debian/rules | 2 -- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5975e3b..529abc6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +java-common (0.27) unstable; urgency=low + + * Updated FAQ. Closes: #449282. + * Updated debhelper level to 5. + + -- Michael Koch <[email protected]> Mon, 12 Nov 2007 07:59:27 +0100 + java-common (0.26) unstable; urgency=low * Fixed typo in package description. Closes: #363985. diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7ed6ff8 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/control b/debian/control index 0f880f0..9f134e9 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: misc Priority: optional Maintainer: Debian Java Mailing List <[email protected]> Uploaders: Stefan Gybas <[email protected]>, Arnaud Vandyck <[email protected]>, Michael Koch <[email protected]> -Build-Depends: debhelper (>= 3.0.0) +Build-Depends: debhelper (>= 5) Build-Depends-Indep: debiandoc-sgml, docbook-utils, docbook-xml, dpsyco-devel, lynx Standards-Version: 3.7.2 diff --git a/debian/rules b/debian/rules index 3c4b39e..f4b07d7 100755 --- a/debian/rules +++ b/debian/rules @@ -6,8 +6,6 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -export DH_COMPAT=4 - build: build-stamp build-stamp: dh_testdir -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/java-policy.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

