[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 6.0-65-g042b53e

Sandro Tosi morph at debian.org
Sun Oct 23 17:11:00 UTC 2011


The following commit has been merged in the master branch:
commit 042b53ef3706914edec87fff534b5c0d41318048
Author: Sandro Tosi <morph at debian.org>
Date:   Sat Oct 22 16:26:17 2011 +0200

    report python-reportbug dependencies information when filing a bug against reportbug

diff --git a/debian/changelog b/debian/changelog
index 32faa82..b284e33 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,11 @@ reportbug (6.2.3) UNRELEASED; urgency=low
   * reportbug/utils.py
     - add 'oldstable' to the list of distributions, so not to confuse 'APT
       prefers' line; thanks to Jan Huijsmans for the report; Closes: #645870
+  * share/control, setup.py
+    - report python-reportbug dependencies information when filing a bug against
+      reportbug
 
- -- Sandro Tosi <morph at debian.org>  Sat, 22 Oct 2011 14:16:49 +0200
+ -- Sandro Tosi <morph at debian.org>  Sat, 22 Oct 2011 16:11:22 +0200
 
 reportbug (6.2.2) unstable; urgency=low
 
diff --git a/setup.py b/setup.py
index 7d571cf..8cb4eaf 100755
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,8 @@ setup(name='reportbug', version=reportbug.VERSION_NUMBER,
       data_files=[('share/reportbug', ['share/handle_bugscript',
                                        'share/reportbug.el',
                                        'share/debian-swirl.svg']),
-                  ('share/bug/reportbug', ['share/presubj', 'share/script'])],
+                  ('share/bug/reportbug', ['share/presubj', 'share/script',
+                                           'share/control'])],
       license='MIT',
       packages=['reportbug','reportbug.ui'],
       scripts=['bin/reportbug', 'bin/querybts'])
diff --git a/share/control b/share/control
new file mode 100644
index 0000000..49ceaa0
--- /dev/null
+++ b/share/control
@@ -0,0 +1 @@
+Report-with: python-reportbug
\ No newline at end of file

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list