[Python-apps-commits] r13849 - in packages/vdirsyncer/trunk/debian/patches (1 file)

fpytloun-guest at users.alioth.debian.org fpytloun-guest at users.alioth.debian.org
Thu Jan 5 09:35:22 UTC 2017


    Date: Thursday, January 5, 2017 @ 09:35:22
  Author: fpytloun-guest
Revision: 13849

Add missing patch file

Added:
  packages/vdirsyncer/trunk/debian/patches/0005-Direct-users-to-Debian-BTS.patch

Added: packages/vdirsyncer/trunk/debian/patches/0005-Direct-users-to-Debian-BTS.patch
===================================================================
--- packages/vdirsyncer/trunk/debian/patches/0005-Direct-users-to-Debian-BTS.patch	                        (rev 0)
+++ packages/vdirsyncer/trunk/debian/patches/0005-Direct-users-to-Debian-BTS.patch	2017-01-05 09:35:22 UTC (rev 13849)
@@ -0,0 +1,57 @@
+From 1eb7764dfde4953a0a555ddd0c1c9c6f72961497 Mon Sep 17 00:00:00 2001
+From: Filip Pytloun <filip at pytloun.cz>
+Date: Thu, 5 Jan 2017 10:26:33 +0100
+Subject: [PATCH] Direct users to Debian BTS
+
+---
+ docs/contact.rst       | 4 ++++
+ docs/contributing.rst  | 4 ++++
+ vdirsyncer/__init__.py | 2 +-
+ 3 files changed, 9 insertions(+), 1 deletion(-)
+
+diff --git a/docs/contact.rst b/docs/contact.rst
+index 30c38ec..492b48a 100644
+--- a/docs/contact.rst
++++ b/docs/contact.rst
+@@ -6,6 +6,10 @@ Support and Contact
+   your timezone. Use it for support and general (including off-topic)
+   discussion.
+ 
++* Use Debian `BTS <https://www.debian.org/Bugs/Reporting>`_ to report bugs
++  against Debian stable versions. Do not use upstream bugtracker before
++  testing latest upstream release!
++
+ * Open `a GitHub issue <https://github.com/pimutils/vdirsyncer/issues/>`_ for
+   concrete bug reports and feature requests.
+ 
+diff --git a/docs/contributing.rst b/docs/contributing.rst
+index bec000b..91580a3 100644
+--- a/docs/contributing.rst
++++ b/docs/contributing.rst
+@@ -37,6 +37,10 @@ further information.
+ Reporting bugs
+ --------------
+ 
++* Use Debian `BTS <https://www.debian.org/Bugs/Reporting>`_ to report bugs
++  against Debian stable versions. Do not use upstream bugtracker before
++  testing latest upstream release!
++
+ * Make sure your problem isn't already listed in :doc:`problems`.
+ 
+ * Make sure you have the latest version by executing ``pip install --user
+diff --git a/vdirsyncer/__init__.py b/vdirsyncer/__init__.py
+index e658625..b94ec06 100644
+--- a/vdirsyncer/__init__.py
++++ b/vdirsyncer/__init__.py
+@@ -6,7 +6,7 @@ Vdirsyncer synchronizes calendars and contacts.
+ from __future__ import print_function
+ 
+ PROJECT_HOME = 'https://github.com/pimutils/vdirsyncer'
+-BUGTRACKER_HOME = PROJECT_HOME + '/issues'
++BUGTRACKER_HOME = 'https://www.debian.org/Bugs/Reporting'
+ DOCS_HOME = 'https://vdirsyncer.pimutils.org/en/stable'
+ 
+ try:
+-- 
+2.1.4
+




More information about the Python-apps-commits mailing list