[linuxtv-dvb-apps] 16/30: Imported Debian patch 1.1.1+rev1207-4

Tobias Grimm tiber-guest at alioth.debian.org
Tue Sep 3 07:52:04 UTC 2013


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

tiber-guest pushed a commit to branch master
in repository linuxtv-dvb-apps.

commit e60d1ba8d2ddcd1e5d7a26d352ad2a3b0e10e85d
Author: Mark Purcell <msp at debian.org>
Date:   Wed Oct 22 22:05:02 2008 +1100

    Imported Debian patch 1.1.1+rev1207-4
---
 debian/changelog         |    8 ++++++++
 debian/dvb-apps.postinst |    6 ++++--
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3699abc..fc87926 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+linuxtv-dvb-apps (1.1.1+rev1207-4) unstable; urgency=low
+
+  * Switch postinst to check for /dev/MAKEDEV
+    - /var/lib/dpkg/info/dvb-apps.postinst: line 6: /sbin/MAKEDEV: No such
+    file or directory (Closes: #502831)
+
+ -- Mark Purcell <msp at debian.org>  Wed, 22 Oct 2008 22:05:02 +1100
+
 linuxtv-dvb-apps (1.1.1+rev1207-3) unstable; urgency=medium
 
   [ Tobias Grimm ]
diff --git a/debian/dvb-apps.postinst b/debian/dvb-apps.postinst
index b358197..3a12ccf 100644
--- a/debian/dvb-apps.postinst
+++ b/debian/dvb-apps.postinst
@@ -2,8 +2,10 @@
 
 set -e
 
-if [ ! -e /dev/.devfsd ] ; then
-cd /dev && /sbin/MAKEDEV dvb
+if [ -x /dev/MAKEDEV ]; then
+  echo "creating dvb devices..."
+  cd /dev 
+  ./MAKEDEV dvb
 fi
 
 #DEBHELPER#

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vdr-dvb/linuxtv-dvb-apps.git



More information about the pkg-vdr-dvb-changes mailing list