r1559 - packages/libauthen-krb5-perl/trunk/debian

Russ Allbery rra-guest at costa.debian.org
Sat Dec 3 18:09:19 UTC 2005


Author: rra-guest
Date: 2005-12-03 18:09:19 +0000 (Sat, 03 Dec 2005)
New Revision: 1559

Modified:
   packages/libauthen-krb5-perl/trunk/debian/changelog
   packages/libauthen-krb5-perl/trunk/debian/rules
Log:
* Providing binary-indep is actually mandatory in Policy even if there
  are no arch-independent packages.

Modified: packages/libauthen-krb5-perl/trunk/debian/changelog
===================================================================
--- packages/libauthen-krb5-perl/trunk/debian/changelog	2005-12-03 18:07:30 UTC (rev 1558)
+++ packages/libauthen-krb5-perl/trunk/debian/changelog	2005-12-03 18:09:19 UTC (rev 1559)
@@ -2,6 +2,8 @@
 
   * New upstream release.
     - Add keyblock accessor functions to allow use of the session key.
+  * Providing binary-indep is actually mandatory in Policy even if there
+    are no arch-independent packages.
 
  --
 

Modified: packages/libauthen-krb5-perl/trunk/debian/rules
===================================================================
--- packages/libauthen-krb5-perl/trunk/debian/rules	2005-12-03 18:07:30 UTC (rev 1558)
+++ packages/libauthen-krb5-perl/trunk/debian/rules	2005-12-03 18:09:19 UTC (rev 1559)
@@ -67,5 +67,6 @@
 	dh_md5sums
 	dh_builddeb
 
-binary: binary-arch
-.PHONY: build clean binary-arch binary
+binary-indep:
+binary: binary-arch binary-indep
+.PHONY: build clean binary-arch binary-indep binary




More information about the Pkg-perl-cvs-commits mailing list