Package: debarchiver
Version: 0.4.1
Severity: important

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

In generateRelease() it is written:

[..]
        if ($gpgpassfile) {
                cmdaction("gpg -a -b -s --passphrase-fd 2 -u '$gpgkey' -o 
$path/Release.gpg"
                           . " $path/Release 2</path/to/passphrase",
                                                ^^^^^^^^^^^^^^^^^^
                           "Signing Release file for $path",
                           3);
        } else {
[..]

The affected part is marked. Instead of 

  2</path/to/passphrase

it must be

  2<'$gpgpassfile'


Then I have to report, that I've created a gpg-key (with passphrase) for
debarchiver and added the appropriate variables $gpgkey and $gpgpassfile
to /etc/debarchiver.conf. But Release.gpg is not created. It runs
without giving an error message, even if I give debarchiver the /bin/sh
shell and run the script in the context of debarchiver. I have no idea,
why it seems to be successful but then still fails. Can ypu please check
this?

Regards, Daniel


- -- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (850, 'unstable'), (700, 'testing'), (500, 'oldstable'), (500, 
'stable'), (110, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12.05050822
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1)

Versions of packages debarchiver depends on:
ii  adduser                       3.67.0     Add and remove users and groups
ii  apt-utils                     0.6.41     APT utility programs
ii  dpkg-dev                      1.13.11    package building tools for Debian
ii  opalmod                       0.1.13     A set of Perl modules for various 

debarchiver recommends no packages.

- -- no debconf information

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

iD8DBQFDKV5pdg0kG0+YFBERAqHQAJ962V5xKlj04enVXEU9u9eMyDbMLwCdHIhz
H2jSg9LN7gFZ87Zf/mcHWCE=
=Y97v
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to