[Pgp-tools-commit] r395 - trunk/debian

thijs at alioth.debian.org thijs at alioth.debian.org
Sat Jul 19 08:54:03 UTC 2008


Author: thijs
Date: 2008-07-19 08:54:02 +0000 (Sat, 19 Jul 2008)
New Revision: 395

Modified:
   trunk/debian/control
   trunk/debian/rules
Log:
need to add libc depends and dh_strip now we're not arch-all anymore


Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2008-07-19 08:30:03 UTC (rev 394)
+++ trunk/debian/control	2008-07-19 08:54:02 UTC (rev 395)
@@ -12,7 +12,7 @@
 Package: signing-party
 Section: misc
 Architecture: any
-Depends: gnupg, libgnupg-interface-perl, libtext-template-perl, libmime-tools-perl, libmailtools-perl
+Depends: gnupg, libgnupg-interface-perl, libtext-template-perl, libmime-tools-perl, libmailtools-perl, ${shlibs:Depends}
 Recommends: exim4 | mail-transport-agent, libtext-iconv-perl | libintl-perl | recode, dialog | whiptail, libpaper-utils,
 # springraph
  libgd-gd2-noxpm-perl | libgd-gd2-perl

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2008-07-19 08:30:03 UTC (rev 394)
+++ trunk/debian/rules	2008-07-19 08:54:02 UTC (rev 395)
@@ -46,6 +46,7 @@
 	dh_installcron
 	dh_installinfo
 	dh_installchangelogs
+	dh_strip
 	dh_compress
 	dh_fixperms
 	dh_installdeb




More information about the Pgp-tools-commit mailing list