[Python-modules-commits] [python-github3.py] 03/03: Update d/*

ChangZhuo Chen czchen at moszumanska.debian.org
Sun Oct 16 12:42:07 UTC 2016


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

czchen pushed a commit to branch master
in repository python-github3.py.

commit 841ac680f3837fb6087bd64305fee9835acd7549
Author: ChangZhuo Chen (陳昌倬) <czchen at debian.org>
Date:   Sun Oct 16 20:34:01 2016 +0800

    Update d/*
---
 debian/changelog            |  2 +-
 debian/compat               |  2 +-
 debian/control              | 54 +++++++++++++++++++++++++++------------------
 debian/source/local-options |  2 ++
 4 files changed, 37 insertions(+), 23 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index baf67ac..295823f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
 python-github3.py (1.0.0a4-1) unstable; urgency=medium
 
-  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+  * Initial release (Closes: #840915).
 
  -- ChangZhuo Chen (陳昌倬) <czchen at debian.org>  Sun, 16 Oct 2016 19:33:31 +0800
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 0ec6f2d..4ba7181 100644
--- a/debian/control
+++ b/debian/control
@@ -1,39 +1,51 @@
 Source: python-github3.py
-Section: unknown
+Section: python
 Priority: optional
-Maintainer: ChangZhuo Chen (陳昌倬) <czchen at debian.org>
-Build-Depends: debhelper (>= 9), dh-python, python-all, python-setuptools, python3-all, python3-setuptools
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: ChangZhuo Chen (陳昌倬) <czchen at debian.org>
+Build-Depends: debhelper (>= 10),
+               dh-python,
+               python-all,
+               python-setuptools,
+               python3-all,
+               python3-setuptools,
 Standards-Version: 3.9.8
-Homepage: <insert the upstream URL, if relevant>
+Homepage: https://github.com/sigmavirus24/github3.py
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.2
-#Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-github3.py.git
-#Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-github3.py.git/
-#Testsuite: autopkgtest-pkg-python
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-github3.py.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-github3.py.git/
 
-Package: python-python-github3.py
+Package: python-github3.py
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
-Suggests: python-python-github3.py-doc
-Description: <insert up to 60 chars description> (Python 2)
- <insert long description, indented with spaces>
+Suggests: python-github3.py
+Depends: ${misc:Depends},
+         ${python:Depends}
+Description: Python stable wrapper around the GitHub API (v3) (Python 2)
+ github3.py is a comprehensive, actively developed and extraordinarily
+ stable wrapper around the GitHub API (v3).
  .
  This package installs the library for Python 2.
 
-Package: python3-python-github3.py
+Package: python3-github3.py
 Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}
-Suggests: python-python-github3.py-doc
-Description: <insert up to 60 chars description> (Python 3)
- <insert long description, indented with spaces>
+Suggests: python-github3.py
+Depends: ${misc:Depends},
+         ${python3:Depends},
+Description: Python stable wrapper around the GitHub API (v3) (Python 3)
+ github3.py is a comprehensive, actively developed and extraordinarily
+ stable wrapper around the GitHub API (v3).
  .
  This package installs the library for Python 3.
 
-Package: python-python-github3.py-doc
+Package: python-github3.py-doc
 Architecture: all
 Section: doc
-Depends: ${sphinxdoc:Depends}, ${misc:Depends}
-Description: <insert up to 60 chars description> (common documentation)
- <insert long description, indented with spaces>
+Depends: ${misc:Depends},
+         ${sphinxdoc:Depends},
+Description: Python stable wrapper around the GitHub API (v3) (common documentation)
+ github3.py is a comprehensive, actively developed and extraordinarily
+ stable wrapper around the GitHub API (v3).
+ .
  .
  This is the common documentation package.
diff --git a/debian/source/local-options b/debian/source/local-options
new file mode 100644
index 0000000..9cdfca9
--- /dev/null
+++ b/debian/source/local-options
@@ -0,0 +1,2 @@
+unapply-patches
+abort-on-upstream-changes

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



More information about the Python-modules-commits mailing list