[Python-modules-commits] r28349 - in packages/python-pretend/trunk/debian (5 files)

mithrandi at users.alioth.debian.org mithrandi at users.alioth.debian.org
Fri Mar 28 19:37:23 UTC 2014


    Date: Friday, March 28, 2014 @ 19:37:22
  Author: mithrandi
Revision: 28349

Fix stuff.

Added:
  packages/python-pretend/trunk/debian/pypy-pretend.docs
  packages/python-pretend/trunk/debian/python-pretend.docs
  packages/python-pretend/trunk/debian/python3-pretend.docs
Modified:
  packages/python-pretend/trunk/debian/control
  packages/python-pretend/trunk/debian/watch

Modified: packages/python-pretend/trunk/debian/control
===================================================================
--- packages/python-pretend/trunk/debian/control	2014-03-28 19:33:19 UTC (rev 28348)
+++ packages/python-pretend/trunk/debian/control	2014-03-28 19:37:22 UTC (rev 28349)
@@ -17,7 +17,7 @@
 
 Package: python-pretend
 Architecture: all
-Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${python:Depends}, ${misc:Depends}
 Description: Python library for stubbing (Python 2)
  Pretend is a library to make stubbing with Python easier.
  .
@@ -29,7 +29,7 @@
 
 Package: python3-pretend
 Architecture: all
-Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${python3:Depends}, ${misc:Depends}
 Description: Python library for stubbing (Python 3)
  Pretend is a library to make stubbing with Python easier.
  .
@@ -40,7 +40,7 @@
 
 Package: pypy-pretend
 Architecture: all
-Depends: ${pypy:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${pypy:Depends}, ${misc:Depends}
 Description: Python library for stubbing (PyPy)
  Pretend is a library to make stubbing with Python easier.
  .

Added: packages/python-pretend/trunk/debian/pypy-pretend.docs
===================================================================
--- packages/python-pretend/trunk/debian/pypy-pretend.docs	                        (rev 0)
+++ packages/python-pretend/trunk/debian/pypy-pretend.docs	2014-03-28 19:37:22 UTC (rev 28349)
@@ -0,0 +1 @@
+README.rst

Added: packages/python-pretend/trunk/debian/python-pretend.docs
===================================================================
--- packages/python-pretend/trunk/debian/python-pretend.docs	                        (rev 0)
+++ packages/python-pretend/trunk/debian/python-pretend.docs	2014-03-28 19:37:22 UTC (rev 28349)
@@ -0,0 +1 @@
+README.rst

Added: packages/python-pretend/trunk/debian/python3-pretend.docs
===================================================================
--- packages/python-pretend/trunk/debian/python3-pretend.docs	                        (rev 0)
+++ packages/python-pretend/trunk/debian/python3-pretend.docs	2014-03-28 19:37:22 UTC (rev 28349)
@@ -0,0 +1 @@
+README.rst

Modified: packages/python-pretend/trunk/debian/watch
===================================================================
--- packages/python-pretend/trunk/debian/watch	2014-03-28 19:33:19 UTC (rev 28348)
+++ packages/python-pretend/trunk/debian/watch	2014-03-28 19:37:22 UTC (rev 28349)
@@ -1,2 +1,3 @@
 version=3
-opts=pgpsigurlmangle=s/$/.asc/ https://pypi.python.org/packages/source/c/cryptography/cryptography-(.*).tar.gz
+opts=pgpsigurlmangle=s/$/.asc/ \
+    https://pypi.python.org/packages/source/p/pretend/pretend-(.*).tar.gz




More information about the Python-modules-commits mailing list