diff options
author | Michael Koch <konqueror@gmx.de> | 2007-11-12 07:02:05 +0000 |
---|---|---|
committer | Michael Koch <konqueror@gmx.de> | 2007-11-12 07:02:05 +0000 |
commit | 8d2eb3017c1d1347064e9094bb2f19e4cba760c8 (patch) | |
tree | 4efa2a4902208953ce8881dae225bbfc18fb8352 | |
parent | 9a22f5239e74868ae877ed4449deb1cb2e36b102 (diff) | |
download | java-common-8d2eb3017c1d1347064e9094bb2f19e4cba760c8.tar.gz |
java-common (0.27) unstable; urgency=lowdebian/0.27
* Updated FAQ. Closes: #449282.
* Updated debhelper level to 5.
-- Michael Koch <konqueror@gmx.de> Mon, 12 Nov 2007 07:59:27 +0100
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | 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 <konqueror@gmx.de> 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 <debian-java@lists.debian.org> Uploaders: Stefan Gybas <sgybas@debian.org>, Arnaud Vandyck <avdyk@debian.org>, Michael Koch <konqueror@gmx.de> -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 |