r2578 - in zope.sendmail/tags (5 files)
arnau at users.alioth.debian.org
arnau at users.alioth.debian.org
Tue Nov 8 12:45:55 UTC 2011
Date: Tuesday, November 8, 2011 @ 12:45:54
Author: arnau
Revision: 2578
[svn-buildpackage] Tagging zope.sendmail 3.7.4-2
Added:
zope.sendmail/tags/3.7.4-2/
zope.sendmail/tags/3.7.4-2/debian/changelog
(from rev 2577, zope.sendmail/trunk/debian/changelog)
zope.sendmail/tags/3.7.4-2/debian/source/options
(from rev 2577, zope.sendmail/trunk/debian/source/options)
Deleted:
zope.sendmail/tags/3.7.4-2/debian/changelog
zope.sendmail/tags/3.7.4-2/debian/clean
Deleted: zope.sendmail/tags/3.7.4-2/debian/changelog
===================================================================
--- zope.sendmail/trunk/debian/changelog 2011-11-01 06:34:19 UTC (rev 2563)
+++ zope.sendmail/tags/3.7.4-2/debian/changelog 2011-11-08 12:45:54 UTC (rev 2578)
@@ -1,19 +0,0 @@
-zope.sendmail (3.7.4-1) unstable; urgency=low
-
- * Team upload.
- * New upstream release.
- * Convert to debhelper 7 and dh_python2 (Closes: #617177).
- * debian/control: build-depend on python-all (not -dev).
- * debian/copyright: update, convert to dep5 format.
- * Switch to 3.0 (quilt) source 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 18:16:17 +0300
-
-zope.sendmail (3.6.0-1) unstable; urgency=low
-
- * Initial Packaging.
-
- -- Brian Sutherland <brian at vanguardistas.net> Mon, 21 Sep 2009 18:14:57 +0200
Copied: zope.sendmail/tags/3.7.4-2/debian/changelog (from rev 2577, zope.sendmail/trunk/debian/changelog)
===================================================================
--- zope.sendmail/tags/3.7.4-2/debian/changelog (rev 0)
+++ zope.sendmail/tags/3.7.4-2/debian/changelog 2011-11-08 12:45:54 UTC (rev 2578)
@@ -0,0 +1,27 @@
+zope.sendmail (3.7.4-2) 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:43:15 +0900
+
+zope.sendmail (3.7.4-1) unstable; urgency=low
+
+ * Team upload.
+ * New upstream release.
+ * Convert to debhelper 7 and dh_python2 (Closes: #617177).
+ * debian/control: build-depend on python-all (not -dev).
+ * debian/copyright: update, convert to dep5 format.
+ * Switch to 3.0 (quilt) source 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 18:16:17 +0300
+
+zope.sendmail (3.6.0-1) unstable; urgency=low
+
+ * Initial Packaging.
+
+ -- Brian Sutherland <brian at vanguardistas.net> Mon, 21 Sep 2009 18:14:57 +0200
Deleted: zope.sendmail/tags/3.7.4-2/debian/clean
===================================================================
--- zope.sendmail/trunk/debian/clean 2011-11-01 06:34:19 UTC (rev 2563)
+++ zope.sendmail/tags/3.7.4-2/debian/clean 2011-11-08 12:45:54 UTC (rev 2578)
@@ -1 +0,0 @@
-src/zope.sendmail.egg-info/*
Copied: zope.sendmail/tags/3.7.4-2/debian/source/options (from rev 2577, zope.sendmail/trunk/debian/source/options)
===================================================================
--- zope.sendmail/tags/3.7.4-2/debian/source/options (rev 0)
+++ zope.sendmail/tags/3.7.4-2/debian/source/options 2011-11-08 12:45:54 UTC (rev 2578)
@@ -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