r2472 - in zc.lockfile/trunk/debian (changelog clean control)

menesis-guest at users.alioth.debian.org menesis-guest at users.alioth.debian.org
Tue Oct 18 15:30:25 UTC 2011


    Date: Tuesday, October 18, 2011 @ 15:30:24
  Author: menesis-guest
Revision: 2472

Add debian/clean to get rid of egg-info/* to prevent FTBFS if built twice.

Added:
  zc.lockfile/trunk/debian/clean
Modified:
  zc.lockfile/trunk/debian/changelog
  zc.lockfile/trunk/debian/control

Modified: zc.lockfile/trunk/debian/changelog
===================================================================
--- zc.lockfile/trunk/debian/changelog	2011-10-18 15:29:13 UTC (rev 2471)
+++ zc.lockfile/trunk/debian/changelog	2011-10-18 15:30:24 UTC (rev 2472)
@@ -1,5 +1,7 @@
 zc.lockfile (1.0.0-5) unstable; urgency=low
 
+  * Team upload.
+
   * Use dh_python2 instead of deprecated python-central. (Closes: #617153)
   * Do not use python-van.pydeb.
   * debian/control: build-depend on python-all (not -dev).
@@ -8,8 +10,10 @@
   * debian/patches/no_doc_txt.patch: add, do not write a doc.txt.
   * debian/python-zc.lockfile.pyinstall: add to install zc/__init__.py file
   * debian/rules: remove override to install zc/__init__.py
+  * Add debian/clean to get rid of egg-info/* to prevent FTBFS if built
+    twice.
 
- -- Gediminas Paulauskas <menesis at pov.lt>  Mon, 17 Oct 2011 14:54:01 +0300
+ -- Gediminas Paulauskas <menesis at pov.lt>  Tue, 18 Oct 2011 18:28:09 +0300
 
 zc.lockfile (1.0.0-4) unstable; urgency=low
 

Added: zc.lockfile/trunk/debian/clean
===================================================================
--- zc.lockfile/trunk/debian/clean	                        (rev 0)
+++ zc.lockfile/trunk/debian/clean	2011-10-18 15:30:24 UTC (rev 2472)
@@ -0,0 +1 @@
+src/zope.authentication.egg-info/*

Modified: zc.lockfile/trunk/debian/control
===================================================================
--- zc.lockfile/trunk/debian/control	2011-10-18 15:29:13 UTC (rev 2471)
+++ zc.lockfile/trunk/debian/control	2011-10-18 15:30:24 UTC (rev 2472)
@@ -8,6 +8,7 @@
 X-Python-Version: >= 2.4
 Homepage: http://pypi.python.org/pypi/zc.lockfile
 Vcs-Svn: svn://svn.debian.org/pkg-zope/zc.lockfile/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-zope/zc.lockfile/trunk
 
 Package: python-zc.lockfile
 Architecture: all




More information about the pkg-zope-developers mailing list