Package: devscripts
Version: 2.10.57
Severity: important

Hi,

it seems that the fix for #541732 broke who-uploads completely.

Attached patch should fix the problem and make sure the stdout option to -O is
kept where it belongs.

Cheers,
--
Yves-Alexis

-- Package-specific info:

--- /etc/devscripts.conf ---

--- ~/.devscripts ---
DEBSIGN_KEYID=C5C05BAE

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.31-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages devscripts depends on:
ii  dpkg-dev                      1.15.5.2   Debian package development tools
ii  libc6                         2.10.1-7   GNU C Library: Shared libraries
ii  perl                          5.10.1-8   Larry Wall's Practical Extraction 

Versions of packages devscripts recommends:
pn  at                 <none>                (no description available)
ii  bsd-mailx [mailx]  8.1.2-0.20090911cvs-2 simple mail user agent
ii  curl               7.19.7-1              Get a file from an HTTP, HTTPS or 
ii  cvs                1:1.12.13-12          Concurrent Versions System
ii  dctrl-tools        2.13.1                Command-line tools to process Debi
ii  debian-keyring [de 2009.11.04            GnuPG (and obsolete PGP) keys of D
ii  dput               0.9.5.1               Debian package upload tool
ii  epiphany-browser [ 2.29.1-2              Intuitive GNOME web browser
pn  equivs             <none>                (no description available)
ii  fakeroot           1.14.4-1              Gives a fake root environment
ii  git-core           1:1.6.5.3-1           fast, scalable, distributed revisi
ii  gnupg              1.4.10-2              GNU privacy guard - a free PGP rep
ii  iceweasel [www-bro 3.5.5-1               lightweight web browser based on M
pn  libauthen-sasl-per <none>                (no description available)
pn  libcrypt-ssleay-pe <none>                (no description available)
ii  libparse-debcontro 2.005-2               Easy OO parsing of Debian control-
pn  libsoap-lite-perl  <none>                (no description available)
ii  libterm-size-perl  0.2-4+b1              Perl extension for retrieving term
ii  libtimedate-perl   1.1900-1              Time and date functions for Perl
ii  liburi-perl        1.37+dfsg-1           Manipulates and accesses URI strin
ii  libwww-perl        5.833-1               Perl HTTP/WWW client/server librar
pn  libyaml-syck-perl  <none>                (no description available)
ii  links [www-browser 2.2-1+b1              Web browser running in text mode
ii  lintian            2.2.18                Debian package checker
ii  lsb-release        3.2-23                Linux Standard Base version report
ii  lynx-cur [www-brow 2.8.8dev.1-1          Text-mode WWW Browser with NLS sup
ii  lzma               4.43-14               Compression method of 7z format in
ii  man-db             2.5.6-4               on-line manual pager
ii  mercurial          1.4-1                 scalable distributed version contr
ii  midori [www-browse 0.2.0-1               fast, lightweight graphical web br
ii  openssh-client [ss 1:5.1p1-8             secure shell client, an rlogin/rsh
ii  patch              2.5.9-5               Apply a diff file to an original
ii  patchutils         0.3.1-2               Utilities to work with patches
ii  sensible-utils     0.0.1                 Utilities for sensible alternative
ii  strace             4.5.19-1              A system call tracer
ii  subversion         1.6.6dfsg-1           Advanced version control system
ii  unzip              6.0-1                 De-archiver for .zip files
ii  wdiff              0.5-19                Compares two files word by word
ii  wget               1.12-1.1              retrieves files from the web

Versions of packages devscripts suggests:
ii  build-essential               11.4       Informational list of build-essent
pn  cvs-buildpackage              <none>     (no description available)
pn  devscripts-el                 <none>     (no description available)
ii  gnuplot                       4.2.6-1    A command-line driven interactive 
ii  libfile-desktopentry-perl     0.04-2     Perl module to handle freedesktop 
pn  libnet-smtp-ssl-perl          <none>     (no description available)
ii  mutt                          1.5.20-4   text-based mailreader supporting M
ii  svn-buildpackage              0.6.29     helper programs to maintain Debian
pn  w3m                           <none>     (no description available)

-- no debconf information
Index: scripts/who-uploads.sh
===================================================================
--- scripts/who-uploads.sh	(revision 2038)
+++ scripts/who-uploads.sh	(working copy)
@@ -201,9 +201,9 @@
 
     # only grab the actual "Accepted" news announcements; hopefully this
     # won't pick up many false positives
-    WGETOPTS="-q -O --timeout=30"
+    WGETOPTS="-q -O - --timeout=30"
     count=0
-    for news in $(wget $WGETOPTS - $pkgurl |
+    for news in $(wget $WGETOPTS $pkgurl |
                   sed -ne 's%^.*<a href="\('$package'/news/[0-9A-Z]*\.html\)">Accepted .*%\1%p'); do
 	HTML_TEXT=$(wget $WGETOPTS - "$baseurl$news")
 	GPG_TEXT=$(echo "$HTML_TEXT" |

Reply via email to