[maemo-commits] [maemo-commits] r14893 - projects/haf/trunk/gnupg/debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Thu Dec 6 23:54:45 EET 2007
- Previous message: [maemo-commits] r14892 - projects/haf/tags/gnupg
- Next message: [maemo-commits] r14894 - projects/haf/tags/gnupg
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: marivoll Date: 2007-12-06 23:54:36 +0200 (Thu, 06 Dec 2007) New Revision: 14893 Modified: projects/haf/trunk/gnupg/debian/changelog projects/haf/trunk/gnupg/debian/control projects/haf/trunk/gnupg/debian/rules Log: * Disabled email and email. Removed build dependencies. Use libreadline4 instead of libreadline5. Don't let gpg depend on makedev etc, fingers crossed. Modified: projects/haf/trunk/gnupg/debian/changelog =================================================================== --- projects/haf/trunk/gnupg/debian/changelog 2007-12-06 21:22:06 UTC (rev 14892) +++ projects/haf/trunk/gnupg/debian/changelog 2007-12-06 21:54:36 UTC (rev 14893) @@ -1,3 +1,9 @@ +gnupg (1.4.6-2maemo0) unstable; urgency=low + + * + + -- Marius Vollmer <mvo at zagadka.de> 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 Modified: projects/haf/trunk/gnupg/debian/control =================================================================== --- projects/haf/trunk/gnupg/debian/control 2007-12-06 21:22:06 UTC (rev 14892) +++ projects/haf/trunk/gnupg/debian/control 2007-12-06 21:54:36 UTC (rev 14893) @@ -1,13 +1,13 @@ Source: gnupg Section: utils Priority: standard -Maintainer: James Troup <james at nocrew.org> +Maintainer: Marius Vollmer <marius.vollmer at nokia.com> 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 Modified: projects/haf/trunk/gnupg/debian/rules =================================================================== --- projects/haf/trunk/gnupg/debian/rules 2007-12-06 21:22:06 UTC (rev 14892) +++ projects/haf/trunk/gnupg/debian/rules 2007-12-06 21:54:36 UTC (rev 14893) @@ -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
- Previous message: [maemo-commits] r14892 - projects/haf/tags/gnupg
- Next message: [maemo-commits] r14894 - projects/haf/tags/gnupg
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]