r2585 - in zope.hookable/tags (5 files)

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Tue Nov 8 12:59:36 UTC 2011


    Date: Tuesday, November 8, 2011 @ 12:59:35
  Author: arnau
Revision: 2585

[svn-buildpackage] Tagging zope.hookable 3.4.1-8

Added:
  zope.hookable/tags/3.4.1-8/
  zope.hookable/tags/3.4.1-8/debian/changelog
    (from rev 2584, zope.hookable/trunk/debian/changelog)
  zope.hookable/tags/3.4.1-8/debian/source/options
    (from rev 2584, zope.hookable/trunk/debian/source/options)
Deleted:
  zope.hookable/tags/3.4.1-8/debian/changelog
  zope.hookable/tags/3.4.1-8/debian/clean

Deleted: zope.hookable/tags/3.4.1-8/debian/changelog
===================================================================
--- zope.hookable/trunk/debian/changelog	2011-11-01 06:34:19 UTC (rev 2563)
+++ zope.hookable/tags/3.4.1-8/debian/changelog	2011-11-08 12:59:35 UTC (rev 2585)
@@ -1,52 +0,0 @@
-zope.hookable (3.4.1-7) unstable; urgency=low
-
-  * Team upload.
-  * Switch to dh_python2. (Closes: #617168)
-    - Removes unneeded dependency on python-zope.testing.
-  * Switch to 3.0 (quilt) source format.
-  * debian/copyright: update, convert to dep5 format.
-  * debian/control: add Homepage and Vcs-Browser fields.
-  * Add debian/clean to get rid of egg-info/* to prevent FTBFS if
-    built twice.
-
- -- Gediminas Paulauskas <menesis at pov.lt>  Tue, 25 Oct 2011 17:02:45 +0300
-
-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.
-
- -- Fabio Tranchitella <kobold at debian.org>  Tue, 05 Jan 2010 21:10:50 +0100
-
-zope.hookable (3.4.1-4) unstable; urgency=low
-
-  * debian/control: build-depend on python-van.pydeb >= 1.3.0-2.
-    (Closes: #552932)
-
- -- Fabio Tranchitella <kobold at debian.org>  Sun, 08 Nov 2009 11:24:52 +0100
-
-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.
-  * Bump standards version.
-
- -- Matthias Klose <doko at debian.org>  Wed, 26 Aug 2009 10:57:13 +0200
-
-zope.hookable (3.4.1-1) unstable; urgency=low
-
-  * Initial Packaging.
-
- -- Brian Sutherland <brian at vanguardistas.net>  Tue, 09 Jun 2009 09:21:02 +0200

Copied: zope.hookable/tags/3.4.1-8/debian/changelog (from rev 2584, zope.hookable/trunk/debian/changelog)
===================================================================
--- zope.hookable/tags/3.4.1-8/debian/changelog	                        (rev 0)
+++ zope.hookable/tags/3.4.1-8/debian/changelog	2011-11-08 12:59:35 UTC (rev 2585)
@@ -0,0 +1,60 @@
+zope.hookable (3.4.1-8) unstable; urgency=low
+
+  * Team upload.
+  * Use debian/source/options to ignore changes in egg-info directory
+    rather than debian/clean otherwise zcml and txt files are missing.
+
+ -- Arnaud Fontaine <arnau at debian.org>  Tue, 08 Nov 2011 21:56:45 +0900
+
+zope.hookable (3.4.1-7) unstable; urgency=low
+
+  * Team upload.
+  * Switch to dh_python2. (Closes: #617168)
+    - Removes unneeded dependency on python-zope.testing.
+  * Switch to 3.0 (quilt) source format.
+  * debian/copyright: update, convert to dep5 format.
+  * debian/control: add Homepage and Vcs-Browser fields.
+  * Add debian/clean to get rid of egg-info/* to prevent FTBFS if
+    built twice.
+
+ -- Gediminas Paulauskas <menesis at pov.lt>  Tue, 25 Oct 2011 17:02:45 +0300
+
+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.
+
+ -- Fabio Tranchitella <kobold at debian.org>  Tue, 05 Jan 2010 21:10:50 +0100
+
+zope.hookable (3.4.1-4) unstable; urgency=low
+
+  * debian/control: build-depend on python-van.pydeb >= 1.3.0-2.
+    (Closes: #552932)
+
+ -- Fabio Tranchitella <kobold at debian.org>  Sun, 08 Nov 2009 11:24:52 +0100
+
+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.
+  * Bump standards version.
+
+ -- Matthias Klose <doko at debian.org>  Wed, 26 Aug 2009 10:57:13 +0200
+
+zope.hookable (3.4.1-1) unstable; urgency=low
+
+  * Initial Packaging.
+
+ -- Brian Sutherland <brian at vanguardistas.net>  Tue, 09 Jun 2009 09:21:02 +0200

Deleted: zope.hookable/tags/3.4.1-8/debian/clean
===================================================================
--- zope.hookable/trunk/debian/clean	2011-11-01 06:34:19 UTC (rev 2563)
+++ zope.hookable/tags/3.4.1-8/debian/clean	2011-11-08 12:59:35 UTC (rev 2585)
@@ -1 +0,0 @@
-src/zope.hookable.egg-info/*

Copied: zope.hookable/tags/3.4.1-8/debian/source/options (from rev 2584, zope.hookable/trunk/debian/source/options)
===================================================================
--- zope.hookable/tags/3.4.1-8/debian/source/options	                        (rev 0)
+++ zope.hookable/tags/3.4.1-8/debian/source/options	2011-11-08 12:59:35 UTC (rev 2585)
@@ -0,0 +1,5 @@
+# Ignore changes on .egg-info directory to prevent issue while building
+# twice as dpkg-source do not ignore the automatic patch anymore. Deleting
+# the files does not work as it was generated through sdist target using
+# SVN, thus some files might be missing (such as zcml or txt files).
+extend-diff-ignore = "\.egg-info"




More information about the pkg-zope-developers mailing list