Your message dated Wed, 11 Oct 2006 14:32:45 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#389482: fixed in devscripts 2.9.22
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: devscripts
Version: 2.9.21
Severity: minor
Tags: patch
Hello,
package version with ~ are not allowed to be specified as in the
following example:
=====
[EMAIL PROTECTED]:~$ dget wodim=1.0~pre-1.1
usage: /usr/bin/dget [-bqx] package-url.dsc/changes package \
package=version ...
[EMAIL PROTECTED]:~$
=====
The patch to correct this bug is the following, please consider for
inclusion:
--8<---------------cut here---------------start------------->8---
--- /usr/bin/dget 2006-08-29 12:35:56.000000000 +0200
+++ dget_gismo-20060924 2006-09-24 15:26:30.000000000 +0200
@@ -240,7 +240,7 @@
} elsif ($arg =~ /^[a-z0-9.+-]{2,}$/) {
apt_get($arg);
- } elsif ($arg =~ /^([a-z0-9.+-]{2,})=([a-zA-Z0-9.:+-]+)$/) {
+ } elsif ($arg =~ /^([a-z0-9.+-]{2,})=([a-zA-Z0-9.:+-~]+)$/) {
apt_get($1, $2);
} else {
--8<---------------cut here---------------end--------------->8---
Thx, bye,
Gismo / Luca
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (990, 'unstable'), (500, 'testing'), (500, 'stable'), (1,
'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-rc7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages devscripts depends on:
ii debianutils 2.17.2 Miscellaneous utilities specific t
ii dpkg-dev 1.13.22 package building tools for Debian
ii libc6 2.3.6.ds1-4 GNU C Library: Shared libraries
ii perl 5.8.8-6.1 Larry Wall's Practical Extraction
ii sed 4.1.5-1 The GNU sed stream editor
Versions of packages devscripts recommends:
ii fakeroot 1.5.10 Gives a fake root environment
-- no debconf information
pgpK5kMswFndx.pgp
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: devscripts
Source-Version: 2.9.22
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.9.22.dsc
to pool/main/d/devscripts/devscripts_2.9.22.dsc
devscripts_2.9.22.tar.gz
to pool/main/d/devscripts/devscripts_2.9.22.tar.gz
devscripts_2.9.22_i386.deb
to pool/main/d/devscripts/devscripts_2.9.22_i386.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.
Julian Gilbey <[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: Wed, 11 Oct 2006 20:16:02 +0100
Source: devscripts
Binary: devscripts
Architecture: source i386
Version: 2.9.22
Distribution: unstable
Urgency: low
Maintainer: Julian Gilbey <[EMAIL PROTECTED]>
Changed-By: Julian Gilbey <[EMAIL PROTECTED]>
Description:
devscripts - Scripts to make the life of a Debian Package maintainer easier
Closes: 388856 389482
Changes:
devscripts (2.9.22) unstable; urgency=low
.
[ Julian Gilbey ]
* Makefile: remove -ldl flag in libvfork linker line (from checklib
output, see http://rerun.lefant.net/checklib)
* control: make list render nicely with new aptitude list-handling
facility (Closes: #388856)
* bts: documentation for show usertag=...: s/user=/users=/
* checkbashisms: make reasons for concern explicit, and show whole line
of original script, not just matched fragment
* dget: support ~ in package version numbers (Closes: #389482)
* rmadison: make curl quiet (important when piping the output of
rmadison)
* who-uploads: don't bother with iconv -t option; it's the default
behaviour anyway (see Bug#384835)
.
[ Joshua Kwan ]
* Remove myself from Uploaders. -ENOTIME :(
Files:
ba6763600bf3356b67d21247e7375f83 654 devel optional devscripts_2.9.22.dsc
3ce4908edfc2c63aafc961d9723b9488 363777 devel optional devscripts_2.9.22.tar.gz
53a62db2fe98e2c0e2bc2d0ad98672b1 339130 devel optional
devscripts_2.9.22_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFFLUSsDU59w/205FkRAjssAKCFrCGzk2TTXFOWk4XLkYrGwllF0gCgoraF
P7GEo3dT9qOBt8L2YmtGPAE=
=R766
-----END PGP SIGNATURE-----
--- End Message ---