diff -Nru python-setoptconf-0.2.0/debian/changelog python-setoptconf-0.2.0/debian/changelog --- python-setoptconf-0.2.0/debian/changelog 2017-01-20 20:20:09.000000000 +0000 +++ python-setoptconf-0.2.0/debian/changelog 2017-07-03 07:44:00.000000000 +0000 @@ -1,3 +1,12 @@ +python-setoptconf (0.2.0-3) unstable; urgency=medium + + * Change Uploaders to ChangZhuo Chen (Closes: #840095). + * Bump Standards-Version to 4.0.0. + * Bump compat to 10. + * Update Vcs-Browser. + + -- ChangZhuo Chen (陳昌倬) Mon, 03 Jul 2017 15:44:00 +0800 + python-setoptconf (0.2.0-2) unstable; urgency=medium * deb/control: diff -Nru python-setoptconf-0.2.0/debian/compat python-setoptconf-0.2.0/debian/compat --- python-setoptconf-0.2.0/debian/compat 2015-06-21 18:04:52.000000000 +0000 +++ python-setoptconf-0.2.0/debian/compat 2017-07-03 07:44:00.000000000 +0000 @@ -1 +1 @@ -9 +10 diff -Nru python-setoptconf-0.2.0/debian/control python-setoptconf-0.2.0/debian/control --- python-setoptconf-0.2.0/debian/control 2017-01-20 20:16:54.000000000 +0000 +++ python-setoptconf-0.2.0/debian/control 2017-07-03 07:44:00.000000000 +0000 @@ -2,31 +2,29 @@ Section: python Priority: optional Maintainer: Debian Python Modules Team -Uploaders: Daniel Stender -Build-Depends: - debhelper (>= 9), - dh-python, - python-all, - python-nose, - python-setuptools, - python-yaml, - python3-all, - python3-nose, - python3-setuptools, - python3-yaml -Standards-Version: 3.9.8 +Uploaders: ChangZhuo Chen (陳昌倬) +Build-Depends: debhelper (>= 10), + dh-python, + python-all, + python-nose, + python-setuptools, + python-yaml, + python3-all, + python3-nose, + python3-setuptools, + python3-yaml, +Standards-Version: 4.0.0 Homepage: https://github.com/jayclassless/setoptconf Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-setoptconf.git -Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-setoptconf.git +Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/python-setoptconf.git X-Python-Version: >= 2.6 X-Python3-Version: >= 3.3 Package: python-setoptconf Architecture: all -Depends: - python-yaml, - ${misc:Depends}, - ${python:Depends} +Depends: python-yaml, + ${misc:Depends}, + ${python:Depends}, Description: retrieve Python program settings from a variety of sources setoptconf is a Python library to define desired settings in a simple and consistent way from a variety of sources, individually or combined: @@ -41,10 +39,9 @@ Package: python3-setoptconf Architecture: all -Depends: - python3-yaml, - ${misc:Depends}, - ${python3:Depends} +Depends: python3-yaml, + ${misc:Depends}, + ${python3:Depends}, Description: retrieve Python3 program settings from a variety of sources setoptconf is a Python library to define desired settings in a simple and consistent way from a variety of sources, individually or combined: