Package: devscripts Version: 2.18.9 Severity: normal File: /usr/bin/debchange Tags: patch
Dear Maintainer, Running "wrap-and-sort -as" on debian/control will generate an indented Uploaders field like: Uploaders: Stuart Prescott <[email protected]>, J Smith <[email protected]> The auto-nmu detection code in dch doesn't cope with the initial blank line, with @uploaders (line 918) incorrectly containing a "\n " within the first entry. Stripping leading whitespace seems sufficient; allowing whitespace before the comma might also be better, like so: $uploader =~ s/^\s*//; my @uploaders = split(/\s*,\s*/, $uploader); Note that splitting Uploaders on commas is probably also not the right thing to do (#401452) but since we've not been able to define the correct syntax for Uploaders in over a decade, we probably shouldn't block fixing this bug with that quibble. cheers Stuart -- Package-specific info: --- /etc/devscripts.conf --- --- ~/.devscripts --- DEBEMAIL="[email protected]" DEBFULLNAME="Stuart Prescott" DEBCHANGE_RELEASE_HEURISTIC=changelog DEVSCRIPTS_CHECK_DIRNAME_REGEX="PACKAGE(-.*)?|trunk|git" DEBUILD_LINTIAN_OPTS="--info --display-info --display-experimental --pedantic --show-overrides --checksums --color auto" DEBSIGN_KEYID=90E2D2C1AD146A1B7EBB891DBBC17EBB1396F2F7 DEBCHANGE_FORCE_SAVE_ON_RELEASE=no -- System Information: Debian Release: 9.6 APT prefers stable-updates APT policy: (550, 'stable-updates'), (550, 'proposed-updates'), (550, 'stable'), (500, 'stable-debug'), (500, 'stable'), (60, 'unstable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.9.0-8-amd64 (SMP w/4 CPU cores) Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8), LANGUAGE=en_AU:en (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages devscripts depends on: ii dpkg-dev 1.18.25 ii fakeroot 1.21-3.1 ii file 1:5.30-1+deb9u2 ii gnupg 2.1.18-8~deb9u3 ii gnupg2 2.1.18-8~deb9u3 ii gpgv 2.1.18-8~deb9u3 ii gpgv2 2.1.18-8~deb9u3 ii libc6 2.24-11+deb9u3 ii libfile-homedir-perl 1.00-1 ii libfile-which-perl 1.21-1 ii libipc-run-perl 0.94-1+deb9u1 ii libmoo-perl 2.002005-1 ii libwww-perl 6.15-1 ii patchutils 0.3.4-2 ii perl 5.24.1-3+deb9u5 ii python3 3.5.3-1 ii sensible-utils 0.0.9+deb9u1 ii wdiff 1.2.2-2 Versions of packages devscripts recommends: ii apt 1.4.8 ii at 3.1.20-3 ii curl 7.52.1-5+deb9u8 ii dctrl-tools 2.24-2+b1 ii debian-keyring 2018.11.25 ii dput-ng [dput] 1.21 ii equivs 2.0.9+nmu1 ii libdistro-info-perl 0.14 ii libdpkg-perl 1.18.25 ii libencode-locale-perl 1.05-1 ii libgit-wrapper-perl 0.047-1 ii liblist-compare-perl 0.53-1 ii liblwp-protocol-https-perl 6.06-2 ii libsoap-lite-perl 1.20-1 ii libstring-shellquote-perl 1.04-1 ii libtry-tiny-perl 0.28-1 ii liburi-perl 1.71-1 ii licensecheck 3.0.31-2 ii lintian 2.5.113~bpo9+1 ii man-db 2.7.6.1-2 ii patch 2.7.5-1+deb9u1 ii python3-apt 1.4.0~beta3 ii python3-debian 0.1.30 ii python3-magic 1:5.30-1+deb9u2 ii python3-requests 2.12.4-1 ii python3-unidiff 0.5.4-1 ii python3-xdg 0.25-4 ii strace 4.15-2 ii unzip 6.0-21 ii wget 1.18-5+deb9u2 ii xz-utils 5.2.2-1.2+b1 Versions of packages devscripts suggests: ii adequate 0.15.1 ii autopkgtest 4.4 pn bls-standalone <none> ii bsd-mailx [mailx] 8.1.2-0.20160123cvs-4 ii build-essential 12.3 pn check-all-the-things <none> pn cvs-buildpackage <none> pn devscripts-el <none> ii diffoscope 78 pn disorderfs <none> ii dose-extra 5.0.1-8+deb9u1 pn duck <none> pn faketime <none> ii gnuplot 5.0.5+dfsg1-6+deb9u1 ii how-can-i-help 15 ii libauthen-sasl-perl 2.1600-1 pn libdbd-pg-perl <none> ii libfile-desktopentry-perl 0.22-1 pn libnet-smtps-perl <none> ii libterm-size-perl 0.207-1+b4 ii libtimedate-perl 2.3000-2 ii libyaml-syck-perl 1.29-1+b2 pn mozilla-devscripts <none> ii mutt 1.7.2-1+deb9u1 ii openssh-client [ssh-client] 1:7.4p1-10+deb9u4 pn piuparts <none> ii postgresql-client 9.6+181+deb9u2 ii postgresql-client-9.6 [postgresql-client] 9.6.10-0+deb9u1 ii quilt 0.63-8 pn ratt <none> pn reprotest <none> pn svn-buildpackage <none> ii w3m 0.5.3-34+deb9u1 -- no debconf information

