[Python-modules-commits] [pygithub] 05/09: update debian/patches directory

Filip Pytloun fpytloun-guest at moszumanska.debian.org
Tue Jan 23 10:42:45 UTC 2018


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

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

commit 2d530f979d842886912a142dda86b6fc52ca6a1b
Author: Filip Pytloun <filip at pytloun.cz>
Date:   Tue Jan 23 11:39:34 2018 +0100

    update debian/patches directory
---
 debian/.git-dpm                                           |  2 +-
 ...les.patch => 0001-Disable-installation-of-tests.patch} | 15 +++++++++++----
 debian/patches/series                                     |  2 +-
 3 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/debian/.git-dpm b/debian/.git-dpm
index 4e5ef4b..7fed871 100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@ -1,5 +1,5 @@
 # see git-dpm(1) from git-dpm package
-NONE
+36395fe945df2e6c7c060a675a157bc89573a4df
 36395fe945df2e6c7c060a675a157bc89573a4df
 7b4acdc4874fca492cab21f2e225803fb9091503
 7b4acdc4874fca492cab21f2e225803fb9091503
diff --git a/debian/patches/do-not-install-test-modules.patch b/debian/patches/0001-Disable-installation-of-tests.patch
similarity index 56%
rename from debian/patches/do-not-install-test-modules.patch
rename to debian/patches/0001-Disable-installation-of-tests.patch
index 35acc75..184f2ee 100644
--- a/debian/patches/do-not-install-test-modules.patch
+++ b/debian/patches/0001-Disable-installation-of-tests.patch
@@ -1,12 +1,19 @@
-Description: Disable installation of tests
-Author: Dmitry Bogatov <KAction at gnu.org>
+From 36395fe945df2e6c7c060a675a157bc89573a4df Mon Sep 17 00:00:00 2001
+From: Dmitry Bogatov <KAction at gnu.org>
+Date: Tue, 23 Jan 2018 11:39:24 +0100
+Subject: Disable installation of tests
+
 Forwarded: not-needed
 Last-Update: 2015-12-28
 ---
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+ setup.py | 4 ----
+ 1 file changed, 4 deletions(-)
+
+diff --git a/setup.py b/setup.py
+index 6658f40..74b81c5 100755
 --- a/setup.py
 +++ b/setup.py
-@@ -69,11 +69,7 @@
+@@ -69,11 +69,7 @@ if __name__ == "__main__":
              See http://pygithub.github.io/PyGithub/v1/index.html"""),
          packages=[
              "github",
diff --git a/debian/patches/series b/debian/patches/series
index 7500df9..30c1213 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-do-not-install-test-modules.patch
+0001-Disable-installation-of-tests.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