Hi, The attached file is the diff for my elog 2.6.3+r1764-1.1 NMU. The associated changelog entry is:
elog (2.6.3+r1764-1.1) unstable; urgency=medium * Non-maintainer upload. * Fix bashism in postinst script (Closes: #472224) * 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 elog-2.6.3+r1764/debian/changelog elog-2.6.3+r1764/debian/changelog --- elog-2.6.3+r1764/debian/changelog 2008-04-12 04:30:29.000000000 +0100 +++ elog-2.6.3+r1764/debian/changelog 2008-04-12 04:30:29.000000000 +0100 @@ -1,3 +1,13 @@ +elog (2.6.3+r1764-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix bashism in postinst script (Closes: #472224) + * debian/control: + - Bump Standards-Version to 3.7.3. + - Use Homepage: field for upstream URL. + + -- Chris Lamb <[EMAIL PROTECTED]> Sat, 12 Apr 2008 04:28:55 +0100 + elog (2.6.3+r1764-1) unstable; urgency=low * New upstream release grabbed from Subversion (r1764). diff -Nru /tmp/XQ4pwR1li3/elog-2.6.3+r1764/debian/control /tmp/3qYpCzQlz7/elog-2.6.3+r1764/debian/control --- elog-2.6.3+r1764/debian/control 2008-04-12 04:30:29.000000000 +0100 +++ elog-2.6.3+r1764/debian/control 2008-04-12 04:30:29.000000000 +0100 @@ -3,7 +3,8 @@ Priority: optional Maintainer: Recai OktaÅ <[EMAIL PROTECTED]> Build-Depends: debhelper (>> 4.0.0) -Standards-Version: 3.7.2.0 +Standards-Version: 3.7.3 +Homepage: http://midas.psi.ch/elog Package: elog Architecture: any @@ -32,5 +33,3 @@ "document" with a time and author stamp. * File collections: Since files can be attached to ELOG entries, the system can be used to store and retrieve files. - . - Homepage: http://midas.psi.ch/elog diff -Nru /tmp/XQ4pwR1li3/elog-2.6.3+r1764/debian/postinst /tmp/3qYpCzQlz7/elog-2.6.3+r1764/debian/postinst --- elog-2.6.3+r1764/debian/postinst 2008-04-12 04:30:29.000000000 +0100 +++ elog-2.6.3+r1764/debian/postinst 2008-04-12 04:30:29.000000000 +0100 @@ -100,7 +100,8 @@ echo -n "No free near ports, searching a random free port..." >&2 num_try=50 while [ $num_try -gt 0 ]; do - try=$(($RANDOM % 55535 + 10000)) + my_random=$(dd if=/dev/urandom bs=1 count=10 2>/dev/null | cksum | cut -d' ' -f1) + try=$(($my_random % 55535 + 10000)) is_freeport $try && \ { echo " found $try" >&2; good_port="yes"; break; } num_try=$(($num_try - 1))
signature.asc
Description: PGP signature