[Python-modules-commits] [sphinx-celery] 02/05: merge patched into master

Christopher Stuart Hoskin mans0954 at moszumanska.debian.org
Fri Aug 18 07:00:12 UTC 2017


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

mans0954 pushed a commit to branch master
in repository sphinx-celery.

commit e00893178bf0aa07ebdfa3220c23e541a023b987
Merge: 4e70a13 2879070
Author: Christopher Hoskin <mans0954 at debian.org>
Date:   Fri Aug 18 06:18:39 2017 +0100

    merge patched into master

 debian/.git-dpm                                     |  4 ++--
 .../0002-Add-refdomain-key-in-node-dictionary.patch | 21 +++++++++++++++++++++
 debian/patches/series                               |  1 +
 sphinx_celery/github_issues.py                      |  1 +
 4 files changed, 25 insertions(+), 2 deletions(-)

diff --cc debian/.git-dpm
index 1a9e782,0000000..374a703
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
 +# see git-dpm(1) from git-dpm package
- 5980c36055c5fb9df2226f012c540c6442cb7960
- 5980c36055c5fb9df2226f012c540c6442cb7960
++287907029f34a3edce5f0164ab2c808a9fa4e38d
++287907029f34a3edce5f0164ab2c808a9fa4e38d
 +2c702ed64a1cd879370ceb8abceb10afa10ec731
 +2c702ed64a1cd879370ceb8abceb10afa10ec731
 +sphinx-celery_1.3.1.orig.tar.gz
 +33f4ad81f53fbe7cb0882d8facd226c9dae96f4e
 +18750
 +debianTag="debian/%e%v"
 +patchedTag="patched/%e%v"
 +upstreamTag="upstream/%e%u"
diff --cc debian/patches/0002-Add-refdomain-key-in-node-dictionary.patch
index 0000000,0000000..a1f699f
new file mode 100644
--- /dev/null
+++ b/debian/patches/0002-Add-refdomain-key-in-node-dictionary.patch
@@@ -1,0 -1,0 +1,21 @@@
++From 287907029f34a3edce5f0164ab2c808a9fa4e38d Mon Sep 17 00:00:00 2001
++From: George Psarakis <giwrgos.psarakis at gmail.com>
++Date: Thu, 20 Jul 2017 00:09:07 +0300
++Subject: Add refdomain key in node dictionary
++
++---
++ sphinx_celery/github_issues.py | 1 +
++ 1 file changed, 1 insertion(+)
++
++diff --git a/sphinx_celery/github_issues.py b/sphinx_celery/github_issues.py
++index 240c092..a6b7b05 100644
++--- a/sphinx_celery/github_issues.py
+++++ b/sphinx_celery/github_issues.py
++@@ -57,6 +57,7 @@ class Issues(Transform):
++                 refnode = pending_xref()
++                 refnode['reftarget'] = issue_id
++                 refnode['reftype'] = 'issue'
+++                refnode['refdomain'] = 'github'
++                 refnode['github_project'] = github_project
++                 reftitle = issuetext
++                 refnode.append(nodes.inline(
diff --cc debian/patches/series
index 38e2c5b,0000000..a23d867
mode 100644,000000..100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@@ -1,1 -1,0 +1,2 @@@
 +0001-Remove-unnecessary-circular-test-dependancy-on-case.patch
++0002-Add-refdomain-key-in-node-dictionary.patch

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



More information about the Python-modules-commits mailing list