diff options
author | Junichi Uekawa <dancer@dancer64.netfort.gr.jp> | 2007-05-27 14:51:01 +0900 |
---|---|---|
committer | Junichi Uekawa <dancer@dancer64.netfort.gr.jp> | 2007-05-27 14:51:01 +0900 |
commit | b1afa50c76e4f2bb65a0a35ef08dc4e5adf5fd37 (patch) | |
tree | 0533dae5b68305804b7de0f6d4bc6d732286e9ab | |
parent | 8d17235cb27072a502392e270036cf1bb335c9e6 (diff) | |
download | pbuilder-b1afa50c76e4f2bb65a0a35ef08dc4e5adf5fd37.tar pbuilder-b1afa50c76e4f2bb65a0a35ef08dc4e5adf5fd37.tar.gz |
use debian/compat instead of DH_COMPAT
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/compat | 1 | ||||
-rwxr-xr-x | debian/rules | 1 |
3 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 73a0264..0958f7c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,7 @@ pbuilder (0.167) UNRELEASED; urgency=low - output is tee'd to terminal and also the logfile. * add C11screen example script, which starts up GNU screen after build failure. + * specify debian/compat (4) instead of DH_COMPAT in debian/rules [ Loic Minier ] * Tune aptitude opts in pbuilder-satisfydepends-aptitude to handle complex diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..bf0d87a --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +4
\ No newline at end of file diff --git a/debian/rules b/debian/rules index e07aa50..404c46c 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,6 @@ #export DH_VERBOSE=1 # This is the debhelper compatability version to use. -export DH_COMPAT=4 ARCH=$(shell dpkg-architecture -qDEB_HOST_ARCH) configure: configure-stamp |