Package: squid-prefetch Hi,
I'm sending a patch to fix the problem. Thanks in advance! -- Miguel Angel Ruiz Manzano http://vulcano.mine.nu Computer Science Student - PUCV - Chile
diff -Nru squid-prefetch-1.1/debian/changelog
squid-prefetch-1.1/debian/changelog
--- squid-prefetch-1.1/debian/changelog 2006-12-04 17:27:39.000000000 -0300
+++ squid-prefetch-1.1/debian/changelog 2008-01-21 12:15:33.000000000 -0300
@@ -1,3 +1,10 @@
+squid-prefetch (1.1-2.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * debian/rules: fixed bashisms. (Closes: #459131)
+
+ -- Miguel Angel Ruiz Manzano <[EMAIL PROTECTED]> Mon, 21 Jan 2008 12:15:15
-0300
+
squid-prefetch (1.1-2) unstable; urgency=medium
* added postinst warning if /etc/squid.conf still exists (closes: #308010)
diff -Nru /tmp/DUXlehluRz/squid-prefetch-1.1/debian/rules
/tmp/G0r8P0vrmE/squid-prefetch-1.1/debian/rules
--- squid-prefetch-1.1/debian/rules 2003-08-11 17:14:17.000000000 -0400
+++ squid-prefetch-1.1/debian/rules 2008-01-21 12:04:42.000000000 -0300
@@ -40,7 +40,9 @@
-rm -rf debian/tmp
mkdir -p debian/tmp/DEBIAN debian/tmp/usr/share/doc/$(package)
mkdir -p debian/tmp/usr/sbin debian/tmp/etc/init.d
debian/tmp/usr/share/man/man8
- cp debian/{postinst,prerm,postrm} debian/tmp/DEBIAN/
+ cp debian/postinst debian/tmp/DEBIAN/
+ cp debian/prerm debian/tmp/DEBIAN/
+ cp debian/postrm debian/tmp/DEBIAN/
chmod 755 debian/tmp/DEBIAN/*
cp debian/conffiles debian/tmp/DEBIAN/conffiles
# make install PREFIX=debian/tmp/usr MANDIR=debian/tmp/usr/share/man
signature.asc
Description: OpenPGP digital signature

