[Python-modules-commits] [raven] 08/08: d/patches: ship missing file for tests

Vincent Bernat bernat at moszumanska.debian.org
Sun Nov 12 19:55:33 UTC 2017


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

bernat pushed a commit to annotated tag debian/6.3.0-1
in repository raven.

commit 06c612b54f14b424d2db5995d929913f7787c2db
Author: Vincent Bernat <vincent at bernat.im>
Date:   Sun Nov 12 20:51:56 2017 +0100

    d/patches: ship missing file for tests
---
 debian/changelog                                   |  1 +
 ...sing-zconfig-component.xml-file-for-tests.patch | 39 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 3 files changed, 41 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f85e9e6..f0e5e22 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ python-raven (6.3.0-1) unstable; urgency=medium
   * New upstream version.
   * Refresh patches after git-dpm to gbp pq conversion.
   * d/control: bump Standards-Version.
+  * d/patches: ship missing file for tests.
 
  -- Vincent Bernat <bernat at debian.org>  Sun, 12 Nov 2017 20:35:21 +0100
 
diff --git a/debian/patches/0002-Add-missing-zconfig-component.xml-file-for-tests.patch b/debian/patches/0002-Add-missing-zconfig-component.xml-file-for-tests.patch
new file mode 100644
index 0000000..f2e842a
--- /dev/null
+++ b/debian/patches/0002-Add-missing-zconfig-component.xml-file-for-tests.patch
@@ -0,0 +1,39 @@
+From: Vincent Bernat <bernat at debian.org>
+Date: Sun, 12 Nov 2017 20:51:16 +0100
+Subject: Add missing zconfig/component.xml file for tests
+
+---
+ raven/contrib/zconfig/component.xml | 24 ++++++++++++++++++++++++
+ 1 file changed, 24 insertions(+)
+ create mode 100644 raven/contrib/zconfig/component.xml
+
+diff --git a/raven/contrib/zconfig/component.xml b/raven/contrib/zconfig/component.xml
+new file mode 100644
+index 0000000..716d71d
+--- /dev/null
++++ b/raven/contrib/zconfig/component.xml
+@@ -0,0 +1,24 @@
++<component>
++  <description>
++  </description>
++
++  <import package="ZConfig.components.logger" file="abstract.xml"/>
++
++  <sectiontype name="sentry"
++               datatype="raven.contrib.zconfig.Factory"
++               implements="ZConfig.logger.handler"
++               extends="ZConfig.logger.base-log-handler">
++    <key name="dsn" required="no"/>
++    <key name="site" required="no"/>
++    <key name="name" required="no"/>
++    <key name="release" required="no"/>
++    <key name="environment" required="no"/>
++    <key name="exclude_paths" required="no" datatype="string-list"/>
++    <key name="include_paths" required="no" datatype="string-list"/>
++    <key name="sample_rate" required="no" datatype="float" default="1.0" />
++    <key name="list_max_length" required="no" datatype="integer"/>
++    <key name="string_max_length" required="no" datatype="integer"/>
++    <key name="auto_log_stacks" required="no" datatype="boolean"/>
++    <key name="processors" required="no" datatype="string-list"/>
++  </sectiontype>
++</component>
diff --git a/debian/patches/series b/debian/patches/series
index e93f006..d0ad5bf 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 0001-tests-import-reload-for-Python-3.patch
+0002-Add-missing-zconfig-component.xml-file-for-tests.patch

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



More information about the Python-modules-commits mailing list