Your message dated Wed, 14 Nov 2007 22:17:03 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#419657: fixed in devscripts 2.10.11 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.10.2 Severity: wishlist Tags: patch Hi, This is an additional patch to #381152 "please allow specifications of files to check in". It automatically adds debian/changelog to the list of files to commit so it is not necessary to list it manually. This way one can either: $ debcommit to commit all changes, or $ debcommit some/file which will take the commit message from debian/changelog, commit some/file and debian/changelog Without this patch one has to always remember to add debian/changelog to the list of files to commit, as it makes no sense to omit debian/changelog from the commit - the changelog entries are still used on the next debcommit. Thanks for considering, dam -- System Information: Debian Release: lenny/sid APT prefers oldstable APT policy: (500, 'oldstable'), (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.20-1-686 (SMP w/2 CPU cores) Locale: LANG=bg_BG.UTF-8, LC_CTYPE=bg_BG.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages devscripts depends on: ii debianutils 2.18 Miscellaneous utilities specific t ii dpkg-dev 1.13.25 package building tools for Debian ii libc6 2.5-1 GNU C Library: Shared libraries ii perl 5.8.8-7 Larry Wall's Practical Extraction ii sed 4.1.5-1 The GNU sed stream editor Versions of packages devscripts recommends: ii fakeroot 1.7 Gives a fake root environment -- no debconf informationdiff -ru devscripts-2.10.2.orig/scripts/debcommit.pl devscripts-2.10.2/scripts/debcommit.pl --- devscripts-2.10.2.orig/scripts/debcommit.pl 2007-03-23 18:04:33.000000000 +0200 +++ devscripts-2.10.2/scripts/debcommit.pl 2007-04-17 10:32:05.000000000 +0300 @@ -43,7 +43,8 @@ =item I<files to commit> -Specify which files to commit. Commits all files if not used. +Specify which files to commit. debian/changelog is automatically added to the +list. Commits all changes if not used. =over 4 @@ -100,6 +101,7 @@ } my @files_to_commit = @ARGV; +push @files_to_commit, 'debian/changelog' if @files_to_commit; my $prog=getprog(); if (! -e "debian/changelog") {
--- End Message ---
--- Begin Message ---Source: devscripts Source-Version: 2.10.11 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.11.dsc to pool/main/d/devscripts/devscripts_2.10.11.dsc devscripts_2.10.11.tar.gz to pool/main/d/devscripts/devscripts_2.10.11.tar.gz devscripts_2.10.11_i386.deb to pool/main/d/devscripts/devscripts_2.10.11_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. Luk Claes <[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, 14 Nov 2007 22:53:22 +0100 Source: devscripts Binary: devscripts Architecture: source i386 Version: 2.10.11 Distribution: unstable Urgency: low Maintainer: Devscripts Devel Team <[EMAIL PROTECTED]> Changed-By: Luk Claes <[EMAIL PROTECTED]> Description: devscripts - Scripts to make the life of a Debian Package maintainer easier Closes: 419657 420899 438971 439666 439667 448636 448730 448795 Changes: devscripts (2.10.11) unstable; urgency=low . [ Adam D. Barratt ] * uscan: Correctly parse HTMLised FTP directory listings. Thanks to Vaclav Ovsik for the patch (Closes: #448636) * desktop2menu: New script to generate skeleton menu files from freedesktop.org .desktop files. Thanks to Sune Vuorela (Closes: #448730) * debchange: Default to using -t / --mainttrailer when using the "changelog" heuristic. Thanks to Joey Hess for the patch (Closes: #448795) * debcommit: Automatically include the changelog in the list of files to be committed (Closes: #419657, again) * debcommit: Correctly pull the depot path from the output of svk info . [ Luk Claes ] * debdiff: Support tarball in tarball (Closes: #439667). * debdiff: Support p-u-new use case (Closes: #439666). * chdist: New script to easily play with several distributions. Closes: #438971 * debian/control: Add build dependency on libfile-desktopentry-perl and liburi-perl so perl -c won't fail for desktop2menu and rmadison. . [ Joey Hess ] * debcommit: Avoid svk hang by only running svk if ~/.svk/local exists. Closes: #420899 * debcommit: Try harder to see if the package is in git. Look for .git in parent directories too. Files: 1feb06a8a53daf0aabea721733e3707f 1131 devel optional devscripts_2.10.11.dsc 7d6732241467c628522aa7ad457a7494 483786 devel optional devscripts_2.10.11.tar.gz b82e648a41ecf30b04c1bc020cf0ddb4 420650 devel optional devscripts_2.10.11_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHO29p5UTeB5t8Mo0RArqpAJ99vTgOjISOnxr8SO5Ux1U74k70qgCfX38i TyLQJd9qhnm+03PBn9sAJd0= =iaZh -----END PGP SIGNATURE-----
--- End Message ---

