r2068 - in zope.hookable/trunk/debian (changelog control rules)

kobold at users.alioth.debian.org kobold at users.alioth.debian.org
Wed Feb 10 09:09:09 UTC 2010


    Date: Wednesday, February 10, 2010 @ 09:08:59
  Author: kobold
Revision: 2068

Exclude *.c files from the binary package.

Modified:
  zope.hookable/trunk/debian/changelog
  zope.hookable/trunk/debian/control
  zope.hookable/trunk/debian/rules

Modified: zope.hookable/trunk/debian/changelog
===================================================================
--- zope.hookable/trunk/debian/changelog	2010-02-09 12:45:12 UTC (rev 2067)
+++ zope.hookable/trunk/debian/changelog	2010-02-10 09:08:59 UTC (rev 2068)
@@ -1,3 +1,9 @@
+zope.hookable (3.4.1-6) unstable; urgency=low
+
+  * Exclude *.c files from the binary package.
+
+ -- Fabio Tranchitella <kobold at debian.org>  Wed, 10 Feb 2010 10:08:54 +0100
+
 zope.hookable (3.4.1-5) unstable; urgency=low
 
   * Convert to debhelper 7 and the pydeb dh7 extension.

Modified: zope.hookable/trunk/debian/control
===================================================================
--- zope.hookable/trunk/debian/control	2010-02-09 12:45:12 UTC (rev 2067)
+++ zope.hookable/trunk/debian/control	2010-02-10 09:08:59 UTC (rev 2068)
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Debian/Ubuntu Zope Team <pkg-zope-developers at lists.alioth.debian.org>
 Uploaders: Brian Sutherland <brian at vanguardistas.net>, Fabio Tranchitella <kobold at debian.org>
-Build-Depends: debhelper (>= 7), python-all-dev (>= 2.3.5-11), python-central (>= 0.5.6), python-setuptools (>= 0.6b3), python-van.pydeb (>= 1.3.0-4)
+Build-Depends: debhelper (>= 7.0.50~), python-all-dev (>= 2.3.5-11), python-central (>= 0.5.6), python-setuptools (>= 0.6b3), python-van.pydeb (>= 1.3.0-4)
 Standards-Version: 3.8.3
 XS-Python-Version: all
 XS-Vcs-Svn: svn://svn.debian.org/pkg-zope/zope.hookable/trunk

Modified: zope.hookable/trunk/debian/rules
===================================================================
--- zope.hookable/trunk/debian/rules	2010-02-09 12:45:12 UTC (rev 2067)
+++ zope.hookable/trunk/debian/rules	2010-02-10 09:08:59 UTC (rev 2068)
@@ -2,3 +2,6 @@
 
 %:
 	dh --with pydeb --with python-central $@
+
+override_dh_install:
+	find debian/*/usr/lib -name '*.c' -exec rm {} \;




More information about the pkg-zope-developers mailing list