[Python-modules-commits] r28803 - in packages/portalocker/trunk/debian (3 files)
noahfx-guest at users.alioth.debian.org
noahfx-guest at users.alioth.debian.org
Fri May 9 03:25:31 UTC 2014
Date: Friday, May 9, 2014 @ 03:25:29
Author: noahfx-guest
Revision: 28803
ADD changes of NMU
Modified:
packages/portalocker/trunk/debian/changelog
packages/portalocker/trunk/debian/control
Deleted:
packages/portalocker/trunk/debian/python-portalocker.install.off
Modified: packages/portalocker/trunk/debian/changelog
===================================================================
--- packages/portalocker/trunk/debian/changelog 2014-05-08 20:16:26 UTC (rev 28802)
+++ packages/portalocker/trunk/debian/changelog 2014-05-09 03:25:29 UTC (rev 28803)
@@ -1,3 +1,12 @@
+portalocker (0.5~ds0-0.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * New upstream release:
+ - Python3 support.
+ * Add Python3 package.
+
+ -- Alessio Treglia <alessio at debian.org> Wed, 30 Apr 2014 11:31:17 +0100
+
portalocker (0.4~ds0-2) unstable; urgency=low
* New Maintainer (Closes: #726634).
Modified: packages/portalocker/trunk/debian/control
===================================================================
--- packages/portalocker/trunk/debian/control 2014-05-08 20:16:26 UTC (rev 28802)
+++ packages/portalocker/trunk/debian/control 2014-05-09 03:25:29 UTC (rev 28803)
@@ -4,13 +4,17 @@
Maintainer: Josue Ortega <josueortega at debian.org.gt>
Build-Depends:
debhelper (>= 9~),
+ dh-python,
python-all,
- python-setuptools
+ python-pytest,
+ python-setuptools,
+ python3-all,
+ python3-pytest,
+ python3-setuptools
X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.2
Standards-Version: 3.9.5
Homepage: https://github.com/WoLpH/portalocker
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/portalocker
-Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/portalocker
Package: python-portalocker
Architecture: all
@@ -23,13 +27,13 @@
.
This is the Python 2 version of the package.
-#Package: python3-portalocker
-#Architecture: all
-#Depends:
-# ${misc:Depends},
-# ${python3:Depends}
-#Description: easy API to file locking (Python 3)
-# Portalocker is a cross-platform library to provide
-# an easy API to file locking.
-# .
-# This is the Python 3 version of the package.
+Package: python3-portalocker
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python3:Depends}
+Description: easy API to file locking (Python 3)
+ Portalocker is a cross-platform library to provide
+ an easy API to file locking.
+ .
+ This is the Python 3 version of the package.
Deleted: packages/portalocker/trunk/debian/python-portalocker.install.off
===================================================================
--- packages/portalocker/trunk/debian/python-portalocker.install.off 2014-05-08 20:16:26 UTC (rev 28802)
+++ packages/portalocker/trunk/debian/python-portalocker.install.off 2014-05-09 03:25:29 UTC (rev 28803)
@@ -1 +0,0 @@
-usr/lib/python2*
More information about the Python-modules-commits
mailing list