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

doko at users.alioth.debian.org doko at users.alioth.debian.org
Sun Sep 13 07:56:50 UTC 2009


    Date: Sunday, September 13, 2009 @ 07:56:48
  Author: doko
Revision: 1759

zope.hookable (3.4.1-3) unstable; urgency=low

  * Set section to zope.
  * Rebuild against van.pydeb 1.3.
  * Don't include C source in the package.

 -- Matthias Klose <doko at ubuntu.com>  Sun, 13 Sep 2009 09:52:31 +0200

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	2009-09-13 07:46:46 UTC (rev 1758)
+++ zope.hookable/trunk/debian/changelog	2009-09-13 07:56:48 UTC (rev 1759)
@@ -1,3 +1,11 @@
+zope.hookable (3.4.1-3) unstable; urgency=low
+
+  * Set section to zope.
+  * Rebuild against van.pydeb 1.3.
+  * Don't include C source in the package.
+
+ -- Matthias Klose <doko at ubuntu.com>  Sun, 13 Sep 2009 09:52:31 +0200
+
 zope.hookable (3.4.1-2) unstable; urgency=low
 
   * Conflict with zope3. Closes: #538179.

Modified: zope.hookable/trunk/debian/control
===================================================================
--- zope.hookable/trunk/debian/control	2009-09-13 07:46:46 UTC (rev 1758)
+++ zope.hookable/trunk/debian/control	2009-09-13 07:56:48 UTC (rev 1759)
@@ -1,5 +1,5 @@
 Source: zope.hookable
-Section: python
+Section: zope
 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>

Modified: zope.hookable/trunk/debian/rules
===================================================================
--- zope.hookable/trunk/debian/rules	2009-09-13 07:46:46 UTC (rev 1758)
+++ zope.hookable/trunk/debian/rules	2009-09-13 07:56:48 UTC (rev 1759)
@@ -1,3 +1,7 @@
 #!/usr/bin/make -f
 
 include /usr/share/python-van.pydeb/rules_templates/rules.1.mk
+
+post-install-python%:
+	find debian/$(package) -name '*.c' | xargs -r rm -f
+




More information about the pkg-zope-developers mailing list