Your message dated Sat, 28 Jun 2008 17:32:15 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#487592: fixed in devscripts 2.10.31
has caused the Debian Bug report #487592,
regarding [debchange] Doesn't honour $http_proxy
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
487592: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=487592
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: devscripts
Version: 2.10.29
Severity: normal


I'm pretty sure it used to, but it seems it doesn't anymore (tries to connect 
directly when using --closes despite $http_proxy being set). Prevents from 
querying BTS when behind a 
proxy.

-- Package-specific info:

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

--- ~/.devscripts ---
Not present

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: hppa (parisc64)

Kernel: Linux 2.6.22.14 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages devscripts depends on:
ii  dpkg-dev                      1.14.19    package building tools for Debian
ii  libc6                         2.7-10     GNU C Library: Shared libraries
ii  perl                          5.10.0-10  Larry Wall's Practical Extraction 

Versions of packages devscripts recommends:
ii  at                 3.1.10.1              Delayed job execution and batch pr
ii  bsd-mailx [mailx]  8.1.2-0.20071201cvs-3 A simple mail user agent
pn  dctrl-tools        <none>                (no description available)
pn  debian-keyring     <none>                (no description available)
pn  debian-maintainers <none>                (no description available)
pn  dput | dupload     <none>                (no description available)
pn  equivs             <none>                (no description available)
ii  fakeroot           1.9.5                 Gives a fake root environment
ii  gnupg              1.4.6-2.2             GNU privacy guard - a free PGP rep
pn  libauthen-sasl-per <none>                (no description available)
ii  libcrypt-ssleay-pe 0.57-1+b1             Support for https protocol in LWP
ii  libparse-debcontro 2.005-2               Easy OO parsing of Debian control-
ii  libsoap-lite-perl  0.710.06-1            Client and server side SOAP implem
pn  libterm-size-perl  <none>                (no description available)
ii  libtimedate-perl   1.1600-9              Time and date functions for Perl
ii  liburi-perl        1.35.dfsg.1-1         Manipulates and accesses URI strin
ii  libwww-perl        5.812-1               WWW client/server library for Perl
pn  libyaml-syck-perl  <none>                (no description available)
ii  lintian            1.23.49               Debian package checker
pn  lsb-release        <none>                (no description available)
ii  mailx              1:20071201-3          Transitional package for mailx ren
ii  man-db             2.5.2-1               on-line manual pager
ii  openssh-client [ss 1:4.7p1-12            secure shell client, an rlogin/rsh
ii  patch              2.5.9-5               Apply a diff file to an original
pn  patchutils         <none>                (no description available)
ii  strace             4.5.15-1.2            A system call tracer
pn  subversion | cvs | <none>                (no description available)
pn  unzip              <none>                (no description available)
ii  w3m [www-browser]  0.5.1-5.1+b1          WWW browsable pager with excellent
pn  wdiff              <none>                (no description available)
ii  wget               1.11.2-1              retrieves files from the web

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: devscripts
Source-Version: 2.10.31

We believe that the bug you reported is fixed in the latest version of
devscripts, which is due to be installed in the Debian FTP archive:

devscripts_2.10.31.dsc
  to pool/main/d/devscripts/devscripts_2.10.31.dsc
devscripts_2.10.31.tar.gz
  to pool/main/d/devscripts/devscripts_2.10.31.tar.gz
devscripts_2.10.31_amd64.deb
  to pool/main/d/devscripts/devscripts_2.10.31_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Adam D. Barratt <[EMAIL PROTECTED]> (supplier of updated devscripts package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 28 Jun 2008 10:24:56 -0700
Source: devscripts
Binary: devscripts
Architecture: source amd64
Version: 2.10.31
Distribution: unstable
Urgency: low
Maintainer: Devscripts Devel Team <[email protected]>
Changed-By: Adam D. Barratt <[EMAIL PROTECTED]>
Description: 
 devscripts - scripts to make the life of a Debian Package maintainer easier
Closes: 486594 487384 487436 487513 487592 487999 488190
Changes: 
 devscripts (2.10.31) unstable; urgency=low
 .
   [ Adam D. Barratt ]
   * bts
     + Replace the use of date -R with strftime(). Thanks Stephen Gran.
     + Allow an SMTP host to be specified as using SMTPS and/or a
       non-standard port number
   * checkbashisms:
     + Add a check for $UID being set to -x
     + Apply a small fix to part of the "quoted block detection"
     + Quote test expressions using qr to allow perl to optionally compile
       or otherwise optimise them. Thanks to Frank Lichtenheld for the idea.
     + Add a --posix option which flags constructs not supported by POSIX but
       permitted by Debian Policy (echo -n, local (with no options or
       assignments) and test / [ using -a or -o )
     + Improve the suggested replacement for $UID and $EUID (Closes: #488190)
   * Debbugs.pm: Move initialisation of the SOAP object in to a common routine
     and set the underlying transport object to honour proxies from the
     environment (Closes: #487592)
   * debchange, nmudiff: Replace calls to date -R with strftime(). Thanks
     Stephen Gran (Closes: #486594)
   * debuild: Update the dpkg-buildpackage emulation to use whitespace as the
     separator in DEB_BUILD_OPTIONS as per Debian Policy 3.8.0 and to print a
     warning if an unrecognised option is encountered; based on the
     corresponding patch to Dpkg::BuildOptions
   * debsign: If we don't have permission to create files in the same location
     as the originals, use a temporary location instead (Closes: #487999)
   * licensecheck:
     + Add .cxx and .hxx to the default list of file extensions to check
       (Closes: #487384)
     + Add _MTN (monotone) to the default exclusion expression
   * rc-alert: Allow bugs matching specific sets of tags or applying to
     specific distributions to be included or excluded from the list of
     reported bugs (Closes: #487513)
   * uscan:
     + Add an example of a newer form of watch file syntax for SourceForge
       based projects to the manpage
     + If the site being checked redirects to another with a directory
       structure that does not match the original site, check for download URLs
       that refer to any of the redirected sites, in addition to the original
       site. Based on a patch by Raphael Geissert (Closes: #487436)
   * debian/control
     + Suggest libnet-smtp-ssl-perl (>= 1.01-2) in order to allow bts to
       support SMTPS. The versioned dependency is required in order to ensure
       that a fixed libio-socket-ssl-perl is used.
     + Add libnet-smtp-ssl-perl to the description of bts
   * README: Add libnet-smtp-ssl-perl to the description of bts
 .
   [ James Vega ]
   * Debbugs.pm
     + Actually include the documented 'severity' key for the select
       function.
     + Fix some whitespace.
   * who-uploads: Accept -M as a short form for --max-uploads
Checksums-Sha1: 
 5dd0acfd47f63967f222f19a5c3e11a4974b3d19 1393 devscripts_2.10.31.dsc
 cdc456e5782ad58dfaf64671cb887fb122f16657 585804 devscripts_2.10.31.tar.gz
 6f82743dc2feac142b5fa9eaea737162ed3c2264 497810 devscripts_2.10.31_amd64.deb
Checksums-Sha256: 
 b7c3cef1096aaf26b8f6a64ffe4851f0511a2b832d9137d54f037db2cf9395c5 1393 
devscripts_2.10.31.dsc
 ba23ad336deaacfb8aeacdb57f2f2545f8b26d55bce6ce33527318b20224a502 585804 
devscripts_2.10.31.tar.gz
 ab420e1de477edf6c848caad9d8a98de414b86133c15a4372bfbe82920de7329 497810 
devscripts_2.10.31_amd64.deb
Files: 
 8756f2e5b7cf7f4c42861f9b21b80607 1393 devel optional devscripts_2.10.31.dsc
 570d2227de13aabdcd82a117a2c1413e 585804 devel optional 
devscripts_2.10.31.tar.gz
 c2c4e8d805f4b03a32e29817fc7d31ad 497810 devel optional 
devscripts_2.10.31_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkhmdQUACgkQokcE1TReOoVvPACfQ5/3Tb+rSN0ID1JbBLA5cf1W
cdwAn3+veiHxu3scM1lAOX7a2aONB0t5
=KJlR
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to