Control: tag -1 patch [email protected] [2015-11-13 7:49 +0100]: > your package eeepc-acpi-scripts declares a versioned dependency on the > initscripts > package. Most likely, it was added for the /run-transition in wheezy.
Correct, it was added in 2011 in http://anonscm.debian.org/cgit/debian-eeepc/eeepc-acpi-scripts.git/commit/?id=732613eab9 for the /run transition, so it's entirely obsolete now. Patch against packaging git attached. Thanks, Martin -- Martin Pitt | http://www.piware.de Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org)
>From a69ed316b03e2fbb71561ecb23322185284c0280 Mon Sep 17 00:00:00 2001 From: Martin Pitt <[email protected]> Date: Wed, 22 Jun 2016 16:36:29 +0200 Subject: [PATCH] Drop obsolete initscripts dependency It was introduced in commit 732613eab9 for the /run transition, which affects pre-wheezy only. Closes: #804963 --- debian/changelog | 6 ++++++ debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5d6b2db..e77aea3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +eeepc-acpi-scripts (1.1.13) UNRELEASED; urgency=medium + + * Drop obsolete initscripts dependency. (Closes: #804963) + + -- Martin Pitt <[email protected]> Wed, 22 Jun 2016 16:35:36 +0200 + eeepc-acpi-scripts (1.1.12) unstable; urgency=low [ Ben Armstrong ] diff --git a/debian/control b/debian/control index 1932e92..df677e9 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ DM-Upload-Allowed: yes Package: eeepc-acpi-scripts Architecture: all Depends: acpid (>= 1:2.0.0-1), acpi-support-base, acpi-support, - initscripts (>= 2.88dsf-13.3), pm-utils, rfkill (>= 0.3-3), + pm-utils, rfkill (>= 0.3-3), ${misc:Depends} Suggests: alsa-utils, libnotify-bin Description: Scripts to support suspend and hotkeys on the Asus Eee PC laptop -- 2.8.1
_______________________________________________ Debian-eeepc-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-eeepc-devel
