Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Hi, I would like to upload kgpg 4:4.8.4-4. The only change is the addition of the "gnupg | gnupg2" dependency; so far it went unnoticed because apt depends on gnupg (so kgpg would work in basically almost any Debian installation), but having the explicit dependency would be a good idea anyway. Attached the current diff out of the packaging repo of the changes above. Thanks, -- Pino
diff --git a/debian/changelog b/debian/changelog index a8ab8f2..bd02e1e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +kgpg (4:4.8.4-4) UNRELEASED; urgency=low + + [ Lisandro Damián Nicanor Pérez Meyer ] + * Depend on gnupg or gnupg2 (Closes: #686632). + + -- Debian Qt/KDE Maintainers <debian-qt-...@lists.debian.org> Tue, 04 Sep 2012 20:40:47 -0300 + kgpg (4:4.8.4-3) unstable; urgency=low * Team upload. diff --git a/debian/control b/debian/control index 14adc66..74c34f7 100644 --- a/debian/control +++ b/debian/control @@ -19,7 +19,7 @@ Vcs-Git: git://git.debian.org/pkg-kde/kde-sc/kgpg.git Package: kgpg Section: utils Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: gnupg | gnupg2, ${shlibs:Depends}, ${misc:Depends} Description: graphical front end for GNU Privacy Guard Kgpg manages cryptographic keys for the GNU Privacy Guard, and can encrypt, decrypt, sign, and verify files. It features a simple editor for applying