[Python-modules-commits] [pygithub] 01/01: Add patches for pygithub
Emmanuel Arias
eamanu-guest at moszumanska.debian.org
Wed Jan 31 00:05:09 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 83276ee8d3d6834892567e1da3ba5af6cd98b5d5
Author: Emmanuel Arias <emmanuelarias30 at gmail.com>
Date: Tue Jan 30 21:04:46 2018 -0300
Add patches for pygithub
---
debian/new_release_add_new_maintainer.patch | 108 ++++++++++++++++++++++++++++
debian/series | 1 +
2 files changed, 109 insertions(+)
diff --git a/debian/new_release_add_new_maintainer.patch b/debian/new_release_add_new_maintainer.patch
new file mode 100644
index 0000000..4e6633a
--- /dev/null
+++ b/debian/new_release_add_new_maintainer.patch
@@ -0,0 +1,108 @@
+Index: pygithub-1.35/debian/control
+===================================================================
+--- pygithub-1.35.orig/debian/control
++++ pygithub-1.35/debian/control
+@@ -1,27 +1,33 @@
+ Source: pygithub
+-Maintainer: Dmitry Bogatov <KAction at gnu.org>
++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,
+- dh-exec,
+- python-all (>= 2.6.6),
+- python-setuptools (>= 0.6b3),
+- python3-all (>=3.2.3),
+- python3-setuptools (>= 0.6.24)
+-Standards-Version: 3.9.6
+-X-Python-Version: >= 2.7
+-X-Python3-Version: >= 3.2
++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
++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
+
+ Package: python-github
+-Conflicts: python-pygithub
+-Replaces: python-pygithub
+-Provides: python-pygithub
++Conflicts:
++ python-pygithub,
++Replaces:
++ python-pygithub,
++Provides:
++ python-pygithub,
+ Architecture: all
+-Depends: ${misc:Depends}, ${python:Depends}
++Depends:
++ ${misc:Depends},
++ ${python:Depends},
+ Description: Access to full Github API v3 from Python2
+ This is a Python2 library to access the Github API v3.
+ With it, you can manage Github resources (repositories, user
+@@ -32,9 +38,13 @@ Description: Access to full Github API v
+
+ Package: python3-github
+ Architecture: all
+-Conflicts: python3-pygithub
+-Replaces: python3-pygithub
+-Depends: ${misc:Depends}, ${python3:Depends}
++Conflicts:
++ python3-pygithub,
++Replaces:
++ python3-pygithub,
++Depends:
++ ${misc:Depends},
++ ${python3:Depends},
+ Description: Access the full Github API v3 from Python3
+ This is a Python3 library to access the Github API v3.
+ With it, you can manage Github resources (repositories, user
+Index: pygithub-1.35/debian/copyright
+===================================================================
+--- pygithub-1.35.orig/debian/copyright
++++ pygithub-1.35/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
+@@ -8,7 +8,8 @@ Copyright: 2013 Vincent Jacques <vincent
+ License: LGPL-3+
+
+ Files: debian/*
+-Copyright: 2014-2015 Dmitry Bogatov <KAction at gnu.org>
++Copyright: 2018 Emmanuel Arias <emmanuelarias30 at gmail.com>
++ 2014-2015 Dmitry Bogatov <KAction at gnu.org>
+ License: GPL-3+
+
+ Files: github/*
+Index: pygithub-1.35/debian/rules
+===================================================================
+--- pygithub-1.35.orig/debian/rules
++++ pygithub-1.35/debian/rules
+@@ -6,6 +6,3 @@ export PYBUILD_DISABLE=test
+
+ %:
+ dh $@ --with python2,python3 --buildsystem=pybuild
+-
+-override_dh_installchangelogs:
+- dh_installchangelogs -k README.rst
+Index: pygithub-1.35/debian/compat
+===================================================================
+--- pygithub-1.35.orig/debian/compat
++++ pygithub-1.35/debian/compat
+@@ -1 +1 @@
+-9
++11
diff --git a/debian/series b/debian/series
new file mode 100644
index 0000000..322e5e3
--- /dev/null
+++ b/debian/series
@@ -0,0 +1 @@
+new_release_add_new_maintainer.patch
--
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