diffstat of debian/ for gnupg_1.4.6-2 gnupg_1.4.6-2maemo1 changelog | 14 ++++++++++++++ control | 13 +++++++------ rules | 2 +- 3 files changed, 22 insertions(+), 7 deletions(-) diff -Nru gnupg-1.4.6/debian/changelog gnupg-1.4.6/debian/changelog --- gnupg-1.4.6/debian/changelog 2019-04-09 00:28:12.000000000 +0000 +++ gnupg-1.4.6/debian/changelog 2007-12-06 23:01:56.000000000 +0000 @@ -1,3 +1,17 @@ +gnupg (1.4.6-2maemo1) unstable; urgency=low + + * Conflict/replace with the old osso-gnupg. + + -- Marius Vollmer Fri, 07 Dec 2007 00:55:15 +0200 + +gnupg (1.4.6-2maemo0) unstable; urgency=low + + * Disabled email and email. Removed build dependencies. Use + libreadline4 instead of libreadline5. Don't let gpg depend on makedev + etc, fingers crossed. + + -- Marius Vollmer Thu, 06 Dec 2007 23:44:56 +0200 + gnupg (1.4.6-2) unstable; urgency=medium * 28_multiple_message.dpatch: new patch from upstream to fix problems diff -Nru gnupg-1.4.6/debian/control gnupg-1.4.6/debian/control --- gnupg-1.4.6/debian/control 2019-04-09 00:28:12.000000000 +0000 +++ gnupg-1.4.6/debian/control 2007-12-06 23:05:24.000000000 +0000 @@ -1,16 +1,16 @@ Source: gnupg Section: utils Priority: standard -Maintainer: James Troup +Maintainer: Marius Vollmer Standards-Version: 3.7.2.1 -Build-Depends: libz-dev, libldap2-dev, libbz2-dev, libcap-dev, libusb-dev, libreadline5-dev, file, gettext, dpatch, dpkg-dev (>= 1.13.12) +Build-Depends: libz-dev, libbz2-dev, libusb-dev, libreadline4-dev, file, gettext, dpatch, dpkg-dev (>= 1.13.12) Package: gnupg Architecture: any -Depends: ${shlibs:Depends}, gpgv, makedev (>= 2.3.1-13) | devfsd | hurd +Depends: ${shlibs:Depends}, gpgv Suggests: gnupg-doc, xloadimage -Conflicts: gpg-rsa, gpg-rsaref, suidmanager (<< 0.50), gpg-idea (<= 2.2) -Replaces: gpg-rsa, gpg-rsaref +Conflicts: gpg-rsa, gpg-rsaref, suidmanager (<< 0.50), gpg-idea (<= 2.2), osso-gnupg (<< 1.4.6) +Replaces: gpg-rsa, gpg-rsaref, osso-gnupg (<< 1.4.6) Provides: gpg-rsa, gpg-rsaref Description: GNU privacy guard - a free PGP replacement GnuPG is GNU's tool for secure communication and data storage. @@ -26,7 +26,8 @@ Priority: important Depends: ${shlibs:Depends} Suggests: gnupg -Replaces: gnupg (<< 1.4.5-2) +Conflicts: osso-gnupg (<< 1.4.6) +Replaces: gnupg (<< 1.4.5-2), osso-gnupg (<< 1.4.6) Description: GNU privacy guard - signature verification tool GnuPG is GNU's tool for secure communication and data storage. . diff -Nru gnupg-1.4.6/debian/rules gnupg-1.4.6/debian/rules --- gnupg-1.4.6/debian/rules 2019-04-09 00:28:12.000000000 +0000 +++ gnupg-1.4.6/debian/rules 2007-12-06 21:54:36.000000000 +0000 @@ -17,7 +17,7 @@ HOSTARG = --host=$(DEB_HOST_GNU_TYPE) endif -CONFARGS = --prefix=/usr --libexecdir=/usr/lib/ --enable-mailto --with-mailprog=/usr/sbin/sendmail +CONFARGS = --prefix=/usr --libexecdir=/usr/lib/ --disable-mailto --without-ldap install_dir=install -d -m 755 install_file=install -m 644