tags 496618 +patch tags 496618 +pending thanks Hi!
I took the liberty to fix #496618 by repacking the orig.tar.gz and removing the non-free files. I also fixed some minor lintian warnings. Full patch (beside rm -rf sound/* music/*) attached. Best regards, Alexander
diff -Nur viruskiller-1.0-1-old/debian/changelog viruskiller-1.0-1.dfsg.1/debian/changelog --- viruskiller-1.0-1-old/debian/changelog 2008-09-07 19:02:29.000000000 +0200 +++ viruskiller-1.0-1.dfsg.1/debian/changelog 2008-09-07 19:31:37.000000000 +0200 @@ -1,3 +1,16 @@ +viruskiller (1.0-1.dfsg.1-0.1) unstable; urgency=medium + + * Non-maintainer upload. + * removed non-free files from orig tarball + (therefore repacked orig.tar.gz) + (Closes: #487218) + * urgency medium for rc bug fix + * install desktop file to proper location + * don't ignore errors when calling make clean + * Bump standards to 3.8.0 (no changes needed) + + -- Alexander Reichle-Schmehl <[EMAIL PROTECTED]> Sun, 07 Sep 2008 19:09:02 +0200 + viruskiller (1.0-1-1) unstable; urgency=low * Initial release (Closes: #323240). diff -Nur viruskiller-1.0-1-old/debian/control viruskiller-1.0-1.dfsg.1/debian/control --- viruskiller-1.0-1-old/debian/control 2008-09-07 19:02:29.000000000 +0200 +++ viruskiller-1.0-1.dfsg.1/debian/control 2008-09-07 19:33:20.000000000 +0200 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Florian Ragwitz <[EMAIL PROTECTED]> Build-Depends: debhelper (>= 4.0.0), dpatch, zlib1g-dev, libsdl1.2-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, libsdl-ttf2.0-dev, perl -Standards-Version: 3.6.2 +Standards-Version: 3.8.0 Package: viruskiller Architecture: any diff -Nur viruskiller-1.0-1-old/debian/rules viruskiller-1.0-1.dfsg.1/debian/rules --- viruskiller-1.0-1-old/debian/rules 2008-09-07 19:02:29.000000000 +0200 +++ viruskiller-1.0-1.dfsg.1/debian/rules 2008-09-07 19:41:47.000000000 +0200 @@ -22,15 +22,19 @@ dh_testdir dh_testroot rm -f build-stamp debian/viruskiller.1 - -$(MAKE) clean + [ ! -f Makefile ] || $(MAKE) clean dh_clean install: build dh_testdir dh_testroot dh_clean -k - dh_installdirs + dh_installdirs /usr/share/applications $(MAKE) install DESTDIR=$(CURDIR)/debian/viruskiller + mv $(CURDIR)/debian/viruskiller/usr/share/gnome/apps/Games/viruskiller.desktop $(CURDIR)/debian/viruskiller/usr/share/applications + rmdir $(CURDIR)/debian/viruskiller/usr/share/gnome/apps/Games/ + rmdir $(CURDIR)/debian/viruskiller/usr/share/gnome/apps/ + rmdir $(CURDIR)/debian/viruskiller/usr/share/gnome/ rm $(CURDIR)/debian/viruskiller/usr/share/doc/viruskiller/LICENSE $(CURDIR)/debian/viruskiller/usr/share/doc/viruskiller/README # Build architecture-independent files here.
signature.asc
Description: OpenPGP digital signature

