diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2013-07-22 12:59:15 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2013-07-22 12:59:15 +0200 |
commit | 804937051fbc71aee3d26c3e9307526f4db57dd7 (patch) | |
tree | 67ddf92fc6f67b9990be91afd552c4321ed69e72 | |
parent | 65eb6af9cbdac95f6b1e29c7ae068f45ef64706d (diff) | |
download | screen-804937051fbc71aee3d26c3e9307526f4db57dd7.tar.gz |
No more pass --update-rcd-params='start 70 S .' to dh_installinit
The LSB headers of the init script already contain all necesssary
information.
Closes: #717553
-rw-r--r-- | debian/changelog | 3 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 550e754..e467678 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,9 @@ screen (4.1.0~20120320gitdb59704-9) UNRELEASED; urgency=low (Closes: #680360) * Add a package with debugging symbols (Closes: #715170) * Ensure that the title prompt can only appear once. (Closes: #625866) + * No more pass --update-rcd-params='start 70 S .' to dh_installinit. The + LSB headers of the init script already contain all necesssary + information. (Closes: #717553) -- Axel Beckert <abe@debian.org> Sun, 14 Jul 2013 21:23:58 +0200 diff --git a/debian/rules b/debian/rules index 458baf8..0802b16 100755 --- a/debian/rules +++ b/debian/rules @@ -54,7 +54,7 @@ override_dh_installchangelogs: dh_installchangelogs -k patchlevel.h override_dh_installinit: - dh_installinit --no-start --init-script='screen-cleanup' --update-rcd-params='start 70 S .' + dh_installinit --no-start --init-script='screen-cleanup' override_dh_fixperms: dh_fixperms -X/usr/bin/screen |