[Python-modules-commits] [terminaltables] 01/03: Update packaging (gbp, autopkgtest, unstable, rename doc)

Carl Suster arcresu-guest at moszumanska.debian.org
Fri Dec 1 07:56:31 UTC 2017


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

arcresu-guest pushed a commit to branch debian/master
in repository terminaltables.

commit 3eb73dad5448a93620ef70358449f0a8c3c939c2
Author: Carl Suster <carl at contraflo.ws>
Date:   Fri Dec 1 18:43:53 2017 +1100

    Update packaging (gbp, autopkgtest, unstable, rename doc)
---
 debian/.git-dpm  |  8 --------
 debian/changelog | 12 ++++++++++++
 debian/control   | 11 +++++++----
 debian/gbp.conf  | 17 +++++++++++++++++
 4 files changed, 36 insertions(+), 12 deletions(-)

diff --git a/debian/.git-dpm b/debian/.git-dpm
deleted file mode 100644
index c678c91..0000000
--- a/debian/.git-dpm
+++ /dev/null
@@ -1,8 +0,0 @@
-# see git-dpm(1) from git-dpm package
-7d3174df83fd37b4cdcd23487cbcc5f2a7ce797b
-7d3174df83fd37b4cdcd23487cbcc5f2a7ce797b
-f687517a78f1a2cda5e071df2dfd71fcbf1a1588
-f687517a78f1a2cda5e071df2dfd71fcbf1a1588
-terminaltables-3.1.0.orig.tar.gz
-4746c1d8b85e056640299ea8e1d41c8e36679824
-278484
diff --git a/debian/changelog b/debian/changelog
index 549783a..60cd18a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+terminaltables (3.1.0-2) UNRELEASED; urgency=medium
+
+  * Upload to unstable.
+  * Bump standars version to 4.1.1, no changes needed.
+  * Rename doc package from python3-terminaltables-doc to
+    python-terminaltables-doc.
+  * Add autopkgtest-pkg-python test suite.
+  * Switch to python3-sphinx* instead of the py2 versions.
+  * Migrate from git-dpm to gbp.
+
+ -- Carl Suster <carl at contraflo.ws>  Fri, 24 Nov 2017 13:34:53 +1100
+
 terminaltables (3.1.0-1) experimental; urgency=medium
 
   * Initial release (Closes: #850093)
diff --git a/debian/control b/debian/control
index 7282e58..f95d43d 100644
--- a/debian/control
+++ b/debian/control
@@ -7,19 +7,20 @@ Build-Depends:
  debhelper (>= 10),
  dh-python,
  python-setuptools,
- python-sphinx,
- python-sphinx-rtd-theme,
  python3-all,
  python3-colorama,
  python3-colorclass,
  python3-pytest,
  python3-setuptools,
+ python3-sphinx,
+ python3-sphinx-rtd-theme,
  python3-termcolor,
-Standards-Version: 3.9.8
+Standards-Version: 4.1.1
 Homepage: https://github.com/Robpol86/terminaltables
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/terminaltables.git
 Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/terminaltables.git
 X-Python3-Version: >= 3.3
+Testsuite: autopkgtest-pkg-python
 
 Package: python3-terminaltables
 Architecture: all
@@ -37,12 +38,14 @@ Description: Python library for printing tables to the console
  .
  This package provides the Python 3 module.
 
-Package: python3-terminaltables-doc
+Package: python-terminaltables-doc
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}, ${sphinxdoc:Depends}
 Built-Using: ${sphinxdoc:Built-Using}
 Recommends: python3-terminaltables
+Breaks: python3-terminaltables-doc
+Replaces: python3-terminaltables-doc
 Description: Documentation for terminaltables table printer
  Easily draw tables in terminal/console applications from a list of lists of
  strings.
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..bf9db1d
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,17 @@
+[DEFAULT]
+upstream-tree = branch
+debian-tag = debian/%(version)s
+upstream-branch = upstream
+debian-branch = debian/master
+distribution = unstable
+pristine-tar = True
+
+[buildpackage]
+sign-tags = True
+dist = sid
+pbuilder = False
+builder = sbuild
+
+[dch]
+multimaintmerge = True
+id-length = 7

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



More information about the Python-modules-commits mailing list