This is the patch from my NMU to solve the bugs in this package. diff -u pam-devperm-1.5/debian/changelog pam-devperm-1.5/debian/changelog --- pam-devperm-1.5/debian/changelog +++ pam-devperm-1.5/debian/changelog @@ -1,3 +1,13 @@ +pam-devperm (1.5-2.1) unstable; urgency=low + + * Non-maintainer upload to solve release goal. + * Add LSB dependency header to init.d scripts (Closes: #458466). + * Make sure to grant the same access to /dev/dsp as is granted + for /dev/dsp* (Closes: #393661) + * Change build rules to handle the nostrip option (Closes: #437733) + + -- Petter Reinholdtsen <[EMAIL PROTECTED]> Sat, 15 Mar 2008 19:51:25 +0100 + pam-devperm (1.5-2) unstable; urgency=low * Worked around a bug in the configure scripts "-shared" test. Fixes diff -u pam-devperm-1.5/debian/init.d pam-devperm-1.5/debian/init.d --- pam-devperm-1.5/debian/init.d +++ pam-devperm-1.5/debian/init.d @@ -1,4 +1,11 @@ #! /bin/sh +### BEGIN INIT INFO +# Provides: libpam-devperm +# Required-Start: $remote_fs +# Required-Stop: +# Default-Start: S +# Default-Stop: +### END INIT INFO set -e diff -u pam-devperm-1.5/debian/rules pam-devperm-1.5/debian/rules --- pam-devperm-1.5/debian/rules +++ pam-devperm-1.5/debian/rules @@ -5,6 +5,7 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +INSTALL_PROGRAM = install -m 755 # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) @@ -54,7 +55,7 @@ dh_testroot dh_clean -k dh_installdirs - $(MAKE) install DESTDIR=$(CURDIR)/debian/libpam-devperm + $(MAKE) install DESTDIR=$(CURDIR)/debian/libpam-devperm INSTALL_PROGRAM="$(INSTALL_PROGRAM)" rm -f $(CURDIR)/debian/libpam-devperm/etc/init.d/boot.restore_permissions # Build architecture-independent files here. only in patch2: unchanged: --- pam-devperm-1.5.orig/etc/logindevperm +++ pam-devperm-1.5/etc/logindevperm @@ -24,7 +24,7 @@ :0 0600 /dev/cdrecorder:/dev/cdrecorder1:/dev/cdrecorder2:/dev/cdrecorder3 :0 0600 /dev/dvd:/dev/dvd1:/dev/dvd2:/dev/dvd3 :0 0600 /dev/zip:/dev/zip1:/dev/zip2:/dev/zip3 -:0 0600 /dev/dsp0:/dev/dsp1:/dev/dsp2:/dev/dsp3 +:0 0600 /dev/dsp:/dev/dsp0:/dev/dsp1:/dev/dsp2:/dev/dsp3 :0 0600 /dev/fd0:/dev/fd0u1440:/dev/fd0h1440:/dev/fd0u720:/dev/fd0h720 :0 0600 /dev/fd1:/dev/fd1u1440:/dev/fd1h1440:/dev/fd1u720:/dev/fd1h720 :0 0600 /dev/sequencer:/dev/sequencer2:/dev/music
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]