[Piuparts-commits] [piuparts] 06/14: add exception for ekeyd in squeeze-backports

Holger Levsen holger at moszumanska.debian.org
Mon Dec 9 11:58:39 UTC 2013


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch develop
in repository piuparts.

commit 4308deafd623517da830ff658daff1d50bd74dc8
Author: Andreas Beckmann <anbe at debian.org>
Date:   Sun Dec 8 23:05:40 2013 +0100

    add exception for ekeyd in squeeze-backports
    
    missing udev dependency due to initscript
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
---
 custom-scripts/scripts/pre_install_exceptions | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/custom-scripts/scripts/pre_install_exceptions b/custom-scripts/scripts/pre_install_exceptions
index e836acb..09447c7 100755
--- a/custom-scripts/scripts/pre_install_exceptions
+++ b/custom-scripts/scripts/pre_install_exceptions
@@ -86,6 +86,16 @@ if [ "$PIUPARTS_DISTRIBUTION" = "wheezy-backports" ]; then
 
 fi
 
+if [ "$PIUPARTS_DISTRIBUTION" = "squeeze-backports" ]; then
+
+	case ${PIUPARTS_OBJECTS%%=*} in
+		ekeyd)
+			log_debug
+			apt-get -y install udev
+			;;
+	esac
+
+fi
 
 if [ "$PIUPARTS_DISTRIBUTION" = "squeeze" ]; then
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git



More information about the Piuparts-commits mailing list