r311 - zope-attachmentfield/trunk/debian

Jérémy Bobbio lunar-guest at costa.debian.org
Fri Oct 13 22:01:55 UTC 2006


Author: lunar-guest
Date: 2006-10-13 22:01:55 +0000 (Fri, 13 Oct 2006)
New Revision: 311

Modified:
   zope-attachmentfield/trunk/debian/changelog
   zope-attachmentfield/trunk/debian/rules
Log:
Add empty binary-arch target to make lintian happy.


Modified: zope-attachmentfield/trunk/debian/changelog
===================================================================
--- zope-attachmentfield/trunk/debian/changelog	2006-10-13 21:57:20 UTC (rev 310)
+++ zope-attachmentfield/trunk/debian/changelog	2006-10-13 22:01:55 UTC (rev 311)
@@ -5,8 +5,9 @@
   * Add XS-Vcs-Svn field to debian/control.
   * Stop using dpatch now that we are using svn.
   * Add Zope 2.9 compatibility in dzproduct.
+  * Add empty binary-arch target to make lintian happy. 
 
- -- Jérémy Bobbio <jeremy.bobbio at etu.upmc.fr>  Fri, 13 Oct 2006 23:56:33 +0200
+ -- Jérémy Bobbio <jeremy.bobbio at etu.upmc.fr>  Sat, 14 Oct 2006 00:01:25 +0200
 
 zope-attachmentfield (1.3.6-1) unstable; urgency=low
 

Modified: zope-attachmentfield/trunk/debian/rules
===================================================================
--- zope-attachmentfield/trunk/debian/rules	2006-10-13 21:57:20 UTC (rev 310)
+++ zope-attachmentfield/trunk/debian/rules	2006-10-13 22:01:55 UTC (rev 311)
@@ -20,6 +20,8 @@
 	dh_installdirs
 	dh_installzope -X LICENSE -X cvs2cl.pl -X _darcs -X doc -X CHANGES -X ABOUT .
 
+binary-arch:
+
 binary-indep: build install
 	dh_testdir
 	dh_testroot
@@ -34,5 +36,5 @@
 
 binary: binary-indep
 
-.PHONY: build clean binary-indep binary install
+.PHONY: build clean binary-arch binary-indep binary install
 




More information about the pkg-zope-commits mailing list