1
0
mirror of synced 2026-04-29 21:36:55 +00:00

Bump debhelper compat to 7

This commit is contained in:
Axel Beckert
2010-03-03 01:56:05 +01:00
parent faee230c4b
commit 10cc9763a4
3 changed files with 4 additions and 2 deletions

2
debian/changelog vendored
View File

@@ -17,6 +17,8 @@ xen-tools (4.2~rc1-1) UNRELEASED; urgency=low
* Downgrade reiserfsprogs, xfsprogs and rinse to Suggests. (Closes:
#561618)
* Bump Standards-Version to 3.8.4 (no changes necessary)
* Bump Debhelper Compatibility to 7
- Replace "dh_clean -k" by "dh_prep"
* Add Vcs-* headers pointing to new upstream and packaging repository
* Fix some Lintian warnings:
- [debian/control]: debhelper-but-no-misc-depends

2
debian/compat vendored
View File

@@ -1 +1 @@
4
7

2
debian/rules vendored
View File

@@ -25,7 +25,7 @@ clean:
install: build
dh_testdir
dh_testroot
dh_clean -k
dh_prep
make manpages
make install prefix=`pwd`/debian/xen-tools