Package: printfilters-ppd
Severity: normal

Hi,
This patch is fixing bashisms on #547760 

Regards,
Chanchai Junlouchai

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u printfilters-ppd-2.13/ps-to-printer.fpi.in printfilters-ppd-2.13/ps-to-printer.fpi.in
--- printfilters-ppd-2.13/ps-to-printer.fpi.in
+++ printfilters-ppd-2.13/ps-to-printer.fpi.in
@@ -48,7 +48,7 @@
 # Load postscript configuration options
 #
 if [ -f "${SPOOLDIR}/postscript.cfg" ]; then
-    source ${SPOOLDIR}/postscript.cfg
+    . ${SPOOLDIR}/postscript.cfg
 else
     eval `pcap -P$queue:GSDEVICE` >> /dev/null
     eval `pcap -P$queue:RESOLUTION` >> /dev/null
diff -u printfilters-ppd-2.13/debian/changelog printfilters-ppd-2.13/debian/changelog
--- printfilters-ppd-2.13/debian/changelog
+++ printfilters-ppd-2.13/debian/changelog
@@ -1,3 +1,11 @@
+printfilters-ppd (2.13-11.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * fix bashisms in /bin/sh script
+    - (Closes: #547760)
+
+ -- Chanchai Junlouchai <[email protected]>  Tue, 16 Mar 2010 12:04:35 +0700
+
 printfilters-ppd (2.13-11) unstable; urgency=low
 
   * fix mess with rules, fix "FTBFS on all buildds",

Reply via email to