Package: barcode Version: 0.98-1.1 Severity: normal Tags: patch Hi,
Attached is the diff for my barcode 0.98-1.2 NMU. -- Luk Claes - http://people.debian.org/~luk - GPG key 1024D/9B7C328D Fingerprint: D5AF 25FB 316B 53BB 08E7 F999 E544 DE07 9B7C 328D
diff -u barcode-0.98/debian/changelog barcode-0.98/debian/changelog --- barcode-0.98/debian/changelog +++ barcode-0.98/debian/changelog @@ -1,3 +1,10 @@ +barcode (0.98-1.2) unstable; urgency=low + + * Non-maintainer upload. + * Fix manpage (Closes: #356932). + + -- Luk Claes <[EMAIL PROTECTED]> Wed, 15 Mar 2006 00:15:47 +0100 + barcode (0.98-1.1) unstable; urgency=high * Non-maintainer upload. @@ -102,4 +108,0 @@ - -Local variables: -mode: debian-changelog -End: diff -u barcode-0.98/debian/copyright barcode-0.98/debian/copyright --- barcode-0.98/debian/copyright +++ barcode-0.98/debian/copyright @@ -26,4 +26,4 @@ the Debian GNU/Linux barcode source package as the file COPYING. If not, - write to the Free Software Foundation, Inc., 59 Temple Place - Suite - 330, Boston, MA 02111-1307, USA. + write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + Boston, MA 02110-1301, USA. diff -u barcode-0.98/debian/rules barcode-0.98/debian/rules --- barcode-0.98/debian/rules +++ barcode-0.98/debian/rules @@ -31,7 +31,7 @@ $(MAKE) install prefix=`pwd`/debian/tmp/usr # Must have debmake installed for this to work. Otherwise please copy # /usr/bin/debstd into the debian directory and change debstd to debian/debstd - debstd ChangeLog README TODO INSTALL + debstd ChangeLog README TODO dpkg-gencontrol -isp # dpkg-gencontrol -isp -si chown -R root.root debian/tmp reverted: --- barcode-0.98/debian/postinst +++ barcode-0.98.orig/debian/postinst @@ -1,7 +0,0 @@ -#!/bin/sh -# - if [ "$1" = "configure" ]; then - if [ -d /usr/doc -a ! -e /usr/doc/barcode -a -d /usr/share/doc/barcode ]; then - ln -sf ../share/doc/barcode /usr/doc/barcode - fi - fi