Your message dated Mon, 18 Feb 2013 21:03:26 +0000 with message-id <[email protected]> and subject line Bug#696363: fixed in devscripts 2.13.0 has caused the Debian Bug report #696363, regarding devscripts: Repeated-word typo in wrap-and-sort man page 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.) -- 696363: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=696363 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: devscripts Version: 2.12.6 Severity: minor In the man page for wrap-and-sort, the entry for the '--wrap-always' option reads: Wrap all package lists in the Debian control file even if the entries are shorter than 80 characters and could fit in one line line. The word "line" appears twice at the end of the sentence. In an 80-column terminal, this sentence is line-wrapped in between the repeated words, making this easy to overlook; however, in a larger terminal the error is more visible. -- Package-specific info: --- /etc/devscripts.conf --- --- ~/.devscripts --- Not present -- System Information: Debian Release: wheezy/sid APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'testing'), (500, 'stable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.2.0-3-amd64 (SMP w/12 CPU cores) 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 dpkg-dev 1.16.9 ii libc6 2.13-35 ii perl 5.14.2-15 ii python 2.7.3~rc2-1 Versions of packages devscripts recommends: ii at 3.1.13-2 ii curl 7.26.0-1 ii dctrl-tools 2.22.2 ii debian-keyring 2012.06.01 ii dput 0.9.6.3+nmu1 ii equivs 2.0.9 ii fakeroot 1.18.4-2 ii gnupg 1.4.12-6 ii libcrypt-ssleay-perl 0.58-1 ii libdistro-info-perl 0.10 ii libjson-perl 2.53-1 ii libparse-debcontrol-perl 2.005-3 ii libsoap-lite-perl 0.714-1 ii liburi-perl 1.60-1 ii libwww-perl 6.04-1 ii lintian 2.5.10.2 ii man-db 2.6.2-1 ii patch 2.6.1-3 ii patchutils 0.3.2-1.1 ii python-debian 0.1.21 ii python-magic 5.11-2 ii sensible-utils 0.0.7 ii strace 4.5.20-2.3 ii unzip 6.0-7 ii wdiff 1.1.2-1 ii wget 1.13.4-3 ii xz-utils 5.1.1alpha+20120614-1 Versions of packages devscripts suggests: ii bsd-mailx [mailx] 8.1.2-0.20111106cvs-1 ii build-essential 11.5 ii cvs-buildpackage 5.23 pn devscripts-el <none> ii gnuplot 4.6.0-8 pn libauthen-sasl-perl <none> ii libfile-desktopentry-perl 0.04-3 pn libnet-smtp-ssl-perl <none> pn libterm-size-perl <none> ii libtimedate-perl 1.2000-1 pn libyaml-syck-perl <none> ii mutt 1.5.21-6.2 ii openssh-client [ssh-client] 1:6.0p1-3 ii svn-buildpackage 0.8.5 ii w3m 0.5.3-8 -- no debconf information
--- End Message ---
--- Begin Message ---Source: devscripts Source-Version: 2.13.0 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. 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. Benjamin Drung <[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: SHA512 Format: 1.8 Date: Mon, 18 Feb 2013 21:50:11 +0100 Source: devscripts Binary: devscripts Architecture: source amd64 Version: 2.13.0 Distribution: experimental Urgency: low Maintainer: Devscripts Devel Team <[email protected]> Changed-By: Benjamin Drung <[email protected]> Description: devscripts - scripts to make the life of a Debian Package maintainer easier Closes: 526698 650732 659231 686862 687450 687664 690024 690056 690059 694760 695609 695612 695613 695914 696018 696363 696416 697923 700584 Changes: devscripts (2.13.0) experimental; urgency=low . [ Christoph Berg ] * origtargz: New script: fetch the orig tarball of a Debian package from various sources, and unpack it * debcommit: --changelog-info will pass --author and --date for git commits. . [ James McCoy ] * licensecheck: Recognize MPL 2.0 licenses. Thanks to Ryan Pavlik for the patch. (Closes: #687664) * namecheck: Check Apache's projects page for names. (Closes: #686862) * debcommit: + Drop checks for old dpkg versions and always use the necessary Perl modules (Dpkg::Changelog::Parse, Dpkg::Vendor::Ubuntu, Dpkg::Changelog::Entry::Debian). + Add changelog info support for hg and bzr. * annotate-output: + Handle an incomplete line of output. (Closes: #695609) + Don't treat backslashes in the command's output as an escape. (Closes: #695613) + Don't swallow leading whitespace. (Closes: #695612, LP: #1120917) * dscverify: Use "gpg --status-fd" to determine if a valid signature is found and only use the signed content. (Closes: #695914) * wrap-and-sort: Fix repeated word in man page. (Closes: #696363) . [ Dmitry Smirnov ] * licensecheck: + Remove any regular comments pattern. (Closes: #526698) + Improve command line parsing. + Fix GPL license version detection bug. + Fix BSD-3-clause detection. . [ Paul Wise ] * checkbashisms: When examining a bash script, indicate the lack of use of bashisms. * uscan: + Access GitHub directly instead of using githubredir.debian.net in example GitHub watch URL. + Add an example watch URL that matches the various file extensions used by common archive formats. + Add an example watch URL for Google Code projects. . [ Benjamin Drung ] * Add bashism test cases from Raphael Geissert. * Add autopkgtest support. (LP: #1073330) * suspicious-source: Add inode/symlink and image/x-xpmi to whitelisted mime-types. * wrap-and-sort: + Put special entries (variables and placeholders) at the end of the list. + Sort debian/control*.in files too. * licensecheck: detect (L)GPL licenses more permissively. Thanks to Laurent Rineau for the patch. (Closes: #659231) * Bump Standards-Version to 3.9.4 (no changes needed). . [ Cyril Brulebois ] * Don't auto reverse diffs when DEBDIFF_AUTO_VER_SORT is set to yes, and when the version in both packages is the same. (Closes: #650732) . [ Tony Mancill ] * debsnap: Escape the package name when used in regex. (Closes: #696018) . [ David Prévot ] * Minor manpages convention fix: do not terminate the SEE ALSO lists with a period. (Closes: #696416) * French translation update. . [ Josselin Mouette ] * nmudiff: Use dpkg-parsechangelog to fix manual parsing bug (Closes: #700584) . [ Raphael Geissert ] * checkbashisms: + allow -FOO- as heredoc delimiter + simplify mixed single/double balanced quotes correctly + correct description of 'setvar' + detect traps for DEBUG, ERRNO, or RETURN + check for incorrect args. to 'exit' (Closes: #687450) + fix handling of # characters in quoted strings + detect use of $FUNCNAME, $TMOUT, and $TIMEFORMAT + detect uses of sleep with anything other than an int. + detect the use of the hash utility and $_ + check for other forms of brace expansion + check for use of non-standard tilde expansion + check for case modification expansions + check for the use of $GLOBIGNORE . [ Regid Ichira ] * rc-alert: Support using curl as alternative to wget. (Closes: #690024) * wnpp-alert: Support using curl as alternative to wget. (Closes: #690056) * wnpp-check: Support using curl as alternative to wget. (Closes: #690059) . [ Colin Watson ] * debian/control: Mark devscripts Multi-Arch: foreign. (Closes: #694760) * debchange, debcommit: Set the timestamp of temporary editor files back one second, to make modification detection more reliable in the absence of subsecond granularity. (Closes: #697923) Checksums-Sha1: 1b4941cc1e9b77660daca2a13e42206375278726 2322 devscripts_2.13.0.dsc 48a8250307bf5db111e891be0fd6b9c7c6e0ca30 570736 devscripts_2.13.0.tar.xz 44e1cad02ee1e9ef78e91b2edbb127266455cd56 908894 devscripts_2.13.0_amd64.deb Checksums-Sha256: b6b492919af4c5414f32f8f7de91aab7f7aed222c5c55cb9333320ab08fa3406 2322 devscripts_2.13.0.dsc bec37a7ca5b34f4cf81a3dea1bf44cbd86374057c59eeb4f779227ba181686ac 570736 devscripts_2.13.0.tar.xz 0beabffcecccbe5921422e251082a32d178d380a79fd7f22ec6cfec9104a91cf 908894 devscripts_2.13.0_amd64.deb Files: 293ff9f7f202506719fc4208fb57071f 2322 devel optional devscripts_2.13.0.dsc 5948beeace4cda598178894458151b87 570736 devel optional devscripts_2.13.0.tar.xz 50248b283b897649b1651106da4684dd 908894 devel optional devscripts_2.13.0_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQIcBAEBCgAGBQJRIpSnAAoJEBWetcTvyHdMNpEP/j9vJZLWrXTiun7NpxCPHmWf pYLqRsLAMkA4IGM03C744twcXIKLEDQqew6wqcZnlzKT1/h38u1CKPoy1alXqRJz RPuDUAGApYi1ZOVOfY16d8qaYctKIjCovac8JSVlVPK7z2Ugk7HT88Rj6C+AvhRv EPJKq2RbjLwOqqgJdLFaC8ilABSNs7MVL9+TMZOWShw1N1JlfHiNPr9sYlAIQ4T9 jwI2DcJDf0h1AElojT1tsx04e89Pk2r2JsBXE2zoDBSjlgwEq3lNX3kJb8RIBezL HxDMHMsdTrl4/kfxxnqRzwZGf8U8pA0GtCtO3ZeE1cyh+Ifv8lxo8VgQdCHz+n1J NY1rpQRoOflGTO07tEKlBk1RDdD4n6ETPGOZKuedfjYIygwI/eccM21aniTpogAn FAdInB1zznNhpY/MaKYAgy6sSAkzkoiQf81AajEZI1q8BZviCJLH9zOlWUMJ6c5o X1lC265GpogNx610+/hglfHsf1/f9BU5J3SI8Zoq9UimyKJM7LAHlRvkMytIj69L sF3DzlMPmNbcT1oOhyflSTqBo9cQf5cmjO5O/aXyvf3OzDyvKHQAqhpdcfUd2vvN Mm0/K5u7atX2F0CS2Rc2UkrAILqq4i1Jrt5xtqWLRcfiNcXPZWhqiglToTM0imbY tE9MST08iMVezi7cCvk/ =BslF -----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
