Your message dated Thu, 29 Oct 2009 20:23:56 +0000
with message-id <[email protected]>
and subject line Bug#541769: fixed in bugzilla 3.2.4.0-3+nmu1
has caused the Debian Bug report #541769,
regarding bugzilla: [debconf_rewrite] Debconf templates and debian/control
review
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
541769: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541769
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: bugzilla
Version: N/A
Severity: normal
Tags: patch
Dear Debian maintainer,
On Monday, July 27, 2009, I notified you of the beginning of a review process
concerning debconf templates for bugzilla.
The debian-l10n-english contributors have now reviewed these templates,
and the proposed changes are attached to this bug report.
Please review the suggested changes, and if you have any
objections, let me know in the next 3 days.
However, please try to avoid uploading bugzilla with these changes
right now.
The second phase of this process will begin on Wednesday, August 19, 2009, when
I will
coordinate updates to translations of debconf templates.
The existing translators will be notified of the changes: they will
receive an updated PO file for their language.
Simultaneously, a general call for new translations will be sent to
the debian-i18n mailing list.
Both these calls for translations will request updates to be sent as
individual bug reports. That will probably trigger a lot of bug
reports against your package, but these should be easier to deal with.
The call for translation updates and new translations will run until
about Wednesday, September 09, 2009. Please avoid uploading a package with
fixed or changed
debconf templates and/or translation updates in the meantime. Of
course, other changes are safe.
Please note that this is an approximative delay, which depends on my
own availability to process this work and is influenced by the fact
that I simultaneously work on many packages.
Around Thursday, September 10, 2009, I will contact you again and will send a
final patch
summarizing all the updates (changes to debconf templates,
updates to debconf translations and new debconf translations).
Again, thanks for your attention and cooperation.
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.30-1-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
--- bugzilla.old/debian/bugzilla3.templates 2009-07-23 11:49:28.929121764
+0200
+++ bugzilla/debian/bugzilla3.templates 2009-08-14 08:54:58.935594658 +0200
@@ -14,7 +14,7 @@
Template: bugzilla3/bugzilla_admin_name
Type: string
_Description: Email address of Bugzilla administrator:
- Please enter the email address of Bugzilla administrator; all mail for
+ Please enter the email address of the Bugzilla administrator; all mail for
the administrator will be sent to this address. This email
address is also used as the administrator login for Bugzilla.
.
@@ -33,27 +33,29 @@
Template: bugzilla3/customized_values
Type: boolean
Default: true
-_Description: Did you customized the Status/Resolutions values?
- If you customized values in the Status/Resolution field, you must
- edit /usr/share/bugzilla3/lib/checksetup_nondebian.pl before
- installation can continue.
+_Description: Have Status or Resolution values been customized?
+ If values in the Status or Resolution fields have been customized, the
+ checksetup procedure must be modified appropriately before installation
+ can continue.
.
- Because with each update a new version of the checksetup_nondebian.pl
- script is installed the /usr/share/bugzilla3/debian/pre-checksetup.d
- directory can be used to automaticaly apply your modification before
+ For each update of this package, a new version of the checksetup_nondebian.pl
+ script is installed; the /usr/share/bugzilla3/debian/pre-checksetup.d
+ directory can be used to automatically apply your modifications before
execution.
Template: bugzilla3/customized_values_ask_again
Type: boolean
Default: false
-_Description: Do you want to be asked for customized Status/Resolution again?
+_Description: Prompt about customized Status/Resolution at each update?
If you modified Status/Resolution fields and created a script within
- /usr/share/bugzilla3/debian/pre-checksetup.pl to apply changes
- on /usr/share/bugzilla3/lib/checksetup-nondebian.pl you can negate this
- question. If you confirm to this question you have to call
- /usr/share/bugzilla3/lib/checksetup.pl yourself before using Bugzilla.
+ /usr/share/bugzilla3/debian/pre-checksetup.d to apply changes to
+ /usr/share/bugzilla3/lib/checksetup-nondebian.pl, you may want to avoid
+ being prompted at each package upgrade.
.
- If you did not modified Status/Resolution and do not intent to do so
- in the near future disagree with this question. checksetup.pl will be started
- automaticaly (together with the {pre,post}-checksetup.d scripts). If you
- change someday your mind do not forget to dpkg-reconfigure -phigh bugzilla3.
+ If you accept being prompted, you will have to call
+ /usr/share/bugzilla3/lib/checksetup.pl yourself, at each package
+ upgrade, before using Bugzilla.
+ .
+ If you did not modify Status/Resolution, you should skip prompting as
+ checksetup.pl will be started
+ automatically (together with the {pre,post}-checksetup.d scripts).
--- bugzilla.old/debian/control 2009-07-23 11:49:28.929121764 +0200
+++ bugzilla/debian/control 2009-08-13 17:48:14.761948742 +0200
@@ -49,19 +49,18 @@
Conflicts: bugzilla (<< 3.0.0)
Replaces: bugzilla (<< 3.0.0)
Description: web-based bug tracking system
- Bugzilla is a Bug Tracking System available through a web interface.
+ Bugzilla is a Bug Tracking System accessible through a web interface,
+ with which you can:
+ * report bugs;
+ * assign bugs to the appropriate developers;
+ * prioritize bugs;
+ * set bug dependencies;
+ * arrange bugs by product and component.
+ It can also be used as a todo list manager.
.
- It supports the following features:
- - report bugs;
- - assign bugs to the appropriate developers;
- - prioritize bugs;
- - set bug dependencies;
- - arrange bugs by product and component.
- With these features, you can also use Bugzilla as a todo list manager.
- .
- Bugzilla is a web application that lets users report and look up existing
bugs.
- Changes made to a bug's status are automatically sent to users concerned with
- it.
+ This package provides a web application that lets users make and look
+ up bug reports. Interested users are automatically informed about
+ changes to a bug's status.
Package: bugzilla3-doc
Section: doc
--- End Message ---
--- Begin Message ---
Source: bugzilla
Source-Version: 3.2.4.0-3+nmu1
We believe that the bug you reported is fixed in the latest version of
bugzilla, which is due to be installed in the Debian FTP archive:
bugzilla3-doc_3.2.4.0-3+nmu1_all.deb
to main/b/bugzilla/bugzilla3-doc_3.2.4.0-3+nmu1_all.deb
bugzilla3_3.2.4.0-3+nmu1_all.deb
to main/b/bugzilla/bugzilla3_3.2.4.0-3+nmu1_all.deb
bugzilla_3.2.4.0-3+nmu1.diff.gz
to main/b/bugzilla/bugzilla_3.2.4.0-3+nmu1.diff.gz
bugzilla_3.2.4.0-3+nmu1.dsc
to main/b/bugzilla/bugzilla_3.2.4.0-3+nmu1.dsc
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.
Christian Perrier <[email protected]> (supplier of updated bugzilla 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.8
Date: Mon, 19 Oct 2009 23:10:25 +0200
Source: bugzilla
Binary: bugzilla3 bugzilla3-doc
Architecture: source all
Version: 3.2.4.0-3+nmu1
Distribution: unstable
Urgency: low
Maintainer: Raphael Bossek <[email protected]>
Changed-By: Christian Perrier <[email protected]>
Description:
bugzilla3 - web-based bug tracking system
bugzilla3-doc - comprehensive guide to Bugzilla
Closes: 537924 541769 543407 543633 543726 544153 544211 544492 544742 544881
544952 545049 545170 545365 547870 550056
Changes:
bugzilla (3.2.4.0-3+nmu1) unstable; urgency=low
.
* Non-maintainer upload
* Debconf templates and debian/control reviewed by the debian-l10n-
english team as part of the Smith review project. Closes: #541769
* Drop extra text at the end of README.Debian. Closes: #550056
* [Debconf translation updates]
- Swedish (Martin Bagge). Closes: #543407
- Basque (Piarres Beobide). Closes: #543633
- German (Helge Kreutzmann). Closes: #543726
- Portuguese (Miguel Figueiredo). Closes: #544153
- Czech (Jan Outrata). Closes: #544211
- Japanese (Hideki Yamane (Debian-JP)). Closes: #544492
- French (Florentin Duneau). Closes: #544742
- Spanish (Francisco Javier Cuadrado). Closes: #544881
- Ukrainian (Artem Ustinov). Closes: #544952
- Dutch (Paul Gevers). Closes: #545049
- Russian (Yuri Kozlov). Closes: #537924, #545170
- Finnish (Esko Arajärvi). Closes: #545365
- Vietnamese (Clytie Siddall). Closes: #547870
Checksums-Sha1:
8183bd26250cff255192d3c148dbce0f24ec50ef 1067 bugzilla_3.2.4.0-3+nmu1.dsc
26fd19cb28e22a5f1aedc4371e4f9eb2b2b4e372 76035 bugzilla_3.2.4.0-3+nmu1.diff.gz
ac3466eb777d164a2e0c9f12af5c88c28ff6712d 2904530
bugzilla3_3.2.4.0-3+nmu1_all.deb
77a4ae661678cc0214e95c529ce637e05ae3b73f 704658
bugzilla3-doc_3.2.4.0-3+nmu1_all.deb
Checksums-Sha256:
daf37519bcb271a8c4fce333a2379686632c6a4a8efc8f68317d94bfaff47991 1067
bugzilla_3.2.4.0-3+nmu1.dsc
1f4ff422b7973d0cd20008f330b1f51b4c87647621e8a569a6c009fe76d64bb0 76035
bugzilla_3.2.4.0-3+nmu1.diff.gz
c766e505a461ec29765e9e549c73a2cce58f90c8874257e0c09eeec5ab12d4ce 2904530
bugzilla3_3.2.4.0-3+nmu1_all.deb
902a390642d1ed2fb2bbfcf0605cbaeea5a0ae3d685339d0d4a93312a1fb94a0 704658
bugzilla3-doc_3.2.4.0-3+nmu1_all.deb
Files:
d8956c5793b9de0d0161751855b97f13 1067 web optional bugzilla_3.2.4.0-3+nmu1.dsc
f44204438aeeea4c012b868e49c35bcd 76035 web optional
bugzilla_3.2.4.0-3+nmu1.diff.gz
570582f6d4a4db8cf4ee26ce1f27049b 2904530 web optional
bugzilla3_3.2.4.0-3+nmu1_all.deb
ff25658bf66a3df7d58648a86c0701bc 704658 doc optional
bugzilla3-doc_3.2.4.0-3+nmu1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iD8DBQFK3hQ61OXtrMAUPS0RAt+OAJ9LcNRYUv2YvT+abd1K7GXXPOh3hACguDq+
CxY6Wt7q7S9V3llYROzyOo8=
=zJi8
-----END PGP SIGNATURE-----
--- End Message ---