diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2013-05-16 04:15:49 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2013-05-16 04:15:59 +0200 |
commit | 15c775c4728bef98ecf394728fa7516f31b3e603 (patch) | |
tree | a48c4478cfff4ab13ad909b98e900c1d7d50e478 | |
parent | 5f785873adf60b1184b37927163ea78fe681a610 (diff) | |
download | screen-15c775c4728bef98ecf394728fa7516f31b3e603.tar.gz |
debian/rules: Simplify variable usage
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 19eb535..d596dff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,7 @@ screen (4.1.0~20120320gitdb59704-8) UNRELEASED; urgency=low + Use debian/clean instead of dh_clean parameters and add some more files to clean up + Use dh_install and debian/install instead of install and cp + + Simplify variable usage * 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 2c3462d..eb7f0dc 100755 --- a/debian/rules +++ b/debian/rules @@ -7,8 +7,7 @@ # Uncomment me to turn on debugging #export DH_VERBOSE=1 -package := screen -ROOT := $(CURDIR)/debian/$(package) +ROOT := $(CURDIR)/debian/screen # statically define this... sucko TTYGROUP := 5 |