tags 378297 + patch thanks Hi,
Please find NMU diff for this package for 1.5-9.2 version -- ----------------------------------------------------------- Kartik Mistry || GPG: 0xD1028C8D || IRC: kart_ kartikmistry.org/blog || kartikm.wordpress.com -----------------------------------------------------------
diff -urN birthday-1.5-orig/debian/changelog birthday-1.5/debian/changelog --- birthday-1.5-orig/debian/changelog 2007-08-06 21:15:23.000000000 +0530 +++ birthday-1.5/debian/changelog 2007-08-07 16:24:59.000000000 +0530 @@ -1,3 +1,13 @@ +birthday (1.5-9.2) unstable; urgency=low + + * NMU + * debian/rules: fixed bashism for binary-arch target (Closes: #378297) + * Better clean target + * debian/control: updated standards version to 3.7.2 + * Added debian/compat file + + -- Kartik Mistry <[EMAIL PROTECTED]> Mon, 06 Aug 2007 22:18:14 +0530 + birthday (1.5-9.1) unstable; urgency=low * NMU. diff -urN birthday-1.5-orig/debian/compat birthday-1.5/debian/compat --- birthday-1.5-orig/debian/compat 1970-01-01 05:30:00.000000000 +0530 +++ birthday-1.5/debian/compat 2007-08-07 16:00:49.000000000 +0530 @@ -0,0 +1 @@ +5 diff -urN birthday-1.5-orig/debian/control birthday-1.5/debian/control --- birthday-1.5-orig/debian/control 2007-08-06 21:15:23.000000000 +0530 +++ birthday-1.5/debian/control 2007-08-07 16:24:20.000000000 +0530 @@ -2,7 +2,7 @@ Section: misc Priority: optional Maintainer: Alexander Neumann <[EMAIL PROTECTED]> -Standards-Version: 3.6.1 +Standards-Version: 3.7.2 Package: birthday Architecture: any diff -urN birthday-1.5-orig/debian/rules birthday-1.5/debian/rules --- birthday-1.5-orig/debian/rules 2007-08-06 21:15:23.000000000 +0530 +++ birthday-1.5/debian/rules 2007-08-07 16:02:10.000000000 +0530 @@ -14,7 +14,7 @@ clean: $(checkdir) rm -f build - -$(MAKE) clean + [ ! -f Makefile ] || $(MAKE) clean rm -rf debian/tmp debian/files* debian/substvars binary-indep: build @@ -23,7 +23,9 @@ $(checkdir) $(checkroot) rm -Rf debian/tmp - install -d debian/tmp/{DEBIAN,usr/{share/doc/$(pkg),lib/$(pkg)}} + install -d debian/tmp/DEBIAN + install -d debian/tmp/usr/share/doc/$(pkg) + install -d debian/tmp/usr/lib/$(pkg) install -m 644 debian/copyright debian/tmp/usr/share/doc/$(pkg) make install DESTDIR=debian/tmp SHARE=/share install -m 755 debian/local/vcf2birthday debian/tmp/usr/bin @@ -33,7 +35,8 @@ gzip -9c README >debian/tmp/usr/share/doc/$(pkg)/README.gz gzip -9c debian/changelog >debian/tmp/usr/share/doc/$(pkg)/changelog.Debian.gz gzip -9c ChangeLog >debian/tmp/usr/share/doc/$(pkg)/changelog.gz - gzip -9 debian/tmp/usr/share/man/man1/{$(pkg),vcf2birthday}.1 + gzip -9 debian/tmp/usr/share/man/man1/birthday.1 + gzip -9 debian/tmp/usr/share/man/man1/vcf2birthday.1 dpkg-shlibdeps $(pkg) dpkg-gencontrol -isp chown -R root.root debian/tmp