Your message dated Thu, 02 Aug 2007 12:17:07 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#434367: fixed in reportbug-ng 0.2007.08.02
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: reportbug-ng
Version: 0.2007.07.13
Severity: minor
Tags: patch

Hi Bastian,

While looking around at the source of Reportbug-NG, I found some typos, for 
which I've created a patch. I hope this is useful.


Thijs
diff -ur reportbug-ng-0.2007.07.13.orig/debian/control reportbug-ng-0.2007.07.13/debian/control
--- reportbug-ng-0.2007.07.13.orig/debian/control	2007-07-12 14:01:11.000000000 +0200
+++ reportbug-ng-0.2007.07.13/debian/control	2007-07-23 13:31:35.000000000 +0200
@@ -17,7 +17,7 @@
  search for existing bugreports and filter them easy and fast. 
  .
  You can give additional information to existing bugreports or create new 
- ones. In both cases a dialog will ask you for all relevant informations
+ ones. In both cases a dialog will ask you for all relevant information
  (summary, severity, tags, ...) and will finally start your favorite 
  mailclient, where you only have to fill the gap with your full report and
  click the "send" button.
diff -ur reportbug-ng-0.2007.07.13.orig/src/lib/ReportbugNG.py reportbug-ng-0.2007.07.13/src/lib/ReportbugNG.py
--- reportbug-ng-0.2007.07.13.orig/src/lib/ReportbugNG.py	2007-07-12 14:01:11.000000000 +0200
+++ reportbug-ng-0.2007.07.13/src/lib/ReportbugNG.py	2007-07-23 13:30:37.000000000 +0200
@@ -81,7 +81,7 @@
     
     
 def prepareBody(package, version=None, severity=None, tags=[]):
-    """Prepares the empty bugreport."""
+    """Prepares the empty bugreport including body and system information."""
     
     s = prepare_minimal_body(package, version, severity, tags)
 
@@ -92,7 +92,7 @@
     return s
 
 def prepare_minimal_body(package, version=None, severity=None, tags=[]):
-    """Prepares the empty bugreport."""
+    """Prepares the body of the empty bugreport."""
     
     s = ""
     s += "Package: %s\n" % package
@@ -146,7 +146,7 @@
 
 
 def getSystemInfo():
-    """Returns some hopefully usefull sysinfo"""
+    """Returns some hopefully useful sysinfo"""
     
     s = "--- System information. ---\n"
     s += "Architecture: %s\n" % commands.getoutput("dpkg --print-installation-architecture 2>/dev/null")
@@ -218,7 +218,7 @@
 
 
 def getInstalledPackageVersion(package):
-    """Returns the version of package, if installed or empty string not installed"""
+    """Returns the version of package, if installed or empty string if not installed"""
     
     out = commands.getoutput("dpkg --status %s 2>/dev/null" % package)
     version = re.findall("^Version:\s(.*)$", out, re.MULTILINE)
@@ -331,7 +331,7 @@
     #for package in "icedove", "wordpress", "foo":
     #    print getPackageInfo(package)
     
-    print "*** Supportet MUAs: ***"
+    print "*** Supported MUAs: ***"
     print SUPPORTED_MUA
     for mua in MUA_SYNTAX:
         print mua.title().ljust(15), MUA_SYNTAX[mua] % {"to":"[EMAIL PROTECTED]", "subject":"my subject", "body":"some body"}

Attachment: pgprCuFw3wxjO.pgp
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: reportbug-ng
Source-Version: 0.2007.08.02

We believe that the bug you reported is fixed in the latest version of
reportbug-ng, which is due to be installed in the Debian FTP archive:

reportbug-ng_0.2007.08.02.dsc
  to pool/main/r/reportbug-ng/reportbug-ng_0.2007.08.02.dsc
reportbug-ng_0.2007.08.02.tar.gz
  to pool/main/r/reportbug-ng/reportbug-ng_0.2007.08.02.tar.gz
reportbug-ng_0.2007.08.02_all.deb
  to pool/main/r/reportbug-ng/reportbug-ng_0.2007.08.02_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bastian Venthur <[EMAIL PROTECTED]> (supplier of updated reportbug-ng package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Thu, 02 Aug 2007 10:54:55 +0200
Source: reportbug-ng
Binary: reportbug-ng
Architecture: source all
Version: 0.2007.08.02
Distribution: unstable
Urgency: low
Maintainer: Bastian Venthur <[EMAIL PROTECTED]>
Changed-By: Bastian Venthur <[EMAIL PROTECTED]>
Description: 
 reportbug-ng - An easy to use alternative to Debian's classic reportbug
Closes: 432567 434293 434367 435486
Changes: 
 reportbug-ng (0.2007.08.02) unstable; urgency=low
 .
   * Call mailclient and webbrowser in a new thread no matter what
     (Closes: #432567)
 .
   * Use xdg-email as default mail client if nothing else was chosen
     (Closes: #434293)
 .
   * Improved package description (Closes: #435486)
   * Fixed some typos (Closes: #434367)
Files: 
 cd201ff7e52f40760187faaf4270d185 628 utils optional 
reportbug-ng_0.2007.08.02.dsc
 26d1d7476619f4bf98a84dc23226b9ea 79136 utils optional 
reportbug-ng_0.2007.08.02.tar.gz
 26b078574a82a65e0a9a966503f63670 74076 utils optional 
reportbug-ng_0.2007.08.02_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGsci5mj66P/Yfc/gRAtMVAKCd3EYhR/UJgEQ/e51TaBvAammkoQCghmKD
GhxCj4CqNvcVgeooWoYwWOM=
=qlpY
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to