[Python-modules-commits] [celery-haystack] 02/10: Initialize git-dpm

Michael Fladischer fladi at moszumanska.debian.org
Sat Jan 2 13:02:06 UTC 2016


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

fladi pushed a commit to branch master
in repository celery-haystack.

commit 490c37285eeec3ae596a693bbf4acb6d52a99720
Merge: 6a9ff35 ed5a08b
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Fri Dec 25 15:02:58 2015 +0100

    Initialize git-dpm

 celery_haystack/test_settings.py                   |  4 ++++
 debian/.git-dpm                                    |  8 +++++++
 ...he-recommended-minimum-MIDDLEWARE_CLASSES.patch | 27 ++++++++++++++++++++++
 debian/patches/django1.7_test_middleware.patch     | 20 ----------------
 debian/patches/series                              |  2 +-
 5 files changed, 40 insertions(+), 21 deletions(-)

diff --cc debian/.git-dpm
index 0000000,0000000..f12046d
new file mode 100644
--- /dev/null
+++ b/debian/.git-dpm
@@@ -1,0 -1,0 +1,8 @@@
++# see git-dpm(1) from git-dpm package
++ed5a08bde5bfbf8408f994c5ca0e9e6b3d90849f
++ed5a08bde5bfbf8408f994c5ca0e9e6b3d90849f
++4cc4716890b59d0e1b764ea7051522ed2f62ff49
++4cc4716890b59d0e1b764ea7051522ed2f62ff49
++celery-haystack_0.9.orig.tar.gz
++f4c1383880755cd691456c6f53cd153053fee13e
++15478
diff --cc debian/patches/0001-Add-the-recommended-minimum-MIDDLEWARE_CLASSES.patch
index 0000000,0000000..927d9b8
new file mode 100644
--- /dev/null
+++ b/debian/patches/0001-Add-the-recommended-minimum-MIDDLEWARE_CLASSES.patch
@@@ -1,0 -1,0 +1,27 @@@
++From ed5a08bde5bfbf8408f994c5ca0e9e6b3d90849f Mon Sep 17 00:00:00 2001
++From: Michael Fladischer <fladi at debian.org>
++Date: Fri, 25 Dec 2015 15:02:58 +0100
++Subject: Add the recommended minimum MIDDLEWARE_CLASSES.
++
++ This silences warnings while running the tests.
++Forwarded: no
++Last-Update: 2015-08-11
++---
++ celery_haystack/test_settings.py | 4 ++++
++ 1 file changed, 4 insertions(+)
++
++diff --git a/celery_haystack/test_settings.py b/celery_haystack/test_settings.py
++index 8dbfb62..dccdf9a 100644
++--- a/celery_haystack/test_settings.py
+++++ b/celery_haystack/test_settings.py
++@@ -28,6 +28,10 @@ DATABASES = {
++ 
++ SECRET_KEY = 'really-not-secret'
++ 
+++MIDDLEWARE_CLASSES = (
+++    'django.middleware.common.CommonMiddleware',
+++)
+++
++ BROKER_TRANSPORT = "memory"
++ CELERY_ALWAYS_EAGER = True
++ CELERY_IGNORE_RESULT = True
diff --cc debian/patches/series
index cb83ec9,0000000..d68b539
mode 100644,000000..100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@@ -1,1 -1,0 +1,1 @@@
- django1.7_test_middleware.patch
++0001-Add-the-recommended-minimum-MIDDLEWARE_CLASSES.patch

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



More information about the Python-modules-commits mailing list