tags 374911 + patch
thanks

i believe that this patch fixes the bashisms.

--- debian/rules.orig   2006-08-16 12:32:23.000000000 +0000
+++ debian/rules        2006-08-16 12:32:10.000000000 +0000
@@ -5,7 +5,7 @@
        pngtopnm $< | pnmscale -xysize 32 32 | ppmtoxpm -alphamask=alpha.pnm > 
$@
        rm alpha.pnm
 clean:
-       rm -rf build debian/{tmp,files,substvars} autom4te.cache 
{user_icon,password,disks}.xpm
+       rm -rf build debian/tmp debian/files debian/substvars autom4te.cache 
user_icon.xpm password.xpm disks.xpm
        -$(MAKE) distclean
 build:
        ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) 
--prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
@@ -15,13 +15,17 @@
        rm -rf debian/tmp
        $(MAKE) install DESTDIR=$(DESTDIR)
        # this functionality doesn't appear to be supported in Debian
-       rm debian/tmp/usr/{bin/pam-panel-icon,share/pixmaps/badge-small.png}
+       rm debian/tmp/usr/bin/pam-panel-icon \
+       debian/tmp/usr/share/pixmaps/badge-small.png
        # can't figure out what the hell this stuff is for
-       rm 
debian/tmp/usr/share/pixmaps/{keys.xpm,status_lock.png,status_unlocked.png}
+       rm debian/tmp/usr/share/pixmaps/keys.xpm \
+       debian/tmp/usr/share/pixmaps/status_lock.png \
+       debian/tmp/usr/share/pixmaps/status_unlocked.png
        # this is superfluous
-       rm -r debian/tmp/{etc,usr/bin/shutdown}
+       rm -r debian/tmp/etc \
+       debina/tmp/usr/bin/shutdown
        chmod 04755 debian/tmp/usr/sbin/userhelper
-       -strip --strip-unneeded -R .comment debian/tmp/usr/{,s}bin/*
+       -strip --strip-unneeded -R .comment debian/tmp/usr/sbin/* 
debian/tmp/usr/bin/*
        install -m 644 debian/consolehelper-gtk.8 debian/tmp/usr/share/man/man8
        -gzip -9 debian/tmp/usr/share/man/*/*
        install -m 644 user_icon.xpm password.xpm disks.xpm 
debian/tmp/usr/share/pixmaps



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to