Hi, The attached file is the diff for my schism 2:0+20080403-1.1 NMU. The associated changelog entry is:
schism (2:0+20080403-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Fix bashism in debian/rules (Closes: #478625)
* Bump Standards-Version to 3.8.0.
Regards,
--
Chris Lamb, UK [EMAIL PROTECTED]
GPG: 0x634F9A20
diff -Nru schism-0+20080403/debian/changelog schism-0+20080403/debian/changelog --- schism-0+20080403/debian/changelog 2008-06-07 22:14:27.000000000 +0100 +++ schism-0+20080403/debian/changelog 2008-06-07 22:14:27.000000000 +0100 @@ -1,3 +1,11 @@ +schism (2:0+20080403-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix bashism in debian/rules (Closes: #478625) + * Bump Standards-Version to 3.8.0. + + -- Chris Lamb <[EMAIL PROTECTED]> Sat, 07 Jun 2008 22:08:45 +0100 + schism (2:0+20080403-1) unstable; urgency=low * New upstream version. diff -Nru schism-0+20080403/debian/control schism-0+20080403/debian/control --- schism-0+20080403/debian/control 2008-06-07 22:14:27.000000000 +0100 +++ schism-0+20080403/debian/control 2008-06-07 22:14:27.000000000 +0100 @@ -4,7 +4,7 @@ Maintainer: Gürkan Sengün <[EMAIL PROTECTED]> Uploaders: Debian Multimedia Team <[EMAIL PROTECTED]> Build-Depends: debhelper (>= 5.0.0), automake1.9, libsdl1.2-dev, autotools-dev, libxkbsel-dev, libxxf86misc-dev, libxext-dev, libasound2-dev -Standards-Version: 3.7.3 +Standards-Version: 3.8.0 Homepage: http://nimh.org/schismtracker/ Package: schism diff -Nru schism-0+20080403/debian/rules schism-0+20080403/debian/rules --- schism-0+20080403/debian/rules 2008-06-07 22:14:27.000000000 +0100 +++ schism-0+20080403/debian/rules 2008-06-07 22:14:27.000000000 +0100 @@ -35,8 +35,9 @@ -rm -f config.log [ ! -f Makefile ] || $(MAKE) distclean -rm -f install-sh depcomp config.sub config.guess INSTALL missing - ln -s /usr/share/automake-1.9/{INSTALL,depcomp,install-sh,missing} . - ln -s /usr/share/automake-1.9/{config.sub,config.guess} . + set -e; for i in INSTALL depcomp install-sh missing config.sub config.guess; do \ + ln -s /usr/share/automake-1.9/$$i .; \ + done #ifneq "$(wildcard /usr/share/misc/config.sub)" "" # cp -f /usr/share/misc/config.sub config.sub #endif
signature.asc
Description: PGP signature

