[Python-modules-commits] [kombu] 01/12: Convert from git-dpm to patches unapplied format

Christopher Stuart Hoskin mans0954 at moszumanska.debian.org
Tue Mar 21 21:33:50 UTC 2017


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

mans0954 pushed a commit to branch debian/experimental
in repository kombu.

commit 3d4de73f6725d44968ea89d268848346bc3399c3
Author: Christopher Hoskin <mans0954 at debian.org>
Date:   Tue Mar 21 19:20:43 2017 +0000

    Convert from git-dpm to patches unapplied format
---
 debian/.git-dpm       | 11 -----------
 debian/gbp.conf       |  2 ++
 docs/conf.py          |  5 +++--
 docs/introduction.rst |  4 ++++
 4 files changed, 9 insertions(+), 13 deletions(-)

diff --git a/debian/.git-dpm b/debian/.git-dpm
deleted file mode 100644
index bfc02bc..0000000
--- a/debian/.git-dpm
+++ /dev/null
@@ -1,11 +0,0 @@
-# see git-dpm(1) from git-dpm package
-b3bdb5ecc0d0649d7ce2891f45d485fc44722f12
-b3bdb5ecc0d0649d7ce2891f45d485fc44722f12
-6d726106cf88bed0ac617f93e17fd03861916edd
-6d726106cf88bed0ac617f93e17fd03861916edd
-kombu_3.0.35+dfsg.orig.tar.gz
-3f4aa09971948b88c794324160ef9b3591a16e2e
-376022
-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..6909332
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,2 @@
+[DEFAULT]
+debian-branch=debian/experimental
diff --git a/docs/conf.py b/docs/conf.py
index 62b9946..c753e21 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -24,6 +24,7 @@ else:
 
 extensions = [
     'sphinx.ext.autodoc',
+    'sphinx.ext.intersphinx',
     'sphinx.ext.coverage',
     'sphinx.ext.viewcode',
     'sphinx.ext.pngmath',
@@ -97,7 +98,7 @@ latex_documents = [
 html_theme = "celery"
 html_theme_path = ["_theme"]
 html_sidebars = {
-    'index': ['sourcelink.html', 'searchbox.html'],
-    '**': ['localtoc.html', 'relations.html',
+    'index': ['sidebarintro.html', 'sourcelink.html', 'searchbox.html'],
+    '**': ['sidebarlogo.html', 'localtoc.html', 'relations.html',
            'sourcelink.html', 'searchbox.html'],
 }
diff --git a/docs/introduction.rst b/docs/introduction.rst
index df216de..6fed73a 100644
--- a/docs/introduction.rst
+++ b/docs/introduction.rst
@@ -324,3 +324,7 @@ License
 
 This software is licensed under the `New BSD License`. See the `LICENSE`
 file in the top distribution directory for the full license text.
+
+.. image:: https://d2weczhvl823v0.cloudfront.net/celery/kombu/trend.png
+    :alt: Bitdeli badge
+    :target: https://bitdeli.com/free

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



More information about the Python-modules-commits mailing list