diff -Nru empy-3.3.2/debian/changelog empy-3.3.2/debian/changelog --- empy-3.3.2/debian/changelog 2015-07-22 06:44:50.000000000 +0000 +++ empy-3.3.2/debian/changelog 2018-10-22 19:33:46.000000000 +0000 @@ -1,15 +1,21 @@ -empy (3.3.2-1build1) wily; urgency=medium +empy (3.3.2-2) unstable; urgency=medium - * No-change rebuild for python3.5 transition + [ Helmut Grohne ] + * Mark all packages Multi-Arch: foreign. (Closes: #893721) + * Drop explicit interpreter dependencies: ${python*:Depends} already + contains them with a :any annotation. - -- Steve Langasek Wed, 22 Jul 2015 06:44:50 +0000 + [ Jose Luis Rivero ] + * Update some control fields + + -- Jose Luis Rivero Mon, 22 Oct 2018 19:33:46 +0000 empy (3.3.2-1) unstable; urgency=medium - * New upstream release - * Update patch to remove hardcoded path in doc.html + * Imported upstream release 3.3.2 + * Update remove hardcoded path in doc.html * Remove patch for python3 support. It is implemented in upstream sources - * Update standards version to 3.9.6, no changes required + * Update standards version to 3.9.6 -- Jose Luis Rivero Thu, 09 Oct 2014 22:49:04 +0000 diff -Nru empy-3.3.2/debian/compat empy-3.3.2/debian/compat --- empy-3.3.2/debian/compat 2014-10-11 10:06:13.000000000 +0000 +++ empy-3.3.2/debian/compat 2018-10-22 19:33:46.000000000 +0000 @@ -1 +1 @@ -8 +11 diff -Nru empy-3.3.2/debian/control empy-3.3.2/debian/control --- empy-3.3.2/debian/control 2015-07-22 06:44:50.000000000 +0000 +++ empy-3.3.2/debian/control 2018-10-22 19:33:46.000000000 +0000 @@ -1,20 +1,20 @@ Source: empy Section: python Priority: optional -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Jose Luis Rivero +Maintainer: Jose Luis Rivero Uploaders: Ana Beatriz Guerrero Lopez -Build-Depends: debhelper (>= 8.0.0), dh-python, python-all, python-setuptools, python3-all +Build-Depends: debhelper (>= 11), dh-python, python-all, python-setuptools, python3-all X-Python-Version: >= 2.6 X-Python3-Version: >= 3.2 -Standards-Version: 3.9.6 -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/jrivero-guest/empy.git -Vcs-Git: git://git.debian.org/git/users/jrivero-guest/empy.git +Standards-Version: 4.2.1 +Vcs-Browser: https://salsa.debian.org/science-team/jrivero-guest/empy +Vcs-Git: https://salsa.debian.org/science-team/jrivero-guest/empy.git Homepage: http://www.alcyone.com/software/empy/ Package: python-empy Architecture: all -Depends: python, ${python:Depends}, ${misc:Depends} +Multi-Arch: foreign +Depends: ${python:Depends}, ${misc:Depends} Provides: ${python:Provides} Conflicts: python3-empy (<= 3.3-8) Description: templating system for Python (Python 2) @@ -39,7 +39,8 @@ Package: python3-empy Architecture: all -Depends: python3, ${python3:Depends}, ${misc:Depends} +Multi-Arch: foreign +Depends: ${python3:Depends}, ${misc:Depends} Provides: ${python3:Provides} Conflicts: python-empy (<= 3.3-8) Description: templating system for Python (Python 3) @@ -64,6 +65,7 @@ Package: python-empy-doc Section: doc Architecture: all +Multi-Arch: foreign Suggests: python-empy Depends: ${misc:Depends} Description: documentation for python-empy