Package: pentium-builder Version: 0.18 Severity: normal Tags: patch Hi,
Attached is the diff for my pentium-builder 0.18-1.1 NMU. -- ยท''`. Policy is your friend. Trust the Policy. : :' : Love the Policy. Obey the Policy. -- Lars Wirzenius `. `' Proudly running unstable Debian GNU/Linux `- www.amayita.com www.malapecora.com www.chicasduras.com
diff -Nru /tmp/cbldtg05RC/pentium-builder-0.18/builder-c++.1 /tmp/IQJ4oSPjsf/pentium-builder-0.18/builder-c++.1 --- /tmp/cbldtg05RC/pentium-builder-0.18/builder-c++.1 2002-03-02 22:12:02.000000000 +0100 +++ /tmp/IQJ4oSPjsf/pentium-builder-0.18/builder-c++.1 2006-07-17 20:07:04.000000000 +0200 @@ -36,7 +36,7 @@ command line. This is particularly useful for package builds. If -.B DEBAIN_BUILDGCCVER +.B DEBIAN_BUILDGCCVER is not set, .B builder-c++ calls diff -Nru /tmp/cbldtg05RC/pentium-builder-0.18/builder-cc.1 /tmp/IQJ4oSPjsf/pentium-builder-0.18/builder-cc.1 --- /tmp/cbldtg05RC/pentium-builder-0.18/builder-cc.1 2002-03-02 22:11:49.000000000 +0100 +++ /tmp/IQJ4oSPjsf/pentium-builder-0.18/builder-cc.1 2006-07-17 20:07:04.000000000 +0200 @@ -36,7 +36,7 @@ command line. This is particularly useful for package builds. If -.B DEBAIN_BUILDGCCVER +.B DEBIAN_BUILDGCCVER is not set, .B builder-cc calls diff -Nru /tmp/cbldtg05RC/pentium-builder-0.18/debian/changelog /tmp/IQJ4oSPjsf/pentium-builder-0.18/debian/changelog --- /tmp/cbldtg05RC/pentium-builder-0.18/debian/changelog 2002-08-03 12:11:19.000000000 +0200 +++ /tmp/IQJ4oSPjsf/pentium-builder-0.18/debian/changelog 2006-07-17 20:07:04.000000000 +0200 @@ -1,3 +1,12 @@ +pentium-builder (0.18-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Get rid of the /usr/doc link in postinst (Closes: #359560). + * Change occurences of DEBAIN to DEBIAN in manpages (Closes: #169159). + * Package switches from native to non-native + + -- Amaya Rodrigo Sastre <[EMAIL PROTECTED]> Mon, 17 Jul 2006 20:03:49 +0200 + pentium-builder (0.18) unstable; urgency=low * Horrible bug: the pentium-builder scripts fail silently and indicate @@ -149,4 +158,3 @@ -- Joey Hess <[EMAIL PROTECTED]> Tue, 21 Jul 1998 23:13:04 -0700 - diff -Nru /tmp/cbldtg05RC/pentium-builder-0.18/debian/postinst /tmp/IQJ4oSPjsf/pentium-builder-0.18/debian/postinst --- /tmp/cbldtg05RC/pentium-builder-0.18/debian/postinst 2000-01-05 23:04:30.000000000 +0100 +++ /tmp/IQJ4oSPjsf/pentium-builder-0.18/debian/postinst 2006-07-17 20:07:04.000000000 +0200 @@ -1,4 +1,11 @@ #!/bin/sh -e +if [ "$1" = "configure" ]; then + if [ -d /usr/doc -a -h /usr/doc/pentium-builder -a -d /usr/share/doc/pentium-builder ]; then + rm -f /usr/doc/pentium-builder + fi +fi + +#DEBHELPER# # Old cruft dpkg-divert --rename --remove /usr/bin/c++