diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2013-05-16 04:20:17 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2013-05-16 04:20:17 +0200 |
commit | d91413f50c046ce002f9eb66291d5feb1ab76b2c (patch) | |
tree | 634e34e982d104c63c74ac62a838259df78b3aa9 | |
parent | 15c775c4728bef98ecf394728fa7516f31b3e603 (diff) | |
download | screen-d91413f50c046ce002f9eb66291d5feb1ab76b2c.tar.gz |
Fix dh_clean vs dh_prep in install target
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index d596dff..8bce5eb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ screen (4.1.0~20120320gitdb59704-8) UNRELEASED; urgency=low files to clean up + Use dh_install and debian/install instead of install and cp + Simplify variable usage + + Fix dh_clean vs dh_prep in install target * Apply wrap-and-sort. -- Axel Beckert <abe@debian.org> Thu, 16 May 2013 03:15:42 +0200 diff --git a/debian/rules b/debian/rules index eb7f0dc..89ea232 100755 --- a/debian/rules +++ b/debian/rules @@ -51,7 +51,7 @@ install: install-stamp install-stamp: build-stamp dh_testdir dh_testroot - dh_clean + dh_prep dh_installdirs # can't call the normal install target b/c it installs the info files # and other crud |