Package: diald
Version: 0.99.4-5
Severity: normal
Tags: patch
Hi,
Attached is the diff for my diald 0.99.4-5.1 NMU.
--
.''`. Fuck your fascist beauty standards
: :' :
`. `' Proudly running unstable Debian GNU/Linux
`- www.amayita.com www.malapecora.com www.chicasduras.com
diff -u diald-0.99.4/debian/changelog diald-0.99.4/debian/changelog
--- diald-0.99.4/debian/changelog
+++ diald-0.99.4/debian/changelog
@@ -1,3 +1,12 @@
+diald (0.99.4-5.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Get rid of the /usr/doc link (Closes: #359381).
+ * Now depends on debconf | debconf-2.0 (Closes: #331802).
+ * A rebuild, even after the binNMU, to use invoke-rc.d (Closes: #367735).
+
+ -- Amaya Rodrigo Sastre <[EMAIL PROTECTED]> Wed, 12 Jul 2006 23:03:33 +0200
+
diald (0.99.4-5) unstable; urgency=low
* Marked proper config files as conffiles. Closes: #132158.
diff -u diald-0.99.4/debian/control diald-0.99.4/debian/control
--- diald-0.99.4/debian/control
+++ diald-0.99.4/debian/control
@@ -7,7 +7,7 @@
Package: diald
Architecture: any
-Depends: ${shlibs:Depends}, netbase(>>1.23), ppp(>>2.2), debconf
+Depends: ${shlibs:Depends}, netbase(>>1.23), ppp(>>2.2), debconf | debconf-2.0
Description: dial on demand daemon for PPP and SLIP.
Many sites use SLIP or PPP links to connect to other sites over phone
lines. Normally these links must be explicitly turned on or off.
diff -u diald-0.99.4/debian/diald.init diald-0.99.4/debian/diald.init
--- diald-0.99.4/debian/diald.init
+++ diald-0.99.4/debian/diald.init
@@ -120,8 +120,8 @@
echo "$NAME."
;;
*)
- N=/etc/init.d/$NAME
- echo "Usage: $N {start|stop|restart|reload|force-reload}" >&2
+ #N=/etc/init.d/$NAME
+ echo "Usage: $0 {start|stop|restart|reload|force-reload}" >&2
# echo "Usage: $N {start|stop|restart|force-reload}" >&2
exit 1
;;
diff -u diald-0.99.4/debian/postinst diald-0.99.4/debian/postinst
--- diald-0.99.4/debian/postinst
+++ diald-0.99.4/debian/postinst
@@ -52,6 +52,10 @@
db_get diald/provider
echo "PROVIDER=$RET" > /etc/diald/diald.provider
+ if [ -d /usr/doc -a -h /usr/doc/diald -a -d /usr/share/doc/diald ];
then
+ rm -f /usr/doc/diald
+ fi
+
;;
esac