Your message dated Mon, 24 Mar 2008 22:32:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#471672: fixed in devscripts 2.10.20
has caused the Debian Bug report #471672,
regarding [dget] Please support /etc/apt/sources.list.d
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.)


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

Here is evidence of the problem:

$ apt-cache policy xserver-xorg-video-ati
xserver-xorg-video-ati:
  Installed: 1:6.8.0-1
  Candidate: 1:6.6.193-3
  Version table:
 *** 1:6.8.0-1 0
        100 /var/lib/dpkg/status
     1:6.6.193-3 0
       1100 http://snapshot.debian.net unstable/main Packages
$ dget xserver-xorg-video-ati
no repository found in /etc/apt/sources.list at /usr/bin/dget line 317.

/etc/apt/sources.list is empty. The sources are in
/etc/apt/sources.list.d/<name>.list.

This might be considered a wishlist report I suppose.

-- Package-specific info:
--- /etc/devscripts.conf ---
--- ~/.devscripts ---

-- System Information:
Debian Release: lenny/sid
Architecture: i386 (i686)

Kernel: Linux 2.6.24-desk1-k7 (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages devscripts depends on:
ii  debianutils                   2.28.4     Miscellaneous utilities
specific t
ii  dpkg-dev                      1.14.16.6  package building tools for
Debian
ii  libc6                         2.7-9      GNU C Library: Shared libraries
ii  perl                          5.8.8-12   Larry Wall's Practical
Extraction
ii  sed                           4.1.5-6    The GNU sed stream editor

Versions of packages devscripts recommends:
ii  fakeroot                      1.9.3      Gives a fake root environment

-- debconf-show failed




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

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.20.dsc
  to pool/main/d/devscripts/devscripts_2.10.20.dsc
devscripts_2.10.20.tar.gz
  to pool/main/d/devscripts/devscripts_2.10.20.tar.gz
devscripts_2.10.20_amd64.deb
  to pool/main/d/devscripts/devscripts_2.10.20_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.7
Date: Mon, 24 Mar 2008 22:14:22 +0000
Source: devscripts
Binary: devscripts
Architecture: source amd64
Version: 2.10.20
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: 262253 452930 459294 460719 467066 469242 471282 471304 471503 471672 
471723 472492
Changes: 
 devscripts (2.10.20) unstable; urgency=low
 .
   * bts:
     + Only append a single ellipsis to the mail subject once it becomes
       too long, rather than for each extra command (Closes: #471304)
     + Make --no-action and --(force-)interactive work if neither DEBEMAIL
       nor EMAIL are set (Closes: #467066)
     + Add --cc-addr to --help output
   * checkbashisms:
     + Make --version actually produce version information
     + Fix explanation of VAR+=foo
     + Fix an error in the "shell script wrapper" detection
     + Enhance the "invalid function name" check to allow a leading bracket
       before the function name
     + Don't treat '' at the beginning of a line as the start of a quoted block
     + Allow a heredoc marker to begin with a backslash
     + Enhance quoted block detection to handle escaped quotes better
     + Enhance "shell script wrapper" detection to catch more ways of
       disguising a non shell script as one
     + If more than one issue was found within a single line, output each
       rather than just the first
   * dcmd: New script from Romain Francoise to run a given command replacing
     the name of a .changes or .dsc file with each of the files referenced
     therein (Closes: #472492)
   * debcheckout: Allow specific files from the repository to be retrieved
     rather than checking out the repository (Closes: #469242)
   * debcommit:
     + Make the change to --release's behaviour introduced in the last
       upload optional. If -R / --release-use-changelog is used then
       the changelog will be checked for uncommitted changes when determining
       the commit message. The default is not to do so and use the message
       passed with --message (if any) or "releasing version X.Y.Z" as before.
       (Closes: #471723)
     + When creating summary lines for git and hg, ignore any subchanges
       (i.e. lines indented by more than two spaces and starting with *, +
       or -)
     + Add documentation to the manpage of the current VCS-specific features
     + Make --strip-message also strip leading spaces from continuation lines
     + Strip single change commit messages by default
   * debdiff:
     + Escape package names when normalising path names (Closes: #471282)
     + Make tarball-in-tarball support more intelligent. If a sub-tarball
       named foo.tar.gz unpacks to a directory named foo, the directory is
       renamed to =unpacked-tarN= so that the directory names match across
       the unpacked packages (Closes: #459294)
   * debuild:
     + Add a --prepend-path option allowing $PATH to have directories added
       to it once it has been sanitised, for example to add /usr/lib/ccache.
       Based on a patch by Matt T. Proud (Closes: #460719)
     + Add a --username option to allow debrsign to be used instead of debsign
       (Closes: #262253)
   * dget: Support /etc/apt/sources.list.d (Closes: #471672)
   * uscan:
     + Correctly handle an explicit upstream-version of 0 (Closes: #471503)
     + Add "watch" to the manpage's summary line (Closes: #452930)
   * debian/copyright: Explicitly indicate that diff2patches is GPL >= 3
     rather than the package's standard >= 2.
Files: 
 ac7f827309ad9844c921e91cc2a88f47 1224 devel optional devscripts_2.10.20.dsc
 77476b73ccc992f3028bae34f6a4f03a 536743 devel optional 
devscripts_2.10.20.tar.gz
 6813ed1037ddb4a2a58e6cb4e1cf390a 465688 devel optional 
devscripts_2.10.20_amd64.deb

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

iD8DBQFH6CjiokcE1TReOoURAtOeAKCE7Lmje4g8joJJG/nqqu0oKnNHhgCfaXRA
Zdnts92qtd6ZoKIZMxt+wBE=
=nCFi
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to