summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndřej Nový <onovy@debian.org>2018-08-08 09:14:47 +0200
committerOndřej Nový <onovy@debian.org>2018-08-08 09:14:47 +0200
commit687bf00a1760f3f1e409c517ca28f527f09ea077 (patch)
tree9eec8af909366181ae8a54a6393556179c52f81e
parent05e6afb2fedffe7b31299120ef8964bff28c5e54 (diff)
Convert git repository from git-dpm to gbp layout
-rw-r--r--debian/.git-dpm11
-rw-r--r--debian/changelog1
-rw-r--r--rst/conf.py3
3 files changed, 2 insertions, 13 deletions
diff --git a/debian/.git-dpm b/debian/.git-dpm
deleted file mode 100644
index f7f542d..0000000
--- a/debian/.git-dpm
+++ /dev/null
@@ -1,11 +0,0 @@
-# see git-dpm(1) from git-dpm package
-8ae81d99271fc55f21a40efcf76f5599a0109c07
-8ae81d99271fc55f21a40efcf76f5599a0109c07
-1629a34f7845e8f1a84c1542d872fe2c1a5ef43a
-1629a34f7845e8f1a84c1542d872fe2c1a5ef43a
-python-dugong_3.7.3+dfsg.orig.tar.bz2
-0f83814c6e7866b10eb901bd49b53c52e21f5462
-51513
-debianTag="debian/%e%v"
-patchedTag="patched/%e%v"
-upstreamTag="upstream/%e%u"
diff --git a/debian/changelog b/debian/changelog
index c0286a5..bee707e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
python-dugong (3.7.3+dfsg-2) UNRELEASED; urgency=medium
* d/control: Remove ancient X-Python3-Version field
+ * Convert git repository from git-dpm to gbp layout
-- Ondřej Nový <onovy@debian.org> Mon, 14 May 2018 07:56:51 +0200
diff --git a/rst/conf.py b/rst/conf.py
index 851f20c..f312145 100644
--- a/rst/conf.py
+++ b/rst/conf.py
@@ -8,8 +8,7 @@ import os.path
sys.path.append(os.path.abspath('..'))
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx' ]
-intersphinx_mapping = {'python': ('http://docs.python.org/3/',
- '../debian/python.inv')}
+intersphinx_mapping = {'python': ('http://docs.python.org/3/', None) }
templates_path = ['_templates']
source_suffix = '.rst'
source_encoding = 'utf-8'