[Python-modules-commits] r27887 - in packages/pyspf/trunk/debian (4 files)

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Sun Feb 23 00:06:23 UTC 2014


    Date: Sunday, February 23, 2014 @ 00:06:22
  Author: kitterman
Revision: 27887

* Change path usage in debian/rules debian/spf-tools-python.links not to
  depend on pyshared
* Drop python3.3 specific depends for python3-spf that are no longer needed
  (Closes: #739610)
* Drop unused quilt patch system from debian/rules and debian/control

Modified:
  packages/pyspf/trunk/debian/changelog
  packages/pyspf/trunk/debian/control
  packages/pyspf/trunk/debian/rules
  packages/pyspf/trunk/debian/spf-tools-python.links

Modified: packages/pyspf/trunk/debian/changelog
===================================================================
--- packages/pyspf/trunk/debian/changelog	2014-02-22 18:07:39 UTC (rev 27886)
+++ packages/pyspf/trunk/debian/changelog	2014-02-23 00:06:22 UTC (rev 27887)
@@ -1,7 +1,10 @@
-pyspf (2.0.8-3) UNRELEASED; urgency=low
+pyspf (2.0.8-3) unstable; urgency=low
 
-  * Change path usage in debian/rules not to depend on pyshared (change from
-    Ubuntu)
+  * Change path usage in debian/rules debian/spf-tools-python.links not to
+    depend on pyshared
+  * Drop python3.3 specific depends for python3-spf that are no longer needed
+    (Closes: #739610)
+  * Drop unused quilt patch system from debian/rules and debian/control
 
  -- Scott Kitterman <scott at kitterman.com>  Thu, 13 Feb 2014 19:17:27 -0500
 

Modified: packages/pyspf/trunk/debian/control
===================================================================
--- packages/pyspf/trunk/debian/control	2014-02-22 18:07:39 UTC (rev 27886)
+++ packages/pyspf/trunk/debian/control	2014-02-23 00:06:22 UTC (rev 27887)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Scott Kitterman <scott at kitterman.com>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>, Gustavo Franco <stratus at debian.org>
-Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-6), python3-all, quilt (>= 0.46-7)
+Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-6), python3-all
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.2
 Homepage: http://cheeseshop.python.org/pypi/pyspf/
@@ -25,8 +25,7 @@
 
 Package: python3-spf
 Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}, python3-dns (>= 3.0.2-1+deb7u1),
- python3.3 | python3-ipaddr (>= 2.1.10)
+Depends: ${python3:Depends}, ${misc:Depends}, python3-dns (>= 3.0.2-1+deb7u1)
 Recommends: python3-authres
 Suggests: python3-yaml
 Breaks: postfix-policyd-spf-python (<< 1.2~)

Modified: packages/pyspf/trunk/debian/rules
===================================================================
--- packages/pyspf/trunk/debian/rules	2014-02-22 18:07:39 UTC (rev 27886)
+++ packages/pyspf/trunk/debian/rules	2014-02-23 00:06:22 UTC (rev 27887)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with python2,python3,quilt
+	dh $@ --with python2,python3
 
 override_dh_auto_install:
 

Modified: packages/pyspf/trunk/debian/spf-tools-python.links
===================================================================
--- packages/pyspf/trunk/debian/spf-tools-python.links	2014-02-22 18:07:39 UTC (rev 27886)
+++ packages/pyspf/trunk/debian/spf-tools-python.links	2014-02-23 00:06:22 UTC (rev 27887)
@@ -1 +1 @@
-usr/share/pyshared/spf.py usr/bin/pyspf
+usr/lib/python2.7/dist-packages/spf.py usr/bin/pyspf




More information about the Python-modules-commits mailing list