Package: devscripts
Version: 2.10.55
Severity: normal

Everything is in the subject:

* Upload to unstable;

works, while

* Upload to unstable

gives a distribution “unstable."

Attached patch fixes the problem.
--
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.30-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.4     Debian package development tools
ii  libc6                         2.9-26     GNU C Library: Shared libraries
ii  perl                          5.10.0-25  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-1 simple mail user agent
ii  curl               7.19.5-1.1            Get a file from an HTTP, HTTPS or 
ii  dctrl-tools        2.13.1                Command-line tools to process Debi
ii  debian-keyring [de 2009.08.27            GnuPG (and obsolete PGP) keys of D
ii  dput               0.9.5.1               Debian package upload tool
ii  epiphany-gecko [ww 2.26.3-2              Intuitive GNOME web browser - Geck
ii  epiphany-webkit [w 2.27.92-3             Intuitive GNOME web browser - WebK
pn  equivs             <none>                (no description available)
ii  fakeroot           1.13                  Gives a fake root environment
ii  git-core           1:1.6.4.3-1           fast, scalable, distributed revisi
ii  gnupg              1.4.10-1              GNU privacy guard - a free PGP rep
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.1600-9              Time and date functions for Perl
ii  liburi-perl        1.37+dfsg-1           Manipulates and accesses URI strin
ii  libwww-perl        5.831-1               WWW client/server library for Perl
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.17                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-2               on-line manual pager
ii  mercurial          1.3.1-1               scalable distributed version contr
ii  midori [www-browse 0.1.10-1              fast, lightweight graphical web br
ii  openssh-client [ss 1:5.1p1-7             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.18-1              A system call tracer
ii  subversion         1.6.5dfsg-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.11.4-4              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)
pn  gnuplot                       <none>     (no description available)
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.28     helper programs to maintain Debian

-- no debconf information
--- debchange.orig      2009-09-24 11:59:22.000000000 +0200
+++ debchange   2009-09-24 12:00:15.000000000 +0200
@@ -1173,7 +1173,7 @@
            }
        }
        elsif (/  \* Upload to ([^ ]+).*$/) {
-           ($dist_indicator = $1) =~ s/[,;]$//;
+           ($dist_indicator = $1) =~ s/[,;.]$//;
            chomp $dist_indicator;
        }
        elsif (/^ --\s+([^<]+)\s+/) {

Reply via email to