Package: jzip Version: 202b19981014-3.1 Severity: normal Tags: patch Hi,
Attached is the diff for my jzip 202b19981014-3.2 NMU. -- .''`. Fuck your fascist beauty standards : :' : `. `' Proudly running unstable Debian GNU/Linux `- www.amayita.com www.malapecora.com www.chicasduras.com
diff -u jzip-202b19981014/debian/control jzip-202b19981014/debian/control --- jzip-202b19981014/debian/control +++ jzip-202b19981014/debian/control @@ -2,15 +2,15 @@ Section: games Priority: optional Maintainer: Michael Stroucken <[EMAIL PROTECTED]> -Build-Depends: debhelper, libncurses5-dev -Standards-Version: 3.5.6.0 +Build-Depends: debhelper (>=4), libncurses5-dev +Standards-Version: 3.7.2 Package: jzip Architecture: any Provides: zcode-interpreter Suggests: zcode-game Depends: ${shlibs:Depends} -Description: Text mode interpreter for Z-Code adventures, etc. +Description: Text mode interpreter for Z-Code adventures This package provides the jzip Z-Code interpreter required to run Infocom or Inform-generated text adventures, although the format can be used for more than games. It is based on the zip interpreter sources diff -u jzip-202b19981014/debian/rules jzip-202b19981014/debian/rules --- jzip-202b19981014/debian/rules +++ jzip-202b19981014/debian/rules @@ -7,6 +7,8 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +export DH_COMPAT=4 + build: build-stamp build-stamp: dh_testdir @@ -35,7 +37,7 @@ dh_installdirs # Add here commands to install the package into debian/tmp. - $(MAKE) install DESTDIR=`pwd`/debian/tmp + $(MAKE) install DESTDIR=`pwd`/debian/jzip touch install-stamp @@ -54,7 +56,7 @@ # dh_installemacsen # dh_installinit dh_installcron - dh_installmanpages + dh_installman # dh_undocumented dh_installchangelogs dh_link diff -u jzip-202b19981014/debian/changelog jzip-202b19981014/debian/changelog --- jzip-202b19981014/debian/changelog +++ jzip-202b19981014/debian/changelog @@ -1,3 +1,11 @@ +jzip (202b19981014-3.2) unstable; urgency=low + + * Non-maintainer upload. + * Get rid of the /usr/doc link in postinst (Closes: #359433). + * Revamped packaging a bit + + -- Amaya Rodrigo Sastre <[EMAIL PROTECTED]> Sun, 16 Jul 2006 21:51:27 +0200 + jzip (202b19981014-3.1) unstable; urgency=low * Added libncurses5-dev to build-depends (Closes: #122483) @@ -47,3 +54,0 @@ -Local variables: -mode: debian-changelog -End: diff -u jzip-202b19981014/debian/postinst jzip-202b19981014/debian/postinst --- jzip-202b19981014/debian/postinst +++ jzip-202b19981014/debian/postinst @@ -25,6 +25,10 @@ case "$1" in configure) update-alternatives --install /usr/games/zcode-interpreter zcode-interpreter /usr/games/jzip 50 --slave /usr/share/man/man6/zcode-interpreter.6.gz zcode-interpreter-man-gz /usr/share/man/man6/jzip.6.gz + + if [ -d /usr/doc -a -h /usr/doc/jzip -a -d /usr/share/doc/jzip ]; then + rm -f /usr/doc/jzip + fi ;; abort-upgrade|abort-remove|abort-deconfigure) diff -u jzip-202b19981014/debian/copyright jzip-202b19981014/debian/copyright --- jzip-202b19981014/debian/copyright +++ jzip-202b19981014/debian/copyright @@ -3,7 +3,7 @@ It was downloaded from http://www.frii.com/~jholder/jzip/jzip202-std10-10141998.tar.gz -Upstream Author(s): John D. Holder <[EMAIL PROTECTED]> +Upstream Author: John D. Holder <[EMAIL PROTECTED]> Copyright: