[Collab-qa-commits] r1565 - bapase/rm_pkgs

Marco Rodrigues gothicx-guest at alioth.debian.org
Sat Aug 22 17:48:02 UTC 2009


Author: gothicx-guest
Date: 2009-08-22 17:48:02 +0000 (Sat, 22 Aug 2009)
New Revision: 1565

Modified:
   bapase/rm_pkgs/mass-close-bin
   bapase/rm_pkgs/mass-close-pkg
Log:
Adjust mail message for better comprehension

Modified: bapase/rm_pkgs/mass-close-bin
===================================================================
--- bapase/rm_pkgs/mass-close-bin	2009-08-22 15:08:17 UTC (rev 1564)
+++ bapase/rm_pkgs/mass-close-bin	2009-08-22 17:48:02 UTC (rev 1565)
@@ -36,22 +36,22 @@
 f.puts <<EOF
 From: #{ENV['DEBFULLNAME']} <#{ENV['DEBEMAIL']}>
 To: TMPL_BUGNO-done at bugs.debian.org
-Subject: #{PKG} has been removed from Debian
+Subject: Package #{PKG} has been removed from Debian
 
 Version: #{VER}+rm
 
-The #{PKG} binary package has been removed from Debian so we are closing
-the bugs that were still opened against it.
+You filled the bug http://bugs.debian.org/TMPL_BUGNO in Debian BTS
+against the #{PKG} binary package. I'm closing it at *unstable*, but
+it will remain open for older distributions.
 
 For more information about this package's removal, read
-http://ftp-master.debian.org/removals-full.txt . That bug might give the reasons why
-this package was removed, and suggestions of possible replacements.
+http://ftp-master.debian.org/removals-full.txt . That bug might give the reasons
+why this package was removed, and suggestions of possible replacements.
 
 Don't hesitate to reply to this mail if you have any question.
 
 Thank you for your contribution to Debian.
 
-Kind regards,
 --
 #{ENV['DEBFULLNAME']}
 EOF

Modified: bapase/rm_pkgs/mass-close-pkg
===================================================================
--- bapase/rm_pkgs/mass-close-pkg	2009-08-22 15:08:17 UTC (rev 1564)
+++ bapase/rm_pkgs/mass-close-pkg	2009-08-22 17:48:02 UTC (rev 1565)
@@ -12,9 +12,6 @@
 bts = SOAP::RPC::Driver::new('http://bugs.debian.org/cgi-bin/soap.cgi', '/Debbugs/SOAP')
 bts.add_method('get_status', 'bugs')
 bts.add_method('get_bugs', 'params')
-#bts.add_method('get_bug_log', 'params')
-#bts.add_method('get_usertag', 'email', 'tag')
-#bts.add_method('newest_bugs', 'num')
 bts.add_method('get_versions', 'params')
 
 PKG=ARGV[0]
@@ -22,10 +19,6 @@
 RMBUG=ARGV[2]
 SENDMAIL=true
 
-#dist = bts.get_versions(['package' => PKG, 'dist' => 'experimental', 'arch' => 'i386'])
-#puts dist
-#exit(1)
-
 puts "---- Bugs for #{PKG} ----"
 bugs = bts.get_bugs(['src', PKG])
 status = bts.get_status(bugs)
@@ -42,22 +35,22 @@
 f.puts <<EOF
 From: #{ENV['DEBFULLNAME']} <#{ENV['DEBEMAIL']}>
 To: TMPL_BUGNO-done at bugs.debian.org
-Subject: #{PKG} has been removed from Debian, closing #TMPL_BUGNO
+Subject: Package #{PKG} has been removed from Debian
 
 Version: #{VER}+rm
 
-The #{PKG} package has been removed from Debian so we are closing
-the bugs that were still opened against it.
+You filled the bug http://bugs.debian.org/TMPL_BUGNO in Debian BTS
+against the package #{PKG}. I'm closing it at *unstable*, but it will
+remain open for older distributions.
 
 For more information about this package's removal, read
-http://bugs.debian.org/#{RMBUG} . That bug might give the reasons why
-this package was removed, and suggestions of possible replacements.
+http://bugs.debian.org/#{RMBUG}. That bug might give the reasons why
+this package was removed and suggestions of possible replacements.
 
 Don't hesitate to reply to this mail if you have any question.
 
 Thank you for your contribution to Debian.
 
-Kind regards,
 --
 #{ENV['DEBFULLNAME']}
 EOF




More information about the Collab-qa-commits mailing list