[Python-modules-commits] [pygithub] 01/01: Make change on debian files to release 1.35 version package

Emmanuel Arias eamanu-guest at moszumanska.debian.org
Wed Feb 7 00:45:08 UTC 2018


This is an automated email from the git hooks/post-receive script.

eamanu-guest pushed a commit to branch master
in repository pygithub.

commit 8023ae6be92fc5c641f29e93087c49cf764b1984
Author: Emmanuel Arias <emmanuelarias30 at gmail.com>
Date:   Tue Feb 6 21:44:30 2018 -0300

    Make change on debian files to release 1.35 version package
---
 debian/changelog | 17 +++++++++++++----
 debian/compat    |  2 +-
 debian/control   | 14 +++++++-------
 debian/copyright |  2 +-
 4 files changed, 22 insertions(+), 13 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bae6ab0..6e886a2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,16 +1,25 @@
 pygithub (1.35-1) unstable; urgency=medium
 
   * New upstream release
-  * Update Maintainer field from debian/control to intent to adopt
-    the package (Closes: #851187)
+  * Update Maintainer field from debian/control to Debian Python
+    Modules Team (DPTM) according to
+    http://python-modules.alioth.debian.org/policy.html
+  * Add Uploaders field from debian/control to intent to adopt the
+    package (Closes: #851187)
   * Update Standards-Version from  3.9.6 to 4.1.3 from debian control
     according to the up-to-date standards
   * Add new maintainer on copyright debian/* files field from
     debian/copyright to stay up-to-date
   * Remove override_dh_installchangelogs target from debian/rules due to
     the new version (1.35) do not have README.rst file
-
- -- Emmanuel Arias <emmanuelarias30 at gmail.com>  Mon, 15 Jan 2018 22:26:23 -0300
+  * Update debhelper to latest 11 on debian/control and debian/compat
+  * Delete X-Python-Version and X-Python3-Version reference from
+    debian/control. They are not needed
+  * Add Testsuite: autopkgtest-pkg-python on debian/control
+  * Update VCS-* to reflect the current repository
+  * Use https in Format url on debian/control
+
+ -- Emmanuel Arias <emmanuelarias30 at gmail.com>  Mon, 22 Jan 2018 20:58:23 -0300
 
 pygithub (1.26.0-1) unstable; urgency=medium
 
diff --git a/debian/compat b/debian/compat
index ec63514..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+11
diff --git a/debian/control b/debian/control
index 6661cfb..0f975d3 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,20 @@
 Source: pygithub
-Maintainer: Emmanuel Arias <emmanuelarias30 at gmail.com>
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Emmanuel Arias <emmanuelarias30 at gmail.com>
 Section: python
 Priority: optional
-Build-Depends: debhelper (>= 9),
-               dh-python,
+Build-Depends: debhelper (>= 11),
                dh-exec,
+               dh-python,
                python-all (>= 2.6.6),
                python-setuptools (>= 0.6b3),
                python3-all (>=3.2.3),
                python3-setuptools (>= 0.6.24)
 Standards-Version: 4.1.3
-X-Python-Version: >= 2.7
-X-Python3-Version: >= 3.2
+Testsuite: autopkgtest-pkg-python
 Homepage: https://pypi.python.org/pypi/PyGithub
-Vcs-Browser: https://anonscm.debian.org/cgit/users/kaction-guest/pygithub.git
-Vcs-Git: git://anonscm.debian.org/users/kaction-guest/pygithub.git
+Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/pygithub.git
+Vcs-Git: git://anonscm.debian.org/python-modules/packages/pygithub.git
 
 Package: python-github
 Conflicts: python-pygithub
diff --git a/debian/copyright b/debian/copyright
index 57e12dd..e2062e5 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: pygithub
 Upstream-Contact: Vincent Jacques <vincent at vincent-jacques.net>
 Source: https://pypi.python.org/pypi/PyGithub

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pygithub.git



More information about the Python-modules-commits mailing list