Package: debarchiver
Version: 0.4.0
Severity: normal
Tags: patch
gpg complains about aan existing Release.gpg, debarchiver should
remove the file before creating it.
--- /tmp/debarchiver 2005-09-02 11:49:05.000000000 +0200
+++ /usr/bin/debarchiver 2005-09-02 11:49:47.000000000 +0200
@@ -943,6 +943,7 @@
"Put Release for $path in the right location",
3);
if ($gpgkey) {
+ unlink("$path/Release.gpg");
cmdaction("gpg -a -b -s -u '$gpgkey' -o $path/Release.gpg"
. " $path/Release",
"Signing Release file for $path",
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.4.27-zev2
Locale: LANG=C, LC_CTYPE=en_US (charmap=ISO-8859-1)
Versions of packages debarchiver depends on:
ii adduser 3.67 Add and remove users and groups
ii apt-utils 0.6.40.1 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
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]