[Python-modules-commits] r34361 - in packages/python-meld3/trunk/debian (changelog control)

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Mon Sep 21 11:44:48 UTC 2015


    Date: Monday, September 21, 2015 @ 11:44:46
  Author: kitterman
Revision: 34361

* Team upload.
* Switch binaries from arch any to arch all since there is no longer any
  arch specific content
* Swith python* interpreter build-deps to -all instead of -all-dev
* Remove unneeded shlibs:Depends
* Drop obsolete Provides

Modified:
  packages/python-meld3/trunk/debian/changelog
  packages/python-meld3/trunk/debian/control

Modified: packages/python-meld3/trunk/debian/changelog
===================================================================
--- packages/python-meld3/trunk/debian/changelog	2015-09-21 07:54:28 UTC (rev 34360)
+++ packages/python-meld3/trunk/debian/changelog	2015-09-21 11:44:46 UTC (rev 34361)
@@ -1,3 +1,14 @@
+python-meld3 (1.0.2-2) unstable; urgency=medium
+
+  * Team upload.
+  * Switch binaries from arch any to arch all since there is no longer any
+    arch specific content
+  * Swith python* interpreter build-deps to -all instead of -all-dev
+  * Remove unneeded shlibs:Depends
+  * Drop obsolete Provides
+
+ -- Scott Kitterman <scott at kitterman.com>  Mon, 21 Sep 2015 07:35:46 -0400
+
 python-meld3 (1.0.2-1) unstable; urgency=medium
 
   * Team upload.

Modified: packages/python-meld3/trunk/debian/control
===================================================================
--- packages/python-meld3/trunk/debian/control	2015-09-21 07:54:28 UTC (rev 34360)
+++ packages/python-meld3/trunk/debian/control	2015-09-21 11:44:46 UTC (rev 34361)
@@ -5,8 +5,8 @@
 Uploaders: Jackson Doak <noskcaj at ubuntu.com>
 Build-Depends: debhelper (>= 9),
                dh-python,
-               python-all-dev (>= 2.6.6-3~),
-               python3-all-dev,
+               python-all (>= 2.6.6-3~),
+               python3-all,
                python-setuptools (>= 0.6c7),
                python3-setuptools
 X-Python-Version: >= 2.5
@@ -17,9 +17,8 @@
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-meld3/trunk/
 
 Package: python-meld3
-Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Provides: ${python:Provides}
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
 Description: HTML/XML templating system for Python
  meld3 is an HTML/XML templating system for Python 2.3+ which keeps
  template markup and dynamic rendering logic separate from one
@@ -28,8 +27,7 @@
 
 Package: python3-meld3
 Architecture: any
-Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Provides: ${python:Provides}
+Depends: ${python3:Depends}, ${misc:Depends}
 Description: HTML/XML templating system for Python (Python 3)
  meld3 is an HTML/XML templating system for Python 2.3+ which keeps
  template markup and dynamic rendering logic separate from one




More information about the Python-modules-commits mailing list