summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2013-05-16 04:21:59 +0200
committerAxel Beckert <abe@deuxchevaux.org>2013-05-16 04:21:59 +0200
commit8dcc85314ccee86dc33a1bf1cd10c57f900c17c1 (patch)
treef79814b9db4062a3eec948b993ea50d3ef2a1010
parentfe41112be1aa8c8eec899c48ad39a2004848e634 (diff)
downloadscreen-8dcc85314ccee86dc33a1bf1cd10c57f900c17c1.tar.gz
No more ignore dh_installman errors
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index aa27bc2..1b46b05 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ screen (4.1.0~20120320gitdb59704-8) UNRELEASED; urgency=low
+ Use dh_install and debian/install instead of install and cp
+ Simplify variable usage
+ Fix dh_clean vs dh_prep in install target
+ + No more ignore dh_installman errors
* Apply wrap-and-sort.
* Fix lintian warning package-contains-info-dir-file
diff --git a/debian/rules b/debian/rules
index 4d9d2b3..ad498c9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -74,7 +74,7 @@ binary-arch: install
dh_installdocs
dh_install
dh_installexamples
- dh_installman || true
+ dh_installman
dh_installinfo
dh_installdebconf
dh_installchangelogs -k patchlevel.h