Your message dated Sun, 21 Sep 2008 00:32:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#499639: fixed in devscripts 2.10.37
has caused the Debian Bug report #499639,
regarding New config directive appended to wrong file /etc/devscripts.con
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.)


-- 
499639: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=499639
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: devscripts
Version: 2.10.36
Severity: important
Tags: patch

After upgrading devscripts today, a new file
/etc/devscripts.con (note the missing f) was created with the following content


##### debdiff option added in version 2.10.36
#
# Compare control files in source packages using widff?
#
# DEBDIFF_WDIFF_SOURCE_CONTROL=no


I quickly glanced through the postinst and there seems to be a typo at line 540

Patch attached.


Michael

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (300, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.26.5
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages devscripts depends on:
ii  dpkg-dev                      1.14.22    Debian package development tools
ii  libc6                         2.7-13     GNU C Library: Shared libraries
ii  perl                          5.10.0-14  Larry Wall's Practical Extraction 

Versions of packages devscripts recommends:
ii  at                 3.1.10.1              Delayed job execution and batch pr
ii  bsd-mailx [mailx]  8.1.2-0.20071201cvs-3 A simple mail user agent
ii  bzr                1.5-1.1               easy to use distributed version co
ii  curl               7.18.2-7              Get a file from an HTTP, HTTPS or 
ii  cvs                1:1.12.13-12          Concurrent Versions System
ii  dctrl-tools        2.13.0                Command-line tools to process Debi
ii  debian-keyring     2008.07.22            GnuPG (and obsolete PGP) keys of D
ii  debian-maintainers 1.44                  GPG keys of Debian maintainers
ii  dput               0.9.2.33              Debian package upload tool
ii  equivs             2.0.7-0.1             Circumvent Debian package dependen
ii  fakeroot           1.9.6                 Gives a fake root environment
ii  git-core           1:1.6.0.1-1           fast, scalable, distributed revisi
ii  gnupg              1.4.9-3               GNU privacy guard - a free PGP rep
ii  iceweasel [www-bro 3.0.1-1               lightweight web browser based on M
ii  konqueror [www-bro 4:3.5.9.dfsg.1-5      KDE's advanced file manager, web b
ii  libauthen-sasl-per 2.12-1                Authen::SASL - SASL Authentication
ii  libcrypt-ssleay-pe 0.57-1+b1             Support for https protocol in LWP
ii  libparse-debcontro 2.005-2               Easy OO parsing of Debian control-
ii  libsoap-lite-perl  0.710.08-1            Client and server side SOAP implem
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.35.dfsg.1-1         Manipulates and accesses URI strin
ii  libwww-perl        5.813-1               WWW client/server library for Perl
ii  libyaml-syck-perl  1.05-1                Fast, lightweight YAML loader and 
ii  lintian            1.24.4                Debian package checker
ii  lsb-release        3.2-20                Linux Standard Base version report
ii  lynx-cur [www-brow 2.8.7dev9-2           Text-mode WWW Browser with NLS sup
ii  man-db             2.5.2-3               on-line manual pager
ii  mercurial          1.0.1-5               Scalable distributed version contr
ii  openssh-client [ss 1:5.1p1-2             secure shell client, an rlogin/rsh
ii  opera [www-browser 9.52.2091.gcc4.qt3    The Opera Web Browser
ii  patch              2.5.9-5               Apply a diff file to an original
ii  patchutils         0.2.31-4              Utilities to work with patches
ii  strace             4.5.17+cvs080723-2    A system call tracer
ii  subversion         1.5.1dfsg1-1          Advanced version control system
ii  unzip              5.52-12               De-archiver for .zip files
ii  w3m [www-browser]  0.5.2-2+b1            WWW browsable pager with excellent
ii  wdiff              0.5-18                Compares two files word by word
ii  wget               1.11.4-2              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-1     Perl module to handle freedesktop 
pn  libnet-smtp-ssl-perl          <none>     (no description available)
ii  mutt                          1.5.18-4   text-based mailreader supporting M
ii  svn-buildpackage              0.6.23     helper programs to maintain Debian

-- no debconf information
Index: debian/postinst
===================================================================
--- debian/postinst	(Revision 1626)
+++ debian/postinst	(Arbeitskopie)
@@ -537,7 +537,7 @@
 	if dpkg --compare-versions "$2" lt 2.10.36
 	then
 	    # Added in devscripts 2.10.36
-	    cat >> /etc/devscripts.con <<EOF
+	    cat >> /etc/devscripts.conf <<EOF
 ##### debdiff option added in version 2.10.36
 #
 # Compare control files in source packages using widff?

--- End Message ---
--- Begin Message ---
Source: devscripts
Source-Version: 2.10.37

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.37.dsc
  to pool/main/d/devscripts/devscripts_2.10.37.dsc
devscripts_2.10.37.tar.gz
  to pool/main/d/devscripts/devscripts_2.10.37.tar.gz
devscripts_2.10.37_i386.deb
  to pool/main/d/devscripts/devscripts_2.10.37_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.
Mohammed Adnène Trojette <[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.8
Date: Sun, 21 Sep 2008 02:11:26 +0200
Source: devscripts
Binary: devscripts
Architecture: source i386
Version: 2.10.37
Distribution: unstable
Urgency: low
Maintainer: Devscripts Devel Team <[email protected]>
Changed-By: Mohammed Adnène Trojette <[EMAIL PROTECTED]>
Description: 
 devscripts - scripts to make the life of a Debian Package maintainer easier
Closes: 499639
Changes: 
 devscripts (2.10.37) unstable; urgency=low
 .
   * Fix typo in postinst. (Closes: #499639)
Checksums-Sha1: 
 c34b9a0157e00d7ea45c9cbd5104396da5b6675c 1386 devscripts_2.10.37.dsc
 b38c23fa31734dd781b23da2b7591948ac498ce4 608016 devscripts_2.10.37.tar.gz
 493286267b3c32ae4fbafa0182d57b5073c44a4f 528252 devscripts_2.10.37_i386.deb
Checksums-Sha256: 
 702713656ab2ce7a48d7bb6f06cf3adb3155f598a11dc6a056a407ee6b352c35 1386 
devscripts_2.10.37.dsc
 6cc7b74e7bf1fb8b3448c1b167036f1be1cd2de5ead078169dda5c502d337cac 608016 
devscripts_2.10.37.tar.gz
 e0ddb6d557affb34ffcc86af89b82ed2ba15b43cf5098e5c53c2dbf997dd2326 528252 
devscripts_2.10.37_i386.deb
Files: 
 23e22c7f1871b7579d604b44a3e0fc13 1386 devel optional devscripts_2.10.37.dsc
 2cbe192d4cba50bab803a514e3440830 608016 devel optional 
devscripts_2.10.37.tar.gz
 1b57acd151ab6fda6e8d1ae0ecace491 528252 devel optional 
devscripts_2.10.37_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkjVlT8ACgkQOU3FkQ7XBOrL1QCg7YILt8rjfL3CJrrzYpsOHC/P
Ix8AniBxzJ8se2DKNPjakV5hkyLVz5OV
=Cvlj
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to