[Python-apps-commits] r12591 - in packages/rubber/trunk/debian (3 files)

hilmar-guest at users.alioth.debian.org hilmar-guest at users.alioth.debian.org
Wed Nov 11 12:58:02 UTC 2015


    Date: Wednesday, November 11, 2015 @ 12:58:01
  Author: hilmar-guest
Revision: 12591

* add bug script
* add Vcs-Browser Field

Added:
  packages/rubber/trunk/debian/rubber.bug-script
Modified:
  packages/rubber/trunk/debian/changelog
  packages/rubber/trunk/debian/control

Modified: packages/rubber/trunk/debian/changelog
===================================================================
--- packages/rubber/trunk/debian/changelog	2015-11-11 12:54:47 UTC (rev 12590)
+++ packages/rubber/trunk/debian/changelog	2015-11-11 12:58:01 UTC (rev 12591)
@@ -1,3 +1,10 @@
+rubber (1.3-2) UNRELEASED; urgency=medium
+
+  * add Vcs-Browser field
+  * add reportbug script to request more information in bug reports
+
+ -- Hilmar Preuße <hille42 at web.de>  Fri, 06 Nov 2015 10:07:30 +0100
+
 rubber (1.3-1) unstable; urgency=medium
 
   New upstream release

Modified: packages/rubber/trunk/debian/control
===================================================================
--- packages/rubber/trunk/debian/control	2015-11-11 12:54:47 UTC (rev 12590)
+++ packages/rubber/trunk/debian/control	2015-11-11 12:58:01 UTC (rev 12591)
@@ -6,6 +6,7 @@
 Build-Depends: debhelper (>= 9), python, texinfo, dh-python
 X-Python-Version: >= 2.5
 Standards-Version: 3.9.6
+Vcs-Browser: https://anonscm.debian.org/viewvc/python-apps/packages/rubber/trunk/
 Homepage: https://launchpad.net/rubber
 
 Package: rubber

Added: packages/rubber/trunk/debian/rubber.bug-script
===================================================================
--- packages/rubber/trunk/debian/rubber.bug-script	                        (rev 0)
+++ packages/rubber/trunk/debian/rubber.bug-script	2015-11-11 12:58:01 UTC (rev 12591)
@@ -0,0 +1,25 @@
+#!/bin/bash
+# bug script for rubber package
+
+set -e
+
+cat <<EOF
+
+Please read and follow the instructions in the first lines below
+the text: "-- Package-specific info:".
+Thank you.
+
+Press ENTER to continue
+EOF
+
+getkey
+
+cat >&3 <<EOF
+
+If you report an error when running rubber please include example
+input file that produces the error in your report.
+
+Don't forget to also include examples of other files that are
+needed, e.g. bibtex databases. Often it also helps to include
+he logfile.
+EOF
\ No newline at end of file




More information about the Python-apps-commits mailing list