[Python-modules-commits] [pygithub] 01/01: Revert to 0947e26599d7d3ca2044a95fd1aeeea3442e909d The reason about this is for my fault since I tried to make a patch for debian/* files changes

Emmanuel Arias eamanu-guest at moszumanska.debian.org
Thu Feb 1 01:19:57 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 543eff30f63e49f514c13ea5e2bc747698a3d02b
Author: Emmanuel Arias <emmanuelarias30 at gmail.com>
Date:   Wed Jan 31 21:24:48 2018 -0300

    Revert to 0947e26599d7d3ca2044a95fd1aeeea3442e909d
    The reason about this is for my fault since I tried to make a patch for debian/* files changes
---
 debian/new_release_add_new_maintainer.patch | 108 ----------------------------
 debian/series                               |   1 -
 2 files changed, 109 deletions(-)

diff --git a/debian/new_release_add_new_maintainer.patch b/debian/new_release_add_new_maintainer.patch
deleted file mode 100644
index 4e6633a..0000000
--- a/debian/new_release_add_new_maintainer.patch
+++ /dev/null
@@ -1,108 +0,0 @@
-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
deleted file mode 100644
index 322e5e3..0000000
--- a/debian/series
+++ /dev/null
@@ -1 +0,0 @@
-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