Your message dated Sun, 07 Dec 2008 17:17:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#507479: fixed in devscripts 2.10.42
has caused the Debian Bug report #507479,
regarding [debsign] Doesn't work with pinentry-curses
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.)


-- 
507479: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=507479
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: devscripts
Version: 2.10.41
Severity: normal

        Hi there,

 debsign doesn't work with pinentry-curses because it seems to use
 stdin/stdout to draw the password prompt and read the password but
 debsign redirects them.

 pinentry-gtk2 will fall back to pinentry-curses if available, so this
 bug is triggered quite easily.

 Also, this prevents people from using pinentry on console.

 I confirmed that:
 - dropping the (cat "$1" ; echo "")
 - changing the signcommand call as follows:

-                   --list-options no-show-policy-urls \
-                   --armor --textmode --output - - > "$1.asc" || \
+                   --list-options no-show-policy-urls --batch \
+                   --armor --textmode --output "$1.asc" "$1" || \

 allows pinentry-curses to work.

 Unfortunately, it breaks (due to the removal of the echo ""), so the
 full solution is to create a temp dir with with a new $1 + newline
 file, run gpg on this in batch mode (prevents "Are you sure you want to
 overwrite" prompting) and outputting to a real .asc file, then moving
 this back.

   Thanks,

   Bye

--- /etc/devscripts.conf ---
--- ~/.devscripts ---
DEBSIGN_KEYID=2B0920C0
DEBSIGN_ALWAYS_RESIGN=yes

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

Kernel: Linux 2.6.27-1-686 (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/bash

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

Versions of packages devscripts recommends:
ii  at                 3.1.10.2              Delayed job execution and batch pr
ii  bsd-mailx [mailx]  8.1.2-0.20081101cvs-2 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.09.23            GnuPG (and obsolete PGP) keys of D
ii  debian-maintainers 1.49                  GPG keys of Debian maintainers
ii  dput               0.9.2.36              Debian package upload tool
ii  dupload            2.6.6                 utility to upload Debian packages
ii  epiphany-gecko [ww 2.22.3-8              Intuitive GNOME web browser - Geck
ii  epiphany-webkit [w 2.22.3-8              Intuitive GNOME web browser - webk
ii  equivs             2.0.7-0.1             Circumvent Debian package dependen
ii  fakeroot           1.11                  Gives a fake root environment
ii  galeon [www-browse 2.0.6-2               GNOME web browser for advanced use
ii  git-core           1:1.6.0.2-1           fast, scalable, distributed revisi
ii  gnupg              1.4.9-3               GNU privacy guard - a free PGP rep
ii  iceweasel [www-bro 3.0.4-1               lightweight web browser based on M
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.820-1               WWW client/server library for Perl
pn  libyaml-syck-perl  <none>                (no description available)
ii  lintian            2.1.0                 Debian package checker
ii  lsb-release        3.2-20                Linux Standard Base version report
ii  lynx-cur [www-brow 2.8.7dev10-5          Text-mode WWW Browser with NLS sup
ii  mailx              1:20081101-2          Transitional package for mailx ren
ii  man-db             2.5.2-3               on-line manual pager
ii  openssh-client [ss 1:5.1p1-4             secure shell client, an rlogin/rsh
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
ii  cvs-buildpackage              5.23       A set of Debian package scripts fo
pn  devscripts-el                 <none>     (no description available)
ii  gnuplot                       4.2.4-4    A command-line driven interactive 
pn  libfile-desktopentry-perl     <none>     (no description available)
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

-- 
Loïc Minier



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

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.42.dsc
  to pool/main/d/devscripts/devscripts_2.10.42.dsc
devscripts_2.10.42.tar.gz
  to pool/main/d/devscripts/devscripts_2.10.42.tar.gz
devscripts_2.10.42_amd64.deb
  to pool/main/d/devscripts/devscripts_2.10.42_amd64.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.
Adam D. Barratt <[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, 07 Dec 2008 17:04:52 +0000
Source: devscripts
Binary: devscripts
Architecture: source amd64
Version: 2.10.42
Distribution: unstable
Urgency: low
Maintainer: Devscripts Devel Team <[email protected]>
Changed-By: Adam D. Barratt <[EMAIL PROTECTED]>
Description: 
 devscripts - scripts to make the life of a Debian Package maintainer easier
Closes: 506663 506975 507479 507482 507672
Changes: 
 devscripts (2.10.42) unstable; urgency=low
 .
   [ Adam D. Barratt ]
   * checkbashisms: Fix a variable redeclaration warning. Thanks,
     Neutron Soutmun. (Closes: #506975)
   * cvs-deb{i,release}: Use mktemp rather than a temporary directory
     name based on the process ID.
   * debi: Add an "upgrade" option indicating that only those packages
     already installed on the system should be installed, rather than
     all packages listed in the .changes file. Thanks, Colin Watson.
     (Closes: #506663)
   * debsign:
     + Use mktemp rather than a temporary directory name based on the
       process ID. (Closes: #507482)
     + Use temporary files rather than redirecting gpg's stdin and stdout,
       enabling the use of pinentry-gtk2. (Closes: #507479)
   * uscan:
     + Remove the downloads.sourceforge.net example from the manpage.
       It no longer works due to changes in the website structure. Thanks,
       Alexander Block.
     + Be more intelligent with redirects and relative filenames. This should
       help in situations where the watchfile contains http://example.com/foo
       which is a redirect to http://example.com/foo/, with the latter
       containing relative filenames.
   * uupdate: Use mktemp rather than a temporary directory name based on
     the process ID.
 .
   [ Christoph Berg ]
   * rmadison: Add debug.debian.net.
 .
   [ Patrick Schoenfeld ]
   * dget: Fix misspelt wget option (should be --no-cache instead of
     --no-chache) (Closes: #507672)
 .
   [ James Vega ]
   * debcheckout: Use B<> and I<> to denote the different options sections
     instead of =head2/=head3 since the latter cause pod2usage not to display
     any options when running debcheckout -h.
Checksums-Sha1: 
 25ec7cac0acbcadd1b170d4f5b0fcbf75828b0f4 1363 devscripts_2.10.42.dsc
 717d224d1dfd9842c71882ab1c1cc32eff731d2f 632907 devscripts_2.10.42.tar.gz
 6f3c4ec0eca01a1efd6058d6a0b6b42cfad0009a 543678 devscripts_2.10.42_amd64.deb
Checksums-Sha256: 
 2ffd539581731f9149adb38f2d16ae5eb229fac1c728f24d2dbef9c787ac94d0 1363 
devscripts_2.10.42.dsc
 9ebc6e8d7fd54ba37687bf872c2c96106777c83cae36e2ac1075c7b3a97170bc 632907 
devscripts_2.10.42.tar.gz
 c0e67ac6e484e37dd0d9f08fb86c93187c75a72081300c44a78ff4b11c12d341 543678 
devscripts_2.10.42_amd64.deb
Files: 
 3192966ebb8a80c504f7115b25660d3b 1363 devel optional devscripts_2.10.42.dsc
 093293e7398e0b99fd2ef7f439f9c82a 632907 devel optional 
devscripts_2.10.42.tar.gz
 8719a7c3018020a202ce265ca580110c 543678 devel optional 
devscripts_2.10.42_amd64.deb

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

iEYEARECAAYFAkk8A2oACgkQokcE1TReOoU09ACfXg2xSN9mMntYoc3OEJt1/iEV
b6EAn2k7NC/LXfdGsnplhRsnwQmIcvGu
=U9pc
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to