[Python-modules-commits] [python-latexcodec] 02/20: Switch from git-dpm to gbp

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Jul 13 15:34:47 UTC 2017


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

ghisvail-guest pushed a commit to branch master
in repository python-latexcodec.

commit 01701a1a0ddc121ecca9662080d15a6843cf89d2
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Wed Jul 12 09:11:18 2017 +0100

    Switch from git-dpm to gbp
---
 debian/.git-dpm | 11 -----------
 debian/gbp.conf |  7 +++++++
 doc/conf.py     |  2 +-
 doc/index.rst   |  2 ++
 4 files changed, 10 insertions(+), 12 deletions(-)

diff --git a/debian/.git-dpm b/debian/.git-dpm
deleted file mode 100644
index d54983a..0000000
--- a/debian/.git-dpm
+++ /dev/null
@@ -1,11 +0,0 @@
-# see git-dpm(1) from git-dpm package
-c27ff02b99411845fdb696803938599a18473c22
-c27ff02b99411845fdb696803938599a18473c22
-a6e51a952dcdc90f256437b42681120ed0aa4da5
-a6e51a952dcdc90f256437b42681120ed0aa4da5
-python-latexcodec_1.0.3.orig.tar.xz
-8da6a32e7f50e5b11215351ce4f98aa614995450
-21380
-debianTag="debian/%e%v"
-patchedTag="patched/%e%v"
-upstreamTag="upstream/%e%u"
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..f53906f
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,7 @@
+[DEFAULT]
+upstream-branch = upstream
+debian-branch = master
+upstream-tag = upstream/%(version)s
+debian-tag = debian/%(version)s
+sign-tags = True
+pristine-tar = True
diff --git a/doc/conf.py b/doc/conf.py
index 7ba0ec6..0f3942f 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -18,7 +18,7 @@ copyright = u'2011-2014, Matthias C. M. Troffaes'
 with open("../VERSION", "rb") as version_file:
     release = version_file.read().strip()
 version = '.'.join(release.split('.')[:2])
-exclude_patterns = ['_build', 'changes.rst', 'license.rst']
+exclude_patterns = ['_build']
 pygments_style = 'sphinx'
 html_theme = 'default'
 htmlhelp_basename = 'latexcodecdoc'
diff --git a/doc/index.rst b/doc/index.rst
index 6056c6b..05bd2cf 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -12,7 +12,9 @@ Contents
 
    quickstart
    api
+   changes
    authors
+   license
 
 Indices and tables
 ==================

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



More information about the Python-modules-commits mailing list