diff -Nru python-meld3-1.0.2/debian/changelog python-meld3-1.0.2/debian/changelog --- python-meld3-1.0.2/debian/changelog 2015-05-23 23:30:58.000000000 +0000 +++ python-meld3-1.0.2/debian/changelog 2015-09-21 11:39:41.000000000 +0000 @@ -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 Mon, 21 Sep 2015 07:35:46 -0400 + python-meld3 (1.0.2-1) unstable; urgency=medium * Team upload. diff -Nru python-meld3-1.0.2/debian/control python-meld3-1.0.2/debian/control --- python-meld3-1.0.2/debian/control 2015-05-23 23:29:54.000000000 +0000 +++ python-meld3-1.0.2/debian/control 2015-09-21 11:38:53.000000000 +0000 @@ -5,8 +5,8 @@ Uploaders: Jackson Doak 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