Your message dated Thu, 15 Jul 2010 13:02:11 +0000
with message-id <[email protected]>
and subject line Bug#568110: fixed in bugzilla 3.4.7.0-1
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.4.7.0-1
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.4.7.0-1_all.deb
to main/b/bugzilla/bugzilla3-doc_3.4.7.0-1_all.deb
bugzilla3_3.4.7.0-1_all.deb
to main/b/bugzilla/bugzilla3_3.4.7.0-1_all.deb
bugzilla_3.4.7.0-1.debian.tar.gz
to main/b/bugzilla/bugzilla_3.4.7.0-1.debian.tar.gz
bugzilla_3.4.7.0-1.dsc
to main/b/bugzilla/bugzilla_3.4.7.0-1.dsc
bugzilla_3.4.7.0.orig.tar.gz
to main/b/bugzilla/bugzilla_3.4.7.0.orig.tar.gz
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, 13 Jul 2010 14:56:34 +0200
Source: bugzilla
Binary: bugzilla3 bugzilla3-doc
Architecture: source all
Version: 3.4.7.0-1
Distribution: unstable
Urgency: medium
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: 544367 561517 561518 568110 576350 587663
Changes:
bugzilla (3.4.7.0-1) unstable; urgency=medium
.
* New upstream release. Closes: #544367 LP: #415451
* Security fixes CVE-2010-1204 CVE-2010-0180; set urgency to medium.
Closes: #587663
* Fixed typo. Closes: #568110, #576350
* Fixed translations. Closes: #561518, #561517
* Increased Standards-Version to 3.9.0; no changes.
* Switch to dpkg-source 3.0 (quilt) format.
Checksums-Sha1:
2819d87c4f571195e0ae1e09f1019f0520adcbb6 1143 bugzilla_3.4.7.0-1.dsc
8ac870aa26c6e68f97531c31e1b534d37be99404 4509900 bugzilla_3.4.7.0.orig.tar.gz
986521f2afa064f817a62092b818fb6bb3acfde5 83676 bugzilla_3.4.7.0-1.debian.tar.gz
821a0626be8a9ad9c04b0fbad296849c5f947dd5 2781452 bugzilla3_3.4.7.0-1_all.deb
1edf7403bc3e5cd0005d8278eb0d275e3ca827ea 1428554
bugzilla3-doc_3.4.7.0-1_all.deb
Checksums-Sha256:
5cdf5686c1fa831acbc03295e9ed21762121e03f9943f0ab318a56f11d2fb275 1143
bugzilla_3.4.7.0-1.dsc
c5b2b196ac37f3b9bcc0da7885fc7d1004257c588fe03dec335bfe0ee4cb6d0d 4509900
bugzilla_3.4.7.0.orig.tar.gz
25dda9f315b5a894d14f150aa2e825576d36afdd91307e47152e84d231019310 83676
bugzilla_3.4.7.0-1.debian.tar.gz
9cac249ba2022a175b0a1ea588a43e6519d1fad313e478974ab8dd02d931a712 2781452
bugzilla3_3.4.7.0-1_all.deb
0d07e24a1a17542cd30e5abe8dd1ee7ade146f665a9aadecd9f43da4f0b3feab 1428554
bugzilla3-doc_3.4.7.0-1_all.deb
Files:
904eb973c068ae949a8994fa78a8bfb2 1143 web optional bugzilla_3.4.7.0-1.dsc
dc7cd28394f9b17ea7333df890ed7224 4509900 web optional
bugzilla_3.4.7.0.orig.tar.gz
47a2363af8fad616a489897cb38450f1 83676 web optional
bugzilla_3.4.7.0-1.debian.tar.gz
db174c51ec7f3b293b38af59eaf911c2 2781452 web optional
bugzilla3_3.4.7.0-1_all.deb
becf20d537ddcec3231c0b7102293edc 1428554 doc optional
bugzilla3-doc_3.4.7.0-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iD8DBQFMPwRwN2lBq4Nesv8RAv91AKCVEJKUdFknq9gmHmHFyZ9GGqwjcACgrlMF
uQkaNu6xO14C5aGcgfXIlKM=
=K9fG
-----END PGP SIGNATURE-----
--- End Message ---