Your message dated Tue, 15 Jun 2010 21:40:55 +0000
with message-id <[email protected]>
and subject line Bug#568110: fixed in bugzilla 3.2.5.1-3
has caused the Debian Bug report #568110,
regarding bugzilla3: Syntax and spelling corrections to the README.Debian file
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.)


-- 
568110: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=568110
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: bugzilla3
Severity: normal
Tags: patch

Please find attached changes to the README.Debian file for the bugzilla3 
package.
Feel free to apply them using the GPL if this patch appears suitable.

Regards,

Jeremiah

-- System Information:
Debian Release: 5.0.4
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
--- README.Debian       2010-02-02 15:36:31.000000000 +0100
+++ README.Debian.bugzilla      2010-02-02 15:45:43.000000000 +0100
@@ -4,34 +4,36 @@
 Customisation
 ------------------------------------------------------------------------------
 
-  The /etc/bugzilla3/pre-checksetup.d and post-checksetup.d directories will be
-  executed by /usr/share/bugzilla3/lib/checksetup.pl script:
+  The /etc/bugzilla3/pre-checksetup.d and post-checksetup.d directories hold 
+  scritps which will be executed by /usr/share/bugzilla3/lib/checksetup.pl:
+
   # run-parts --verbose --exit-on-error --lsbsysinit <dir>
+
   Put your own scripts into this directory.
 
-  You have also the possiblity to use your own template and skin directories.
-  Use the /etc/bugzilla3/template and /etc/bugzilla3/sinks directory for that.
-  The content will by copied 1:1 to the corresponding directories by default
-  /etc/bugzilla3/pre-checksetup.d scripts.
+  You can use your own templates and skins; put them in 
/etc/bugzilla3/template 
+  and /etc/bugzilla3/skins. This content gets copied to the corresponding 
+  directories by the /etc/bugzilla3/pre-checksetup.d scripts.
 
   User/Group and mode of files and directories are managed with 
dpkg-statoverride.
-  At installation time defaults are used. If you intent to change them please
-  use
+  If you intend to change the default values please use
+
   # dpkg-statoverride --update --add root root 0640 /etc/bugzill3/localconfig
 
-  The is something sepecial should be mentioned at this place. To manage
-  template files you have only to dpkg-statoverride the 
/var/lib/bugzilla3/template
-  directory and /var/lib/bugzilla3/template/en/default/index.html.tmpl file.
+  For template files, you'll only have to use 'dpkg-stateoverride' on the 
+  /var/lib/bugzilla3/template directory and the 
+  /var/lib/bugzilla3/template/en/default/index.html.tmpl file.
+  
   This information will be used to set the user/group and mode of all 
directories
-  and files recursive within the
+  and files recursively within the
   - /var/lib/bugzilla3/template
   - /var/lib/bugzilla3/data/template
   directories.
   Check the /etc/bugzilla3/post-checksetup.d/15restoredpkgstatoverride script 
for
   more implementation details.
-  The reason why we are doing it this way is speed because dpkg-statoverride
-  is really slow to manage as many files as the directory contains. I hope this
-  is not annoying you. Otherwise reprot a bug with an idear how to process 
this ;-)
+  The reason why we do it this way is speed, 'dpkg-statoverride' is really 
slow.
+  I hope this is not annoying to you. Otherwise reprot a bug with a 
suggestions 
+  on how to improve the situation. ;-)
 
 About GraphViz and dependency graphs ("webdotbase")
 ------------------------------------------------------------------------------
@@ -43,19 +45,19 @@
 About the "urlbase" setting
 ------------------------------------------------------------------------------
 
-  Whe bugzilla is installed for the first time, you have to edit the conffile
+  When bugzilla is installed for the first time, you have to edit the conffile
   /etc/bugzilla3/params and change the value of urlbase to something that makes
   sense according to your installation. For instance, you can set it to
   '/bugzilla3/' if you don't use VirtualHosts.
   That parameter will be used by Bugzilla for building links in a lot of 
places,
-  so take care to its value.
+  so take care to assign it a correct value.
 
 About /usr/share/bugzilla3/lib/email_in.pl (Debian Bug #528780, #549700)
 ------------------------------------------------------------------------------
-  To use this software you the libemail-reply-perl and
-  libemail-mime-attachment-stripper-perl packages are required but
-  not existing for Debian. To resolve this depenceny please go throug the next
-  steps within your shell:
+  To use this software you need the libemail-reply-perl and
+  libemail-mime-attachment-stripper-perl packages. They don't yet exist in
+  Debian. To resolve this depenceny please follow these steps:
+
   $ sudo apt-get install dh-make-perl
   $ mkdir tmp
   $ cd tmp
@@ -63,9 +65,9 @@
   $ sudo dpkg -i ~/.cpan/build/libemail-reply-perl_*.deb
   $ dh-make-perl --build --cpan Email::Mime::Attachment::Stripper
   $ sudo dpkg -i ~/.cpan/build/libemail-mime-attachment-stripper-perl_*.deb
-
-  As long the libemail-reply-perl and libemail-mime-attachment-stripper-perl
-  packages are not official this steps are mandatory to be done.
+  
+  Until these two packages are officially in debian, this is the way to install
+  them.
 
   Install further packages to get email_in.pl working:
   $ sudo apt-get install libemail-mime-creator-perl libemail-date-format-perl
@@ -77,10 +79,10 @@
 ------------------------------------------------------------------------------
   Installation of outstanding packages is not supported right now. Please
   refer to Suggested and Recommended packages (dpkg --status bugzilla3) to
-  get an overview about packages Perl modules.
+  get information on other needed perl modules.
 
-  Use dh-make-perl (application and package name) to install non-packages
-  Perl modules like described in the previous section.
+  You can use dh-make-perl (application and package name) to install needed
+  Perl modules as described in the previous section.
 
 How to set several VirtualHosts with this package
 ------------------------------------------------------------------------------
@@ -94,20 +96,18 @@
     
     # a2enmod env
 
-  Then, you have to prepare a configuration directory for your virtual
-  host. The simpliest way is to copy the one the package created:
+  Then prepare a configuration directory for your virtual host. The simpliest 
+  way is to copy the one the package created:
   `/etc/bugzilla3'. 
   Name this new configuration directory like that:
   `/etc/bugzilla3/sites/host' where `host' is the name of your virtual host.
 
-  You have now to add a virtual host section in your Apache configuraiton 
file. 
-  This can be achieved in different ways, depending on the kind of VirtualHost
-  you want.
-
-  This package comes with two virtual host examples, located under
+  Add a virtual host section in your Apache configuraiton file. 
+  This can be done in different ways, depending on the kind of VirtualHost
+  you want. This package comes with two virtual host examples, located under
   `/usr/share/doc/bugzilla3/examples/'.
 
-  If you want a vritualhost that uses the same static files as the orginal
+  If you want a virtualhost that uses the same static files as the orginal
   package, just use the example: `vh-basic.conf'.
 
   If you'd rather have different static files for the virtual host, you can
@@ -120,8 +120,10 @@
     - X_BUGZILLA_WEBPATH wich is the prefix to prepend to every static files in
       the templates.
 
-  When you are ok with the apache configuration, you can restart it and
-  test your virtual host.
+  When you are okay with the apache configuration, you can restart it and
+  test your virtual host;
+
+  # apache2ctl graceful
 
   If you want to have specific templates for a given virtual host, that's also
   possible, just copy `/var/lib/bugzilla3/template' to
@@ -130,7 +132,7 @@
   
   At this time, you can set a different database for each virtual host,
   customize templates for another or even share the same database... Everything
-  is possible with few effort.
+  is possible with a little effort.
 
   Even though each bugzilla site will be updated with checksetup.pl, the params
   file won't be updated. The only params file that is updated during the
@@ -139,4 +141,3 @@
   Thanks to Yann Dirson for the mod_env idea.
 
 -- Raphael Bossek <[email protected]>  Mon, 05 May 2008 13:07:36 +0200
-

--- End Message ---
--- Begin Message ---
Source: bugzilla
Source-Version: 3.2.5.1-3

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.5.1-3_all.deb
  to main/b/bugzilla/bugzilla3-doc_3.2.5.1-3_all.deb
bugzilla3_3.2.5.1-3_all.deb
  to main/b/bugzilla/bugzilla3_3.2.5.1-3_all.deb
bugzilla_3.2.5.1-3.diff.gz
  to main/b/bugzilla/bugzilla_3.2.5.1-3.diff.gz
bugzilla_3.2.5.1-3.dsc
  to main/b/bugzilla/bugzilla_3.2.5.1-3.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.
Raphael Bossek <[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: Tue, 15 Jun 2010 22:46:43 +0200
Source: bugzilla
Binary: bugzilla3 bugzilla3-doc
Architecture: source all
Version: 3.2.5.1-3
Distribution: unstable
Urgency: low
Maintainer: Raphael Bossek <[email protected]>
Changed-By: Raphael Bossek <[email protected]>
Description: 
 bugzilla3  - web-based bug tracking system
 bugzilla3-doc - comprehensive guide to Bugzilla
Closes: 561517 568110 576350
Changes: 
 bugzilla (3.2.5.1-3) unstable; urgency=low
 .
   * Syntax and spelling corrections to the README.Debian file. Closes: #568110
   * Typo on bugzilla3.templates and update of translations. Closes: #576350, 
#561517
Checksums-Sha1: 
 63afb57e8acc01244ec818334a67281703aee686 1092 bugzilla_3.2.5.1-3.dsc
 cbedba4cfa64308d65ae16feb373e27da6f3b1c2 79909 bugzilla_3.2.5.1-3.diff.gz
 8568ca6859c88db31cd976558236df1b5ff56bfd 3267896 bugzilla3_3.2.5.1-3_all.deb
 53a72e13e2e8ecb710ecaa5ef38a54cc08f2c73f 1453518 
bugzilla3-doc_3.2.5.1-3_all.deb
Checksums-Sha256: 
 3a8f67d7d7a6b46192ae24488a341ba6f6d06a873300dcddb278062a01aea894 1092 
bugzilla_3.2.5.1-3.dsc
 239caa70c705ded3028f6a2c0b0ce9f2b4e98bdfb6e9cf48ae39485e24cb3f42 79909 
bugzilla_3.2.5.1-3.diff.gz
 b2de1d87e2b5a0f1768393b9b63a5c1fb792f1f2b3496ec0ce5aa15fdc0e632d 3267896 
bugzilla3_3.2.5.1-3_all.deb
 aa66c191a716d214976d8f73e2613ffbc36fa25bf98ddc2f458ea21d067fdbae 1453518 
bugzilla3-doc_3.2.5.1-3_all.deb
Files: 
 c6762387259fdf494617254671f29ff0 1092 web optional bugzilla_3.2.5.1-3.dsc
 10093b25723137a35d4079bcdc27befc 79909 web optional bugzilla_3.2.5.1-3.diff.gz
 075c629c1864f84d9b21a504e4b2e772 3267896 web optional 
bugzilla3_3.2.5.1-3_all.deb
 3e36a746905f1a2b207e638e680d1aa9 1453518 doc optional 
bugzilla3-doc_3.2.5.1-3_all.deb

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

iD8DBQFMF+x4N2lBq4Nesv8RAlWqAJ9k96vGjBAa1W2/wYAhT+4WcSXNEACfR0qC
YHbRZ+efE5wu7Fyxn8suUS0=
=vmcz
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to