Author: adn
Date: 2008-09-21 00:12:34 +0000 (Sun, 21 Sep 2008)
New Revision: 1627

Modified:
   trunk/debian/changelog
   trunk/debian/postinst
   trunk/scripts/bts.pl
Log:
Fix typo in postinst. (Closes: #499639)

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2008-09-20 16:54:10 UTC (rev 1626)
+++ trunk/debian/changelog      2008-09-21 00:12:34 UTC (rev 1627)
@@ -1,3 +1,9 @@
+devscripts (2.10.37) unstable; urgency=low
+
+  * Fix typo in postinst. (Closes: #499639)
+
+ -- Mohammed Adnène Trojette <[EMAIL PROTECTED]>  Sun, 21 Sep 2008 02:11:26 
+0200
+
 devscripts (2.10.36) unstable; urgency=low
 
   [ Adam D. Barratt ]

Modified: trunk/debian/postinst
===================================================================
--- trunk/debian/postinst       2008-09-20 16:54:10 UTC (rev 1626)
+++ trunk/debian/postinst       2008-09-21 00:12:34 UTC (rev 1627)
@@ -537,7 +537,7 @@
        if dpkg --compare-versions "$2" lt 2.10.36
        then
            # Added in devscripts 2.10.36
-           cat >> /etc/devscripts.con <<EOF
+           cat >> /etc/devscripts.conf <<EOF
 ##### debdiff option added in version 2.10.36
 #
 # Compare control files in source packages using widff?

Modified: trunk/scripts/bts.pl
===================================================================
--- trunk/scripts/bts.pl        2008-09-20 16:54:10 UTC (rev 1626)
+++ trunk/scripts/bts.pl        2008-09-21 00:12:34 UTC (rev 1627)
@@ -1053,16 +1053,13 @@
 sub bts_close {
     my $bug=checkbug(shift) or die "bts close: close what bug?\n";
     my $version=shift;
+    $btsemail="[EMAIL PROTECTED]";
     $version="" unless defined $version;
     opts_done(@_);
-    mailbts("closing $bug", "close $bug $version");
+    mailbts("closing $bug", "Version: $version");
     warn <<"EOT";
 bts: Closing $bug as you requested.
-Please note that the "bts close" command is deprecated!
-It is usually better to email [EMAIL PROTECTED] with
-an informative mail.
-Please remember to email [EMAIL PROTECTED] with
-an explanation of why you have closed this bug.  Thank you!
+Don't forget, if needed, to send an explanation of why you are closing the bug.
 EOT
 }
 



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

Reply via email to