Hi, The attached file is the diff for my newsx 1.6-2.1 NMU. The associated changelog entry is:
newsx (1.6-2.1) unstable; urgency=medium
* Non-maintainer upload.
* Fix bashism in postinst script (Closes: #473514)
* debian/control:
- Bump Standards-Version to 3.7.3.
- Use Homepage: field for upstream URL.
Regards,
--
Chris Lamb, UK [EMAIL PROTECTED]
GPG: 0x634F9A20
diff -Nru newsx-1.6/debian/changelog newsx-1.6/debian/changelog --- newsx-1.6/debian/changelog 2008-04-12 03:59:22.000000000 +0100 +++ newsx-1.6/debian/changelog 2008-04-12 03:59:22.000000000 +0100 @@ -1,3 +1,13 @@ +newsx (1.6-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix bashism in postinst script (Closes: #473514) + * debian/control: + - Bump Standards-Version to 3.7.3. + - Use Homepage: field for upstream URL. + + -- Chris Lamb <[EMAIL PROTECTED]> Sat, 12 Apr 2008 03:54:32 +0100 + newsx (1.6-2) unstable; urgency=low * Add inn2 as alternative for the NNTP server dependency, as inn2 will soon diff -Nru /tmp/pvPulAyy1Y/newsx-1.6/debian/control /tmp/OyydL3sJtS/newsx-1.6/debian/control --- newsx-1.6/debian/control 2008-04-12 03:59:22.000000000 +0100 +++ newsx-1.6/debian/control 2008-04-12 03:59:22.000000000 +0100 @@ -3,7 +3,8 @@ Priority: extra Maintainer: Andreas Metzler <[EMAIL PROTECTED]> Build-Depends: dbs, debhelper (>= 4.0.1), inn2-dev (>=2.3.1-4) -Standards-Version: 3.6.1.0 +Standards-Version: 3.7.3 +Homepage: http://www.kvaleberg.com/newsx.html Package: newsx Architecture: any @@ -19,5 +20,3 @@ well via a dialup SLIP/PPP connection. . It seems to be faster than using suck over a modem link. - . - Homepage: http://www.kvaleberg.com/newsx.html diff -Nru /tmp/pvPulAyy1Y/newsx-1.6/debian/newsx.postinst /tmp/OyydL3sJtS/newsx-1.6/debian/newsx.postinst --- newsx-1.6/debian/newsx.postinst 2008-04-12 03:59:22.000000000 +0100 +++ newsx-1.6/debian/newsx.postinst 2008-04-12 03:59:22.000000000 +0100 @@ -6,13 +6,13 @@ if [ "x${newsxmovingrequired}" != "x" ] ; then echo "Trying to move per-host configuration files from /var/spool/news/in.hosts to /etc/newsx/" 1>&2 - pushd /var/spool/news/in.hosts/ + cd /var/spool/news/in.hosts/ for i in *.conf ; do if [ -f "$i" ] && [ ! -e "/etc/newsx/$i" ] ; then mv "$i" "/etc/newsx/$i" fi done - popd + cd $OLDPWD fi fi fi
signature.asc
Description: PGP signature

