Author: adn
Date: 2008-02-24 00:35:20 +0000 (Sun, 24 Feb 2008)
New Revision: 1048

Added:
   trunk/debian/bug/
   trunk/debian/bug/presubj
   trunk/debian/bug/script
   trunk/debian/install
Modified:
   trunk/debian/changelog
   trunk/debian/dirs
   trunk/debian/rules
Log:
* debian/bug:
  + make reportbug add configuration data in bug reports.
  + print a message to sensitise users about our "Suggests vs Depends"
    policy.

Added: trunk/debian/bug/presubj
===================================================================
--- trunk/debian/bug/presubj                            (rev 0)
+++ trunk/debian/bug/presubj    2008-02-24 00:35:20 UTC (rev 1048)
@@ -0,0 +1,4 @@
+Please  do *not*  report bugs  about  devscripts not  depending on  some
+package it is already suggesting.  As devscripts contains many tools, it
+suggests many  packages but does  not depend  on them for  bandwidth and
+space reasons.

Added: trunk/debian/bug/script
===================================================================
--- trunk/debian/bug/script                             (rev 0)
+++ trunk/debian/bug/script     2008-02-24 00:35:20 UTC (rev 1048)
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+egrep '^[^#]' /etc/devscripts.conf >&3

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2008-02-23 22:29:27 UTC (rev 1047)
+++ trunk/debian/changelog      2008-02-24 00:35:20 UTC (rev 1048)
@@ -61,8 +61,14 @@
   [ Patrick Schoenfeld ]
   * licensecheck: Support a less common form of MIT license usage
 
- -- Patrick Schoenfeld <[EMAIL PROTECTED]>  Wed, 20 Feb 2008 11:24:10 +0100
+  [ Mohammed Adnène Trojette ]
+  * debian/bug:
+    + make reportbug add configuration data in bug reports.
+    + print a message to sensitise users about our "Suggests vs Depends"
+      policy.
 
+ -- Mohammed Adnène Trojette <[EMAIL PROTECTED]>  Sun, 24 Feb 2008 01:35:09 
+0100
+
 devscripts (2.10.16) unstable; urgency=low
 
   The "storm before the calm" release

Modified: trunk/debian/dirs
===================================================================
--- trunk/debian/dirs   2008-02-23 22:29:27 UTC (rev 1047)
+++ trunk/debian/dirs   2008-02-24 00:35:20 UTC (rev 1048)
@@ -2,3 +2,4 @@
 usr/bin
 usr/lib/devscripts
 usr/share/devscripts
+usr/share/bug/devscripts

Added: trunk/debian/install
===================================================================
--- trunk/debian/install                                (rev 0)
+++ trunk/debian/install        2008-02-24 00:35:20 UTC (rev 1048)
@@ -0,0 +1 @@
+debian/bug/* /usr/share/bug/devscripts

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules  2008-02-23 22:29:27 UTC (rev 1047)
+++ trunk/debian/rules  2008-02-24 00:35:20 UTC (rev 1048)
@@ -44,6 +44,7 @@
        dh_clean -k
        dh_installdirs
        dh_install
+       chmox +x debian/devscripts/usr/share/bug/devscripts/script
        $(MAKE) DESTDIR=$(CURDIR)/debian/devscripts install
 
 # Build architecture-independent files here.



-- 
To unsubscribe, send mail to [EMAIL PROTECTED]

Reply via email to