r2743 - in zc.lockfile/trunk/debian (6 files)
menesis-guest at users.alioth.debian.org
menesis-guest at users.alioth.debian.org
Tue Jul 16 08:39:27 UTC 2013
Date: Tuesday, July 16, 2013 @ 08:39:24
Author: menesis-guest
Revision: 2743
* Split python-zc into a separate package.
* debian/python-zc.pyinstall: add to install the zc/__init__.py file.
* debian/python-zc.lockfile.install: all other files go to the main package.
Added:
zc.lockfile/trunk/debian/python-zc.lockfile.install
zc.lockfile/trunk/debian/python-zc.pyinstall
(from rev 2742, zc.lockfile/trunk/debian/python-zc.lockfile.pyinstall)
Modified:
zc.lockfile/trunk/debian/changelog
zc.lockfile/trunk/debian/control
zc.lockfile/trunk/debian/rules
Deleted:
zc.lockfile/trunk/debian/python-zc.lockfile.pyinstall
Modified: zc.lockfile/trunk/debian/changelog
===================================================================
--- zc.lockfile/trunk/debian/changelog 2013-07-04 00:37:40 UTC (rev 2742)
+++ zc.lockfile/trunk/debian/changelog 2013-07-16 08:39:24 UTC (rev 2743)
@@ -5,10 +5,13 @@
- bump Standards-Version to 3.9.4
- enable autopkgtest (Closes: #692714)
- Use canonical URI for Vcs-Svn and Vcs-Browser.
+ - Split python-zc into a separate package.
+ * debian/python-zc.pyinstall: add to install the zc/__init__.py file.
+ * debian/python-zc.lockfile.install: all other files go to the main package.
* debian/tests: switch to zope.testrunner.
* debian/copyright: update format and copyright holder.
- -- Gediminas Paulauskas <menesis at pov.lt> Wed, 03 Jul 2013 18:56:03 +0300
+ -- Gediminas Paulauskas <menesis at pov.lt> Tue, 16 Jul 2013 11:28:48 +0300
zc.lockfile (1.0.0-6) unstable; urgency=low
Modified: zc.lockfile/trunk/debian/control
===================================================================
--- zc.lockfile/trunk/debian/control 2013-07-04 00:37:40 UTC (rev 2742)
+++ zc.lockfile/trunk/debian/control 2013-07-16 08:39:24 UTC (rev 2743)
@@ -13,9 +13,7 @@
Package: python-zc.lockfile
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
-Provides: python-zc
-Replaces: python-zc
+Depends: python-zc, ${python:Depends}, ${misc:Depends}
Description: Basic inter-process locks
The zc.lockfile package provides a basic portable implementation of
interprocess locks using lock files. The purpose if not specifically to lock
@@ -24,3 +22,9 @@
access to *other* files. For example, the ZODB file storage implementation
uses file locks to mediate access to file-storage database files. The database
files and lock file files are separate files.
+
+Package: python-zc
+Architecture: all
+Depends: ${python:Depends}, python-pkg-resources, ${misc:Depends}
+Description: zc namespace package
+ Namespace package for all zc.* packages to depend on.
Added: zc.lockfile/trunk/debian/python-zc.lockfile.install
===================================================================
--- zc.lockfile/trunk/debian/python-zc.lockfile.install (rev 0)
+++ zc.lockfile/trunk/debian/python-zc.lockfile.install 2013-07-16 08:39:24 UTC (rev 2743)
@@ -0,0 +1 @@
+debian/tmp/*
Deleted: zc.lockfile/trunk/debian/python-zc.lockfile.pyinstall
===================================================================
--- zc.lockfile/trunk/debian/python-zc.lockfile.pyinstall 2013-07-04 00:37:40 UTC (rev 2742)
+++ zc.lockfile/trunk/debian/python-zc.lockfile.pyinstall 2013-07-16 08:39:24 UTC (rev 2743)
@@ -1 +0,0 @@
-src/zc/__init__.py zc
Copied: zc.lockfile/trunk/debian/python-zc.pyinstall (from rev 2742, zc.lockfile/trunk/debian/python-zc.lockfile.pyinstall)
===================================================================
--- zc.lockfile/trunk/debian/python-zc.pyinstall (rev 0)
+++ zc.lockfile/trunk/debian/python-zc.pyinstall 2013-07-16 08:39:24 UTC (rev 2743)
@@ -0,0 +1 @@
+src/zc/__init__.py zc
Modified: zc.lockfile/trunk/debian/rules
===================================================================
--- zc.lockfile/trunk/debian/rules 2013-07-04 00:37:40 UTC (rev 2742)
+++ zc.lockfile/trunk/debian/rules 2013-07-16 08:39:24 UTC (rev 2743)
@@ -1,4 +1,4 @@
#!/usr/bin/make -f
%:
- dh --with python2 $@
+ dh $@ --with python2
More information about the pkg-zope-developers
mailing list