[Python-modules-commits] [django-q] 03/10: Drop git-dpm

Pierre-Elliott Bécue peb-guest at moszumanska.debian.org
Tue Feb 6 08:37:55 UTC 2018


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

peb-guest pushed a commit to branch master
in repository django-q.

commit 2335030cc4d65a3e11422eaa6bda97425588a869
Author: Pierre-Elliott Bécue <becue at crans.org>
Date:   Mon Feb 5 23:51:15 2018 +0100

    Drop git-dpm
---
 README.rst       | 8 ++++++++
 debian/.git-dpm  | 8 --------
 debian/changelog | 1 +
 docs/conf.py     | 7 +++++++
 4 files changed, 16 insertions(+), 8 deletions(-)

diff --git a/README.rst b/README.rst
index 5048359..736228c 100644
--- a/README.rst
+++ b/README.rst
@@ -6,6 +6,8 @@
 A multiprocessing distributed task queue for Django
 ---------------------------------------------------
 
+|image0| |image1| |docs| |image2|
+
 Features
 ~~~~~~~~
 
@@ -201,6 +203,12 @@ Acknowledgements
    `HumanHash <https://github.com/zacharyvoase/humanhash>`__
 -  Redditors feedback at `r/django <https://www.reddit.com/r/django/>`__
 
+.. |image0| image:: https://travis-ci.org/Koed00/django-q.svg?branch=master
+   :target: https://travis-ci.org/Koed00/django-q
+.. |image1| image:: http://codecov.io/github/Koed00/django-q/coverage.svg?branch=master
+   :target: http://codecov.io/github/Koed00/django-q?branch=master
+.. |image2| image:: http://badges.gitter.im/Join%20Chat.svg
+   :target: https://gitter.im/Koed00/django-q
 .. |docs| image:: https://readthedocs.org/projects/docs/badge/?version=latest
     :alt: Documentation Status
     :scale: 100
diff --git a/debian/.git-dpm b/debian/.git-dpm
deleted file mode 100644
index 8404df9..0000000
--- a/debian/.git-dpm
+++ /dev/null
@@ -1,8 +0,0 @@
-# see git-dpm(1) from git-dpm package
-a90218dd96508227c32cdab12af25e200a53ae42
-a90218dd96508227c32cdab12af25e200a53ae42
-0c068a9f88c176063d9b8bf58b511cdd96737fe2
-0c068a9f88c176063d9b8bf58b511cdd96737fe2
-django-q_0.8.1.orig.tar.gz
-70ac1b3a7f9f32975d5bb170af0c880ac80b95c0
-517712
diff --git a/debian/changelog b/debian/changelog
index 2ae354f..e19f950 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ django-q (0.8.1-2) unstable; urgency=medium
 
   * d/control:
     - Set Multi-Arch: foreign on -doc package
+  * Drop git-dpm
 
  -- Pierre-Elliott Bécue <becue at crans.org>  Mon, 05 Feb 2018 23:27:02 +0100
 
diff --git a/docs/conf.py b/docs/conf.py
index 1b4fa5e..ea09542 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -131,6 +131,13 @@ html_theme = 'alabaster'
 html_theme_options = {
     'description': "A multiprocessing task queue for Django",
     'logo': 'logo.png',
+    'github_user': 'Koed00',
+    'github_repo': 'django-q',
+    'gittip_user': 'koed00',
+    'gratipay_user': 'koed00',
+    'github_banner': True,
+    'travis_button': True,
+    'analytics_id': 'UA-64807059-1'
 }
 html_sidebars = {
     '**': [

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



More information about the Python-modules-commits mailing list