--- bugzilla-3.2.5.0.orig/Makefile +++ bugzilla-3.2.5.0/Makefile @@ -0,0 +1,174 @@ +# Makefile written for the Debian package. +# Based on the Remi Perrot's one, done for +# the 2.18 release. + +# Destination paths +# For a better maintenance, we'll create by hand each +# bugzilla's sub directories. +DESTDIR = +BUGZILLA_PERLDIR= $(DESTDIR)/usr/share/perl5 +BUGZILLA_CONFIG = $(DESTDIR)/etc/bugzilla3 +BUGZILLA_ROOT = $(DESTDIR)/usr/share/bugzilla3 +BUGZILLA_WWW = $(BUGZILLA_ROOT)/web +#BUGZILLA_CGIDIR = $(DESTDIR)/usr/lib/cgi-bin/bugzilla3 +BUGZILLA_CGIDIR = $(BUGZILLA_WWW) +BUGZILLA_LIBDIR = $(BUGZILLA_ROOT) +BUGZILLA_DATADIR = $(DESTDIR)/var/lib/bugzilla3 +BUGZILLA_CONTRIB= $(BUGZILLA_ROOT)/contrib + +PKGVER := $(shell dpkg-parsechangelog |grep Version: |sed -e 's,Version: \([^-]\+\).*,\1,g') +ORIGTARGZ := bugzilla_$(PKGVER).orig.tar.gz + +# Source paths +cgi_files = *.cgi +lib_files = *.pm +pl_files = runtests.pl +lib_perlscripts = checksetup.pl collectstats.pl email_in.pl importxml.pl mod_perl.pl testserver.pl whineatnews.pl whine.pl sanitycheck.pl +lib_dir = Bugzilla +static_files = *.dtd *.txt + +# Where to find the sources. +BUGZILLA_TAR := $(shell ls -1 bugzilla-?.?.tar.gz bugzilla-?.?.?.tar.gz 2>/dev/null| head -n 1) +BUGZILLA_TARDIR := $(subst .tar.gz,,$(BUGZILLA_TAR)) +BUGZILLA_SRCDIR = bugzilla-srcdir + +BUGZILLA_DE = $(shell ls -1 germzilla-*.tar.gz | head -n 1) +BUGZILLA_BE = $(shell ls -1 bugzilla-be-*.tar.gz | head -n 1) +#BUGZILLA_BG = $(shell ls -1 bugzilla-bg-*.tar.gz | head -n 1) +BUGZILLA_FR = $(shell ls -1 bugzilla-*.fr.tar.gz | head -n 1) +BUGZILLA_RU = $(shell ls -1 bugzilla-*-ru-*.tar.gz | head -n 1) +BUGZILLA_CS = $(shell ls -1 bugzilla.cs.*.tar.gz | head -n 1) +BUGZILLA_JA = $(shell ls -1 Bugzilla-ja-*.tar.bz2 | head -n 1) +BUGZILLA_ZH = $(shell ls -1 bugzilla.zh-TW.*.tar.gz | head -n 1) + +INSTALL = /usr/bin/install + +extractsrc: $(BUGZILLA_SRCDIR) +$(BUGZILLA_SRCDIR): $(BUGZILLA_TAR) + tar -xzf $(BUGZILLA_TAR) + test -d $(BUGZILLA_TARDIR) + tar -C $(BUGZILLA_TARDIR)/template -xzf $(BUGZILLA_DE) + test -d $(BUGZILLA_TARDIR)/template/de + find $(BUGZILLA_TARDIR)/template/de -name gzversion.html.tmpl -exec cp /dev/null {} \; + tar -C $(BUGZILLA_TARDIR) -xzf $(BUGZILLA_FR) + test -d $(BUGZILLA_TARDIR)/template/fr + : # tar -C $(BUGZILLA_TARDIR) -xzf $(BUGZILLA_BG) + : # test -d $(BUGZILLA_TARDIR)/template/bg + tar -C $(BUGZILLA_TARDIR) --transform "s/bugzilla[^\/]\+\///g" -xzf $(BUGZILLA_BE) + test -d $(BUGZILLA_TARDIR)/template/be + tar -C $(BUGZILLA_TARDIR) -xzf $(BUGZILLA_RU) + test -d $(BUGZILLA_TARDIR)/template/ru + tar -C $(BUGZILLA_TARDIR)/template --transform "s/template/cs/g" -xzf $(BUGZILLA_CS) + test -d $(BUGZILLA_TARDIR)/template/cs + $(INSTALL) -d $(BUGZILLA_TARDIR)/template/ja + tar -C $(BUGZILLA_TARDIR)/template/ja -xjf $(BUGZILLA_JA) + test -d $(BUGZILLA_TARDIR)/template/ja/default + tar -C $(BUGZILLA_TARDIR) -xzf $(BUGZILLA_ZH) + test -d $(BUGZILLA_TARDIR)/template/zh-TW + find $(BUGZILLA_TARDIR)/template -name "*.tmpl" -exec chmod a-x {} \; + find $(BUGZILLA_TARDIR)/template -name ".cvsignore" -or -name "CVS" -or -name ".svn" -exec rm {} \; + mv $(BUGZILLA_TARDIR) $(BUGZILLA_SRCDIR) + +install: install_static_dirs install_static_files install_lib_files \ + install_cgi install_template install_contrib + + +install_fr_FIXME: extractsrc + @echo "Extracting french templates" + $(INSTALL) -d $(BUGZILLA_ROOT)/template + tar zxf l10n/fr.tar.gz -C $(BUGZILLA_ROOT)/template + + +install_contrib: extractsrc + $(INSTALL) -d $(BUGZILLA_CONTRIB) + $(INSTALL) -m 0755 $(BUGZILLA_SRCDIR)/contrib/recode.pl $(BUGZILLA_CONTRIB) +# $(INSTALL) -m 0755 $(BUGZILLA_SRCDIR)/contrib/*.pl $(BUGZILLA_CONTRIB) +# $(INSTALL) -m 0644 $(BUGZILLA_SRCDIR)/contrib/*.pm $(BUGZILLA_CONTRIB) +# $(INSTALL) -m 0755 $(BUGZILLA_SRCDIR)/contrib/*.py $(BUGZILLA_CONTRIB) +# $(INSTALL) -m 0644 $(BUGZILLA_SRCDIR)/contrib/README* $(BUGZILLA_CONTRIB) +# $(INSTALL) -m 0644 $(BUGZILLA_SRCDIR)/contrib/*.html $(BUGZILLA_CONTRIB) +# $(INSTALL) -m 0755 $(BUGZILLA_SRCDIR)/contrib/*.sh $(BUGZILLA_CONTRIB) +# $(INSTALL) -m 0755 $(BUGZILLA_SRCDIR)/contrib/*.rb $(BUGZILLA_CONTRIB) +# $(INSTALL) -d $(BUGZILLA_CONTRIB)/bugzilla-submit +# cp $(BUGZILLA_SRCDIR)/contrib/bugzilla-submit/* $(BUGZILLA_CONTRIB)/bugzilla-submit +# $(INSTALL) -d $(BUGZILLA_CONTRIB)/cmdline +# cp $(BUGZILLA_SRCDIR)/contrib/cmdline/* $(BUGZILLA_CONTRIB)/cmdline +# $(INSTALL) -d $(BUGZILLA_CONTRIB)/gnatsparse +# $(INSTALL) -m 0644 $(BUGZILLA_SRCDIR)/contrib/gnatsparse/README $(BUGZILLA_CONTRIB)/gnatsparse +# $(INSTALL) -m 0755 $(BUGZILLA_SRCDIR)/contrib/gnatsparse/*.py $(BUGZILLA_CONTRIB)/gnatsparse + + +install_static_dirs: extractsrc + @cd $(BUGZILLA_SRCDIR) && for this_dir in `find skins -type d` ; do \ + install -d -m 0755 -o root -g root $(BUGZILLA_WWW)/$$this_dir ;\ + done + @cd $(BUGZILLA_SRCDIR) && for this_dir in `find js -type d` ; do \ + install -d -m 0755 -o root -g root $(BUGZILLA_WWW)/$$this_dir ;\ + done + @cd $(BUGZILLA_SRCDIR) && for this_dir in `find data -type d` duplicates webdot; do \ + install -d -m 0755 -o root -g root $(BUGZILLA_DATADIR)/$$this_dir ;\ + done + + +install_template: extractsrc + @cd $(BUGZILLA_SRCDIR) && for this_dir in `find template -type d` ; do \ + install -d -m 0755 -o root -g root $(BUGZILLA_DATADIR)/$$this_dir ;\ + done + @cd $(BUGZILLA_SRCDIR) && for this_file in `find template -type f` ; do \ + install -m 0644 -o root -g root $$this_file $(BUGZILLA_DATADIR)/`dirname $$this_file` ;\ + done + + +install_static_files: extractsrc + $(INSTALL) -d -m 0755 -o root -g root $(BUGZILLA_DATADIR) + cd $(BUGZILLA_SRCDIR) && $(INSTALL) -m 0644 -o root -g root $(static_files) $(BUGZILLA_WWW) + @cd $(BUGZILLA_SRCDIR) && for this_file in `find skins -type f` ; do \ + install -m 0644 -o root -g root $$this_file $(BUGZILLA_WWW)/`dirname $$this_file` ;\ + done + $(INSTALL) -d -m 0755 -o root -g root $(BUGZILLA_WWW) + $(INSTALL) -m 0644 -o root -g root $(BUGZILLA_SRCDIR)/images/padlock.png $(BUGZILLA_WWW) + @cd $(BUGZILLA_SRCDIR) && for this_file in `find js -type f` ; do \ + install -m 0644 -o root -g root $$this_file $(BUGZILLA_WWW)/`dirname $$this_file` ;\ + done + # The tricky point here, is to leave "params" alone, that's a conffile now + # We'll handle it by hand in postinst. + @cd $(BUGZILLA_SRCDIR) && for this_file in `find data -type f -name '!params'` ; do \ + install -m 0644 -o root -g root $$this_file $(BUGZILLA_DATADIR)/`dirname $$this_file` ;\ + done + @cd $(BUGZILLA_SRCDIR) && for this_file in `find skins -type f` ; do \ + install -m 0644 -o root -g root $$this_file $(BUGZILLA_WWW)/`dirname $$this_file` ;\ + done + + +install_lib_files: extractsrc + cd $(BUGZILLA_SRCDIR) && $(INSTALL) -m 0644 -o root -g root $(lib_files) $(BUGZILLA_ROOT) + cd $(BUGZILLA_SRCDIR) && $(INSTALL) -m 0755 -o root -g root $(pl_files) $(BUGZILLA_ROOT) + $(INSTALL) -d -m 0755 -o root -g root $(BUGZILLA_ROOT)/lib + cd $(BUGZILLA_SRCDIR) && $(INSTALL) -m 0755 -o root -g root $(lib_perlscripts) $(BUGZILLA_ROOT)/lib + $(INSTALL) -d -m 0755 -o root -g root $(BUGZILLA_PERLDIR) + @cd $(BUGZILLA_SRCDIR) && for this_dir in `find $(lib_dir) -type d` ; do \ + install -d -m 0755 -o root -g root $(BUGZILLA_PERLDIR)/$$this_dir ;\ + done + @cd $(BUGZILLA_SRCDIR) && for this_file in `find $(lib_dir) -type f` ; do \ + install -m 0644 -o root -g root $$this_file $(BUGZILLA_PERLDIR)/`dirname $$this_file` ;\ + done + $(INSTALL) -d -m 0755 -o root -g root $(BUGZILLA_DATADIR) + + +install_cgi: extractsrc + $(INSTALL) -d -m 0755 -o root -g root $(BUGZILLA_CGIDIR) + cd $(BUGZILLA_SRCDIR) && $(INSTALL) -m 0755 -o root -g root $(cgi_files) $(BUGZILLA_CGIDIR) + + +clean: + rm -rf $(BUGZILLA_TARDIR) $(BUGZILLA_SRCDIR) bugzilla-srcdir + + +orig: ../$(ORIGTARGZ) +../$(ORIGTARGZ): + tar -czf ../$(ORIGTARGZ) *.tar* + + +deb: orig + dpkg-buildpackage -rfakeroot -us -uc + --- bugzilla-3.2.5.0.orig/debian/rules +++ bugzilla-3.2.5.0/debian/rules @@ -0,0 +1,98 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 by Joey Hess. +# +# This version is for a hypothetical package that builds an +# architecture-dependant package, as well as an architecture-independent +# package. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +INSTALL = /usr/bin/install +LN_S = ln -s +RM_RF = rm -rf + +build: build-stamp +build-stamp: + dh_testdir + $(MAKE) extractsrc + set -e; for i in $(CURDIR)/debian/maintenance/??_*.sh; do chmod a+x $$i; $$i $(CURDIR)/bugzilla-srcdir; done + touch build-stamp + +clean: + dh_testdir + debconf-updatepo + rm -f build-stamp + # data is generated whenever the package is build + # just remove it at clean time + rm -rf graphs + chmod a-x $(CURDIR)/debian/maintenance/*.sh + $(MAKE) clean + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + # Work in progress + # building the -fr package + $(MAKE) install DESTDIR=$(CURDIR)/debian/bugzilla3 + # We install our debian helpers + $(INSTALL) -d -m 0755 -o root -g root $(CURDIR)/debian/bugzilla3/etc/bugzilla3/pre-checksetup.d + cd $(CURDIR)/debian/pre-checksetup.d && for f in *; do \ + $(INSTALL) -m 0755 -o root -g root $$f $(CURDIR)/debian/bugzilla3/etc/bugzilla3/pre-checksetup.d/$$f; \ + done + $(INSTALL) -d -m 0755 -o root -g root $(CURDIR)/debian/bugzilla3/etc/bugzilla3/post-checksetup.d + cd $(CURDIR)/debian/post-checksetup.d && for f in *; do \ + $(INSTALL) -m 0755 -o root -g root $$f $(CURDIR)/debian/bugzilla3/etc/bugzilla3/post-checksetup.d/$$f; \ + done + $(INSTALL) -m 0644 -o root -g root debian/default-files/params $(CURDIR)/debian/bugzilla3/usr/share/bugzilla3/debian + $(INSTALL) -m 0644 -o root -g root debian/default-files/localconfig $(CURDIR)/debian/bugzilla3/usr/share/bugzilla3/debian + # Installing exemples + $(INSTALL) -d -m 0755 -o root -g root $(CURDIR)/debian/bugzilla3/usr/share/doc/bugzilla3/examples + $(INSTALL) -m 0644 -o root -g root debian/examples/*.conf $(CURDIR)/debian/bugzilla3/usr/share/doc/bugzilla3/examples + # Install default configuration files + $(INSTALL) -d -m 0755 -o root -g root $(CURDIR)/debian/bugzilla3/etc/bugzilla3 + $(INSTALL) -m 0644 -o root -g root debian/default-files/index.html $(CURDIR)/debian/bugzilla3/etc/bugzilla3 + # preparing the vhost conf dir + $(INSTALL) -d -m 0755 -o root -g root $(CURDIR)/debian/bugzilla3/etc/bugzilla3/sites + # replace checksetup.pl script by Debian modification + mv $(CURDIR)/debian/bugzilla3/usr/share/bugzilla3/lib/checksetup.pl $(CURDIR)/debian/bugzilla3/usr/share/bugzilla3/lib/checksetup_nondebian.pl + $(INSTALL) -m 0755 -o root -g root $(CURDIR)/debian/maintenance/checksetup_debian.sh $(CURDIR)/debian/bugzilla3/usr/share/bugzilla3/lib/checksetup.pl + # use YUI (Yahoo User Interface Library) package instead of bugzilla's version + $(RM_RF) $(CURDIR)/debian/bugzilla3/usr/share/bugzilla3/web/js/yui + $(LN_S) /usr/share/javascript/yui $(CURDIR)/debian/bugzilla3/usr/share/bugzilla3/web/js/yui + # some lintian overrides + $(INSTALL) -d $(CURDIR)/debian/bugzilla3/usr/share/lintian/overrides + $(INSTALL) -m 0644 debian/bugzilla3.lintian $(CURDIR)/debian/bugzilla3/usr/share/lintian/overrides/bugzilla3 + +# Build architecture-independent files here. +# Pass -i to all debhelper commands in this target to reduce clutter. +binary-indep: build install + dh_testdir -i + dh_testroot -i + dh_installdebconf -i + dh_installdocs -i + dh_installcron -i + dh_installchangelogs bugzilla-srcdir/docs/en/rel_notes.txt -i + dh_link -i + dh_compress -i + dh_fixperms -i -Xetc/bugzilla3 + dh_installdeb -i + dh_gencontrol -i + dh_perl -i + dh_md5sums -i + dh_builddeb -i + +checkpo: + @for i in debian/po/*.po; do \ + echo -n "Checking: $$i"; \ + msgmerge -U $$i debian/po/templates.pot; \ + msgfmt -o /dev/null -c --statistics $$i; \ + echo ""; \ + done + + +binary: binary-indep +.PHONY: build clean binary-indep binary-arch binary install patch unpatch checkpo --- bugzilla-3.2.5.0.orig/debian/README.Debian +++ bugzilla-3.2.5.0/debian/README.Debian @@ -0,0 +1,134 @@ +README.Debian for bugzilla3 package +============================================================================== + +Global notes +------------------------------------------------------------------------------ + + For every link to work properly, it is strongly advised to use mod_rewrite + and the following configuration lines in your apache config file: + + RewriteEngine On + RewriteRule ^(.*/cgi-bin/bugzilla3)/?$ $1/index.cgi [R] + RewriteRule ^(.*/bugzilla3)/?$ $1/index.cgi [R] [L] + + # Proper URI for cgi scripts + RewriteCond %{REQUEST_URI} ^/bugzilla3/.*\.cgi + RewriteRule ^/bugzilla3/(.*\.cgi.*) /cgi-bin/bugzilla3/$1 [PT] + + The database is not purged when the package is purged. + +About GraphViz and dependency graphs ("webdotbase") +------------------------------------------------------------------------------ + + The "webdotbase" configuration parameter (/etc/bugzilla3/params) has + to be set to `/usr/bin/dot`. This parameter can be configured by Bugzilla's + "Parameters >> Dependency Graphs" too. + + The "/webdot" directory is sym-linked from `/usr/lib/cgi-bin/bugzilla3`. + This is mandatory for configuration simplificity. Images created by + GraphViz (/usr/bin/dot) are stored in the `/webdot` subdirectory. With + the sym-link it's possible to reference them by the URL + "urlbase"/webdot/XXXX.png. Make sure your HTTP server configuration + follow sym-links in `/usr/lib/cgi-bin/bugzilla3` directory. + For examples check the examples in `/usr/share/doc/bugzilla3/examples`. + +About the "urlbase" setting +------------------------------------------------------------------------------ + + Whe 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. + +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: + $ sudo apt-get install dh-make-perl + $ mkdir tmp + $ cd tmp + $ dh-make-perl --build --cpan Email::Reply + $ 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. + + Install further packages to get email_in.pl working: + $ sudo apt-get install libemail-mime-creator-perl libemail-date-format-perl + + In order to receive e-mails add following line to /etc/aliases: + bug-submit: "|sudo -u www-data /usr/share/bugzilla3/lib/email_in.pl" + +Installation of outstanding packages +------------------------------------------------------------------------------ + 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. + + Use dh-make-perl (application and package name) to install non-packages + Perl modules like described in the previous section. + +How to set several VirtualHosts with this package +------------------------------------------------------------------------------ + + Reported as Bugzilla enhancement: https://bugzilla.mozilla.org/show_bug.cgi?id=465887 + + If you want to provide several virtual hosts of Bugzilla, you can achieve that + goal easily thanks to your Apache configuration. + + You will need to enable the Apache mod_env module first: + + # 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: + `/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 + `/usr/share/doc/bugzilla3/examples/'. + + If you want a vritualhost 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 + use the other example: `vh-custom-static.conf'. + + As you can see in those examples, two environment variables are provided for + fitting your needs: + - X_BUGZILLA_SITE which is the name of the virtual host, it is used to find + wich configuration directory to use: `/etc/bugzilla3/sites/X_BUGZILLA_SITE'. + - 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. + + If you want to have specific templates for a given virtual host, that's also + possible, just copy `/var/lib/bugzilla3/template' to + `/var/lib/bugzilla3/template-X_BUGZILLA_SITE' and apply your changes there. + Take care to preserve permissions when you copy the files. + + 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. + + 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 + postinst phase is the standard one: `/etc/bugzilla3/params'. + + Thanks to Yann Dirson for the mod_env idea. + +-- Raphael Bossek Mon, 05 May 2008 13:07:36 +0200 + --- bugzilla-3.2.5.0.orig/debian/watch +++ bugzilla-3.2.5.0/debian/watch @@ -0,0 +1,22 @@ +# Example watch control file for uscan +# Rename this file to "watch" and then you can run the "uscan" command +# to check for upstream updates and more. +# See uscan(1) for format + +# Compulsory line, this is a version 3 file +version=3 + +# Uncomment to examine a Webpage +# +#http://www.example.com/downloads.php bkbuild-(.*)\.tar\.gz + +# Uncomment to examine a Webserver directory +#http://www.example.com/pub/bkbuild-(.*)\.tar\.gz + +# Uncommment to examine a FTP server +#ftp://ftp.example.com/pub/bkbuild-(.*)\.tar\.gz debian uupdate + +# Uncomment to find new files on sourceforge, for debscripts >= 2.9 +# http://sf.net/bkbuild/bkbuild-(.*)\.tar\.gz +http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-(\d+)\.(\d+)\.tar.gz +http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-(\d+)\.(\d+)\.(\d+).tar.gz --- bugzilla-3.2.5.0.orig/debian/bugzilla3-doc.copyright +++ bugzilla-3.2.5.0/debian/bugzilla3-doc.copyright @@ -0,0 +1,631 @@ +This package was debianized by Remi Perrot on +Mon, 28 May 2001 22:38:11 +0200. + +It was downloaded from the mozilla cvs repository with the command +cvs -d pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot \ + co mozilla/webtools/bugzilla + +Copyright information about checksetup.pl, editversions.cgi, +editusers.cgi and editcomponents.cgi: + + The Original Code is mozilla.org code. + + The Initial Developer of the Original Code is Holger + Schurig. Portions created by Holger Schurig are + Copyright (C) 1999 Holger Schurig. All + Rights Reserved. + + Contributor(s): Holger Schurig + Terry Weissman + Dan Mosedale + Dave Miller + Zach Lipton + Joe Robins + + +Copyright information about editkeywords.cgi, describekeywords.cgi: + + The Original Code is the Bugzilla Bug Tracking System. + + The Initial Developer of the Original Code is Terry Weissman. + Portions created by Terry Weissman are + Copyright (C) 2000 Terry Weissman. All + Rights Reserved. + + Contributor(s): Terry Weissman + Gervase Markham + + +Copyright information about runtests.pl: + + The Original Code is the Bugzilla Bug Tracking System. + + The Initial Developer of the Original Code is Mike Norton. + Portions created by the Initial Developer are Copyright (C) 2002 + the Initial Developer. All Rights Reserved. + + +Copyright information about the GNATS-to-Bugzilla code: + + The Original Code is the Gnats To Bugzilla Conversion Utility. + + The Initial Developer of the Original Code is Tom + Schutter. Portions created by Tom Schutter are + Copyright (C) 1999 Tom Schutter. All + Rights Reserved. + + +Copyright information about the cmdline code from contrib: + + The Initial Developer of the Original Code is + Andreas Franke . + Corporation. Portions created by Andreas Franke are + Copyright (C) 2001 Andreas Franke. All + Rights Reserved. + + +Copyright information about filterextensions.pl: + + The Initial Developer of the Original Code is Jacob Steenhagen. + Portions created by Jacob Steenhagen are + Copyright (C) 2001 Jacob Steenhagen. All + Rights Reserved. + + +Copyright information about Files.pm: + + The Initial Developer of the Original Code is Zach Lipton + Portions created by Zach Lipton are + Copyright (C) 2001 Zach Lipton. All + Rights Reserved. + +Contributor(s): Zach Lipton + Joel Peshkin + + +Copyright information about Templates.pm: + + The Initial Developer of the Original Code is Jacob Steenhagen. + Portions created by Jacob Steenhagen are + Copyright (C) 2001 Jacob Steenhagen. All + Rights Reserved. + +Contributor(s): Jacob Steenhagen + David D. Kilzer + Tobias Burnus + + +Copyright information about the test suite: + + The Original Code are the Bugzilla tests. + + The Initial Developer of the Original Code is Jacob Steenhagen. + Portions created by Jacob Steenhagen are + Copyright (C) 2001 Jacob Steenhagen. All + Rights Reserved. + + Contributor(s): Jacob Steenhagen + Zach Lipton + David D. Kilzer + Tobias Burnus + + +Copyright information about the remaining code: + + The Original Code is the Bugzilla Bug Tracking System. + + The Initial Developer of the Original Code is Netscape Communications + Corporation. Portions created by Netscape are + Copyright (C) 1998 and Copyright (C) 2000 Netscape Communications + Corporation. All Rights Reserved. + + Contributor(s): Terry Weissman + Dan Mosedale + Stephan Niemz + Andreas Franke + Myk Melez + Joe Robins + Gervase Markham + Dawn Endico + Christopher Aillon + Alan Raetz + Jacob Steenhagen + Matthew Tuck + Christian Reis + Matt Masson + Bradley Baetz + Owen Taylor + Bryce Nesbitt + Adam Spiers + David Gardiner + Matthias Radestock + Brian Bober + Tara Hernandez + Harrison Page + Chris Yeh + Scott Collins + Dave Lawrence + Tobias Burnus + Ville Skyttae + Chris Lahey + Jouni Heikniemi + Jeff Hedlund + John Vandenberg + Gregor Fischer + Klaas Freitag + Seth Landsman + + + +The whole code is distributed under the terms of the following license: + + MOZILLA PUBLIC LICENSE + Version 1.1 + + --------------- + +1. Definitions. + + 1.0.1. "Commercial Use" means distribution or otherwise making the + Covered Code available to a third party. + + 1.1. "Contributor" means each entity that creates or contributes to + the creation of Modifications. + + 1.2. "Contributor Version" means the combination of the Original + Code, prior Modifications used by a Contributor, and the Modifications + made by that particular Contributor. + + 1.3. "Covered Code" means the Original Code or Modifications or the + combination of the Original Code and Modifications, in each case + including portions thereof. + + 1.4. "Electronic Distribution Mechanism" means a mechanism generally + accepted in the software development community for the electronic + transfer of data. + + 1.5. "Executable" means Covered Code in any form other than Source + Code. + + 1.6. "Initial Developer" means the individual or entity identified + as the Initial Developer in the Source Code notice required by Exhibit + A. + + 1.7. "Larger Work" means a work which combines Covered Code or + portions thereof with code not governed by the terms of this License. + + 1.8. "License" means this document. + + 1.8.1. "Licensable" means having the right to grant, to the maximum + extent possible, whether at the time of the initial grant or + subsequently acquired, any and all of the rights conveyed herein. + + 1.9. "Modifications" means any addition to or deletion from the + substance or structure of either the Original Code or any previous + Modifications. When Covered Code is released as a series of files, a + Modification is: + A. Any addition to or deletion from the contents of a file + containing Original Code or previous Modifications. + + B. Any new file that contains any part of the Original Code or + previous Modifications. + + 1.10. "Original Code" means Source Code of computer software code + which is described in the Source Code notice required by Exhibit A as + Original Code, and which, at the time of its release under this + License is not already Covered Code governed by this License. + + 1.10.1. "Patent Claims" means any patent claim(s), now owned or + hereafter acquired, including without limitation, method, process, + and apparatus claims, in any patent Licensable by grantor. + + 1.11. "Source Code" means the preferred form of the Covered Code for + making modifications to it, including all modules it contains, plus + any associated interface definition files, scripts used to control + compilation and installation of an Executable, or source code + differential comparisons against either the Original Code or another + well known, available Covered Code of the Contributor's choice. The + Source Code can be in a compressed or archival form, provided the + appropriate decompression or de-archiving software is widely available + for no charge. + + 1.12. "You" (or "Your") means an individual or a legal entity + exercising rights under, and complying with all of the terms of, this + License or a future version of this License issued under Section 6.1. + For legal entities, "You" includes any entity which controls, is + controlled by, or is under common control with You. For purposes of + this definition, "control" means (a) the power, direct or indirect, + to cause the direction or management of such entity, whether by + contract or otherwise, or (b) ownership of more than fifty percent + (50%) of the outstanding shares or beneficial ownership of such + entity. + +2. Source Code License. + + 2.1. The Initial Developer Grant. + The Initial Developer hereby grants You a world-wide, royalty-free, + non-exclusive license, subject to third party intellectual property + claims: + (a) under intellectual property rights (other than patent or + trademark) Licensable by Initial Developer to use, reproduce, + modify, display, perform, sublicense and distribute the Original + Code (or portions thereof) with or without Modifications, and/or + as part of a Larger Work; and + + (b) under Patents Claims infringed by the making, using or + selling of Original Code, to make, have made, use, practice, + sell, and offer for sale, and/or otherwise dispose of the + Original Code (or portions thereof). + + (c) the licenses granted in this Section 2.1(a) and (b) are + effective on the date Initial Developer first distributes + Original Code under the terms of this License. + + (d) Notwithstanding Section 2.1(b) above, no patent license is + granted: 1) for code that You delete from the Original Code; 2) + separate from the Original Code; or 3) for infringements caused + by: i) the modification of the Original Code or ii) the + combination of the Original Code with other software or devices. + + 2.2. Contributor Grant. + Subject to third party intellectual property claims, each Contributor + hereby grants You a world-wide, royalty-free, non-exclusive license + + (a) under intellectual property rights (other than patent or + trademark) Licensable by Contributor, to use, reproduce, modify, + display, perform, sublicense and distribute the Modifications + created by such Contributor (or portions thereof) either on an + unmodified basis, with other Modifications, as Covered Code + and/or as part of a Larger Work; and + + (b) under Patent Claims infringed by the making, using, or + selling of Modifications made by that Contributor either alone + and/or in combination with its Contributor Version (or portions + of such combination), to make, use, sell, offer for sale, have + made, and/or otherwise dispose of: 1) Modifications made by that + Contributor (or portions thereof); and 2) the combination of + Modifications made by that Contributor with its Contributor + Version (or portions of such combination). + + (c) the licenses granted in Sections 2.2(a) and 2.2(b) are + effective on the date Contributor first makes Commercial Use of + the Covered Code. + + (d) Notwithstanding Section 2.2(b) above, no patent license is + granted: 1) for any code that Contributor has deleted from the + Contributor Version; 2) separate from the Contributor Version; + 3) for infringements caused by: i) third party modifications of + Contributor Version or ii) the combination of Modifications made + by that Contributor with other software (except as part of the + Contributor Version) or other devices; or 4) under Patent Claims + infringed by Covered Code in the absence of Modifications made by + that Contributor. + +3. Distribution Obligations. + + 3.1. Application of License. + The Modifications which You create or to which You contribute are + governed by the terms of this License, including without limitation + Section 2.2. The Source Code version of Covered Code may be + distributed only under the terms of this License or a future version + of this License released under Section 6.1, and You must include a + copy of this License with every copy of the Source Code You + distribute. You may not offer or impose any terms on any Source Code + version that alters or restricts the applicable version of this + License or the recipients' rights hereunder. However, You may include + an additional document offering the additional rights described in + Section 3.5. + + 3.2. Availability of Source Code. + Any Modification which You create or to which You contribute must be + made available in Source Code form under the terms of this License + either on the same media as an Executable version or via an accepted + Electronic Distribution Mechanism to anyone to whom you made an + Executable version available; and if made available via Electronic + Distribution Mechanism, must remain available for at least twelve (12) + months after the date it initially became available, or at least six + (6) months after a subsequent version of that particular Modification + has been made available to such recipients. You are responsible for + ensuring that the Source Code version remains available even if the + Electronic Distribution Mechanism is maintained by a third party. + + 3.3. Description of Modifications. + You must cause all Covered Code to which You contribute to contain a + file documenting the changes You made to create that Covered Code and + the date of any change. You must include a prominent statement that + the Modification is derived, directly or indirectly, from Original + Code provided by the Initial Developer and including the name of the + Initial Developer in (a) the Source Code, and (b) in any notice in an + Executable version or related documentation in which You describe the + origin or ownership of the Covered Code. + + 3.4. Intellectual Property Matters + (a) Third Party Claims. + If Contributor has knowledge that a license under a third party's + intellectual property rights is required to exercise the rights + granted by such Contributor under Sections 2.1 or 2.2, + Contributor must include a text file with the Source Code + distribution titled "LEGAL" which describes the claim and the + party making the claim in sufficient detail that a recipient will + know whom to contact. If Contributor obtains such knowledge after + the Modification is made available as described in Section 3.2, + Contributor shall promptly modify the LEGAL file in all copies + Contributor makes available thereafter and shall take other steps + (such as notifying appropriate mailing lists or newsgroups) + reasonably calculated to inform those who received the Covered + Code that new knowledge has been obtained. + + (b) Contributor APIs. + If Contributor's Modifications include an application programming + interface and Contributor has knowledge of patent licenses which + are reasonably necessary to implement that API, Contributor must + also include this information in the LEGAL file. + + (c) Representations. + Contributor represents that, except as disclosed pursuant to + Section 3.4(a) above, Contributor believes that Contributor's + Modifications are Contributor's original creation(s) and/or + Contributor has sufficient rights to grant the rights conveyed by + this License. + + 3.5. Required Notices. + You must duplicate the notice in Exhibit A in each file of the Source + Code. If it is not possible to put such notice in a particular Source + Code file due to its structure, then You must include such notice in a + location (such as a relevant directory) where a user would be likely + to look for such a notice. If You created one or more Modification(s) + You may add your name as a Contributor to the notice described in + Exhibit A. You must also duplicate this License in any documentation + for the Source Code where You describe recipients' rights or ownership + rights relating to Covered Code. You may choose to offer, and to + charge a fee for, warranty, support, indemnity or liability + obligations to one or more recipients of Covered Code. However, You + may do so only on Your own behalf, and not on behalf of the Initial + Developer or any Contributor. You must make it absolutely clear than + any such warranty, support, indemnity or liability obligation is + offered by You alone, and You hereby agree to indemnify the Initial + Developer and every Contributor for any liability incurred by the + Initial Developer or such Contributor as a result of warranty, + support, indemnity or liability terms You offer. + + 3.6. Distribution of Executable Versions. + You may distribute Covered Code in Executable form only if the + requirements of Section 3.1-3.5 have been met for that Covered Code, + and if You include a notice stating that the Source Code version of + the Covered Code is available under the terms of this License, + including a description of how and where You have fulfilled the + obligations of Section 3.2. The notice must be conspicuously included + in any notice in an Executable version, related documentation or + collateral in which You describe recipients' rights relating to the + Covered Code. You may distribute the Executable version of Covered + Code or ownership rights under a license of Your choice, which may + contain terms different from this License, provided that You are in + compliance with the terms of this License and that the license for the + Executable version does not attempt to limit or alter the recipient's + rights in the Source Code version from the rights set forth in this + License. If You distribute the Executable version under a different + license You must make it absolutely clear that any terms which differ + from this License are offered by You alone, not by the Initial + Developer or any Contributor. You hereby agree to indemnify the + Initial Developer and every Contributor for any liability incurred by + the Initial Developer or such Contributor as a result of any such + terms You offer. + + 3.7. Larger Works. + You may create a Larger Work by combining Covered Code with other code + not governed by the terms of this License and distribute the Larger + Work as a single product. In such a case, You must make sure the + requirements of this License are fulfilled for the Covered Code. + +4. Inability to Comply Due to Statute or Regulation. + + If it is impossible for You to comply with any of the terms of this + License with respect to some or all of the Covered Code due to + statute, judicial order, or regulation then You must: (a) comply with + the terms of this License to the maximum extent possible; and (b) + describe the limitations and the code they affect. Such description + must be included in the LEGAL file described in Section 3.4 and must + be included with all distributions of the Source Code. Except to the + extent prohibited by statute or regulation, such description must be + sufficiently detailed for a recipient of ordinary skill to be able to + understand it. + +5. Application of this License. + + This License applies to code to which the Initial Developer has + attached the notice in Exhibit A and to related Covered Code. + +6. Versions of the License. + + 6.1. New Versions. + Netscape Communications Corporation ("Netscape") may publish revised + and/or new versions of the License from time to time. Each version + will be given a distinguishing version number. + + 6.2. Effect of New Versions. + Once Covered Code has been published under a particular version of the + License, You may always continue to use it under the terms of that + version. You may also choose to use such Covered Code under the terms + of any subsequent version of the License published by Netscape. No one + other than Netscape has the right to modify the terms applicable to + Covered Code created under this License. + + 6.3. Derivative Works. + If You create or use a modified version of this License (which you may + only do in order to apply it to code which is not already Covered Code + governed by this License), You must (a) rename Your license so that + the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape", + "MPL", "NPL" or any confusingly similar phrase do not appear in your + license (except to note that your license differs from this License) + and (b) otherwise make it clear that Your version of the license + contains terms which differ from the Mozilla Public License and + Netscape Public License. (Filling in the name of the Initial + Developer, Original Code or Contributor in the notice described in + Exhibit A shall not of themselves be deemed to be modifications of + this License.) + +7. DISCLAIMER OF WARRANTY. + + COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, + WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, + WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF + DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. + THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE + IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, + YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE + COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER + OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF + ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER. + +8. TERMINATION. + + 8.1. This License and the rights granted hereunder will terminate + automatically if You fail to comply with terms herein and fail to cure + such breach within 30 days of becoming aware of the breach. All + sublicenses to the Covered Code which are properly granted shall + survive any termination of this License. Provisions which, by their + nature, must remain in effect beyond the termination of this License + shall survive. + + 8.2. If You initiate litigation by asserting a patent infringement + claim (excluding declatory judgment actions) against Initial Developer + or a Contributor (the Initial Developer or Contributor against whom + You file such action is referred to as "Participant") alleging that: + + (a) such Participant's Contributor Version directly or indirectly + infringes any patent, then any and all rights granted by such + Participant to You under Sections 2.1 and/or 2.2 of this License + shall, upon 60 days notice from Participant terminate prospectively, + unless if within 60 days after receipt of notice You either: (i) + agree in writing to pay Participant a mutually agreeable reasonable + royalty for Your past and future use of Modifications made by such + Participant, or (ii) withdraw Your litigation claim with respect to + the Contributor Version against such Participant. If within 60 days + of notice, a reasonable royalty and payment arrangement are not + mutually agreed upon in writing by the parties or the litigation claim + is not withdrawn, the rights granted by Participant to You under + Sections 2.1 and/or 2.2 automatically terminate at the expiration of + the 60 day notice period specified above. + + (b) any software, hardware, or device, other than such Participant's + Contributor Version, directly or indirectly infringes any patent, then + any rights granted to You by such Participant under Sections 2.1(b) + and 2.2(b) are revoked effective as of the date You first made, used, + sold, distributed, or had made, Modifications made by that + Participant. + + 8.3. If You assert a patent infringement claim against Participant + alleging that such Participant's Contributor Version directly or + indirectly infringes any patent where such claim is resolved (such as + by license or settlement) prior to the initiation of patent + infringement litigation, then the reasonable value of the licenses + granted by such Participant under Sections 2.1 or 2.2 shall be taken + into account in determining the amount or value of any payment or + license. + + 8.4. In the event of termination under Sections 8.1 or 8.2 above, + all end user license agreements (excluding distributors and resellers) + which have been validly granted by You or any distributor hereunder + prior to termination shall survive termination. + +9. LIMITATION OF LIABILITY. + + UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT + (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL + DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, + OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR + ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY + CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, + WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER + COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN + INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF + LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY + RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW + PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE + EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO + THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU. + +10. U.S. GOVERNMENT END USERS. + + The Covered Code is a "commercial item," as that term is defined in + 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer + software" and "commercial computer software documentation," as such + terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 + C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), + all U.S. Government End Users acquire Covered Code with only those + rights set forth herein. + +11. MISCELLANEOUS. + + This License represents the complete agreement concerning subject + matter hereof. If any provision of this License is held to be + unenforceable, such provision shall be reformed only to the extent + necessary to make it enforceable. This License shall be governed by + California law provisions (except to the extent applicable law, if + any, provides otherwise), excluding its conflict-of-law provisions. + With respect to disputes in which at least one party is a citizen of, + or an entity chartered or registered to do business in the United + States of America, any litigation relating to this License shall be + subject to the jurisdiction of the Federal Courts of the Northern + District of California, with venue lying in Santa Clara County, + California, with the losing party responsible for costs, including + without limitation, court costs and reasonable attorneys' fees and + expenses. The application of the United Nations Convention on + Contracts for the International Sale of Goods is expressly excluded. + Any law or regulation which provides that the language of a contract + shall be construed against the drafter shall not apply to this + License. + +12. RESPONSIBILITY FOR CLAIMS. + + As between Initial Developer and the Contributors, each party is + responsible for claims and damages arising, directly or indirectly, + out of its utilization of rights under this License and You agree to + work with Initial Developer and Contributors to distribute such + responsibility on an equitable basis. Nothing herein is intended or + shall be deemed to constitute any admission of liability. + +13. MULTIPLE-LICENSED CODE. + + Initial Developer may designate portions of the Covered Code as + "Multiple-Licensed". "Multiple-Licensed" means that the Initial + Developer permits you to utilize portions of the Covered Code under + Your choice of the NPL or the alternative licenses, if any, specified + by the Initial Developer in the file described in Exhibit A. + +EXHIBIT A -Mozilla Public License. + + ``The contents of this file are subject to the Mozilla Public License + Version 1.1 (the "License"); you may not use this file except in + compliance with the License. You may obtain a copy of the License at + http://www.mozilla.org/MPL/ + + Software distributed under the License is distributed on an "AS IS" + basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the + License for the specific language governing rights and limitations + under the License. + + The Original Code is ______________________________________. + + The Initial Developer of the Original Code is ________________________. + Portions created by ______________________ are Copyright (C) ______ + _______________________. All Rights Reserved. + + Contributor(s): ______________________________________. + + Alternatively, the contents of this file may be used under the terms + of the _____ license (the "[___] License"), in which case the + provisions of [______] License are applicable instead of those + above. If you wish to allow use of your version of this file only + under the terms of the [____] License and not to allow others to use + your version of this file under the MPL, indicate your decision by + deleting the provisions above and replace them with the notice and + other provisions required by the [___] License. If you do not delete + the provisions above, a recipient may use your version of this file + under either the MPL or the [___] License." + + [NOTE: The text of this Exhibit A may differ slightly from the text of + the notices in the Source Code files of the Original Code. You should + use the text of this Exhibit A rather than the text found in the + Original Code Source Code for Your Modifications.] + --- bugzilla-3.2.5.0.orig/debian/README.source +++ bugzilla-3.2.5.0/debian/README.source @@ -0,0 +1,7 @@ +How to maintain maintainer's changes +------------------------------------ + + Modification on sources are done while build the package. The scripts in debian/maintenance are executed in alphabetical order. + + -- Raphael Bossek Fri, 27 Jun 2008 22:34:34 +0200 + --- bugzilla-3.2.5.0.orig/debian/bugzilla3-doc.doc-base +++ bugzilla-3.2.5.0/debian/bugzilla3-doc.doc-base @@ -0,0 +1,13 @@ +Document: bugzilla3 +Title: The Bugzilla Guide +Author: Matthew P. Barnson +Abstract: This guide describes administration and maintenace task in Bugzilla. + It provinde some help on using Bugzilla +Section: Project Management + +Format: text +Files: /usr/share/doc/bugzilla3-doc/en/txt/Bugzilla-Guide.txt.gz + +Format: HTML +Index: /usr/share/doc/bugzilla3-doc/en/html/index.html +Files: /usr/share/doc/bugzilla3-doc/en/html/*.html --- bugzilla-3.2.5.0.orig/debian/copyright +++ bugzilla-3.2.5.0/debian/copyright @@ -0,0 +1,23 @@ +This package was debianized by Alexis Sukrieh on +Mon, 17 Jan 2005 10:20:44 +0100. +This package was debianized by Raphael Bossek on +Mon, 05 May 2008 13:07:36 +0200 + +It was downloaded from + * Bugzilla itself - http://www.bugzilla.org/releases/ + * French translation - http://www.frenchmozilla.fr/bugzilla/ + * German translation - https://sourceforge.net/projects/bugzilla-de/ + * Japanese translation - https://developer.mozilla.org/ja/Bugzilla-ja + * Chinese translation - http://code.google.com/p/bugzilla-tw/ + * Czech translation - http://bugzilla.bata.cz/ + * Belarusian translation - http://bugzilla-be.sourceforge.net/ + * Russian translation - http://sourceforge.net/projects/bugzilla-ru/ + +Copyright: + +Upstream Authors: Bugzilla Developers + +License: + +Bugzilla is covered by the Mozilla Public License. +See details at http://www.mozilla.org/MPL/. --- bugzilla-3.2.5.0.orig/debian/bugzilla3-doc.files +++ bugzilla-3.2.5.0/debian/bugzilla3-doc.files @@ -0,0 +1,2 @@ +#DOCS# + --- bugzilla-3.2.5.0.orig/debian/NEWS.Debian +++ bugzilla-3.2.5.0/debian/NEWS.Debian @@ -0,0 +1,24 @@ +bugzilla (3.2.5.0-0.1) unstable; urgency=medium + + * The directory /usr/lib/cgi-bin/bugzilla3 moved to + /usr/share/bugzilla3/web. The /usr/share/doc/bugzilla3/examples/basic.conf + file show the changes mandatory for apache2. + This change was required to be able to install bugzilla3 for apache2 + out-of-the box with apache2 default setup for /cgi-bin/ directory. + Closes: #520935 + * New basic.conf/vh-basic.conf files fix /cgi-bin/ issues with default + apache2 configuration. Closes: #511839 + * urlbase (/etc/bugzilla3/param) changed from /cgi-bin/bugzilla3/ to + /bugzilla3/. + * docs_urlbase (/etc/bugzilla3/param) changed from + /docs/bugzilla3-doc/%lang%/html to /doc/bugzilla3-doc/%lang%/html with + changed directory structure within bugzilla3-doc. Closes: #511839 + * The directories /etc/bugzilla3/pre-checksetup.d and + /etc/bugzilla3/post-checksetup.d contain executables which are started in + alphanumerical order befor and after checksetup.pl is called. Save your + own scripts which should be executed if checksetup.pl is called, e.g. + while upgrade of the package. + * /usr/share/bugzilla3/lib/sanitycheck.pl added; will be executed daily. + Closes: #550071 + + -- Raphael Bossek Sun, 08 Nov 2009 11:12:25 +0100 --- bugzilla-3.2.5.0.orig/debian/bugzilla3-doc.docs +++ bugzilla-3.2.5.0/debian/bugzilla3-doc.docs @@ -0,0 +1 @@ +bugzilla-srcdir/docs/en --- bugzilla-3.2.5.0.orig/debian/bugzilla3.config +++ bugzilla-3.2.5.0/debian/bugzilla3.config @@ -0,0 +1,74 @@ +#!/bin/sh + +set -e + +cmd="$1" + +# Source debconf library. +. /usr/share/debconf/confmodule + +# Source the dbconfig library only if dbconfig-common in installed +if [ -f /usr/share/dbconfig-common/dpkg/config.mysql ]; then + . /usr/share/dbconfig-common/dpkg/config.mysql + dbc_go bugzilla3 $cmd + # We assume if reconfiguration is started, something went wrong and we + # recreate the grant access. + if [ "$cmd" = "reconfigure" ]; then + $dbc_dropuser_cmd + $dbc_createuser_cmd + fi +fi + +# Establish the preliminaries. +db_version 2.0 +db_capb backup + +# Is the password known +db_fget bugzilla3/bugzilla_admin_pwd seen +if [ "$RET" = "true" ]; then + db_get bugzilla3/bugzilla_admin_pwd || [ $? = 30 ] + db_set bugzilla3/pwd_check "$RET" +else + db_set bugzilla3/pwd_check "" +fi + +# If requested ask again +db_fget bugzilla3/customized_values_ask_again true +if [ "$RET" = "true" ]; then + db_reset bugzilla3/customized_values + db_reset bugzilla3/customized_values_ask_again +fi + +# Prompt the user for values +db_beginblock + # Ask the user how to deal with Status/Resolution changes, if any. + db_input medium bugzilla3/customized_values || [ $? = 30 ] + db_input medium bugzilla3/customized_values_ask_again || [ $? = 30 ] + # Ask for Bugzilla's administrator account/password + db_input high bugzilla3/bugzilla_admin_name || [ $? = 30 ] + db_input high bugzilla3/bugzilla_admin_real_name || [ $? = 30 ] + if db_input high bugzilla3/bugzilla_admin_pwd || [ ! "$?" = "30" ] ; then + db_input high bugzilla3/pwd_check || [ $? = 30 ] + fi +db_endblock + +# Refuse null values +if db_go; then + for FIELD in bugzilla_admin_name bugzilla_admin_real_name; do + db_get bugzilla3/$FIELD || true + if [ "$RET" = "" ]; then + # None of these field should be empty + db_reset bugzilla3/$FIELD + fi + done + + db_get bugzilla3/bugzilla_admin_pwd || true + PWD="$RET" + db_get bugzilla3/pwd_check || true + if [ "$RET" != "$PWD" ]; then + db_reset bugzilla3/bugzilla_admin_pwd + db_reset bugzilla3/pwd_check + fi +fi + +# vim:ts=4 et sw=4 --- bugzilla-3.2.5.0.orig/debian/bugzilla3.copyright +++ bugzilla-3.2.5.0/debian/bugzilla3.copyright @@ -0,0 +1,631 @@ +This package was debianized by Remi Perrot on +Mon, 28 May 2001 22:38:11 +0200. + +It was downloaded from the mozilla cvs repository with the command +cvs -d pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot \ + co mozilla/webtools/bugzilla + +Copyright information about checksetup.pl, editversions.cgi, +editusers.cgi and editcomponents.cgi: + + The Original Code is mozilla.org code. + + The Initial Developer of the Original Code is Holger + Schurig. Portions created by Holger Schurig are + Copyright (C) 1999 Holger Schurig. All + Rights Reserved. + + Contributor(s): Holger Schurig + Terry Weissman + Dan Mosedale + Dave Miller + Zach Lipton + Joe Robins + + +Copyright information about editkeywords.cgi, describekeywords.cgi: + + The Original Code is the Bugzilla Bug Tracking System. + + The Initial Developer of the Original Code is Terry Weissman. + Portions created by Terry Weissman are + Copyright (C) 2000 Terry Weissman. All + Rights Reserved. + + Contributor(s): Terry Weissman + Gervase Markham + + +Copyright information about runtests.pl: + + The Original Code is the Bugzilla Bug Tracking System. + + The Initial Developer of the Original Code is Mike Norton. + Portions created by the Initial Developer are Copyright (C) 2002 + the Initial Developer. All Rights Reserved. + + +Copyright information about the GNATS-to-Bugzilla code: + + The Original Code is the Gnats To Bugzilla Conversion Utility. + + The Initial Developer of the Original Code is Tom + Schutter. Portions created by Tom Schutter are + Copyright (C) 1999 Tom Schutter. All + Rights Reserved. + + +Copyright information about the cmdline code from contrib: + + The Initial Developer of the Original Code is + Andreas Franke . + Corporation. Portions created by Andreas Franke are + Copyright (C) 2001 Andreas Franke. All + Rights Reserved. + + +Copyright information about filterextensions.pl: + + The Initial Developer of the Original Code is Jacob Steenhagen. + Portions created by Jacob Steenhagen are + Copyright (C) 2001 Jacob Steenhagen. All + Rights Reserved. + + +Copyright information about Files.pm: + + The Initial Developer of the Original Code is Zach Lipton + Portions created by Zach Lipton are + Copyright (C) 2001 Zach Lipton. All + Rights Reserved. + +Contributor(s): Zach Lipton + Joel Peshkin + + +Copyright information about Templates.pm: + + The Initial Developer of the Original Code is Jacob Steenhagen. + Portions created by Jacob Steenhagen are + Copyright (C) 2001 Jacob Steenhagen. All + Rights Reserved. + +Contributor(s): Jacob Steenhagen + David D. Kilzer + Tobias Burnus + + +Copyright information about the test suite: + + The Original Code are the Bugzilla tests. + + The Initial Developer of the Original Code is Jacob Steenhagen. + Portions created by Jacob Steenhagen are + Copyright (C) 2001 Jacob Steenhagen. All + Rights Reserved. + + Contributor(s): Jacob Steenhagen + Zach Lipton + David D. Kilzer + Tobias Burnus + + +Copyright information about the remaining code: + + The Original Code is the Bugzilla Bug Tracking System. + + The Initial Developer of the Original Code is Netscape Communications + Corporation. Portions created by Netscape are + Copyright (C) 1998 and Copyright (C) 2000 Netscape Communications + Corporation. All Rights Reserved. + + Contributor(s): Terry Weissman + Dan Mosedale + Stephan Niemz + Andreas Franke + Myk Melez + Joe Robins + Gervase Markham + Dawn Endico + Christopher Aillon + Alan Raetz + Jacob Steenhagen + Matthew Tuck + Christian Reis + Matt Masson + Bradley Baetz + Owen Taylor + Bryce Nesbitt + Adam Spiers + David Gardiner + Matthias Radestock + Brian Bober + Tara Hernandez + Harrison Page + Chris Yeh + Scott Collins + Dave Lawrence + Tobias Burnus + Ville Skyttae + Chris Lahey + Jouni Heikniemi + Jeff Hedlund + John Vandenberg + Gregor Fischer + Klaas Freitag + Seth Landsman + + + +The whole code is distributed under the terms of the following license: + + MOZILLA PUBLIC LICENSE + Version 1.1 + + --------------- + +1. Definitions. + + 1.0.1. "Commercial Use" means distribution or otherwise making the + Covered Code available to a third party. + + 1.1. "Contributor" means each entity that creates or contributes to + the creation of Modifications. + + 1.2. "Contributor Version" means the combination of the Original + Code, prior Modifications used by a Contributor, and the Modifications + made by that particular Contributor. + + 1.3. "Covered Code" means the Original Code or Modifications or the + combination of the Original Code and Modifications, in each case + including portions thereof. + + 1.4. "Electronic Distribution Mechanism" means a mechanism generally + accepted in the software development community for the electronic + transfer of data. + + 1.5. "Executable" means Covered Code in any form other than Source + Code. + + 1.6. "Initial Developer" means the individual or entity identified + as the Initial Developer in the Source Code notice required by Exhibit + A. + + 1.7. "Larger Work" means a work which combines Covered Code or + portions thereof with code not governed by the terms of this License. + + 1.8. "License" means this document. + + 1.8.1. "Licensable" means having the right to grant, to the maximum + extent possible, whether at the time of the initial grant or + subsequently acquired, any and all of the rights conveyed herein. + + 1.9. "Modifications" means any addition to or deletion from the + substance or structure of either the Original Code or any previous + Modifications. When Covered Code is released as a series of files, a + Modification is: + A. Any addition to or deletion from the contents of a file + containing Original Code or previous Modifications. + + B. Any new file that contains any part of the Original Code or + previous Modifications. + + 1.10. "Original Code" means Source Code of computer software code + which is described in the Source Code notice required by Exhibit A as + Original Code, and which, at the time of its release under this + License is not already Covered Code governed by this License. + + 1.10.1. "Patent Claims" means any patent claim(s), now owned or + hereafter acquired, including without limitation, method, process, + and apparatus claims, in any patent Licensable by grantor. + + 1.11. "Source Code" means the preferred form of the Covered Code for + making modifications to it, including all modules it contains, plus + any associated interface definition files, scripts used to control + compilation and installation of an Executable, or source code + differential comparisons against either the Original Code or another + well known, available Covered Code of the Contributor's choice. The + Source Code can be in a compressed or archival form, provided the + appropriate decompression or de-archiving software is widely available + for no charge. + + 1.12. "You" (or "Your") means an individual or a legal entity + exercising rights under, and complying with all of the terms of, this + License or a future version of this License issued under Section 6.1. + For legal entities, "You" includes any entity which controls, is + controlled by, or is under common control with You. For purposes of + this definition, "control" means (a) the power, direct or indirect, + to cause the direction or management of such entity, whether by + contract or otherwise, or (b) ownership of more than fifty percent + (50%) of the outstanding shares or beneficial ownership of such + entity. + +2. Source Code License. + + 2.1. The Initial Developer Grant. + The Initial Developer hereby grants You a world-wide, royalty-free, + non-exclusive license, subject to third party intellectual property + claims: + (a) under intellectual property rights (other than patent or + trademark) Licensable by Initial Developer to use, reproduce, + modify, display, perform, sublicense and distribute the Original + Code (or portions thereof) with or without Modifications, and/or + as part of a Larger Work; and + + (b) under Patents Claims infringed by the making, using or + selling of Original Code, to make, have made, use, practice, + sell, and offer for sale, and/or otherwise dispose of the + Original Code (or portions thereof). + + (c) the licenses granted in this Section 2.1(a) and (b) are + effective on the date Initial Developer first distributes + Original Code under the terms of this License. + + (d) Notwithstanding Section 2.1(b) above, no patent license is + granted: 1) for code that You delete from the Original Code; 2) + separate from the Original Code; or 3) for infringements caused + by: i) the modification of the Original Code or ii) the + combination of the Original Code with other software or devices. + + 2.2. Contributor Grant. + Subject to third party intellectual property claims, each Contributor + hereby grants You a world-wide, royalty-free, non-exclusive license + + (a) under intellectual property rights (other than patent or + trademark) Licensable by Contributor, to use, reproduce, modify, + display, perform, sublicense and distribute the Modifications + created by such Contributor (or portions thereof) either on an + unmodified basis, with other Modifications, as Covered Code + and/or as part of a Larger Work; and + + (b) under Patent Claims infringed by the making, using, or + selling of Modifications made by that Contributor either alone + and/or in combination with its Contributor Version (or portions + of such combination), to make, use, sell, offer for sale, have + made, and/or otherwise dispose of: 1) Modifications made by that + Contributor (or portions thereof); and 2) the combination of + Modifications made by that Contributor with its Contributor + Version (or portions of such combination). + + (c) the licenses granted in Sections 2.2(a) and 2.2(b) are + effective on the date Contributor first makes Commercial Use of + the Covered Code. + + (d) Notwithstanding Section 2.2(b) above, no patent license is + granted: 1) for any code that Contributor has deleted from the + Contributor Version; 2) separate from the Contributor Version; + 3) for infringements caused by: i) third party modifications of + Contributor Version or ii) the combination of Modifications made + by that Contributor with other software (except as part of the + Contributor Version) or other devices; or 4) under Patent Claims + infringed by Covered Code in the absence of Modifications made by + that Contributor. + +3. Distribution Obligations. + + 3.1. Application of License. + The Modifications which You create or to which You contribute are + governed by the terms of this License, including without limitation + Section 2.2. The Source Code version of Covered Code may be + distributed only under the terms of this License or a future version + of this License released under Section 6.1, and You must include a + copy of this License with every copy of the Source Code You + distribute. You may not offer or impose any terms on any Source Code + version that alters or restricts the applicable version of this + License or the recipients' rights hereunder. However, You may include + an additional document offering the additional rights described in + Section 3.5. + + 3.2. Availability of Source Code. + Any Modification which You create or to which You contribute must be + made available in Source Code form under the terms of this License + either on the same media as an Executable version or via an accepted + Electronic Distribution Mechanism to anyone to whom you made an + Executable version available; and if made available via Electronic + Distribution Mechanism, must remain available for at least twelve (12) + months after the date it initially became available, or at least six + (6) months after a subsequent version of that particular Modification + has been made available to such recipients. You are responsible for + ensuring that the Source Code version remains available even if the + Electronic Distribution Mechanism is maintained by a third party. + + 3.3. Description of Modifications. + You must cause all Covered Code to which You contribute to contain a + file documenting the changes You made to create that Covered Code and + the date of any change. You must include a prominent statement that + the Modification is derived, directly or indirectly, from Original + Code provided by the Initial Developer and including the name of the + Initial Developer in (a) the Source Code, and (b) in any notice in an + Executable version or related documentation in which You describe the + origin or ownership of the Covered Code. + + 3.4. Intellectual Property Matters + (a) Third Party Claims. + If Contributor has knowledge that a license under a third party's + intellectual property rights is required to exercise the rights + granted by such Contributor under Sections 2.1 or 2.2, + Contributor must include a text file with the Source Code + distribution titled "LEGAL" which describes the claim and the + party making the claim in sufficient detail that a recipient will + know whom to contact. If Contributor obtains such knowledge after + the Modification is made available as described in Section 3.2, + Contributor shall promptly modify the LEGAL file in all copies + Contributor makes available thereafter and shall take other steps + (such as notifying appropriate mailing lists or newsgroups) + reasonably calculated to inform those who received the Covered + Code that new knowledge has been obtained. + + (b) Contributor APIs. + If Contributor's Modifications include an application programming + interface and Contributor has knowledge of patent licenses which + are reasonably necessary to implement that API, Contributor must + also include this information in the LEGAL file. + + (c) Representations. + Contributor represents that, except as disclosed pursuant to + Section 3.4(a) above, Contributor believes that Contributor's + Modifications are Contributor's original creation(s) and/or + Contributor has sufficient rights to grant the rights conveyed by + this License. + + 3.5. Required Notices. + You must duplicate the notice in Exhibit A in each file of the Source + Code. If it is not possible to put such notice in a particular Source + Code file due to its structure, then You must include such notice in a + location (such as a relevant directory) where a user would be likely + to look for such a notice. If You created one or more Modification(s) + You may add your name as a Contributor to the notice described in + Exhibit A. You must also duplicate this License in any documentation + for the Source Code where You describe recipients' rights or ownership + rights relating to Covered Code. You may choose to offer, and to + charge a fee for, warranty, support, indemnity or liability + obligations to one or more recipients of Covered Code. However, You + may do so only on Your own behalf, and not on behalf of the Initial + Developer or any Contributor. You must make it absolutely clear than + any such warranty, support, indemnity or liability obligation is + offered by You alone, and You hereby agree to indemnify the Initial + Developer and every Contributor for any liability incurred by the + Initial Developer or such Contributor as a result of warranty, + support, indemnity or liability terms You offer. + + 3.6. Distribution of Executable Versions. + You may distribute Covered Code in Executable form only if the + requirements of Section 3.1-3.5 have been met for that Covered Code, + and if You include a notice stating that the Source Code version of + the Covered Code is available under the terms of this License, + including a description of how and where You have fulfilled the + obligations of Section 3.2. The notice must be conspicuously included + in any notice in an Executable version, related documentation or + collateral in which You describe recipients' rights relating to the + Covered Code. You may distribute the Executable version of Covered + Code or ownership rights under a license of Your choice, which may + contain terms different from this License, provided that You are in + compliance with the terms of this License and that the license for the + Executable version does not attempt to limit or alter the recipient's + rights in the Source Code version from the rights set forth in this + License. If You distribute the Executable version under a different + license You must make it absolutely clear that any terms which differ + from this License are offered by You alone, not by the Initial + Developer or any Contributor. You hereby agree to indemnify the + Initial Developer and every Contributor for any liability incurred by + the Initial Developer or such Contributor as a result of any such + terms You offer. + + 3.7. Larger Works. + You may create a Larger Work by combining Covered Code with other code + not governed by the terms of this License and distribute the Larger + Work as a single product. In such a case, You must make sure the + requirements of this License are fulfilled for the Covered Code. + +4. Inability to Comply Due to Statute or Regulation. + + If it is impossible for You to comply with any of the terms of this + License with respect to some or all of the Covered Code due to + statute, judicial order, or regulation then You must: (a) comply with + the terms of this License to the maximum extent possible; and (b) + describe the limitations and the code they affect. Such description + must be included in the LEGAL file described in Section 3.4 and must + be included with all distributions of the Source Code. Except to the + extent prohibited by statute or regulation, such description must be + sufficiently detailed for a recipient of ordinary skill to be able to + understand it. + +5. Application of this License. + + This License applies to code to which the Initial Developer has + attached the notice in Exhibit A and to related Covered Code. + +6. Versions of the License. + + 6.1. New Versions. + Netscape Communications Corporation ("Netscape") may publish revised + and/or new versions of the License from time to time. Each version + will be given a distinguishing version number. + + 6.2. Effect of New Versions. + Once Covered Code has been published under a particular version of the + License, You may always continue to use it under the terms of that + version. You may also choose to use such Covered Code under the terms + of any subsequent version of the License published by Netscape. No one + other than Netscape has the right to modify the terms applicable to + Covered Code created under this License. + + 6.3. Derivative Works. + If You create or use a modified version of this License (which you may + only do in order to apply it to code which is not already Covered Code + governed by this License), You must (a) rename Your license so that + the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape", + "MPL", "NPL" or any confusingly similar phrase do not appear in your + license (except to note that your license differs from this License) + and (b) otherwise make it clear that Your version of the license + contains terms which differ from the Mozilla Public License and + Netscape Public License. (Filling in the name of the Initial + Developer, Original Code or Contributor in the notice described in + Exhibit A shall not of themselves be deemed to be modifications of + this License.) + +7. DISCLAIMER OF WARRANTY. + + COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, + WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, + WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF + DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. + THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE + IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, + YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE + COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER + OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF + ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER. + +8. TERMINATION. + + 8.1. This License and the rights granted hereunder will terminate + automatically if You fail to comply with terms herein and fail to cure + such breach within 30 days of becoming aware of the breach. All + sublicenses to the Covered Code which are properly granted shall + survive any termination of this License. Provisions which, by their + nature, must remain in effect beyond the termination of this License + shall survive. + + 8.2. If You initiate litigation by asserting a patent infringement + claim (excluding declatory judgment actions) against Initial Developer + or a Contributor (the Initial Developer or Contributor against whom + You file such action is referred to as "Participant") alleging that: + + (a) such Participant's Contributor Version directly or indirectly + infringes any patent, then any and all rights granted by such + Participant to You under Sections 2.1 and/or 2.2 of this License + shall, upon 60 days notice from Participant terminate prospectively, + unless if within 60 days after receipt of notice You either: (i) + agree in writing to pay Participant a mutually agreeable reasonable + royalty for Your past and future use of Modifications made by such + Participant, or (ii) withdraw Your litigation claim with respect to + the Contributor Version against such Participant. If within 60 days + of notice, a reasonable royalty and payment arrangement are not + mutually agreed upon in writing by the parties or the litigation claim + is not withdrawn, the rights granted by Participant to You under + Sections 2.1 and/or 2.2 automatically terminate at the expiration of + the 60 day notice period specified above. + + (b) any software, hardware, or device, other than such Participant's + Contributor Version, directly or indirectly infringes any patent, then + any rights granted to You by such Participant under Sections 2.1(b) + and 2.2(b) are revoked effective as of the date You first made, used, + sold, distributed, or had made, Modifications made by that + Participant. + + 8.3. If You assert a patent infringement claim against Participant + alleging that such Participant's Contributor Version directly or + indirectly infringes any patent where such claim is resolved (such as + by license or settlement) prior to the initiation of patent + infringement litigation, then the reasonable value of the licenses + granted by such Participant under Sections 2.1 or 2.2 shall be taken + into account in determining the amount or value of any payment or + license. + + 8.4. In the event of termination under Sections 8.1 or 8.2 above, + all end user license agreements (excluding distributors and resellers) + which have been validly granted by You or any distributor hereunder + prior to termination shall survive termination. + +9. LIMITATION OF LIABILITY. + + UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT + (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL + DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, + OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR + ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY + CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, + WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER + COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN + INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF + LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY + RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW + PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE + EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO + THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU. + +10. U.S. GOVERNMENT END USERS. + + The Covered Code is a "commercial item," as that term is defined in + 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer + software" and "commercial computer software documentation," as such + terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 + C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), + all U.S. Government End Users acquire Covered Code with only those + rights set forth herein. + +11. MISCELLANEOUS. + + This License represents the complete agreement concerning subject + matter hereof. If any provision of this License is held to be + unenforceable, such provision shall be reformed only to the extent + necessary to make it enforceable. This License shall be governed by + California law provisions (except to the extent applicable law, if + any, provides otherwise), excluding its conflict-of-law provisions. + With respect to disputes in which at least one party is a citizen of, + or an entity chartered or registered to do business in the United + States of America, any litigation relating to this License shall be + subject to the jurisdiction of the Federal Courts of the Northern + District of California, with venue lying in Santa Clara County, + California, with the losing party responsible for costs, including + without limitation, court costs and reasonable attorneys' fees and + expenses. The application of the United Nations Convention on + Contracts for the International Sale of Goods is expressly excluded. + Any law or regulation which provides that the language of a contract + shall be construed against the drafter shall not apply to this + License. + +12. RESPONSIBILITY FOR CLAIMS. + + As between Initial Developer and the Contributors, each party is + responsible for claims and damages arising, directly or indirectly, + out of its utilization of rights under this License and You agree to + work with Initial Developer and Contributors to distribute such + responsibility on an equitable basis. Nothing herein is intended or + shall be deemed to constitute any admission of liability. + +13. MULTIPLE-LICENSED CODE. + + Initial Developer may designate portions of the Covered Code as + "Multiple-Licensed". "Multiple-Licensed" means that the Initial + Developer permits you to utilize portions of the Covered Code under + Your choice of the NPL or the alternative licenses, if any, specified + by the Initial Developer in the file described in Exhibit A. + +EXHIBIT A -Mozilla Public License. + + ``The contents of this file are subject to the Mozilla Public License + Version 1.1 (the "License"); you may not use this file except in + compliance with the License. You may obtain a copy of the License at + http://www.mozilla.org/MPL/ + + Software distributed under the License is distributed on an "AS IS" + basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the + License for the specific language governing rights and limitations + under the License. + + The Original Code is ______________________________________. + + The Initial Developer of the Original Code is ________________________. + Portions created by ______________________ are Copyright (C) ______ + _______________________. All Rights Reserved. + + Contributor(s): ______________________________________. + + Alternatively, the contents of this file may be used under the terms + of the _____ license (the "[___] License"), in which case the + provisions of [______] License are applicable instead of those + above. If you wish to allow use of your version of this file only + under the terms of the [____] License and not to allow others to use + your version of this file under the MPL, indicate your decision by + deleting the provisions above and replace them with the notice and + other provisions required by the [___] License. If you do not delete + the provisions above, a recipient may use your version of this file + under either the MPL or the [___] License." + + [NOTE: The text of this Exhibit A may differ slightly from the text of + the notices in the Source Code files of the Original Code. You should + use the text of this Exhibit A rather than the text found in the + Original Code Source Code for Your Modifications.] + --- bugzilla-3.2.5.0.orig/debian/bugzilla3.cron.daily +++ bugzilla-3.2.5.0/debian/bugzilla3.cron.daily @@ -0,0 +1,47 @@ +#!/bin/sh + +set -e + +doit() +{ + test -x /usr/share/bugzilla3/lib/collectstats.pl && \ + su www-data -c /usr/share/bugzilla3/lib/collectstats.pl + + test -x /usr/share/bugzilla3/lib/whineatnews.pl && \ + su www-data -c /usr/share/bugzilla3/lib/whineatnews.pl + + if [ -x /usr/share/bugzilla3/lib/sanitycheck.pl ]; then + if [ "$X_BUGZILLA_SITE" ]; then + paramsf="/etc/bugzilla3/site/$X_BUGZILLA_SITE" + else + paramsf="/etc/bugzilla3/params" + fi + # Extract the email address for sanitycheck.pl + maintainer=`perl -e "require \"$paramsf\"; print \\\$param{\"maintainer\"}. \"\\n\"";` + su www-data -c "/usr/share/bugzilla3/lib/sanitycheck.pl --login \"$maintainer\"" + fi +} + +umask 022 + +for d in /var/lib/bugzilla3/data/mining /var/lib/bugzilla3/data/duplicates; do + chgrp -R www-data $d + chmod -R g+rw $d +done + +# process the main configuration: /etc/bugzilla3 +doit + +# then the extra sites: /etc/bugzilla3/sites/* +if [ -d /etc/bugzilla3/sites ]; then + for site in `cd /etc/bugzilla3/sites && ls -1`; do + X_BUGZILLA_SITE="$site" doit + done +fi + +# Remove old GraphViz pictures +find /var/lib/bugzilla3/data/webdot -type f -mtime +1 -exec rm {} \; || true + +exit 0 + +# vim:ts=4 et sw=4 --- bugzilla-3.2.5.0.orig/debian/bugzilla3.docs +++ bugzilla-3.2.5.0/debian/bugzilla3.docs @@ -0,0 +1,4 @@ +bugzilla-srcdir/README +bugzilla-srcdir/README-ru.en +bugzilla-srcdir/README-ru.ru.UTF-8 +debian/NEWS.Debian --- bugzilla-3.2.5.0.orig/debian/bugzilla3.postrm +++ bugzilla-3.2.5.0/debian/bugzilla3.postrm @@ -0,0 +1,56 @@ +#! /bin/sh +# postrm script for bugzilla3 +# +# see: dh_installdeb(1) + +set -e + +if [ -f /usr/share/debconf/confmodule ]; then + . /usr/share/debconf/confmodule +fi + +if [ -f /usr/share/dbconfig-common/dpkg/postrm.mysql ]; then + . /usr/share/dbconfig-common/dpkg/postrm.mysql + dbc_go bugzilla3 $@ +fi + +# summary of how this script can be called: +# * `remove' +# * `purge' +# * `upgrade' +# * `failed-upgrade' +# * `abort-install' +# * `abort-install' +# * `abort-upgrade' +# * `disappear' overwrit>r> +# for details, see /usr/share/doc/packaging-manual/ + +case "$1" in + purge) + for f in "/etc/bugzilla3/params" "/etc/bugzilla3/localconfig" "/etc/bugzilla3/dbconfig-params"; do + ucf --purge $f + rm -f $f + done + rm -rf /etc/bugzilla3/*.ucf-old /etc/bugzilla3/*.ucf-dist + #rm -rf "/usr/share/bugzilla3" + rm -rf "/var/lib/bugzilla3" + rm -rf "/var/cache/bugzilla3" + ;; + + remove|upgrade|disappear|abort-install|abort-upgrade|failed-upgrade) + # Remove precompiled templates + rm -rf /var/lib/bugzilla3/data/template/* + ;; + + *) + echo "postrm called with unknown argument \`$1'" >&2 + exit 0 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +# vim:ts=4 et sw=4 --- bugzilla-3.2.5.0.orig/debian/changelog +++ bugzilla-3.2.5.0/debian/changelog @@ -0,0 +1,1165 @@ +bugzilla (3.2.5.0-1) unstable; urgency=medium + + * Increased Standards-Version to 3.8.3; no changes. + * Fixed creation of /etc/bugzilla3/localconfig from debconf settings. + * In case where access to database is protected the user/password is revoked + und recreated again; dpkg-reconfigure -phigh bugzilla3. + * Removed dependency against libemail-reply-perl. + * Changed processing of /etc/bugzilla3/localconfig. Closes: #538286 + * Fixed usage of skins by moving away from /cgi-bin/bugzilla3/. + Closes: #495107 + * Support for new version of Germzilla added. Closes: #522401 + * Added support for 2 digit version numbers for uscan. Closes: #539401 + * libtemplate-plugin-gd-perl is recomended. Closes: #539440 + * Uses Debian's YUI files for security concerns with JavaScript. + Closes: #544987, #544870 + * The post-checksetup.d/10permissions script fix directory/file access + rights. Closes: #550045 + * Fixed typo in checksetup(_debian).sh script. Closes: #550055 + * Include path /usr/share/bugzilla3 added. Closes: #549700 + * The localhost mta/smtp/email server have to accept email sending. + Closes: #522455 + * Fixed SQL injection vulnerability in the Bug.create WebService function + CVE-2009-3165, Closes: #547132 + * Fixed typo in recomends (imagemagick). Closes: #554965 + + [ NEWS.Debian ] + * The directory /usr/lib/cgi-bin/bugzilla3 moved to + /usr/share/bugzilla3/web. The /usr/share/doc/bugzilla3/examples/basic.conf + file show the changes mandatory for apache2. + This change was required to be able to install bugzilla3 for apache2 + out-of-the box with apache2 default setup for /cgi-bin/ directory. + Closes: #520935 + * New basic.conf/vh-basic.conf files fix /cgi-bin/ issues with default + apache2 configuration. Closes: #511839 + * urlbase (/etc/bugzilla3/param) changed from /cgi-bin/bugzilla3/ to + /bugzilla3/. + * docs_urlbase (/etc/bugzilla3/param) changed from + /docs/bugzilla3-doc/%lang%/html to /doc/bugzilla3-doc/%lang%/html with + changed directory structure within bugzilla3-doc. Closes: #511839 + * The directories /etc/bugzilla3/pre-checksetup.d and + /etc/bugzilla3/post-checksetup.d contain executables which are started in + alphanumerical order befor and after checksetup.pl is called. Save your + own scripts which should be executed if checksetup.pl is called, e.g. + while upgrade of the package. + * /usr/share/bugzilla3/lib/sanitycheck.pl added; will be executed daily. + Closes: #550071 + + -- Raphael Bossek Fri, 06 Nov 2009 20:47:23 +0100 + +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 + + -- Christian Perrier Mon, 19 Oct 2009 23:10:25 +0200 + +bugzilla (3.2.4.0-3) unstable; urgency=medium + + * Changed processing of Status/Resolution field changes. I hope this + modification is less disturbing for 99% of typical installations. + * Fixed ucf warning. Closes: #521855 + * (Ubuntu) Fixed processing of manual checksetup.pl execution. + LP: #398892, #394972, #394846, #367476, #301909, #317963, #313310 + * (Ubuntu) Installation of outstanding packages is not supported. + LP: #389962 + * (Ubuntu) perl-modules=5.10.0-24 provides the CGI package of version 3.29 + which is not enought to bugzilla. For Perl 5.10 version 3.33 of CGI + package is required. LP: #386620 + * (Ubuntu) Added cvs and imagepagick to Recommends. LP: #386598 + * (Ubuntu) Applied example from Rolf Leggewie for vh-basic.conf. LP: #386608 + * (Ubuntu) Restart of apache2 added. LP: #300566 + * (Ubuntu) Processing of templates fixed by pre-checksetup.d script. + LP: #302192 + * (Ubuntu) The sym-link /usr/share/bugzilla3/web/data -> + /var/lib/bugzilla3/data is valid. LP: #386592 + * (Ubuntu) Sendmail support is fixed upstream. LP: #281379 + * (Ubuntu) Change file permissions for skins after checksetup.pl call. + LP: #314123 + * (Ubuntu) Fixed file permissions in /etc/bugzilla3. LP: #386604 + + -- Raphael Bossek Sun, 19 Jul 2009 20:30:16 +0200 + +bugzilla (3.2.4.0-2) unstable; urgency=medium + + * Fixed checksetup.pl script. + * Changed severity to medium for security reasons fixed with new upstream + release. + + -- Raphael Bossek Sun, 19 Jul 2009 12:39:42 +0200 + +bugzilla (3.2.4.0-1) unstable; urgency=low + + * New upstream version. Closes: #528228 + * Removed uploaders; nobody else maintains this package. + Closes: #521431, #536122 + * Added libmail-sendmail-perl dependency. Closes: #516101 + * Change access rights within cron's daily script. Closes: #516135 + * Added dependency on an non-existing package libemail-reply-perl. This + package will RFP later but can be build with dh-make-perl in the meantime. + To satisfy the dependencies libemail-mime-creator-perl will be installed + instead and should be removed later. Closes: #528780 + * Revert access right /usr/share/bugzilla3/lib and /usr/share/perl5/Bugzilla + to 0775. Closes: #533394 + * Removed VirtualHost section from basic.conf. Closes: #511839 + * Removed bashishm from debian/rules. Closes: #535373 + * Updated Czech translation of bugzilla debconf messages. Closes: #535859 + * Spanish debconf template translation for bugzilla. Closes: #515313 + * Vietnamese debconf templates translation update. Closes: #509436 + * Update to 3.8.2 standard without changes. + + -- Raphael Bossek Fri, 17 Jul 2009 21:52:19 +0200 + +bugzilla (3.2.0.1-1) unstable; urgency=low + + * Debconf templates and debian/control reviewed by the debian-l10n- + english team as part of the Smith review project. Closes: #507533 + * [Debconf translation updates] + - German. Closes: #507594 + - Swedish. Closes: #506601 + - Japanese. Closes: #507773 + - Portuguese. Closes: #507813, #508317 + - French. Closes: #508164 + - Russian. Closes: #508290 + - Italian. Closes: #508530 + - Basque. Closes: #508892 + * Fixed skin support. Closes: #509020 + * checksetup.pl is now a wrapper shell script which run-parts + /usr/share/bugzilla3/debian/{pre,post}-checksetup.d directories. Scripts + in those directories take care about the configuration. The configuration + variable webdotbase is preset to the right value. Closes: #494091 + * If Status/Resolution filds were modified, checksetup.pl is *not* started + but installation procedure is finished successful. The user have to + restart dpkg-reconfigure bugzilla3 after modified checksetup_nondebian.pl. + * If package is installed from scratch the /etc/apache2/conf.d/bugzilla3 is + sym-linked to /usr/share/doc/bugzilla3/examples/basic.conf. Bugzilla works + out of the box in this case. + * Support for PostgreSQL is missing right now (see bug 511331) but it's + possible right now to install this package without db-config support and do + everthing manually. Closes: #507555 + + -- Raphael Bossek Sat, 10 Jan 2009 16:37:54 +0100 + +bugzilla (3.2.0.0~rc2-1) unstable; urgency=low + + * Update to new release. + + -- Raphael Bossek Wed, 19 Nov 2008 07:51:06 +0100 + +bugzilla (3.0.5.0-1) unstable; urgency=low + + * New upstream release. + * Fixed processing of dbconfig-common in postrm script. + + -- Raphael Bossek Fri, 03 Oct 2008 12:21:22 +0200 + +bugzilla (3.0.4.1-4) unstable; urgency=low + + * Dropped /usr/share/bugzilla3/debian/apache.conf in place of the + /usr/share/doc/bugzilla3/example files. + * Removed debug messages for cron.daily script. (closes: #498177) + + -- Raphael Bossek Tue, 09 Sep 2008 07:25:50 +0200 + +bugzilla (3.0.4.1-3) unstable; urgency=low + + * Added VirtualHost section in basic.conf example to match default apache2 + configration. It's no easier to setup a configuration by simply copy the + example file to /etc/apache2/conf.d directory. + * Clerified installation of Graphviz in README.Debian. + * Added Homepage tag in control. file (closes: #494845) + + -- Raphael Bossek Sat, 06 Sep 2008 03:52:58 +0200 + +bugzilla (3.0.4.1-2) unstable; urgency=medium + + * Restore "old" configuration file if installation fails. (closes: #493286) + * Fixed package dependencies. (closes: #492689) + + -- Raphael Bossek Sun, 03 Aug 2008 11:51:43 +0200 + +bugzilla (3.0.4.1-1) unstable; urgency=low + + * Update of French, Russian and German translations. (closes: #488251) + * Added Bulgarian and Belarusian translations. + + -- Raphael Bossek Fri, 27 Jun 2008 22:34:34 +0200 + +bugzilla (3.0.4-4) unstable; urgency=low + + * Added dependency on libxml-twig-perl so importxml.pl works. + + -- Raphael Bossek Tue, 27 May 2008 09:53:18 +0200 + +bugzilla (3.0.4-3) unstable; urgency=low + + * Added further scripts introduced with bugzilla's new release. + * Fixed importxml.pl script. + + -- Raphael Bossek Mon, 26 May 2008 13:04:46 +0200 + +bugzilla (3.0.4-2) unstable; urgency=low + + * Removed /var/www sym-links. + + -- Raphael Bossek Mon, 26 May 2008 08:36:53 +0200 + +bugzilla (3.0.4-1) unstable; urgency=low + + * New upstream release. Adoption of bugzilla package. + + -- Raphael Bossek Mon, 05 May 2008 13:07:36 +0200 + +bugzilla (2.22.1-2.2) unstable; urgency=high + + * Non-maintainer upload by the testing-security team + * Upload with the permission of the maintainer + * Include CVE-2007-4543.dpatch to fix vulnerability to prevent + injection of arbitary code in enter_bug.cgi + (Closes: #440106) Fixes: CVE-2007-4543 + + -- Steffen Joeris Sat, 1 Sep 2007 06:37:21 +0200 + +bugzilla (2.22.1-2.1) unstable; urgency=high + + * Non-maintainer upload with the permission of the maintainer + * Include upstream patch to fix Cross-site scripting (XSS) + vulnerability in Atom, which allows remote attackers to inject + arbitrary web script or HTML via unspecified vectors + (Closes: #409824) Fixes: CVE-2007-0791 + + -- Steffen Joeris Fri, 10 Aug 2007 15:30:29 +0200 + +bugzilla (2.22.1-2) unstable; urgency=high + + * Depends on mysql-client as we provide mysql support with dbconfig-common. + (closes: #398621) + * Urgency set to high to fix the etch RC bug. + * Updated the Bugzilla version (debian minor) in Bugzilla/Config.pm. + + -- Alexis Sukrieh Wed, 15 Nov 2006 07:54:08 +0100 + +bugzilla (2.22.1-1) unstable; urgency=high + + * New upstream release (2.22.1) fixes several security issues (hence the + high priority) + + CVE-2006-5455: + Cross-site request forgery (CSRF) vulnerability in `editversions.cgi'. + + CVE-2006-5454: + Previous versions allow remote attackers to obtain the description + of arbitrary attachments. + + CVE-2006-5453: + Multiple cross-site scripting (XSS) vulnerabilities. + (bug #395094 now affects only sarge) + * Depends on libtemplate-perl (>= 2.10) + * Depends on libmailtools-perl (>= 1.67) + + -- Alexis Sukrieh Sat, 4 Nov 2006 01:10:20 +0100 + +bugzilla (2.22-7) unstable; urgency=low + + * The package is now maintained by the Debian Webapps Team. + * bugzilla.cron.daily + + Make sure /etc/bugzilla/sites exists before running checkstup.pl for + alternate sites. + (closes: #395053) + + -- Alexis Sukrieh Wed, 25 Oct 2006 14:19:07 +0200 + +bugzilla (2.22-6) unstable; urgency=low + + * Depends on dbconfig-common (>= 1.8.27) to prevent postinst failures. + * Install bugzilla.dtd as well and make sur the link un bug.xml.tmpl is + correct (uses [% webpath %]). + (closes: #327063) + + -- Alexis Sukrieh Wed, 18 Oct 2006 09:00:55 +0200 + +bugzilla (2.22-5) unstable; urgency=low + + * Better rewrite rules in README.Debian and debian/examples/*, + thanks to Mathias Behrle. + (closes: #389714) + * Replaced `/usr/lib/template' by `/var/lib/template' in README.Debian to + reflect reality, thanks to Mathias Behrle. + (closes: #389552) + * Updated Bugzilla minor version in Bugzilla/Config.pm (2.22-debian5), + thanks to Mathias Behrle. + (closes: #389551) + * The postinst script runs checksetup.pl for each site found in + `/etc/bugzilla/sites', thanks to Mathias Behrle. + (closes: #389556) + * Upgraded to debhelper 5 + + debian/compat set to 5. + + Build-Depends on debhelper (>= 5). + * Cleanup: migrated remaining manual changes in diff.gz to dpatch-handled patches. + + -- Alexis Sukrieh Wed, 4 Oct 2006 08:22:38 +0200 + +bugzilla (2.22-4) unstable; urgency=low + + * Make sure dbconfig-common is correctly installed before sourcing/using it + in maintainer scripts. + (closes: #388221) + + -- Alexis Sukrieh Thu, 21 Sep 2006 18:44:27 +0200 + +bugzilla (2.22-3) unstable; urgency=low + + [ The "Hey babe, I'm a Debian Developer!" upload, part #3 ] + + * Fixes postinst so it passes $@ to dbconfig-common correctly (Thanks to + Eldon Koyle). + (closes: #385904) + * Added some information about the "urlbase" property in + /etc/bugzilla/params. + (closes: #374985) + * debian/patches/03_webpath + Added missing [% webpath %] tokens in + templates/en/default/global/header.html (thanks to Federico Cuello). + (closes: #385341) + * Added the padlock.png image in the package, make it reachable by the + style.css file. + (closes: #385343) + * Added po-debconf as a build-dependency. + + -- Alexis Sukrieh Sat, 9 Sep 2006 12:12:26 +0200 + +bugzilla (2.22-2) unstable; urgency=low + + * debian/patches/08_showdependencygraph.dpatch + Changed the call to PerformSubsts to perform_substs which has changed + since 2.22 relase (thanks to Veit Guna). + (closes: #381556) + * Added Portuguese translation for debconf templates (thanks to Rui Branco). + (closes: #381442) + * debian/control: + + depends on libmailtools-perl (>= 1.6.7). + + recommends perlmagick for Image::Magick module. + (closes: #372311, #378120) + * debian/patches/03_webpath.dpatch + + Added a [%webpath%] token for fixing a js path (thanks to Graham). + (closes: #372477) + * debian/patches/11_collectstats.pl.dpatch + + The full path to duplicates.cgi (thanks to Frédéric Bothamy). + (closes: #372810) + * debian/patches/04_Config.pm.dpatch + + Added a die statement when unable to execute $localconfig (thanks to + Jayen Ashar). + (closes: #366415) + + -- Alexis Sukrieh Mon, 14 Aug 2006 16:34:25 +0200 + +bugzilla (2.22-1) unstable; urgency=low + + * New upstream release (2.22). + (closes: #365304) + * Tempaltes moved to `/var/lib/bugzilla' instead of `/usr/share/bugzilla' + which is more appropriate, and compliant with README.Debian. + (closes: #368605) + * Doesn't overwrite `/etc/bugzilla/localconfig' silently, uses ucf for + replacing this file so the local administrator can check if he wants to + update the DB access or not. It's then possible to upgrade from version + prior to 2.22 with denying to use dbconfig-common. + (closes: #366961) + + -- Alexis Sukrieh Wed, 7 Jun 2006 12:49:53 +0200 + +bugzilla (2.20.1-3) unstable; urgency=low + + * Migrated all the remaining stuff in debian/helper/postinst-db.pl to + debian/bugzilla.postinst + * Removed the lintian ovveride about deprecated script + `debian/helper/postinst-db.pl'. + * Better handling of the update of /etc/bugzilla/localconfig + (closes: #366961, #366415) + * /etc/bugzilla/localconfig is now handled by ucf. + * Package cleaning (thanks to Philipp Kern) + + Removed dependecies on all httpd servers, uses "httpd" instead. + + Policy 3.7.2 + + Cleaning in debian/rules + + Added comments in patches. + + -- Alexis Sukrieh Tue, 2 May 2006 18:09:26 +0200 + +bugzilla (2.20.1-2) unstable; urgency=low + + * Fixed some grave issues in checksetup.pl. + (closes: #348014, #361446) + * Uses dbconfig-common in order to perform the database creation. + + Removed deprecated debconf templates about database creation. + + changed postinst/postrm/config in order to use dbconfig-common. + (closes: #337377, #360617) + * showdependencygraph.cgi now works properly and can display graphs. + (closes: #315526) + * Removed a bad change made in header.html.tmpl regarding the link to the + RSS file (thanks to Daniel Nilsson). + (closes: #337217) + * Added Swedish translation for the debconf templates (thanks to Daniel + Nylander). + (closes: #338754) + * Fixed some bad-fromated lines in debian/changelog + * Policy: 3.6.2 + * installs *.pl files with 0755 mode, fixes some lintian warnings. + + -- Alexis Sukrieh Sun, 23 Apr 2006 14:09:49 +0200 + +bugzilla (2.20.1-1) unstable; urgency=low + + * New upstream release. + (closes: #354457) + + -- Alexis Sukrieh Thu, 30 Mar 2006 22:26:08 +0200 + +bugzilla (2.20-1) unstable; urgency=low + + * New upstream release. + (closes: #331242) + * New dependency: libmailtools-perl for Mail/Mailer.pm + * New dutch po-debconf translation (Thanks to Luk Claes). + (closes: #328675) + * New catalan po-debconf translation (Thanks to Miguel Gea Milvaques). + (closes: #328930) + * New spanish po-debconf translation (Thanks to César Gómez Martín). + (closes: #333900) + * New german po-debconf translation (Thanks to Jens Nachtigall). + (closes: #326794) + * Added debconf-2.0 dependency. + (closes: #331769) + + -- Alexis Sukrieh Sat, 15 Oct 2005 18:55:24 +0200 + +bugzilla (2.18.4-1) unstable; urgency=high + + * New upstream minor release + + Fixed a security issue: It was possible to bypass the "user + visibility groups" restrictions if user-matching was turned on + in "substring" mode. + + Fixed a security issue: config.cgi exposed information to users who + weren't logged in, even when "requirelogin" was turned on in Bugzilla. + (closes: #331206) + + -- Alexis Sukrieh Mon, 3 Oct 2005 16:51:01 +0200 + +bugzilla (2.18.3-2) unstable; urgency=low + + * Postinst script now uses temporary files in an safe way, with mktemp + rather than using a non-changing path. Thanks to Javier + Fernández-Sanguino Peña. + (closes: #321567) + * Added a RewriteRule in the virtual hosts examples for correctly handling + the %urlbase% tokens in the templates. Thanks to Yann Dirson. + (closes: #252076) + * showdependencygraph should not require a 64x64 inches, patch added in + debian/patches. Thanks to Yann Dirson. + (closes: #305360) + * Updated the cron.daily script so that extra sites are processed + (/etc/bugzilla/sites/*). Thanks to Yann Dirson. + (closes: #320004) + * Updated the Makefile and added a new patch for enabling a correct path to + the DTD file. Thanks to Yann Dirson. + (closes: #327063) + * Filling empty values for MySQL username and password is not allowed. + (closes: #312925) + * Updated and cleaned the changelog file for correct utf8 encoding. + (closes: #327041) + * Updated the README.Debian file for giving more informations on how to + upgrade all the BUGZILLA_SITE's located in /etc/bugzilla/sites. Thanks to + Yann Dirson. + (closes: #320005) + + -- Alexis Sukrieh Tue, 13 Sep 2005 10:07:24 +0200 + +bugzilla (2.18.3-1) unstable; urgency=low + + * New upstream release: 2.18.3 + + removed already applied patch: 00_security_287436.dpatch + * Updated the checksetup patch for fixing permissions on /var/lib/bugzilla + as well. + (closes: #316316) + * Fixed permissions on the contrib files. + * Added ruby and python in the suggested packages, for the contrib scripts + needs. + * Removed libchart duplicate dependency (was suggested and + recommanded). + * Added a patch for changing the "Home" link in the footer template to + index.cgi. + (closes: #315918) + * Added "Windows XP" in the default list of valid operating systems + (debian/default-files/localconfig). + (closes: #316489) + + -- Alexis Sukrieh Mon, 11 Jul 2005 08:03:29 +0200 + +bugzilla (2.18-7) unstable; urgency=low + + * Change the datadir to /var/lib/bugzilla + + Add a patch for replacing $datadir with /var/lib/bugzilla + + Update bugzilla.postinst for fixing the permissions on /var/lib/bugzilla + + Update bugzilla.postrm for purging /var/lib/bugzilla + + data and graphs are under /var/lib/bugzilla instead of + /usr/share/bugzilla. + (closes: #308232) + * Add upstream security patch for closing Bugzilla's #287436 + + debian/patches/00_security_287436.dpatch + (closes: #308789) + * Add the possibility to manage several VirtualHosts thanks to Apache + configuration, using mod_env. + + new patch for customizing Bugzilla::Config in order to read variables + set up by Apache configuration (Thanks to Yann Dirson). + + add a section in README.Debian in order to explain how to set up a + VirtualHost with the package. + + add two examples in order to help the creation of Bugzilla VirtualHosts. + (closes: #309227, #309236) + * Add debian/po/vi.po for debconf translations (thanks to Clytie Siddall). + (closes: #309475) + * New debian/po/ja.po for better debconf translations (thanks to Hideki + Yamane). + (closes: #311169) + * New debian/po/cs.po for better debian translations (thanks to Jan + Outrata). + (closes: #311980) + + -- Alexis Sukrieh Sun, 12 Jun 2005 15:45:07 +0200 + +bugzilla (2.18-6) unstable; urgency=low + + * Added a dependency on ucf (>= 0.08). + * Added myself as Maintainer, moved Rémi Perrot as Uploader. + * Added some packages to the suggestions. + (closes: #305321) + + -- Alexis Sukrieh Wed, 4 May 2005 11:49:10 +0200 + +bugzilla (2.18-5) unstable; urgency=low + + * Added bugzilla-doc.* in debian/, which gives content to the bugzilla-doc + package. + (closes: #305328) + * Huge cleaning in the sources + + add debian/patches/04_cookiepath.dpatch + + add debian/patches/05_webpath.dpatch + + add debian/patches/06_contrib.dpatch + + add debian/default-files/index.html + + add debian/default-files/params + + add debian/default-files/localconfig + + -- Alexis Sukrieh Wed, 27 Apr 2005 09:31:26 +0200 + +bugzilla (2.18-4) unstable; urgency=low + + * Added patches in debian/patches to get closer to the original tarball. + * Added dpatch system for handling patches. + * Improved the clean target in order to remove precompiled templates. + * Handling of the "params" file with ucf + + Changed the location of the "params" file to /etc/bugzilla/params + + New postinst, written in shellscript that handles cleanly file moves + with ucf. + + New preinst which will move any "params" file found from previous + packages to /etc/bugzilla/params + + Moved all the perl code of postinst to debian/helper/db-postinst.pl + + Updated postrm to purge ucf entries and to remove /usr/share/bugzilla. + (closes: #305327) + + -- Alexis Sukrieh Tue, 26 Apr 2005 17:06:41 +0200 + +bugzilla (2.18-3) unstable; urgency=low + + * First upload of 2.18 to unstable, moved from experimental. + (closes: #290775, #253651, #143154, #221985, #291206) + * Fixed postinst so that database names can contain special characters. + Added a specific paragraph in the debconf question for giving details + about special characters in MySQL database names. + (closes: #303730) + * Added a checkpo target in debian/rules for checking po files. + * New nl.po file for Debconf l10n (Luk Claes). + (closes: #302911) + * New pt_BR.po file for Debconf l10n (Andre Luis Lopes). + * Merged changelog entries from 2.16.7. + * New fr.po file for debconf templates. + * New ca.po file for debconf templates (Miguel Gea Milvaques) + (closes: #305073) + + -- Alexis Sukrieh Mon, 18 Apr 2005 16:46:48 +0200 + +bugzilla (2.18-2) experimental; urgency=low + + * Backport from 2.16.7-5 + Rewrote Debconf templates for DTSG compliance (Christian Perrier). + - New fr.po file for Debconf l10n (Christian Perrier). + - New cs.po file for Debconf l10n (Jan Outrata). + - New pt_BR.po file for Debconf l10n (Andre Luis Lopes). + - New de.po file for Debconf l10n (Jens Nachtigall). + - New ca.po file for Debconf l10n (Miguel Gea Milvaques). + * Updated Bugzilla/Config.pm to fit the Debian needs (webpath = + '/bugzilla/'). + * Typo in Makefile. + * Commented out a piece of code in checksetup.pl for preventing a .htaccess + creation in Bugzilla/ lib directory (no need here). + * debian/bugzilla.preinst - debian/bugzilla.postinst + We now restore 2.16 params when installing the 2.18 package. + + -- Alexis Sukrieh Sat, 19 Feb 2005 16:13:31 +0100 + +bugzilla (2.18-1) experimental; urgency=low + + * New upstream release (2.18). + (closes: #290775) + * Put data in /usr/share/bugzilla/web/data + * Fixed preinst and postinst. + * Added the contrib directory to /usr/share/bugzilla/contrib + (closes: #221985, #143154) + * Removed every CVS files from the source tree and then, removed every CVS + files in the installation target. + (closes: #291206, #253651) + * Changed the way checksetup.pl performs chown and chmod. Used the old way + we made in previous package, comes from Rémi Perrot. + * Added preinst for saving the previous 'params' file in order to restore + user defined Parameters in postinst. + * Fixed Debconf bug, we don't ask twice the admin password in Automatic mode. + * Updated bugzilla.templates for a better wording, thanks to Jens + Nachtigall. + (closes: #275681) + + -- Alexis Surkieh Sat, 29 Jan 2005 11:15:36 +0100 + +bugzilla (2.16.7-5) unstable; urgency=low + + * Rewrote Debconf templates for DTSG compliance (Christian Perrier). + - New fr.po file for Debconf l10n (Christian Perrier). + - New cs.po file for Debconf l10n (Jan Outrata). + - New pt_BR.po file for Debconf l10n (Andre Luis Lopes). + - New de.po file for Debconf l10n (Jens Nachtigall). + - New ca.po file for Debconf l10n (Miguel Gea Milvaques). + (closes: #294433, #294159, #294234) + * showdependencygraph.cgi + + Changed the $var_dir value in showdependencygraph.cgi to + /usr/share/bugzilla/web. + + Fixed a bug when generating the url path of the /data/webdot/*.dot.map files. + (closes: #300857) + + -- Alexis Sukrieh Tue, 22 Mar 2005 14:35:15 +0100 + +bugzilla (2.16.7-4) unstable; urgency=low + + * Fixed the link in PutHeader() in editusers.cgi. + (closes: #228140) + * The sidebar is now fixed, the search field works (thanks to + Maximiliano Pin). + (closes: #271790) + * Fixed postinst, upgrade of MySQL tables is now possible. + (closes: #293135) + + -- Alexis Sukrieh Tue, 1 Feb 2005 13:49:22 +0100 + +bugzilla (2.16.7-3) unstable; urgency=low + + * Fixed a bugzilla.config bug, admin password won't be prompted twice in + Automatic mode. + * Added Czech translation for Debconf messages (Jan Outrata). + (closes: #291575) + * Updated French Debconf translation in debian/po/fr.po (Christian Perrier). + (closes: #285978, closes: #189402) + * Updated debian/po/ja.po to fix fuzzy and untranslated lines (Hideki + Yamane). + (closes: #286029) + * Added Catalan Debconf translation in debian/po/ca.po (Miguel Gea + Milvaques). + (closes: #284150) + * Updated Dutch Debconf translation in debian/po/nl.po (Luk Claes). + (closes: #285747) + * Updated German Debconf translation in debian/po/de.po (Jens Nachtigall). + (closes: #275669) + + -- Alexis Sukrieh Thu, 27 Jan 2005 12:34:58 +0100 + +bugzilla (2.16.7-2) unstable; urgency=low + + * Applying upstream security patch for closing XSS issuses reported in + CAN-2004-1061. + (closes: #288245) + * Little bugfix in postinst, admin password was prompted twice. + * Updated README.Debian to explain how the bugzilla MySQL user is generated + in automatic installation mode. + + -- Alexis Sukrieh Sat, 8 Jan 2005 12:42:25 +0100 + +bugzilla (2.16.7-1) unstable; urgency=low + + * Major rewriting of the postinst. + Better process, for the automatic mode, we now create a default bugzilla + user instead of using debian-sys-maint. + * The automatic installation is now aware of existing database, if the db + name filled in Debconf is found, it will use it instead of creating a new one. + (closes: #286827) + * Added French translation of Debconf screens added in previous NMU. + * It is now not allowed to set an invalid cookie path in the preferences CGI. + (closes: #213420) + * Added debian-init.pl to perform some initialisation. Can print a small + error message if globals.pl is not readable. + (closes: #284768) + * Added a control of the first argument given to postinst, to fit the + Policy (only 'configure' will let the process go). + * Added a debug facility in postinst for better debugging when needed. + * Added Alexis Sukrieh as a co-maintainer. + + -- Alexis Sukrieh Tue, 4 Jan 2005 10:56:30 +0100 + +bugzilla (2.16.7-0.2) unstable; urgency=medium + + * NMU 0-days due to serious/important bug solving which prevents + bugzilla entering testing. + + [ Alexis Sukrieh ] + + * Post-inst won't fail anymore when no MySQL server is + available. Added an automatic way of setting up the MySQL server if + /etc/mysql/debian.cnf exists, will read values from it then. + (closes: #250638) + * Using a MySQL user with '-' inside its name won't fail anymore. + (closes unreported bug) + * Better handling on DBI connection errors. When DBI complains about + something, user is not confused anymore by ugly error messages. + (closes: #154249) + * Running checksetup.pl by hand won't break the Bugzilla's installation + anymore. User can use it as he want without running dpkg-reconfigure. + (closes: #200707) + + [ Francesco P. Lovergine ] + + * Now rules removes .cvsignore file which trashes /usr/share/bugzilla/template. + * Added virtual package httpd to the list of web server. + (closes: #213784) + + -- Francesco Paolo Lovergine Tue, 7 Dec 2004 22:54:45 +0100 + +bugzilla (2.16.7-0.1) unstable; urgency=low + + * NMU 0-days due to major security issues, solved upstream. + * New upstream release: + - Fix security relevant bug CAN-2004-0704: + Remote attackers were allowed to view hidden products + (closes: #260772) + - Fix security relevant bugs CAN-2004-0705: + Several Cross-Site-Scripting bugs allowed remote attackers + to execute Javascript-Code with other users' privileges + (closes: #260773) + - Fix security relevant bug CAN-2004-0707: + An SQL injection vulnerability allowed remote attackers which + had the privilege to grant group membership privileges to + execute arbitrary SQL commands + (closes: #260774) + * Include complete copyright statements collected from the sources + (closes: #253841) + + Thanks Moritz Muehlenhoff for initial packaging. + + -- Francesco Paolo Lovergine Tue, 26 Oct 2004 16:09:03 +0200 + +bugzilla (2.16.5-2) unstable; urgency=low + + * Duplicate table creation is now also fixed in bugzilla.postinst + (closes: #224288) + + -- Rémi Perrot Fri, 2 Apr 2004 01:13:32 +0200 + +bugzilla (2.16.5-1) unstable; urgency=low + + * New upstream version + - fix bug that make checksetup.pl try to create table that already + exists (closes: #224288). + * Don't print password when LDAP login failed any more (closes: #211103) + * No any more Arch(tla) cruft (closes: #236954) + * Add Japanese po-debconf template translation, thanks to Hideki Yamane + (closes: #239209) + * Add Dutch (nl) po-debconf template translation, thanks to Luk Claes + (closes: #240030) + * Change header.html.tmpl to make browser handle non iso-latin1 chars + (closes: #222320) + + -- Rémi Perrot Wed, 31 Mar 2004 01:07:39 +0200 + +bugzilla (2.16.4-2) unstable; urgency=low + + * Fix bad default config state that makes bugzilla be + initially installed with LDAP enabled (closes: #221878) + * Convert changelog and control file to UTF-8 + + -- Rémi Perrot Sat, 22 Nov 2003 18:16:11 +0100 + +bugzilla (2.16.4-1) unstable; urgency=low + + * New upstream version that mostly fix some security issue + To have more information have a look on upstream bug + - http://bugzilla.mozilla.org/show_bug.cgi?id=214290 + - http://bugzilla.mozilla.org/show_bug.cgi?id=219044 + - http://bugzilla.mozilla.org/show_bug.cgi?id=219690 + - http://bugzilla.mozilla.org/show_bug.cgi?id=209376 + * Putting debian-doc in docs section + * Remove dependency on roxen2 (closes: #214213) + * Add Brazilian translation (closes: #198437) + + -- Rémi Perrot Wed, 12 Nov 2003 20:50:48 +0100 + +bugzilla (2.16.3-1) unstable; urgency=low + + * New upstream version closing some cross site scripting bug + * Add explanation on how to customize template in README.Debian + (closes: #165519). + * In cron.daily, test for commands before running them as cron.daily + stay in place if the package is uninstalled but not purged + (closes: #187806). + * French debcon templates improvement (closes: #190115). + + -- Rémi Perrot Sun, 27 Apr 2003 01:01:46 +0200 + +bugzilla (2.16.2-1) unstable; urgency=low + + * New upstream version that fix some security issue (DSA-218) + * Fix typo in importxml.pl (closes: #173839) + * Fix cut and paste bug in CGI.pl (closes: #181301) + * Now use po-debconf for debconf template + * Add some missing translation in french debconf template translation + * Use dbh->tables() insted of deprecated _ListTables in bugzilla.postinst + * Change a relative path to data directory to an absolute on in global.pl + + -- Rémi Perrot Fri, 14 Mar 2003 23:51:29 +0100 + +bugzilla (2.16.1-1) unstable; urgency=low + + * New upstream version + * Fix wrong path for processmail (closes: #164186, #159844) + * Improve a little the French debconf template (closes: #166770) + + -- Rémi Perrot Thu, 31 Oct 2002 14:42:34 +0100 + +bugzilla (2.16.0-2.1) unstable; urgency=high + + * Non-maintainer upload by security team + * Fixed bit handling for new products to avoid errors in group handling + triggered by not exact Perl maths beyond 2^48. Backport from new + upstream 2.14.4. + + -- Martin Schulze Thu, 10 Oct 2002 12:24:37 +0200 + +bugzilla (2.16.0-2) unstable; urgency=low + + * Fix wrong path to processmail in post_bug.cgi (closes: #159312). + * Fix wrong path to lib votes.cgi (closes: #159551). + * Prevent interpretation of meta char in password. + * Fix bug on multi-world product when setting file + permission. Thanks to Nathaniel W. Turner (closes: #159353). + * Fix a typo in list.html.tmpl (closes: #159613). + * Fix unreachable bugzilla.dtd bug (closes: #159600). + + -- Rémi Perrot Thu, 5 Sep 2002 00:20:19 +0200 + +bugzilla (2.16.0-1) unstable; urgency=low + + * New upstream version (closes: #155952). + ** Fix trim function (closes: #155945). + ** Using templates makes some bugs obsolete + (closes: #155748) + * Fix some broken html links (closes: #154780). + * Add dependancy alternative on http server (closes: #158378). + * Fix a typo in debconf template (closes: #154464). + * Add Suggest on libnet-ldap-perl (closes: #155984). + + -- Rémi Perrot Fri, 30 Aug 2002 21:34:07 +0200 + +bugzilla (2.14.2-3) unstable; urgency=low + + * Fix missing images directory in bugzilla-doc (closes: #153470). + * Apply Daniel Patterson patch to make LDAP support available + on the Debian version of Bugzilla (closes: #152583). + + -- Rémi Perrot Sun, 21 Jul 2002 01:33:56 +0200 + +bugzilla (2.14.2-2) unstable; urgency=low + + * Give a chance to install a MySQL server by saying that there is + no server available in the configure script (closes: #145525). + * Fix bad link to plain HTML pages (closes: #149255). + * Set default urlbase to http://localhost/cgi-bin/bugzilla. + * Provide dummy default to answer of debconf question that + cause infinite loop if they are empty when the config srcipt run + with a non interactive fronted (closes: #149305). + + -- Rémi Perrot Sun, 9 Jun 2002 21:49:46 +0200 + +bugzilla (2.14.2-1) unstable; urgency=high + + * New upstream version that fix several security hole. + + -- Rémi Perrot Sun, 9 Jun 2002 10:58:44 +0200 + +bugzilla (2.14.1-8) unstable; urgency=low + + * Fix path to processmail in createattachment.cgi (closes: #147111). + * Same thing in importxml.pl. + * Fix incorrect ref on 1x1.gif in long_list.cgi (closes: #147113). + * Fix bad data directory path in move.pl, checksetup.pl and + duplicates.cgi + + -- Rémi Perrot Sun, 19 May 2002 16:34:56 +0200 + +bugzilla (2.14.1-7) unstable; urgency=low + + * Fix bugzilla.postinst to make it accept quote in bugzilla admin + name (closes: #145035). + * Now recommands mysql-server. + * Reset some field in bugzilla.config to avoid infinit loop + (closes: #143456) + + -- Rémi Perrot Sun, 5 May 2002 22:50:46 +0200 + +bugzilla (2.14.1-6) unstable; urgency=low + + * Fix improper handling of "rebuildkeywordcache" in sanitycheck.cgi + upstream bug #83474 (closes: #138174) + * Fix bad link to html document in bug_form.pl (closes: #139118). + + -- Rémi Perrot Wed, 20 Mar 2002 21:34:39 +0100 + +bugzilla (2.14.1-5) unstable; urgency=low + + * Checksetup.pl will not any more verify existence of Perl modules + (closes: 135200,135201). + * libxml-parser-perl is now only recommended. + + -- Rémi Perrot Sat, 2 Mar 2002 17:29:25 +0100 + +bugzilla (2.14.1-4) unstable; urgency=low + + * In Bugzilla postinst, redirect sdtout of checksetup.pl in + stderr to prevent to confuse debconf. + * In Bugzilla postinst, only reset mysql 'root' password when + needed. + * Fix problem about version number of Chart::Base (closes: #132593) + * Fix incorrect handling of line by editparams.cgi on Mac + (closes: #132937). + + -- Rémi Perrot Sun, 17 Feb 2002 12:02:15 +0100 + +bugzilla (2.14.1-3) unstable; urgency=low + + * Apply fix to the French template done by Denis Barbier + (closes: #132385). + + -- Rémi Perrot Tue, 5 Feb 2002 21:34:26 +0100 + +bugzilla (2.14.1-2) unstable; urgency=low + + * Typo in description (closes: #129704). + * Problem in localconfig.js (closes: #129363). + + -- Rémi Perrot Sun, 20 Jan 2002 17:52:11 +0100 + +bugzilla (2.14.1-1) unstable; urgency=high + + * Cleanup bugzilla postinst. + * Typo in bugzilla-doc descriptions (closes: #124470). + * New upstream that fix some security issue (closes: #128103). + + -- Rémi Perrot Mon, 7 Jan 2002 19:20:33 +0100 + +bugzilla (2.14-7) unstable; urgency=low + + * Fix an infinit loop in bugzilla postinst. + * Typo in bugzilla-doc description. + + -- Rémi Perrot Thu, 22 Nov 2001 23:15:07 +0100 + +bugzilla (2.14-6) unstable; urgency=low + + * Fix wrong variable name in showdependencygraph.cgi + (closes: #120045). + + -- Rémi Perrot Sun, 18 Nov 2001 12:17:56 +0100 + +bugzilla (2.14-5) unstable; urgency=low + + * Change depends on libchart-perl into recommends. + * Remove depends on libgd-perl. + * Fix missing 'use lib' in token.cgi (closes: #119890). + + -- Rémi Perrot Sat, 17 Nov 2001 22:02:02 +0100 + +bugzilla (2.14-4) unstable; urgency=low + + * Oops template upgrade have been left behind. All improvement + proposed by Branden Robinson should have been incorporate now. + * backing out Swedish translation until it has been sync with + new template. + + -- Rémi Perrot Thu, 1 Nov 2001 00:08:48 +0100 + +bugzilla (2.14-3) unstable; urgency=low + + * Improve configuration script. + * Improve all Debian english text. Thanks to Branden Robinson. + * Bugzilla now depends on the latest version of libchart-perl. + * Make graph image working. + * Update README.debian mostly by removing things in + relation with cvs snapshoot. + + -- Rémi Perrot Mon, 29 Oct 2001 00:58:15 +0100 + +bugzilla (2.14-2) unstable; urgency=low + + * Remove unused and buggy field when creating + admin profile (closes: #115115). + + -- Rémi Perrot Wed, 10 Oct 2001 19:51:54 +0200 + +bugzilla (2.14-1) unstable; urgency=low + + * New upstream version. + * Fix type in bugzilla admin user creation + + -- Rémi Perrot Tue, 9 Oct 2001 22:34:15 +0200 + +bugzilla (2.13+cvs20010819-1) unstable; urgency=low + + * New upstream version. + * Update description in doc-base + * CGI are now in /usr/lib/cgi-bin/bugzilla + (closes: #104151) + * Try to prevent downgrade to bugzilla version that haven't + the same database structure. This will not be effective + when downgrading to version prior to this one. + * Change Build-Depends to Build-Depends-Indep + + -- Rémi Perrot Sun, 7 Oct 2001 20:42:31 +0200 + +bugzilla (2.13+cvs20010709-3) unstable; urgency=low + + * Improve bugzilla-doc description (closes: #108217). + * Fix some link in bug_form.pl (closes: #109090). + * Fix 'Use of uninitialized value' warning in process_bug.cgi + (closes: #108731). + * Restrict debconf depends to the newest version to make + installation nicely failed on potato (closes: #107282). + * Add German translation to debconf. Thanks to Joerg Rieger + (closes: #108896). + + -- Rémi Perrot Mon, 20 Aug 2001 02:34:29 +0200 + +bugzilla (2.13+cvs20010709-2) unstable; urgency=low + + * Change bonsai uri link and add one that report diff + between upstream version in README.Debian. + * Fix typo in collectstats.pl + + -- Rémi Perrot Mon, 16 Jul 2001 22:19:01 +0200 + +bugzilla (2.13+cvs20010709-1) unstable; urgency=low + + * New upstream version (older version has always been 2.13, + 1.13 number is a mistake sorry). + * Add dependency on libxml-parser-perl. + * Synchronize the Makefile with the new upstream version. + * /usr/share/bugzilla/web/index.html is now a link to. + /var/lib/bugzilla/web/index.html since as a conffile it + can't be in /usr. + * Fix broken link in editusers.cgi + + -- Rémi Perrot Sun, 15 Jul 2001 20:39:07 +0200 + +bugzilla (1.13+cvs20010521-9) unstable; urgency=low + + * Fix postinst to deal with product with space (closes: #104477). + * Missing where clause that give to all previously registred user + admin's privilages. Thanks to Kestutis Kupciunas (closes : #104520). + * Fix duplicate lines in initial localconfig. + + -- Rémi Perrot Sat, 14 Jul 2001 01:08:58 +0200 + +bugzilla (1.13+cvs20010521-8) unstable; urgency=low + + * Declare /usr/share/bugzilla/web/index.html as a conffile + (closes: #104150) + * Fix several links (closes: #104152) + * Fix a syntax error in processmail (closes: #104353) + + -- Rémi Perrot Wed, 11 Jul 2001 22:28:21 +0200 + +bugzilla (1.13+cvs20010521-7) unstable; urgency=low + + * Tune files and dir perimissions in /var/lib/bugzilla + (closes: #103417). + * Add cron jobs. + + -- Rémi Perrot Sun, 8 Jul 2001 01:00:00 +0200 + +bugzilla (1.13+cvs20010521-6) unstable; urgency=low + + * Fix some path that prevent mail sending and shodowdb syncing. + * Fix 'Use of uninitialized value' warning in CGI.pl + * Do not ask to check password if there is no password asked + before + * Remove explicite call to postinst in config script + + -- Rémi Perrot Thu, 5 Jul 2001 23:16:34 +0200 + +bugzilla (1.13+cvs20010521-5) unstable; urgency=low + + * Add Swedish translation to debconf. Thanks Martin Sj|gren + (closes: #103365). + * Add French translation to debconf. Thanks to my wife. + + -- Rémi Perrot Tue, 3 Jul 2001 22:54:41 +0200 + +bugzilla (1.13+cvs20010521-4) unstable; urgency=low + + * Use debhelp script hook in postinst + * Change all '|| die' by 'or die' to prevent precedence problem + * Add || true after all db_* in bugzilla.config (closes: #102129) + + -- Rémi Perrot Sun, 1 Jul 2001 00:23:27 +0200 + +bugzilla (1.13+cvs20010521-3) unstable; urgency=low + + * Fix bugzilla-doc installation (closes: #101395). + * Add symlink /usr/doc/bugzilla /usr/share/doc/bugzilla. + * Fix broken link in enter_bug.cgi. + * Change some default parameters : + - sendmailnow On (This prevent bugs with non sendmail MTA) + - entryheaderhtml -> change the path. + * Make postinst forget mysql admin user password insted of bugzilla + database user one. + + -- Rémi Perrot Tue, 19 Jun 2001 07:54:00 +0200 + +bugzilla (1.13+cvs20010521-2) unstable; urgency=low + + * Add suggest on bugzilla to bugzilla-doc and vice versa (closes: #101366) + * Correct a typo in bugzilla-doc description. + * Prevent conflict with viewcvs on query.cgi (closes: #101401). + This may break compatibility with other mozilla webtools. + * I miss all patches on bugzilla native source, sorry. + + -- Rémi Perrot Tue, 19 Jun 2001 06:44:43 +0200 + +bugzilla (1.13+cvs20010521-1) unstable; urgency=low + + * Initial Release. + * Close the ITP (closes: #73038) + + -- Rémi Perrot Sun, 17 Jun 2001 18:35:12 +0200 --- bugzilla-3.2.5.0.orig/debian/bugzilla3.links +++ bugzilla-3.2.5.0/debian/bugzilla3.links @@ -0,0 +1,3 @@ +etc/bugzilla3/index.html usr/share/bugzilla3/web/index.html +var/lib/bugzilla3/data usr/share/bugzilla3/web/data +var/lib/bugzilla3/data/webdot usr/lib/cgi-bin/bugzilla3/webdot --- bugzilla-3.2.5.0.orig/debian/bugzilla3.lintian +++ bugzilla-3.2.5.0/debian/bugzilla3.lintian @@ -0,0 +1,27 @@ +script-not-executable ./var/lib/bugzilla3/template/de/default/filterexceptions.pl +script-not-executable ./var/lib/bugzilla3/template/de/default/setup/strings.txt.pl +script-not-executable ./var/lib/bugzilla3/template/en/default/filterexceptions.pl +script-not-executable ./var/lib/bugzilla3/template/en/default/setup/strings.txt.pl +script-not-executable ./var/lib/bugzilla3/template/en/extension/filterexceptions.pl +script-not-executable ./var/lib/bugzilla3/template/fr/default/filterexceptions.pl +script-not-executable ./var/lib/bugzilla3/template/fr/default/setup/strings.txt.pl +script-not-executable ./var/lib/bugzilla3/template/fr/extension/filterexceptions.pl +script-not-executable ./var/lib/bugzilla3/template/nl/default/filterexceptions.pl +script-not-executable ./var/lib/bugzilla3/template/nl/extension/filterexceptions.pl +script-not-executable ./var/lib/bugzilla3/template/ru/default/filterexceptions.pl +script-not-executable ./var/lib/bugzilla3/template/be/default/filterexceptions.pl +script-not-executable ./var/lib/bugzilla3/template/be/default/setup/strings.txt.pl +script-not-executable ./var/lib/bugzilla3/template/be/extension/filterexceptions.pl +script-not-executable ./var/lib/bugzilla3/template/bg/default/filterexceptions.pl +script-not-executable ./var/lib/bugzilla3/template/bg/default/setup/strings.txt.pl +script-not-executable ./var/lib/bugzilla3/template/bg/extension/filterexceptions.pl +script-not-executable ./var/lib/bugzilla3/template/cs/default/filterexceptions.pl +script-not-executable ./var/lib/bugzilla3/template/cs/default/setup/strings.txt.pl +script-not-executable ./var/lib/bugzilla3/template/cs/extension/filterexceptions.pl +script-not-executable ./var/lib/bugzilla3/template/ja/default/filterexceptions.pl +script-not-executable ./var/lib/bugzilla3/template/ja/default/setup/strings.txt.pl +script-not-executable ./var/lib/bugzilla3/template/ja/extension/filterexceptions.pl +script-not-executable ./var/lib/bugzilla3/template/ru/default/setup/strings.txt.pl +script-not-executable ./var/lib/bugzilla3/template/zh-TW/default/filterexceptions.pl +script-not-executable ./var/lib/bugzilla3/template/zh-TW/default/setup/strings.txt.pl +script-not-executable ./var/lib/bugzilla3/template/zh-TW/extension/filterexceptions.pl --- bugzilla-3.2.5.0.orig/debian/bugzilla3.templates +++ bugzilla-3.2.5.0/debian/bugzilla3.templates @@ -0,0 +1,61 @@ +# These templates have been reviewed by the debian-l10n-english +# team +# +# If modifications/additions/rewording are needed, please ask +# debian-l10n-english@lists.debian.org for advice. +# +# Even minor modifications require translation updates and such +# changes should be coordinated with translators and reviewers. + +Template: bugzilla3/pwd_check +Type: password +_Description: Password confirmation: + +Template: bugzilla3/bugzilla_admin_name +Type: string +_Description: Email address of Bugzilla administrator: + 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. + . + A valid address must contain exactly one '@', and at least one '.' after + the @. You'll be able to change this setting through Bugzilla's + web interface. + +Template: bugzilla3/bugzilla_admin_real_name +Type: string +_Description: Real name of Bugzilla administrator: + +Template: bugzilla3/bugzilla_admin_pwd +Type: password +_Description: Password for the Bugzilla administrator account: + +Template: bugzilla3/customized_values +Type: boolean +Default: true +_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. + . + 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: 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.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 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-3.2.5.0.orig/debian/bugzilla3.prerm +++ bugzilla-3.2.5.0/debian/bugzilla3.prerm @@ -0,0 +1,22 @@ +#!/bin/sh +# prerm script for bugzilla3 +# +# see: dh_installdeb(1) + +set -e + +if [ "$1" = "remove" ]; then + f="/etc/apache2/conf.d/bugzilla3" + # Remove default apache2 CGI configuration. + if [ -e "/usr/share/doc/bugzilla3/examples/basic.conf" -a -e "$f" ] && cmp "/usr/share/doc/bugzilla3/examples/basic.conf" "$f" && test -L "$f"; then + rm -f "$f" + fi + + # Remove contributed skins our package redistribute + rm -rf /usr/share/bugzilla3/web/skins/contrib/Dusk +fi + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# --- bugzilla-3.2.5.0.orig/debian/bugzilla3.postinst +++ bugzilla-3.2.5.0/debian/bugzilla3.postinst @@ -0,0 +1,251 @@ +#!/bin/sh + +# summary of how this script can be called: +# * `configure' +# * `abort-upgrade' +# * `abort-remove' `in-favour' +# * `abort-deconfigure' `in-favour' +# `removing' +# +# for details, see /usr/share/doc/packaging-manual/ +# +# quoting from the policy: +# Any necessary prompting should almost always be confined to the +# post-installation script, and should be protected with a conditional +# so that unnecessary prompting doesn't happen if a package's +# installation fails and the `postinst' is called with `abort-upgrade', +# `abort-remove' or `abort-deconfigure'. + +set -e + +cmd="$1" + +cleanup() +{ + # Do not remove backup of `params` if new configuration is missing. + if [ -e "$params_backup" ]; then + if [ ! -e "$params_etc" ]; then + mv -f "$params_backup" "$params_etc" + else + rm "$params_backup" + fi + fi + rm -f "$tmpf" "$answerfile_tmp" "$localconfig_new" "$params_new" /etc/bugzilla3/*.ucf-old /etc/bugzilla3/*.ucf-dist +} + +# Use the same order as for mv +replace_file() +{ + file_source="$1" + file_dest="$2" + + if [ ! -f $file_source ]; then + echo "$file_source has already been moved" + else + if [ ! -f $file_dest ]; then + mv -v $file_source $file_dest + else + echo "ucf --debconf-ok $file_source $file_dest" + ucf --debconf-ok $file_source $file_dest + fi + fi +} + +create_answerfile() +{ + answerfile_tmp="$1" + + db_get "bugzilla3/bugzilla_admin_name" + bugzilla_admin="$RET" + + db_get "bugzilla3/bugzilla_admin_real_name" + bugzilla_name="$RET" + + db_get "bugzilla3/bugzilla_admin_pwd" + bugzilla_pwd="$RET" + + echo "\$answer{'db_host'} = '$dbserver';" > "$answerfile_tmp" + echo "\$answer{'db_port'} = $dbport;" >> "$answerfile_tmp" + echo "\$answer{'db_name'} = '$dbname';" >> "$answerfile_tmp" + echo "\$answer{'db_user'} = '$dbuser';" >> "$answerfile_tmp" + echo "\$answer{'db_pass'} = q[\$db_pass = '$dbpass';];" >> "$answerfile_tmp" + echo "\$answer{'ADMIN_OK'} = 'Y';" >> "$answerfile_tmp" + echo "\$answer{'ADMIN_EMAIL'} = '$bugzilla_admin';" >> "$answerfile_tmp" + echo "\$answer{'ADMIN_PASSWORD'} = '$bugzilla_pwd';" >> "$answerfile_tmp" + echo "\$answer{'ADMIN_REALNAME'} = '$bugzilla_name';" >> "$answerfile_tmp" + echo "\$ansser{'NO_PAUSE'} = 1;" >> "$answerfile_tmp" + + test -s "$answerfile_tmp" +} + +get_db_variables() +{ + # If dbconfig-common is correctly installed call it + if [ -f /usr/share/dbconfig-common/dpkg/postinst.mysql ]; then + . /usr/share/dbconfig-common/dpkg/postinst.mysql + dbvars_file="/etc/bugzilla3/dbconfig-params" + dbc_generate_include="sh:$dbvars_file" + # dbconfig-common: writing config to /etc/dbconfig-common/bugzilla3.conf + # + # Creating config file /etc/dbconfig-common/bugzilla3.conf with new version + # + # Creating config file /etc/bugzilla3/dbconfig-params with new version + # granting access to database bugzilla3 for bugzilla3@localhost: already exists. + # creating database bugzilla3: success. + # verifying database bugzilla3 exists: success. + # dbconfig-common: flushing administrative password + # Server: mysql@localhost:3306, Database: bugzilla3, User: bugzilla3, Password: bugs + dbc_go bugzilla3 $@ + #echo >&2 "$0: dbc_dbadmin='$dbc_dbadmin' to connect dbc_dbtype='$dbc_dbtype'@dbc_dbserver='$dbc_dbserver':dbc_dbport='$dbc_dbport'" + #echo >&2 "$0: dbc_dbuser='$dbc_dbuser'/dbc_dbpass='$dbc_dbpass' to connect dbc_dbname='$dbc_dbname'" + . $dbvars_file + # dbuser=dbc_dbuser + # dbpass=dbc_dbpass + # dbname=dbc_dbname + # dbserver=dbc_dbserver + # dbport=dbc_dbport + # dbtype=dbc_dbtype + fi + test "$dbserver" || \ + dbserver="localhost" + test "$dbport" || \ + dbport="3306" + test -n "$dbserver" -a -n "$dbport" -a -n "$dbname" -a -n "$dbuser" -a -n "$dbpass" +} + +if [ "$cmd" = "configure" ]; then + most_recently_configured_version="$2" + params_debian_default="/usr/share/bugzilla3/debian/params" + params_etc="/etc/bugzilla3/params" + localconfig_debian_default="/usr/share/bugzilla3/debian/localconfig" + localconfig_etc="/etc/bugzilla3/localconfig" + + # Migrate /etc/bugzilla3/params: + # urlbase: /cgi-bin/bugzilla3 -> /bugzilla3 + # url_docbase: /docs/bugzilla3-doc/%lang%/html -> /doc/bugzilla3-doc/%lang%/html + if dpkg --compare-versions "$most_recently_configured_version" lt "3.2.5.0-1"; then + tmpf=`tempfile` + sed -e 's,/cgi-bin/bugzilla3,/bugzilla3,g' \ + -e 's,/docs/bugzilla3-doc/%lang%/html/,/doc/bugzilla3-doc/%lang%/html/,g' \ + /etc/bugzilla3/params >"$tmpf" + cat "$tmpf" >/etc/bugzilla3/params + fi + + # Debconf is needed here + . /usr/share/debconf/confmodule + + trap cleanup EXIT QUIT + umask 0027 + + if get_db_variables $@; then + params_backup=`mktemp -p /etc/bugzilla3 -t params.XXXXXXXXXX` + params_new="/etc/bugzilla3/params.new" + localconfig_new=`mktemp -p /etc/bugzilla3 -t localconfig.XXXXXXXXXX` + answerfile_tmp=`mktemp -p /etc/bugzilla3 -t answerfile.XXXXXXXXXX` + + if [ -n "$server" ] && [ -n "$dbuser" ] && [ -n "$dbpass" ]; then + if [ -e "$localconfig_etc" ]; then + sed -e "s,^\$db_host[[:space:]]*=.*,\$db_host = '$server';,g" \ + -e "s,^\$db_port[[:space:]]*=.*,\$db_port = $dbport;,g" \ + -e "s,^\$db_name[[:space:]]*=.*,\$db_name = '$dbname';,g" \ + -e "s,^\$db_user[[:space:]]*=.*,\$db_user = '$dbuser';,g" \ + -e "s,^\$db_pass[[:space:]]*=.*,\$db_pass = '$dbpass';,g" \ + -e "s,^\$create_htaccess[[:space:]]*=.*,\$create_htaccess = 0;,g" "$localconfig_debian_default" >"$localconfig_new" + fi + + # Only if the configuration file does not match the original we ask the user. + if cmp "$localconfig_debian_default" "$localconfig_etc"; then + mv -f "$localconfig_new" "$localconfig_etc" + else + replace_file "$localconfig_new" "$localconfig_etc" + rm -f "$localconfig_new" + fi + fi + + # checksetup.pl will overwrite the /etc/bugzilla3/params file. We move our configuration away. + # Note that if we upgraded a previous package, we might have already + # moved the previous params file to the right place. + if [ -s "$params_etc" ]; then + cp "$params_etc" "$params_backup" + else + mkdir -p `dirname "$params_etc"` + # We use Debian's default params file for checksetup.pl. + cp -p "$params_debian_default" "$params_etc" + fi + + # Call checksetup now that everything is ready + # The params file will then be updated if needed, the resulting file + # will be saved in $params_new + db_get "bugzilla3/bugzilla_admin_name" + bugzilla_admin="$RET" + db_get "bugzilla3/bugzilla_admin_real_name" + bugzilla_name="$RET" + db_get "bugzilla3/bugzilla_admin_pwd" + bugzilla_pwd="$RET" + + echo "\$answer{'db_host'} = '$dbserver';" > "$answerfile_tmp" + echo "\$answer{'db_port'} = $dbport;" >> "$answerfile_tmp" + echo "\$answer{'db_name'} = '$dbname';" >> "$answerfile_tmp" + echo "\$answer{'db_user'} = '$dbuser';" >> "$answerfile_tmp" + echo "\$answer{'db_pass'} = q[\$db_pass = '$dbpass';];" >> "$answerfile_tmp" + echo "\$answer{'ADMIN_OK'} = 'Y';" >> "$answerfile_tmp" + echo "\$answer{'ADMIN_EMAIL'} = '$bugzilla_admin';" >> "$answerfile_tmp" + echo "\$answer{'ADMIN_PASSWORD'} = '$bugzilla_pwd';" >> "$answerfile_tmp" + echo "\$answer{'ADMIN_REALNAME'} = '$bugzilla_name';" >> "$answerfile_tmp" + echo "\$ansser{'NO_PAUSE'} = 1;" >> "$answerfile_tmp" + + # Read in bugzilla-3.2/docs/en/rel_notes.txt in chapter "Outstanding Issues" about this: + # (No Bug Number) VERY IMPORTANT: If you have customized the values in + # your Status/Resolution field, you must edit checksetup.pl BEFORE YOU + # RUN IT. Find the line that starts like this: + # + # Debian ask you if Status/Resolution field were modified by you. In this case the installation + # procedure do *NOT* start checksetup.pl. The answer-file will be used as mark for a second run + # in the hope you have modified checksetup_nondebian.pl (the original file) successful. + db_get "bugzilla3/customized_values" + customized_values="$RET" + db_get "bugzilla3/customized_values_ask_again" + customized_values_ask_again="$RET" + if [ "$customized_values" = "false" -o "$customized_values_ask_again" = "false" ]; then + /usr/share/bugzilla3/lib/checksetup.pl "$answerfile_tmp" --verbose || true + fi + # ONLY if /etc/bugzilla3/params exists checksetup.pl was successful (or was started). + if [ -e "$params_etc" ]; then + # checksetup.pl created the /etc/bugzilla3/params file using the prepared answers. + # We restore the state before starting checksetup.pl and move /etc/bugzilla3/params + # to *.new file. + mv -f "$params_etc" "$params_new" + mv -f "$params_backup" "$params_etc" + + # Only if the file does not match the original we ask the user. + if cmp "$params_etc" "$params_debian_default"; then + mv -f "$params_new" "$params_etc" + else + # Now, let's ask our fellow user if he likes to use it + replace_file "$params_new" "$params_etc" + fi + elif [ -e "$params_backup" ]; then + # Restore old configuration + mv -f "$params_backup" "$params_etc" + fi + else + echo "Please run /usr/share/bugzilla3/lib/checksetup.pl yourself." + fi + chown www-data: "$params_etc" "$localconfig_etc" + chmod 0640 "$params_etc" "$localconfig_etc" + chgrp www-data "/etc/bugzilla3" "/etc/bugzilla3/sites" + chmod g+rw "/etc/bugzilla3" "/etc/bugzilla3/sites" + + # Install default apache2 CGI configuration. + if [ -z "$most_recently_configured_version" -a -d "/etc/apache2/conf.d" ]; then + ln -sf "/usr/share/doc/bugzilla3/examples/basic.conf" "/etc/apache2/conf.d/bugzilla3.conf" + invoke-rc.d apache2 reload || true + fi + + # Let's close cleanly debconf + db_stop +fi + +#DEBHELPER# + +# vim:ts=4 et sw=4 --- bugzilla-3.2.5.0.orig/debian/compat +++ bugzilla-3.2.5.0/debian/compat @@ -0,0 +1 @@ +5 --- bugzilla-3.2.5.0.orig/debian/control +++ bugzilla-3.2.5.0/debian/control @@ -0,0 +1,75 @@ +Source: bugzilla +Section: web +Priority: optional +Maintainer: Raphael Bossek +Build-Depends: po-debconf, debhelper (>= 5) +Build-Depends-Indep: debconf (>= 0.9.95) | debconf-2.0 +Standards-Version: 3.8.3 + +Package: bugzilla3 +Architecture: all +Section: web +Homepage: http://www.bugzilla.org +Depends: debconf (>= 0.9.95), + libtemplate-perl (>= 2.19-1), + libappconfig-perl (>= 1.56-2), + libtimedate-perl (>= 1.1600-9), + libemail-send-perl (>= 2.192-1), + libmail-sendmail-perl, + libemail-mime-modifier-perl (>= 1.442-2), + libemail-mime-creator-perl, + libcgi-pm-perl (>= 3.33), + libdbd-mysql-perl (>= 1.56-2) | libdbd-pg-perl, + apache2 | httpd, + exim4 | mail-transport-agent, + ucf (>= 0.08), patch, dbconfig-common (>= 1.8.27), + mysql-client | postgresql-client, + libjs-yui, + ${misc:Depends} +Suggests: bugzilla3-doc, + libnet-ldap-perl, + libgd-text-perl, + libgd-graph-perl, libgd-gd2-perl | libgd-noxpm-perl, + libmailtools-perl (>= 1.77-1), + libmime-tools-perl (>= 5.425-2), + libhtml-parser-perl, + libhtml-scrubber-perl, + libxml-twig-perl, + libauthen-radius-perl, + graphviz, + libsoap-lite-perl, + patchutils, + libwww-perl +Recommends: libchart-perl (>= 0.99c.pre3-0.1), + libtemplate-plugin-gd-perl, + libxml-parser-perl, + perlmagick, + mysql-server | postgresql, + cvs, + imagemagick +Conflicts: bugzilla (<< 3.0.0) +Replaces: bugzilla (<< 3.0.0) +Description: web-based bug tracking system + 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. + . + 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 +Architecture: all +Suggests: bugzilla3 +Depends: ${misc:Depends} +Homepage: http://www.bugzilla.org +Description: comprehensive guide to Bugzilla + The Bugzilla Guide is a document (in ASCII text, HTML, and SGML format) + discussing Bugzilla administration, maintenance, and use. + --- bugzilla-3.2.5.0.orig/debian/bugzilla3.preinst +++ bugzilla-3.2.5.0/debian/bugzilla3.preinst @@ -0,0 +1,79 @@ +#!/bin/sh + +# Summary of how this script is called: +# . new-preinst install +# . new-preinst install old-version +# . new-preinst upgrade old-version + +debug() +{ + if [ -n "$DEBIAN_BUGZILLA_DEBUG" ]; then + echo "$1" >&2 + fi +} + +# Use the same order as for mv +replace_file() +{ + file_source="$1" + file_dest="$2" + + if [ ! -f $file_source ]; then + echo "$file_source has already been moved" + else + if [ ! -f $file_dest ]; then + mv -v $file_source $file_dest || exit 10 + else + echo "ucf --debconf-ok $file_source $file_dest" + ucf --debconf-ok $file_source $file_dest || exit 11 + fi + fi +} + +upgrade_params_file() +{ + file="$1" + if [ -e $file ]; then + debug "Moving $file" + replace_file "$file" "/etc/bugzilla3/params" + chown www-data: "/etc/bugzilla3/params" + fi +} + + +############################################################## +# Main +############################################################# + +set -e +mode="$1" +version="$2" + +if [ "$mode" = "upgrade" ]; then + umask 0027 + + # Upgrade the 2.16 packages and older + params_216="/var/lib/bugzilla3/data/params" + if [ -n "$version" ] && dpkg --compare-versions $version lt 2.16.7-6; then + debug "Upgrading $version" + upgrade_params_file $params_216 + fi + + # Upgrade previous 2.18 packages + params_218="/usr/share/bugzilla3/web/data/params" + if [ -n "$version" ] && dpkg --compare-versions "$version" lt 2.18-4; then + debug "Upgrading $version" + upgrade_params_file $params_218 + fi + + # Upgrade previous 2.22 package + params_222="/usr/share/bugzilla3/debian/params" + if [ -n "$version" ] && dpkg --compare-versions "$version" lt 2.22.1; then + debug "Upgrading $version" + upgrade_params_file $params_222 + fi +fi + +#DEBHELPER# + +# vim:ts=4 et sw=4 --- bugzilla-3.2.5.0.orig/debian/post-checksetup.d/10permissions +++ bugzilla-3.2.5.0/debian/post-checksetup.d/10permissions @@ -0,0 +1,36 @@ +#!/bin/sh +# Copyright (C) 2009 Raphael Bossek + +set -e + +# fix the permissions for the /var/lib directory +chown -R www-data:www-data $BUGZILLA_DATADIR +chmod -R g+rw,u+rw $BUGZILLA_DATADIR + +# fix permissions for /etc/bugzilla3 directory and it's files +d="/etc/bugzilla3" +chown root:www-data "$d" +chmod 0750 "$d" +for f in index.html localconfig params; do + test -e "$d/$f" || continue + chown -R www-data: "$d/$f" + chmod 0640 "$d/$f" +done +for f in dbconfig-params; do + test -e "$d/$f" || continue + chown -R root: "$d/$f" + chmod 0640 "$d/$f" +done + +# fix the permission for the contrib files +if [ -d $BUGZILLA_SHAREDIR/contrib ]; then + find $BUGZILLA_SHAREDIR/contrib -name '*.pl' -exec chmod a+x {} \; + find $BUGZILLA_SHAREDIR/contrib -name '*.sh' -exec chmod a+x {} \; +fi + +# Modify access rights for installed skins +chown -R root:www-data $BUGZILLA_SHAREDIR/web/skins +find $BUGZILLA_SHAREDIR/web/skins -type d -exec chmod o-rxw,g=rx,u=rwx {} \; +find $BUGZILLA_SHAREDIR/web/skins -type f -exec chmod o-rw,g=r,u=rw {} \; + +exit 0 --- bugzilla-3.2.5.0.orig/debian/post-checksetup.d/90checkwebdot +++ bugzilla-3.2.5.0/debian/post-checksetup.d/90checkwebdot @@ -0,0 +1,33 @@ +#!/bin/sh +# Copyright (C) 2009 Raphael Bossek +# This scirpt check your webdot configuration. + +set -e + +c="/etc/bugzilla3/params" + +# We assume if GraphViz is installed the webdot support should be enabled. +if test -x /usr/bin/dot && test -s "$c"; then + if ! grep -q "webdotbase.*=>.*/usr/bin/dot" "$c"; then + echo "W: To make sure GraphViz works with Bugzilla successfully please" + echo " edit the $c configuration file and add/edit the line with the" + echo " configuration paremter 'webdotbase' and set it's value" + echo " to '/usr/bin/dot'. The line should look like:" + echo "" + echo " 'webdotbase' => '/usr/bin/dot'," + echo "" + echo " Do not forget the , (comma) at the end of the line!" + fi + if ! test -L /usr/lib/cgi-bin/bugzilla3/webdot || ! test -d /var/lib/bugzilla3/data/webdot; then + echo "W: To make sure GraphViz works with Bugzilla successfully please" + echo " make sure the directory /var/lib/bugzilla3/data/webdot exists" + echo " and is sym-linked by /usr/lib/cgi-bin/bugzilla3/webdot. You can" + echo " do so by following commands:" + echo "" + echo " mkdir -p /var/lib/bugzilla3/data/webdot" + echo " ln -fs /var/lib/bugzilla3/data/webdot /usr/lib/cgi-bin/bugzilla3/webdot" + echo "" + fi +fi + +exit 0 --- bugzilla-3.2.5.0.orig/debian/default-files/index.html +++ bugzilla-3.2.5.0/debian/default-files/index.html @@ -0,0 +1,9 @@ + + + + + + +

I think you are looking for index.cgi

+ + --- bugzilla-3.2.5.0.orig/debian/default-files/params +++ bugzilla-3.2.5.0/debian/default-files/params @@ -0,0 +1,115 @@ +%param = ( + 'LDAPBaseDN' => '', + 'LDAPbinddn' => '', + 'LDAPfilter' => '', + 'LDAPmailattribute' => 'mail', + 'LDAPserver' => '', + 'LDAPstarttls' => 0, + 'LDAPuidattribute' => 'uid', + 'RADIUS_NAS_IP' => '', + 'RADIUS_email_suffix' => '', + 'RADIUS_secret' => '', + 'RADIUS_server' => '', + 'allow_attach_url' => 0, + 'allow_attachment_deletion' => 0, + 'allow_attachment_display' => 0, + 'allowbugdeletion' => 0, + 'allowemailchange' => 0, + 'allowuserdeletion' => 0, + 'announcehtml' => '', + 'attachment_base' => '', + 'auth_env_email' => '', + 'auth_env_id' => '', + 'auth_env_realname' => '', + 'bonsai_url' => '', + 'chartgroup' => 'editbugs', + 'commentonchange_resolution' => 0, + 'commentonclearresolution' => 0, + 'commentonduplicate' => 0, + 'commentonreassignbycomponent' => 0, + 'confirmuniqueusermatch' => 1, + 'convert_uncompressed_images' => 0, + 'cookiedomain' => '', + 'cookiepath' => '/', + 'createemailregexp' => '.*', + 'cvsroot' => '', + 'cvsroot_get' => '', + 'defaultopsys' => '', + 'defaultplatform' => '', + 'defaultpriority' => 'P5', + 'defaultquery' => 'bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailqa_contact2=1&order=Importance&long_desc_type=substring', + 'defaultseverity' => 'enhancement', + 'docs_urlbase' => '/doc/bugzilla3-doc/%lang%/html/', + 'duplicate_or_move_bug_status' => 'RESOLVED', + 'emailregexp' => '^[\\w\\.\\+\\-=]+@[\\w\\.\\-]+\\.[\\w\\-]+$', + 'emailregexpdesc' => 'A legal address must contain exactly one \'@\', and at least one \'.\' after the @.', + 'emailsuffix' => '', + 'globalwatchers' => '', + 'insidergroup' => '', + 'letsubmitterchoosemilestone' => 1, + 'letsubmitterchoosepriority' => 1, + 'loginnetmask' => '0', + 'lxr_root' => '', + 'lxr_url' => '', + 'mail_delivery_method' => 'Sendmail', + 'mailfrom' => 'bugzilla-daemon', + 'maintainer' => 'Raphael Bossek ', + 'makeproductgroups' => 0, + 'maxattachmentsize' => '1000', + 'maxlocalattachment' => '0', + 'maxpatchsize' => '1000', + 'maxusermatches' => '1000', + 'mostfreqthreshold' => '2', + 'move-button-text' => 'Move To Bugscape', + 'move-enabled' => 0, + 'move-to-address' => 'bugzilla-import', + 'move-to-url' => '', + 'moved-default-component' => '', + 'moved-default-product' => '', + 'moved-from-address' => 'bugzilla-admin', + 'movers' => '', + 'musthavemilestoneonaccept' => 0, + 'mybugstemplate' => 'buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailreporter1=1&emailtype1=exact&email1=%userid%&field0-0-0=bug_status&type0-0-0=notequals&value0-0-0=UNCONFIRMED&field0-0-1=reporter&type0-0-1=equals&value0-0-1=%userid%', + 'noresolveonopenblockers' => 0, + 'proxy_url' => '', + 'querysharegroup' => 'editbugs', + 'quicksearch_comment_cutoff' => '4', + 'quip_list_entry_control' => 'open', + 'rememberlogin' => 'on', + 'requirelogin' => '0', + 'sendmailnow' => 1, + 'shadowdb' => '', + 'shadowdbhost' => '', + 'shadowdbport' => '3306', + 'shadowdbsock' => '', + 'showallproducts' => 0, + 'shutdownhtml' => '', + 'smtp_debug' => 0, + 'smtp_password' => '', + 'smtp_username' => '', + 'smtpserver' => 'localhost', + 'specific_search_allow_empty_words' => 0, + 'ssl' => 'never', + 'sslbase' => '', + 'strict_isolation' => 0, + 'supportwatchers' => 0, + 'timetrackinggroup' => 'editbugs', + 'timezone' => '', + 'upgrade_notification' => 'disabled', + 'urlbase' => '/bugzilla3/', + 'usebugaliases' => 0, + 'useclassification' => 0, + 'useentrygroupdefault' => 0, + 'usemenuforusers' => '0', + 'useqacontact' => 0, + 'user_info_class' => 'CGI', + 'user_verify_class' => 'DB', + 'usermatchmode' => 'off', + 'usestatuswhiteboard' => 0, + 'usetargetmilestone' => 0, + 'usevisibilitygroups' => 0, + 'usevotes' => 1, + 'utf8' => 0, + 'webdotbase' => '/usr/bin/dot', + 'whinedays' => 7 + ); --- bugzilla-3.2.5.0.orig/debian/default-files/localconfig +++ bugzilla-3.2.5.0/debian/default-files/localconfig @@ -0,0 +1,90 @@ + +# If you are using Apache as your web server, Bugzilla can create .htaccess +# files for you that will instruct Apache not to serve files that shouldn't +# be accessed from the web (like your local configuration data and non-cgi +# executable files). For this to work, the directory your Bugzilla +# installation is in must be within the jurisdiction of a block +# in the httpd.conf file that has 'AllowOverride Limit' in it. If it has +# 'AllowOverride All' or other options with Limit, that's fine. +# (Older Apache installations may use an access.conf file to store these +# blocks.) +# If this is set to 1, Bugzilla will create these files if they don't exist. +# If this is set to 0, Bugzilla will not create these files. +$create_htaccess = 1; + +# This is the group your web server runs as. +# If you have a Windows box, ignore this setting. +# If you do not have access to the group your web server runs under, +# set this to "". If you do set this to "", then your Bugzilla installation +# will be _VERY_ insecure, because some files will be world readable/writable, +# and so anyone who can get local access to your machine can do whatever they +# want. You should only have this set to "" if this is a testing installation +# and you cannot set this up any other way. YOU HAVE BEEN WARNED! +# If you set this to anything other than "", you will need to run checksetup.pl +# asroot, or as a user who is a member of the specified group. +$webservergroup = 'www-data'; + +# What SQL database to use. Default is mysql. List of supported databases +# can be obtained by listing Bugzilla/DB directory - every module corresponds +# to one supported database and the name corresponds to a driver name. +$db_driver = 'mysql'; + +# The DNS name of the host that the database server runs on. +$db_host = 'localhost'; + +# The name of the database +$db_name = 'bugzilla3'; + +# Who we connect to the database as. +$db_user = 'bugzilla3'; + +# Enter your database password here. It's normally advisable to specify +# a password for your bugzilla database user. +# If you use apostrophe (') or a backslash (\) in your password, you'll +# need to escape it by preceding it with a '\' character. (\') or (\) +# (Far simpler just not to use those characters.) +$db_pass = '$db_pass = \'bugzilla\';'; + +# Sometimes the database server is running on a non-standard port. If that's +# the case for your database server, set this to the port number that your +# database server is running on. Setting this to 0 means "use the default +# port for my database server." +$db_port = 3306; + +# MySQL Only: Enter a path to the unix socket for MySQL. If this is +# blank, then MySQL's compiled-in default will be used. You probably +# want that. +$db_sock = ''; + +# Should checksetup.pl try to verify that your database setup is correct? +# (with some combinations of database servers/Perl modules/moonphase this +# doesn't work) +$db_check = 1; + +# With the introduction of a configurable index page using the +# template toolkit, Bugzilla's main index page is now index.cgi. +# Most web servers will allow you to use index.cgi as a directory +# index, and many come preconfigured that way, but if yours doesn't +# then you'll need an index.html file that provides redirection +# to index.cgi. Setting $index_html to 1 below will allow +# checksetup.pl to create one for you if it doesn't exist. +# NOTE: checksetup.pl will not replace an existing file, so if you +# wish to have checksetup.pl create one for you, you must +# make sure that index.html doesn't already exist +$index_html = 0; + +# For some optional functions of Bugzilla (such as the pretty-print patch +# viewer), we need the cvs binary to access files and revisions. +# Because it's possible that this program is not in your path, you can specify +# its location here. Please specify the full path to the executable. +$cvsbin = '/usr/bin/cvs'; + +# For some optional functions of Bugzilla (such as the pretty-print patch +# viewer), we need the interdiff binary to make diffs between two patches. +# Because it's possible that this program is not in your path, you can specify +# its location here. Please specify the full path to the executable. +$interdiffbin = ''; + +# The interdiff feature needs diff, so we have to have that path. +# Please specify the directory name only; do not use trailing slash. +$diffpath = '/usr/bin'; --- bugzilla-3.2.5.0.orig/debian/examples/basic.conf +++ bugzilla-3.2.5.0/debian/examples/basic.conf @@ -0,0 +1,33 @@ +# + Alias /bugzilla3 /usr/share/bugzilla3/web + + + AddHandler cgi-script cgi + DirectoryIndex index.cgi + Options +Indexes +ExecCGI -MultiViews +SymLinksIfOwnerMatch +FollowSymLinks + AllowOverride None + Order allow,deny + Allow from all + + + + Options +FollowSymLinks -Indexes + AllowOverride None + Order allow,deny + Allow from all + + + + Options +FollowSymLinks -Indexes + AllowOverride None + Order allow,deny + Allow from all + + + + Options +FollowSymLinks -Indexes + AllowOverride None + Order allow,deny + Allow from all + +# --- bugzilla-3.2.5.0.orig/debian/examples/basic-ssl.conf +++ bugzilla-3.2.5.0/debian/examples/basic-ssl.conf @@ -0,0 +1,33 @@ + + Alias /bugzilla3 /usr/share/bugzilla3/web + + + AddHandler cgi-script cgi + DirectoryIndex index.cgi + Options +Indexes +ExecCGI -MultiViews +SymLinksIfOwnerMatch +FollowSymLinks + AllowOverride None + Order allow,deny + Allow from all + + + + Options +FollowSymLinks -Indexes + AllowOverride None + Order allow,deny + Allow from all + + + + Options +FollowSymLinks -Indexes + AllowOverride None + Order allow,deny + Allow from all + + + + Options +FollowSymLinks -Indexes + AllowOverride None + Order allow,deny + Allow from all + + --- bugzilla-3.2.5.0.orig/debian/examples/vh-basic.conf +++ bugzilla-3.2.5.0/debian/examples/vh-basic.conf @@ -0,0 +1,37 @@ + + DocumentRoot /usr/share/bugzilla3/web + + # Read /usr/share/doc/bugzilla3/README.Debian + SetEnv X_BUGZILLA_SITE "custom" + SetEnv X_BUGZILLA_WEBPATH "/" + + + AddHandler cgi-script cgi + DirectoryIndex index.cgi + Options +Indexes +ExecCGI -MultiViews +SymLinksIfOwnerMatch +FollowSymLinks + AllowOverride None + Order allow,deny + Allow from all + + + + Options +FollowSymLinks -Indexes + AllowOverride None + Order allow,deny + Allow from all + + + + Options +FollowSymLinks -Indexes + AllowOverride None + Order allow,deny + Allow from all + + + + Options +FollowSymLinks -Indexes + AllowOverride None + Order allow,deny + Allow from all + + --- bugzilla-3.2.5.0.orig/debian/pre-checksetup.d/10fixtemplates +++ bugzilla-3.2.5.0/debian/pre-checksetup.d/10fixtemplates @@ -0,0 +1,21 @@ +#!/bin/sh +# Copyright (C) 2009 Raphael Bossek + +set -e + +# Template processing in Template.pm: /var/lib/bugzilla3/data/template/var/lib/bugzilla3/template has to be a sym-link otherwise something gone worse and checksetup_nondebian.pl will fail. +f="$BUGZILLA_DATADIR/data/template$BUGZILLA_DATADIR/template" +if test -d "$f"; then + # WORKARROUND AS LONG THE REAL PROBLEM IS NOT FIXED + for d in `find "$f" -maxdepth 1 -type d`; do + if test -d "$d/default"; then + mv "$d" "$BUGZILLA_DATADIR/data/template" + fi + done + rm -rvf "$BUGZILLA_DATADIR/data/template/var" +elif test -s "$f"; then + # We also remove the sym-link. + rm -rf "$BUGZILLA_DATADIR/data/template/var" +fi + +exit 0 --- bugzilla-3.2.5.0.orig/debian/maintenance/10_config.pm +++ bugzilla-3.2.5.0/debian/maintenance/10_config.pm @@ -0,0 +1,15 @@ + +sub read_param_file { + bz_locations('.PARAMS.IN.ETC.ON.'); + my $params = read_param_file_nondebian(@_); + bz_locations('.PARAMS.IN.ETC.OFF.'); + return $params; +} + +sub write_params { + bz_locations('.PARAMS.IN.ETC.ON.'); + write_params_nondebian(@_); + bz_locations('.PARAMS.IN.ETC.OFF.'); +} + +1; --- bugzilla-3.2.5.0.orig/debian/maintenance/15_sanitycheck.sh +++ bugzilla-3.2.5.0/debian/maintenance/15_sanitycheck.sh @@ -0,0 +1,15 @@ +#! /bin/sh +# Where to find the duplicats.cgi script. + +set -e + +echo "> $0 $*" + +for f in `find $1 -type f`; do + if grep -q "^require 'sanitycheck.cgi';" "$f"; then + cp -p "$f" "$f.new" + sed -e "s,^require 'sanitycheck.cgi';.*,require '/usr/share/bugzilla3/web/sanitycheck.cgi';,g" "$f" >"$f.new" + diff -u "$f" "$f.new" || true + mv -f "$f.new" "$f" + fi +done --- bugzilla-3.2.5.0.orig/debian/maintenance/03_debianwebpath.sh +++ bugzilla-3.2.5.0/debian/maintenance/03_debianwebpath.sh @@ -0,0 +1,23 @@ +#! /bin/sh +# Static files are not stored within the cgi-bin directory. We have to redirect +# the request to our static directories. + +set -e + +echo "$0 $*" + +debian_webpath="[% Locations('debian_webpath') %]" + +for f in `find $1/template -type f -name "*.tmpl"`; do + if grep -iq "=\"skins/\|\[% \"skins/\|\[% style_url[\.[:space:]]\|\[% javascript_url\|\[% atomlink\|\[% Param('urlbase') " $f; then + cp -p $f $f.new + sed -e "s,\[% Param('urlbase') %\]bugzilla.dtd,${debian_webpath}bugzilla.dtd,g" \ + -e "s,\(.\+\)\(\[% style_url[\.[:space:]]\),\1${debian_webpath}\2,g" \ + -e "s,\(\[% javascript_url\),${debian_webpath}\1,g" \ + -e "s,=\"skins/,=\"${debian_webpath}skins/,g" \ + -e "s,\[% \"skins,${debian_webpath}[% \"skins,g" \ + -e "s,\(\[% atomlink\),${debian_webpath}\1,g" $f > $f.new + diff -u $f $f.new || true + mv -f $f.new $f + fi +done --- bugzilla-3.2.5.0.orig/debian/maintenance/15_yui.sh +++ bugzilla-3.2.5.0/debian/maintenance/15_yui.sh @@ -0,0 +1,19 @@ +#!/bin/sh +# Copyright (C) 2009 Raphael Bossek +# js/yui/yahoo-dom-event.js -> js/yui/yahoo-dom-event/yahoo-dom-event.js +# js/yui/calendar.js -> js/yui/calendar/calendar.js + +srcdir="$1" +tmpf=`tempfile` + +trap "rm $tmpf" QUIT EXIT + +for f in `grep -rl "js/yui/yahoo-dom-event.js\|js/yui/calendar.js" $srcdir/template`; do + sed -e 's,js/yui/yahoo-dom-event.js,js/yui/yahoo-dom-event/yahoo-dom-event.js,g' \ + -e 's,js/yui/calendar.js,js/yui/calendar/calendar.js,g' "$f" \ + >"$tmpf" + diff -Naur "$f" "$tmpf" + cat "$tmpf" >"$f" +done + +# vim:ts=4 sw=4 et --- bugzilla-3.2.5.0.orig/debian/maintenance/10_constants.sh +++ bugzilla-3.2.5.0/debian/maintenance/10_constants.sh @@ -0,0 +1,11 @@ +#! /bin/sh + +set -e + +echo "> $0 $*" + +cp -p $1/Bugzilla/Constants.pm $1/Bugzilla/Constants.pm.new +sed -e 's,sub bz_locations ,sub bz_locations_nondebian ,g;/^1;.*/ ,//d' $1/Bugzilla/Constants.pm > $1/Bugzilla/Constants.pm.new +cat `dirname $0`/10_constants.pm >> $1/Bugzilla/Constants.pm.new +diff -u $1/Bugzilla/Constants.pm $1/Bugzilla/Constants.pm.new || true +mv -f $1/Bugzilla/Constants.pm.new $1/Bugzilla/Constants.pm --- bugzilla-3.2.5.0.orig/debian/maintenance/30_templatesymlink.sh +++ bugzilla-3.2.5.0/debian/maintenance/30_templatesymlink.sh @@ -0,0 +1,15 @@ +#! /bin/sh +# This message is not detailed enought. + +set -e + +echo "$0 $*" + +f="$1/Bugzilla/Template.pm" +test -s "$f" + +cp -p $f $f.new +sed -e 's,"Failed to symlink from,"Failed to symlink in " . abs_path . " from,g' $f > $f.new +diff -u $f $f.new || true +mv -f $f.new $f + --- bugzilla-3.2.5.0.orig/debian/maintenance/03_libpath.sh +++ bugzilla-3.2.5.0/debian/maintenance/03_libpath.sh @@ -0,0 +1,17 @@ +#! /bin/sh +# Set the search path for Bugzilla modules. + +set -e + +echo "> $0 $*" + +for f in `find $1 -type f`; do + for s in "qw(\.)" "['\"]\.\+['\"]" "qw(\. lib)"; do + if grep -q "^use lib $s" $f; then + cp -p $f $f.new + sed -e "s,^use lib $s;,use lib \"/usr/share/bugzilla3\";,g" $f > $f.new + diff -u $f $f.new || true + mv -f $f.new $f + fi + done +done --- bugzilla-3.2.5.0.orig/debian/maintenance/18_template.sh +++ bugzilla-3.2.5.0/debian/maintenance/18_template.sh @@ -0,0 +1,13 @@ +#! /bin/sh + +set -e + +echo "> $0 $*" + +cp -p $1/Bugzilla/Template.pm $1/Bugzilla/Template.pm.new +sed -e "s,VARIABLES => {,VARIABLES => {'Locations' => sub { return Bugzilla->bz_locations()->{\$_[0]}; }\,,g" \ + -e "s,\(delete Bugzilla->request_cache->{template};\),\1 Bugzilla->request_cache->{language} = 'en'; delete Bugzilla->request_cache->{template_include_path_};,g" \ + -e "s,!ON_WINDOWS,0,g" \ + $1/Bugzilla/Template.pm > $1/Bugzilla/Template.pm.new +diff -u $1/Bugzilla/Template.pm $1/Bugzilla/Template.pm.new || true +mv -f $1/Bugzilla/Template.pm.new $1/Bugzilla/Template.pm --- bugzilla-3.2.5.0.orig/debian/maintenance/15_collectstats.sh +++ bugzilla-3.2.5.0/debian/maintenance/15_collectstats.sh @@ -0,0 +1,15 @@ +#! /bin/sh +# Where to find the duplicats.cgi script. + +set -e + +echo "> $0 $*" + +for f in `find $1 -type f`; do + if grep -q '\-T duplicates\.cgi' $f; then + cp -p $f $f.new + sed -e "s,-T duplicates\.cgi ,-T /usr/share/bugzilla3/web/duplicates.cgi ,g" $f > $f.new + diff -u $f $f.new || true + mv -f $f.new $f + fi +done --- bugzilla-3.2.5.0.orig/debian/maintenance/01_rmcvs.sh +++ bugzilla-3.2.5.0/debian/maintenance/01_rmcvs.sh @@ -0,0 +1,9 @@ +#! /bin/sh + +set -e + +echo "> $0 $*" + +find $1 -type d -name "CVS" -exec rm -rf {} \; >/dev/null 2>&1 || true +find $1 -type d -name ".svn" -exec rm -rf {} \; >/dev/null 2>&1 || true +find $1 -type f -name ".cvsignore" -exec rm {} \; >/dev/null 2>&1 || true --- bugzilla-3.2.5.0.orig/debian/maintenance/10_constants.pm +++ bugzilla-3.2.5.0/debian/maintenance/10_constants.pm @@ -0,0 +1,84 @@ + +our $bz_locations_param_mode = '.PARAMS.IN.ETC.OFF.'; + +# Debian - This is a wrapper arround the default bz_locations() function. The original function is renamed to bz_locations_nondebian(). +sub bz_locations { + if (@_ and ($_[0] eq '.PARAMS.IN.ETC.ON.' or $_[0] eq '.PARAMS.IN.ETC.OFF.')) { + $bz_locations_param_mode = $_[0]; + return; + } + my $locations = bz_locations_nondebian(@_); + my $origlibpath = $locations->{'libpath'}; + + # support for multi-site installation through X_BUGZILLA_SITE variable to + # be passed by Apache. + my $xsite = ''; + if (defined $ENV{X_BUGZILLA_SITE}) { + $xsite = "$ENV{X_BUGZILLA_SITE}"; + # untaint (make sure it has no '/' and is overall something sane) + if ($xsite =~ m/^(\w[\w\-.]*)$/) { + $xsite ="$1"; + } else { + die "invalid X_BUGZILLA_SITE: $xsite"; + } + } + my $varlib = "/var/lib/bugzilla3"; + + # Constant default paths. + my %overwritten_locations = ( + 'libpath' => "/usr/share/perl5", + 'cgi_path' => "/usr/lib/cgi-bin/bugzilla3", + 'localconfig' => "/etc/bugzilla3/localconfig", + 'debian_paramsdir' => "/etc/bugzilla3", + 'skinsdir' => "/usr/share/bugzilla3/web/skins", + 'webdotdir' => "$varlib/data/webdot", + # The `project` entry is only a simplification to skip this entry for substitution. + 'project' => $locations->{'project'}, + ); + + # For providing a simple way to install several virtual hosts of the same + # package, we use also here an Apache environment variable for specifing + # the webpath. This will give a nice way to customize several VirtualHosts. + if (defined $ENV{'X_BUGZILLA_WEBPATH'}) { + $overwritten_locations{'debian_webpath'} = $ENV{'X_BUGZILLA_WEBPATH'}; + } + else { + $overwritten_locations{'debian_webpath'} = '/bugzilla3/'; + } + + # Apply our changes. + for my $localkey (keys %overwritten_locations) { + $locations->{$localkey} = $overwritten_locations{$localkey}; + } + + # Transform all entris to new `libpath` directory. + for my $localkey (keys %{$locations}) { + next if exists $overwritten_locations{$localkey}; + $locations->{$localkey} =~ s/^$origlibpath\//$varlib\//; + } + + if ($locations->{'project'}) { + $locations->{'localconfig'} .= $locations->{'project'}; + $locations->{'datadir'} .= "/" . $locations->{'project'}; + } + # If we have a $xsite (the Debian way), let's manage the conf paths correctly. + elsif ($xsite) { + $locations->{'debian_paramsdir'} .= "/sites/${xsite}"; + $locations->{'localconfig'} = $locations->{'debian_paramsdir'} . "/localconfig"; + for my $localkey (keys %{$locations}) { + next if exists $overwritten_locations{$localkey}; + $locations->{$localkey} =~ s/^$varlib\//$varlib\/$xsite\//; + } + if (! -d $locations->{'templatedir'}) { + $locations->{'templatedir'} = $varlib . "/template"; + } + } + + # Workarround to change param file to /etc. + if ($bz_locations_param_mode eq '.PARAMS.IN.ETC.ON.') { + $locations->{'datadir'} = $locations->{'debian_paramsdir'}; + } + return $locations; +} + +1; --- bugzilla-3.2.5.0.orig/debian/maintenance/30_graphviz.sh +++ bugzilla-3.2.5.0/debian/maintenance/30_graphviz.sh @@ -0,0 +1,26 @@ +#! /bin/sh +# Static files are not stored within the cgi-bin directory. We have to redirect +# the request to our static directories. + +set -e + +echo "$0 $*" + +cd $1 +patch -p1 < $0 + +exit 0 + +--- bugzilla.old/showdependencygraph.cgi 2008-05-05 13:51:37.000000000 +0200 ++++ bugzilla.new/showdependencygraph.cgi 2008-05-05 15:34:58.000000000 +0200 +@@ -253,6 +253,10 @@ + + $vars->{'image_url'} = $pngfilename; + ++ # bossekr@debian.org: Patch for local configuration of GraphViz. ++ my $urlbase = Bugzilla->params->{'urlbase'}; ++ $vars->{'image_url'} =~ s#$webdotdir#${urlbase}webdot#; ++ + # Then, generate a imagemap datafile that contains the corner data + # for drawn bug objects. Pass it on to CreateImagemap that + # turns this monster into html. --- bugzilla-3.2.5.0.orig/debian/maintenance/20_docfixes.sh +++ bugzilla-3.2.5.0/debian/maintenance/20_docfixes.sh @@ -0,0 +1,12 @@ +#! /bin/sh + +set -e + +echo "> $0 $*" + +for f in `grep -rl ">contrib/recode\.pl<" $1/template`; do + cp $f $f.new + sed -e 's,>\(contrib/recode\.pl\)<,>/usr/share/bugzilla3/\1<,g' $f > $f.new + diff -u $f $f.new || true + mv -f $f.new $f +done --- bugzilla-3.2.5.0.orig/debian/maintenance/05_version.sh +++ bugzilla-3.2.5.0/debian/maintenance/05_version.sh @@ -0,0 +1,15 @@ +#! /bin/sh +# Update Bugzilla version to Debian version. + +set -e + +echo "> $0 $*" + +f=`grep -rl 'use constant BUGZILLA_VERSION => ".*";' $1` + +v=`dpkg-parsechangelog|grep "^Version: "|cut -d ' ' -f 2` + +cp -p $f $f.new +sed -e "s,use constant BUGZILLA_VERSION => \".*\";,use constant BUGZILLA_VERSION => \"$v\";,g" $f > $f.new +diff -u $f $f.new || true +mv -f $f.new $f --- bugzilla-3.2.5.0.orig/debian/maintenance/checksetup_debian.sh +++ bugzilla-3.2.5.0/debian/maintenance/checksetup_debian.sh @@ -0,0 +1,69 @@ +#!/bin/sh +# -*- sh -*- +# vim: ts=4 et sw=4 +# Copyright (C) 2009 Raphael Bossek +# This is not a joke! It's a shell script not Perl. +# This file is a wrapper around the original checksetup.pl Perl script to apply Debian's modifications. + +set -e + +export BUGZILLA_ETCDIR="/etc/bugzilla3" +export BUGZILLA_DATADIR="/var/lib/bugzilla3" +export BUGZILLA_SHAREDIR="/usr/share/bugzilla3" +export BUGZILLA_LOGFILE=`mktemp -t bugzilla3.log.XXXXXXXXXX` + +finish() +{ + rm -f "$BUGZILLA_LOGFILE" +} + +trap finish QUIT EXIT + +debiandir="$BUGZILLA_SHAREDIR/debian/" +d="$BUGZILLA_ETCDIR/pre-checksetup.d" +echo "run-parts --exit-on-error --lsbsysinit $d" +test -d "$d" && \ +run-parts --verbose --exit-on-error --lsbsysinit "$d" + +perl /usr/share/bugzilla3/lib/checksetup_nondebian.pl $* 2>&1 | \ + sed -e 's,/usr/bin/perl .*install-module\.pl "Template::Plugin::GD::Image".*,apt-get install libtemplate-plugin-gd-perl,g' \ + -e 's,/usr/bin/perl install-module.pl HTML::Scrubber.*,apt-get install libhtml-scrubber-perl,g' \ + -e 's,/usr/bin/perl install-module.pl mod_perl2.*,apt-get install libapache2-mod-perl2,g' \ + -e 's,/usr/bin/perl install-module.pl MIME::Parser.*,apt-get install libmime-tools-perl,g' \ + -e 's,/usr/bin/perl install-module.pl CGI.*,apt-get install libcgi-pm-perl,g' \ + -e 's,/usr/bin/perl install-module.pl SOAP::Lite.*,apt-get install libsoap-lite-perl,g' \ + -e 's,/usr/bin/perl install-module.pl Chart::Base.*,apt-get install libchart-perl,g' \ + -e 's,/usr/bin/perl install-module.pl GD.*,apt-get install libgd-gd2-perl,g' \ + -e 's,/usr/bin/perl install-module.pl GD::Text.*,apt-get install libgd-text-perl,g' \ + -e 's,/usr/bin/perl install-module.pl GD::Graph.*,apt-get install libgd-graph-perl,g' \ + -e 's,/usr/bin/perl install-module.pl XML::Twig.*,apt-get install libxml-twig-perl,g' \ + -e 's,/usr/bin/perl install-module.pl LWP::UserAgent.*,apt-get install libwww-perl,g' \ + -e 's,/usr/bin/perl install-module.pl Image::Magic.*,apt-get install perlmagick,g' \ + -e 's,/usr/bin/perl install-module.pl Net::LDAP.*,apt-get install libnet-ldap-perl,g' \ + -e 's,/usr/bin/perl install-module.pl HTML::Parser.*,apt-get install libhtml-parser-perl,g' | \ + sed -e 's,\: /usr/bin/perl install-module.pl ,\: dh-make-perl --install --cpan ,g' \ + -e 's,http://cyberelk.net/tim/patchutils/,apt-get install patchutils,g' \ + -e 's,/usr/bin/perl install-module.pl --all,view /usr/share/doc/bugzilla3/README.Debian*,g' | \ + tee -a "$BUGZILLA_LOGFILE" + +# update all the bugzilla sites +if [ -d /etc/bugzilla3/sites ]; then + for site in `cd /etc/bugzilla3/sites/ && ls -1`; do + echo "Running checksetup.pl for site: $site" + X_BUGZILLA_SITE="$site" perl /usr/share/bugzilla3/lib/checksetup_nondebian.pl $* 2>&1 | tee -a "$BUGZILLA_LOGFILE" + done +fi + +d="$BUGZILLA_ETCDIR/post-checksetup.d" +echo "run-parts --exit-on-error --lsbsysinit $d" +test -d "$d" && \ +run-parts --verbose --exit-on-error --lsbsysinit "$d" + +if [ ! -s "$params_etc" ]; then + echo `date -R`": Failed installation of "`LANG=C COLUMNS=100 dpkg -l bugzilla3 | tail -n -1` >>"/var/log/bugzilla3-install.log" + cat "$BUGZILLA_LOGFILE" >>"/var/log/bugzilla3-install.log" +fi + +exit 0 + +# vim:ts=4 et sw=4 --- bugzilla-3.2.5.0.orig/debian/maintenance/17_homelink.sh +++ bugzilla-3.2.5.0/debian/maintenance/17_homelink.sh @@ -0,0 +1,17 @@ +#! /bin/sh +# Homepage is index.cgi. + +set -e + +echo "> $0 $*" + +for f in `find $1 -type f`; do + for s in 'a href="\./"'; do + if grep -q "$s" $f; then + cp -p $f $f.new + sed -e "s,$s;,a href=\"index.cgi\",g" $f > $f.new + diff -u $f $f.new || true + mv -f $f.new $f + fi + done +done --- bugzilla-3.2.5.0.orig/debian/maintenance/16_python_shebang.sh +++ bugzilla-3.2.5.0/debian/maintenance/16_python_shebang.sh @@ -0,0 +1,17 @@ +#! /bin/sh +# Where to find Python on Debian systems. + +set -e + +echo "> $0 $*" + +for f in `find $1 -type f`; do + for s in '#.*!.*python.*'; do + if grep -q "^$s" $f; then + cp -p $f $f.new + sed -e "s,^$s,#! /usr/bin/python,g" $f > $f.new + diff -u $f $f.new || true + mv -f $f.new $f + fi + done +done --- bugzilla-3.2.5.0.orig/debian/maintenance/get_debconf +++ bugzilla-3.2.5.0/debian/maintenance/get_debconf @@ -0,0 +1,55 @@ +#!/bin/sh +# This scripts helps me to analyse the current status of debconf for bugzilla3 package + +. /usr/share/debconf/confmodule + +tmpf=`tempfile` + +trap "rm $tmpf" QUIT EXIT + +echo >&2 "D: Looking for debconf variables..." +# Extract all debconf value pairs including dbconfig-common +for f in bugzilla3.config bugzilla3.postinst /usr/share/dbconfig-common/dpkg/*; do + grep 'db_.*\(\$dbc_package\|bugzilla3\)/[^*[:space:]]\+' "$f" | \ + sed -e 's,$dbc_package,bugzilla3,g;s,$dbc_dbtype,mysql,g;s,.*\(bugzilla3/[^"$[:space:]]\+\).*,\1,g;s,.*$.*,,g' >>"$tmpf" +done +echo >&2 "D: Query debconf variables..." +# Query all debconf value pairs +for k in `sort -i "$tmpf" | uniq`; do + test "$k" || continue + db_get $k || true + echo "$k: $RET" +done + +if test -e /usr/share/dbconfig-common/dpkg/postinst.mysql; then + echo >&2 "D: Start dbconfig-common" + . /etc/dbconfig-common/bugzilla3.conf + echo >&2 "D: dbc_go bugzilla3 config" + . /usr/share/dbconfig-common/dpkg/config.mysql + echo >&2 "D: dbc_go bugzilla3 reconfigure" + dbvars_file="/etc/bugzilla3/dbconfig-params" + dbc_generate_include="sh:$dbvars_file" + dbc_go bugzilla3 reconfigure + #dbc_go bugzilla3 config + test -e /etc/bugzilla3/dbconfig-params && . /etc/bugzilla3/dbconfig-params + echo >&2 "D: $dbc_dropuser_cmd" + $dbc_dropuser_cmd + echo >&2 "D: $dbc_createuser_cmd" + $dbc_createuser_cmd + echo >&2 "D: dbc_dbadmin='$dbc_dbadmin' to connect dbc_dbtype='$dbc_dbtype'@dbc_dbserver='$dbc_dbserver':dbc_dbport='$dbc_dbport'" + echo >&2 "D: dbc_dbuser='$dbc_dbuser'/dbc_dbpass='$dbc_dbpass' to connect dbc_dbname='$dbc_dbname'" + test "$dbc_dbserver" || dbc_dbserver="localhost" + test "$dbc_dbport" || dbc_dbport="3306" + sed \ + -e "s,^\$db_host[[:space:]]*=.*,\$db_host = '$dbc_dbserver';,g" \ + -e "s,^\$db_port[[:space:]]*=.*,\$db_port = $dbc_dbport;,g" \ + -e "s,^\$db_name[[:space:]]*=.*,\$db_name = '$dbc_dbname';,g" \ + -e "s,^\$db_user[[:space:]]*=.*,\$db_user = '$dbc_dbuser';,g" \ + -e "s,^\$db_pass[[:space:]]*=.*,\$db_pass = '$dbc_dbpass';,g" \ + -e "s,^\$create_htaccess[[:space:]]*=.*,\$create_htaccess = 0;,g" /etc/bugzilla3/localconfig >"$tmpf" + cat "$tmpf" >/etc/bugzilla3/localconfig + echo >&2 "D: checksetup.pl" + /usr/share/bugzilla3/lib/checksetup.pl +fi + +# vim:ts=4 et sw=4 --- bugzilla-3.2.5.0.orig/debian/maintenance/16_all_shebang.sh +++ bugzilla-3.2.5.0/debian/maintenance/16_all_shebang.sh @@ -0,0 +1,25 @@ +#! /bin/sh +# Where to find Python on Debian systems. + +set -e + +echo "> $0 $*" + +for f in `find $1 -name "*.pl" -type f`; do + if ! head -n 1 $f | grep -q "^#.*!.*perl" $f; then + cp -p $f $f.new + echo "#! /usr/bin/perl" > $f.new + cat $f >> $f.new + diff -u $f $f.new || true + mv -f $f.new $f + fi +done +for f in `find $1 -name "*.py" -type f`; do + if ! head -n 1 $f | grep -q "^#.*!.*python" $f; then + cp -p $f $f.new + echo "#! /usr/bin/python" > $f.new + cat $f >> $f.new + diff -u $f $f.new || true + mv -f $f.new $f + fi +done --- bugzilla-3.2.5.0.orig/debian/maintenance/10_config.sh +++ bugzilla-3.2.5.0/debian/maintenance/10_config.sh @@ -0,0 +1,11 @@ +#! /bin/sh + +set -e + +echo "> $0 $*" + +cp -p $1/Bugzilla/Config.pm $1/Bugzilla/Config.pm.new +sed -e 's,sub read_param_file ,sub read_param_file_nondebian ,g;s,sub write_params ,sub write_params_nondebian ,g;/^1;.*/ ,//d' $1/Bugzilla/Config.pm > $1/Bugzilla/Config.pm.new +cat `dirname $0`/10_config.pm >> $1/Bugzilla/Config.pm.new +diff -u $1/Bugzilla/Config.pm $1/Bugzilla/Config.pm.new || true +mv -f $1/Bugzilla/Config.pm.new $1/Bugzilla/Config.pm --- bugzilla-3.2.5.0.orig/debian/po/de.po +++ bugzilla-3.2.5.0/debian/po/de.po @@ -0,0 +1,355 @@ +# Translation of bugzilla debconf templates to German +# Copyright (C) Jens Nachtigall , 2004, 2005. +# Copyright (C) Helge Kreutzmann , 2008, 2009. +# This file is distributed under the same license as the bugzilla package. +# +msgid "" +msgstr "" +"Project-Id-Version: bugzilla 3.2.4.0-4\n" +"Report-Msgid-Bugs-To: bugzilla@packages.debian.org\n" +"POT-Creation-Date: 2009-08-21 12:28+0200\n" +"PO-Revision-Date: 2009-08-21 21:14+0200\n" +"Last-Translator: Helge Kreutzmann \n" +"Language-Team: German \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Type: password +#. Description +#: ../bugzilla3.templates:2001 +msgid "Password confirmation:" +msgstr "Passwort-Bestätigung:" + +#. Type: string +#. Description +#: ../bugzilla3.templates:3001 +msgid "Email address of Bugzilla administrator:" +msgstr "E-Mail-Adresse des Bugzilla-Administrators:" + +#. Type: string +#. Description +#: ../bugzilla3.templates:3001 +msgid "" +"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." +msgstr "" +"Bitte geben Sie die E-Mail-Adresse des Bugzilla-Administrators ein. Alle E-" +"Mails für den Administrator werden an diese Adresse geschickt. Diese E-Mail-" +"Adresse wird auch als Administrator-Login für Bugzilla verwendet." + +#. Type: string +#. Description +#: ../bugzilla3.templates:3001 +msgid "" +"A valid address must contain exactly one '@', and at least one '.' after the " +"@. You'll be able to change this setting through Bugzilla's web interface." +msgstr "" +"Eine gültige Adresse muss genau ein »@« und wenigstens ein ».« nach dem @ " +"enthalten. Sie können diese E-Mail-Adresse später über die Web-OberflÃ" +"¤che von Bugzilla ändern." + +#. Type: string +#. Description +#: ../bugzilla3.templates:4001 +msgid "Real name of Bugzilla administrator:" +msgstr "Tatsächlicher Name des Bugzilla-Administrators:" + +#. Type: password +#. Description +#: ../bugzilla3.templates:5001 +msgid "Password for the Bugzilla administrator account:" +msgstr "Passwort für das Konto des Bugzilla-Administrators:" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:6001 +msgid "Have Status or Resolution values been customized?" +msgstr "Wurden Werte in »Status« oder »Resolution« angepasst?" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:6001 +msgid "" +"If values in the Status or Resolution fields have been customized, the " +"checksetup procedure must be modified appropriately before installation can " +"continue." +msgstr "" +"Falls Werte in den Feldern »Status« oder »Resolution« angepasst wurden, " +"muss die checksetup-Prozedur angepasst werden, bevor die Installation " +"fortfahren kann." + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:6001 +msgid "" +"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." +msgstr "" +"Bei jeder Aktualisierung dieses Pakets wird eine neue Version des Skripts " +"checksetup_nondebian.pl installiert. Das Verzeichnis /usr/share/bugzilla3/" +"debian/pre-checksetup.d kann dazu verwandt werden, Ihre Anpassungen vor der " +"Ausführung automatisch anzuwenden." + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "Prompt about customized Status/Resolution at each update?" +msgstr "" +"Bei jeder Aktualisierung nach angepassten »Status/Resolutions« fragen?" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "" +"If you modified Status/Resolution fields and created a script within /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." +msgstr "" +"Falls Sie die Felder »Status/Resolution« angepasst und ein Skript " +"unterhalb /usr/share/bugzilla3/debian/pre-checksetup.d erstellt haben, um " +"Änderungen an /usr/share/bugzilla3/lib/checksetup-nondebian.pl anzuwenden, " +"möchten Sie vielleicht nicht bei jedem Paketupgrade danach gefragt werden." + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "" +"If you accept being prompted, you will have to call /usr/share/bugzilla3/lib/" +"checksetup.pl yourself, at each package upgrade, before using Bugzilla." +msgstr "" +"Falls Sie der Abfrage zu stimmen, müssen Sie bei jedem Paketupgrade selbst /" +"usr/share/bugzilla3/lib/checksetup.pl aufrufen, bevor Sie Bugzilla verwenden." + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "" +"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)." +msgstr "" +"Falls Sie »Status/Resolution« nicht geändert haben, sollten Sie die " +"Abfrage überspringen, da checksetup.pl (zusammen mit den {pre,post}-" +"checksetup.d-Skripten) automatisch gestartet werden wird." + +#~ msgid "Did you customize the Status/Resolutions values?" +#~ msgstr "Haben Sie die Werte für »Status/Resolutions« angepasst?" + +#~ msgid "Do you want to be asked for customized Status/Resolution again?" +#~ msgstr "" +#~ "Möchten Sie erneut nach angepassten »Status/Resolution« gefragt werden?" + +#~ msgid "New location for Bugzilla CGI scripts" +#~ msgstr "Neuer Ort für Bugzillas CGI-Skripte" + +#~ msgid "" +#~ "All CGI scripts have been moved to /usr/lib/cgi-bin/bugzilla and the " +#~ "script \"bgz_query.cgi\" has been renamed as \"query.cgi\"." +#~ msgstr "" +#~ "Alle CGI-Skripte wurden nach /usr/lib/cgi-bin/bugzilla verschoben und das " +#~ "Skript »bgz_query.cgi« wurde in »query.cgi« umbenannt." + +#~ msgid "" +#~ "If you have made changes to /var/lib/bugzilla/web/index.html, the install " +#~ "process will not overwrite this file. You may thus need to update all " +#~ "links to the CGI scripts." +#~ msgstr "" +#~ "Falls Sie an /var/lib/bugzilla/web/index.html Veränderungen vorgenommen " +#~ "haben, dann wird der Installations-Prozess diese Datei nicht " +#~ "überschreiben. Deshalb müssen Sie unter Umständen alle Links zu den " +#~ "CGI-Skripten anpassen." + +#~ msgid "Template now used for the Bugzilla index" +#~ msgstr "Bugzilla-Startseite verwendet nun Vorlage" + +#~ msgid "" +#~ "If you have made changes to /var/lib/bugzilla/web/index.html, you should " +#~ "report them in a copy of /usr/share/bugzilla/template/en/default/index." +#~ "html.tmpl and put it in /var/lib/bugzilla/template/en/custom/." +#~ msgstr "" +#~ "Falls Sie an /var/lib/bugzilla/web/index.html Veränderungen vorgenommen " +#~ "haben, sollten Sie diese in eine Kopie von /usr/share/bugzilla/template/" +#~ "en/default/index.html.tmpl einarbeiten, welche anschließend in /var/lib/" +#~ "bugzilla/template/en/custom/ landen sollte." + +#~ msgid "" +#~ "The /var/lib/bugzilla/web/index.html file will be saved as /var/lib/" +#~ "bugzilla/web/index.html.dpkg-bak." +#~ msgstr "" +#~ "Die Datei /var/lib/bugzilla/web/index.html wird als /var/lib/bugzilla/web/" +#~ "index.html.dpkg-bak gespeichert." + +#~ msgid "No MySQL server found. Do you want to continue?" +#~ msgstr "Kein MySQL-Server gefunden. Trotzdem weitermachen?" + +#~ msgid "A local or remote MySQL server is mandatory for using Bugzilla." +#~ msgstr "" +#~ "Ein lokaler oder entfernter MySQL-Server ist zwingend notwendig, um " +#~ "Bugzilla zu verwenden." + +#~ msgid "" +#~ "The Bugzilla package does not depend on the MySQL server package, since " +#~ "Bugzilla can use a remote MySQL database. To complete Bugzilla " +#~ "configuration, access to a MySQL server is required." +#~ msgstr "" +#~ "Das Bugzilla-Paket ist nicht vom MySQL-Server-Paket abhängig, da " +#~ "Bugzilla auch eine entfernte MySQL-Datenbank nutzen kann. Um das " +#~ "Einrichten von Bugzilla zu vervollständigen, wird ein Zugriff auf einen " +#~ "MySQL-Server benötigt." + +#~ msgid "If you do not continue, the Bugzilla package will not be configured." +#~ msgstr "" +#~ "Falls Sie nicht fortfahren, wird das Bugzilla-Paket nicht eingerichtet " +#~ "sein." + +#~ msgid "Do you need to create a new database or a new user?" +#~ msgstr "" +#~ "Möchten Sie eine neue Datenbank oder einen neuen Benutzer erstellen?" + +#~ msgid "" +#~ "If no MySQL database or no MySQL database user exist, they should be " +#~ "created." +#~ msgstr "" +#~ "Falls keine MySQL-Datenbank oder kein MySQL-Datenbank-Benutzer existiert, " +#~ "dann müssen diese erstellt werden." + +#~ msgid "Both may however be created manually later." +#~ msgstr "Beide können später jedoch auch noch manuell erstellt werden." + +#~ msgid "Database server administrator username:" +#~ msgstr "Benutzername des Datenbank-Administrators:" + +#~ msgid "" +#~ "Please enter the username of a database user with database and users " +#~ "creation privileges in the MySQL database server." +#~ msgstr "" +#~ "Geben Sie bitte den Datenbank-Benutzer ein, der berechtigt ist, auf dem " +#~ "MySQL-Server Datenbanken und Benutzer anzulegen." + +#~ msgid "Database server administrator password:" +#~ msgstr "Passwort des Datenbank-Administrators:" + +#~ msgid "Please enter the password of the database server administrator." +#~ msgstr "" +#~ "Bitte geben das Passwort für den Administrator des Datenbank-Servers ein." + +#~ msgid "" +#~ "This password will be not be stored permanently by debconf; it is " +#~ "forgotten once the database and database user are created." +#~ msgstr "" +#~ "Dieses Passwort wird nicht dauerhaft von Debconf gespeichert. Es wird " +#~ "vergessen, sobald die Datenbank und der Datenbank-Benutzer erstellt " +#~ "wurden." + +#~ msgid "Database server host name:" +#~ msgstr "Host-Name des Datenbank-Servers:" + +#~ msgid "" +#~ "Please enter the hostname of the database server which will host the " +#~ "Bugzilla database." +#~ msgstr "" +#~ "Bitte geben Sie den Host-Namen des Datenbank-Servers ein, auf dem die " +#~ "Bugzilla-Datenbank laufen wird." + +#~ msgid "Database server listening port:" +#~ msgstr "Port des Datenbank-Servers:" + +#~ msgid "" +#~ "Please enter the port number on which the MySQL database server can be " +#~ "accessed." +#~ msgstr "" +#~ "Bitte geben Sie die Port-Nummer an, unter der der MySQL-Datenbank-Server " +#~ "erreichbar ist." + +#~ msgid "Database name:" +#~ msgstr "Datenbank-Name:" + +#~ msgid "" +#~ "Please enter the name of the MySQL database where Bugzilla data will be " +#~ "stored." +#~ msgstr "" +#~ "Bitte geben Sie den Namen der MySQL-Datenbank ein, in welcher die " +#~ "Bugzilla-Daten gespeichert werden." + +#~ msgid "" +#~ "Note that if you want to use a database name with special characters, " +#~ "you need at least a 3.23.6 MySQL server. If you plan to use an older " +#~ "MySQL server, please don't put special characters in the database name. " +#~ "See section 9.2.2 in the MySQL documentation for details about database " +#~ "identifiers." +#~ msgstr "" +#~ "Wollen Sie einen Datenbank-Namen verwenden, der besondere Zeichen enthÃ" +#~ "¤lt, dann brauchen Sie einen MySQL-Server ab Version 3.23.6. Falls Sie " +#~ "einen älteren MySQL-Server verwenden wollen, dann darf der Datenbank-" +#~ "Name keine besonderen Zeichen beinhalten. Genauere Informationen zu " +#~ "Datenbank-Bezeichnern enthält Abschnitt 9.2.2 der MySQL-Dokumentation." + +#~ msgid "Bugzilla database owner name:" +#~ msgstr "Eigentümer der Bugzilla-Datenbank:" + +#~ msgid "" +#~ "Please enter the database user name which will own the Bugzilla database." +#~ msgstr "" +#~ "Bitte geben Sie den Datenbank-Benutzernamen ein, welcher der Eigentümer " +#~ "der Bugzilla-Datenbank sein wird." + +#~ msgid "Bugzilla database owner password:" +#~ msgstr "Passwort des Bugzilla-Datenbank-Eigentümers:" + +#~ msgid "" +#~ "Please enter the password of the user which will own the Bugzilla " +#~ "database." +#~ msgstr "" +#~ "Bitte geben Sie das Passwort des Benutzers ein, welcher der Eigentümer " +#~ "der Bugzilla-Datenbank sein wird." + +#~ msgid "" +#~ "As you don't have a MySQL server installed locally, only a manual " +#~ "installation is possible." +#~ msgstr "" +#~ "Da Sie lokal keinen MySQL-Server installiert haben, ist lediglich eine " +#~ "manuelle Installation möglich." + +#~ msgid "Automatic" +#~ msgstr "Automatisch" + +#~ msgid "Manual" +#~ msgstr "Manuell" + +#~ msgid "Later" +#~ msgstr "Später" + +#~ msgid "Bugzilla configuration:" +#~ msgstr "Bugzilla-Konfiguration:" + +#~ msgid "Please choose your preferred installation mode." +#~ msgstr "Bitte wählen Sie den bevorzugten Installationsweg." + +#~ msgid "" +#~ "Choosing \"Automatic\" needs a locally installed MySQL server. This " +#~ "setup mode will try to use as many default values as possible." +#~ msgstr "" +#~ "Wählen Sie »Automatisch«, dann benötigen Sie einen lokal (d.h. auf " +#~ "diesem Rechner) installierten MySQL-Server. Dieser Installationsweg wird " +#~ "versuchen, soviele Vorgabewerte wie möglich zu verwenden." + +#~ msgid "" +#~ "Choosing \"Manual\" will let you enter all the preferences for the MySQL " +#~ "server you want to use (either local or remote)." +#~ msgstr "" +#~ "Wählen Sie »Manuell«, dann können Sie alle Einstellungen für den zu " +#~ "verwendenden MySQL-Server selbst eingeben. Der MySQL-Server kann dann " +#~ "sowohl lokal als auch entfernt installiert sein." + +#~ msgid "" +#~ "Choosing \"Later\" means that you don't have yet a MySQL server up for " +#~ "Bugzilla. This choice will abort the installation process." +#~ msgstr "" +#~ "Wählen Sie »Später«, dann bedeutet das, dass für Bugzilla noch kein " +#~ "MySQL-Server vorhanden ist. Diese Wahl wird die Installation abbrechen." --- bugzilla-3.2.5.0.orig/debian/po/uk.po +++ bugzilla-3.2.5.0/debian/po/uk.po @@ -0,0 +1,140 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: Bugzilla\n" +"Report-Msgid-Bugs-To: bugzilla@packages.debian.org\n" +"POT-Creation-Date: 2009-08-21 12:28+0200\n" +"PO-Revision-Date: 2009-09-03 23:42+0300\n" +"Last-Translator: Artem Ustinov \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Ukrainian\n" +"X-Poedit-Country: UKRAINE\n" +"X-Poedit-SourceCharset: utf-8\n" + +#. Type: password +#. Description +#: ../bugzilla3.templates:2001 +msgid "Password confirmation:" +msgstr "ÐŸÑ–Ð´Ñ‚Ð²ÐµÑ€Ð´Ð¶ÐµÐ½Ð½Ñ Ð¿Ð°Ñ€Ð¾Ð»ÑŽ:" + +#. Type: string +#. Description +#: ../bugzilla3.templates:3001 +msgid "Email address of Bugzilla administrator:" +msgstr "ÐдреÑа адмініÑтратора Bugzilla:" + +#. Type: string +#. Description +#: ../bugzilla3.templates:3001 +msgid "" +"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." +msgstr "" +"Будь-лаÑка, вкажіть електронну адреÑу адмініÑтратора Bugzilla; уÑÑ– лиÑти до " +"адмініÑтратора надÑилатимутьÑÑ Ð½Ð° цю адреÑу. Дана адреÑа також Ñ” " +"адмініÑтративним логіном до Bugzilla." + +#. Type: string +#. Description +#: ../bugzilla3.templates:3001 +msgid "" +"A valid address must contain exactly one '@', and at least one '.' after the " +"@. You'll be able to change this setting through Bugzilla's web interface." +msgstr "" +"ДійÑна адреÑа має міÑтити принаймні один Ñимвол '@' та щонайменше одну " +"крапку піÑÐ»Ñ @. Це можна змінити у веб-інтерфейÑÑ– Bugzilla." + +#. Type: string +#. Description +#: ../bugzilla3.templates:4001 +msgid "Real name of Bugzilla administrator:" +msgstr "Справжнє ім'Ñ Ð°Ð´Ð¼Ñ–Ð½Ñ–Ñтратора Bugzilla:" + +#. Type: password +#. Description +#: ../bugzilla3.templates:5001 +msgid "Password for the Bugzilla administrator account:" +msgstr "Пароль адмініÑтратора Bugzilla:" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:6001 +msgid "Have Status or Resolution values been customized?" +msgstr "Чи налаштовувалиÑÑ Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Â«Ð¡Ñ‚Ð°Ð½Â» або «ВирішеннÑ»?" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:6001 +msgid "" +"If values in the Status or Resolution fields have been customized, the " +"checksetup procedure must be modified appropriately before installation can " +"continue." +msgstr "" +"Якщо Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ñƒ полÑÑ… «Стан» або «ВирішеннÑ» налаштовувалиÑÑ Ñ‚Ð¾ необхідно " +"відповідним чином змінити процедуру checksetup перш ніж продовжувати " +"інÑталÑцію." + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:6001 +msgid "" +"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." +msgstr "" +"Ð”Ð»Ñ ÐºÐ¾Ð¶Ð½Ð¾Ð³Ð¾ Ð¾Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ñ†ÑŒÐ¾Ð³Ð¾ пакунку вÑтановлюєтьÑÑ Ð½Ð¾Ð²Ð° верÑÑ–Ñ Ñкрипта " +"checksetup_nondebian.pl; Ð´Ð¸Ñ€ÐµÐºÑ‚Ð¾Ñ€Ñ–Ñ /usr/share/bugzilla3/debian/pre-" +"checksetup.d може вживатиÑÑ Ð´Ð»Ñ Ð°Ð²Ñ‚Ð¾Ð¼Ð°Ñ‚Ð¸Ñ‡Ð½Ð¾Ð³Ð¾ заÑтоÑÑƒÐ²Ð°Ð½Ð½Ñ Ð²Ð°ÑˆÐ¸Ñ… змін перед " +"виконаннÑм." + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "Prompt about customized Status/Resolution at each update?" +msgstr "ПовідомлÑти про змінені Стан/Ð’Ð¸Ñ€Ñ–ÑˆÐµÐ½Ð½Ñ Ð¿Ñ€Ð¸ кожному оновленні?" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "" +"If you modified Status/Resolution fields and created a script within /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." +msgstr "" +"Якщо ви змінили Ð¿Ð¾Ð»Ñ Ð¡Ñ‚Ð°Ð½/Ð’Ð¸Ñ€Ñ–ÑˆÐµÐ½Ð½Ñ Ñ‚Ð° Ñтворили Ñкрипт у /usr/share/" +"bugzilla3/debian/pre-checksetup.d Ð´Ð»Ñ Ð·Ð°ÑтоÑÑƒÐ²Ð°Ð½Ð½Ñ Ð·Ð¼Ñ–Ð½ у /usr/share/" +"bugzilla3/lib/checksetup-nondebian.pl ви можете забажати не одержувати " +"запитань при кожному оновленні." + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "" +"If you accept being prompted, you will have to call /usr/share/bugzilla3/lib/" +"checksetup.pl yourself, at each package upgrade, before using Bugzilla." +msgstr "" +"Якщо ви згодні отримувати запитаннÑ, вам необхідно буде запуÑкати /usr/share/" +"bugzilla3/lib/checksetup.pl влаÑноруч при кожному оновленні перш, ніж " +"викориÑтовувати Bugzilla." + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "" +"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)." +msgstr "" +"Якщо ви не змінювали Стан/ВирішеннÑ, ви маєте пропуÑтити Ð·Ð°Ð¿Ð¸Ñ‚Ð°Ð½Ð½Ñ Ð±Ð¾ " +"checksetup.pl запуÑкатиметьÑÑ Ð°Ð²Ñ‚Ð¾Ð¼Ð°Ñ‚Ð¸Ñ‡Ð½Ð¾ (разом зі Ñкриптами {pre,post}-" +"checksetup.d)." --- bugzilla-3.2.5.0.orig/debian/po/fr.po +++ bugzilla-3.2.5.0/debian/po/fr.po @@ -0,0 +1,147 @@ +# french translation of bugzilla3 debconf templates +# Copyright (C) 2007-2009 Debian French l10n team +# This file is distributed under the same license as the bugzilla3 package. +# +# Translators: +# Alexis Sukrieh , 2008 +# Jean Guillou , 2008, 2009 +# Christian Perrier , 2008 +# Florentin Duneau , 2009. +# +msgid "" +msgstr "" +"Project-Id-Version: bugzilla3\n" +"Report-Msgid-Bugs-To: bugzilla@packages.debian.org\n" +"POT-Creation-Date: 2009-08-21 12:28+0200\n" +"PO-Revision-Date: 2009-09-01 21:47+0200\n" +"Last-Translator: Florentin Duneau \n" +"Language-Team: fr \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Lokalize 1.0\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. Type: password +#. Description +#: ../bugzilla3.templates:2001 +msgid "Password confirmation:" +msgstr "Confirmation du mot de passe :" + +#. Type: string +#. Description +#: ../bugzilla3.templates:3001 +msgid "Email address of Bugzilla administrator:" +msgstr "Adresse électronique de l'administrateur de Bugzilla :" + +#. Type: string +#. Description +#: ../bugzilla3.templates:3001 +msgid "" +"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." +msgstr "" +"Veuillez indiquer l'adresse électronique de l'administrateur de Bugzilla. " +"Tous les courriers électroniques qui lui sont destinés y seront envoyés. " +"Elle sera également utilisée comme identifiant pour l'administrateur." + +#. Type: string +#. Description +#: ../bugzilla3.templates:3001 +msgid "" +"A valid address must contain exactly one '@', and at least one '.' after the " +"@. You'll be able to change this setting through Bugzilla's web interface." +msgstr "" +"Une adresse valable doit contenir un et un seul « @ » et au moins un « . » " +"après le « @ ». Vous pourrez changer ces réglages initiaux via l'interface " +"web de Bugzilla." + +#. Type: string +#. Description +#: ../bugzilla3.templates:4001 +msgid "Real name of Bugzilla administrator:" +msgstr "Nom réel de l'administrateur de Bugzilla :" + +#. Type: password +#. Description +#: ../bugzilla3.templates:5001 +msgid "Password for the Bugzilla administrator account:" +msgstr "Mot de passe de l'administrateur de Bugzilla :" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:6001 +msgid "Have Status or Resolution values been customized?" +msgstr "Faut-il modifier la valeur des champs « Status/Resolution » ?" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:6001 +msgid "" +"If values in the Status or Resolution fields have been customized, the " +"checksetup procedure must be modified appropriately before installation can " +"continue." +msgstr "" +"Si vous avez modifié la valeur des champs « Status/Resolution », la procédure " +"« checksetup » doit être modifiée de façon appropriée avant de continuer " +"l'installation." + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:6001 +msgid "" +"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." +msgstr "" +"Pour chaque mise à jour de Bugzilla, une nouvelle version du script " +"« checksetup_nondebian.pl » est installée ; le répertoire /usr/share/" +"bugzilla3/debian/pre-checksetup.d peut être utilisé pour automatiquement " +"appliquer vos modifications avant l'exécution." + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "Prompt about customized Status/Resolution at each update?" +msgstr "" +"Demander la tenue à jour des champs « Status/Resolution » à chaque mise à " +"jour ? " + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "" +"If you modified Status/Resolution fields and created a script within /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." +msgstr "" +"Si vous modifiez les champs « Status/Resolution » et créez un script dans /" +"usr/share/bugzilla3/debian/pre-checksetup.d pour appliquer des changements à " +"« /usr/share/bugzilla3/lib/checksetup-nondebian.pl », vous pouvez préférer ne " +"pas être consulté à chaque mise à jour." + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "" +"If you accept being prompted, you will have to call /usr/share/bugzilla3/lib/" +"checksetup.pl yourself, at each package upgrade, before using Bugzilla." +msgstr "" +"Si vous choisissez d'être consulté sur la mise à jour, vous devrez exécuter " +"le script « /usr/share/bugzilla3/lib/checksetup.pl » vous-même lors de chaque " +"mise à jour avant de redémarrer Bugzilla." + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "" +"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)." +msgstr "" +"Si vous n'avez pas modifié la valeur de ces champs, la question ne vous sera " +"plus posée car le script « checksetup.pl » sera exécuté automatiquement " +"(ainsi que les scripts « {pre,post}-checksetup.d »)." --- bugzilla-3.2.5.0.orig/debian/po/ru.po +++ bugzilla-3.2.5.0/debian/po/ru.po @@ -0,0 +1,142 @@ +# translation of ru.po to Russian +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Yuri Kozlov , 2008. +# Yuri Kozlov , 2009. +msgid "" +msgstr "" +"Project-Id-Version: bugzilla 3.2.4.0-4\n" +"Report-Msgid-Bugs-To: bugzilla@packages.debian.org\n" +"POT-Creation-Date: 2009-08-21 12:28+0200\n" +"PO-Revision-Date: 2009-08-23 10:22+0400\n" +"Last-Translator: Yuri Kozlov \n" +"Language-Team: Russian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. Type: password +#. Description +#: ../bugzilla3.templates:2001 +msgid "Password confirmation:" +msgstr "Подтверждение паролÑ:" + +#. Type: string +#. Description +#: ../bugzilla3.templates:3001 +msgid "Email address of Bugzilla administrator:" +msgstr "ÐÐ´Ñ€ÐµÑ Ñл.почты админиÑтратора Bugzilla:" + +#. Type: string +#. Description +#: ../bugzilla3.templates:3001 +msgid "" +"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." +msgstr "" +"Введите Ð°Ð´Ñ€ÐµÑ Ñлектронной почты админиÑтратора Bugzilla; вÑÑ Ð¿Ð¾Ñ‡Ñ‚Ð° Ð´Ð»Ñ " +"админиÑтратора будет направлÑÑ‚ÑŒÑÑ Ð½Ð° Ñтот адреÑ. Данный Ð°Ð´Ñ€ÐµÑ Ñл.почты также " +"будет иÑпользоватьÑÑ ÐºÐ°Ðº Ð¸Ð¼Ñ Ð´Ð»Ñ Ð²Ñ…Ð¾Ð´Ð° в Bugzilla под админиÑтративной " +"учётной запиÑью." + +#. Type: string +#. Description +#: ../bugzilla3.templates:3001 +msgid "" +"A valid address must contain exactly one '@', and at least one '.' after the " +"@. You'll be able to change this setting through Bugzilla's web interface." +msgstr "" +"Ð’ адреÑе должен быть только один Ñимвол '@' и, как минимум, одна '.' поÑле " +"@. Ð’Ñ‹ можете изменить Ñтот параметр через веб-Ð¸Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñ Bugzilla." + +#. Type: string +#. Description +#: ../bugzilla3.templates:4001 +msgid "Real name of Bugzilla administrator:" +msgstr "ÐаÑтоÑщее Ð¸Ð¼Ñ Ð°Ð´Ð¼Ð¸Ð½Ð¸Ñтратора Bugzilla:" + +#. Type: password +#. Description +#: ../bugzilla3.templates:5001 +msgid "Password for the Bugzilla administrator account:" +msgstr "Пароль учётной запиÑи Ð¸Ð¼Ñ Ð°Ð´Ð¼Ð¸Ð½Ð¸Ñтратора Bugzilla:" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:6001 +msgid "Have Status or Resolution values been customized?" +msgstr "ДорабатывалиÑÑŒ ли Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ Ð¿Ð¾Ð»ÐµÐ¹ СоÑтоÑние или Решение?" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:6001 +msgid "" +"If values in the Status or Resolution fields have been customized, the " +"checksetup procedure must be modified appropriately before installation can " +"continue." +msgstr "" +"ЕÑли вы дорабатывали Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ Ð¿Ð¾Ð»ÐµÐ¹ СоÑтоÑние/Решение под Ñвои нужды, то " +"перед продолжением уÑтановки нужно ÑоответÑтвующим образом изменить " +"процедуру checksetup." + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:6001 +msgid "" +"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." +msgstr "" +"Ð”Ð»Ñ ÐºÐ°Ð¶Ð´Ð¾Ð³Ð¾ Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð´Ð°Ð½Ð½Ð¾Ð³Ð¾ пакета уÑтанавливаетÑÑ Ð½Ð¾Ð²Ð°Ñ Ð²ÐµÑ€ÑÐ¸Ñ ÑÑ†ÐµÐ½Ð°Ñ€Ð¸Ñ " +"checksetup_nondebian.pl; перед выполнением Ð´Ð»Ñ Ð°Ð²Ñ‚Ð¾Ð¼Ð°Ñ‚Ð¸Ñ‡ÐµÑкого Ð¿Ñ€Ð¸Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ " +"ваших изменений можно воÑпользоватьÑÑ ÐºÐ°Ñ‚Ð°Ð»Ð¾Ð³Ð¾Ð¼ /usr/share/bugzilla3/debian/" +"pre-checksetup.d." + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "Prompt about customized Status/Resolution at each update?" +msgstr "Ðапоминать об доработке полей СоÑтоÑниÑ/Решение при каждом обновлении?" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "" +"If you modified Status/Resolution fields and created a script within /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." +msgstr "" +"ЕÑли вы изменÑли Ð¿Ð¾Ð»Ñ Ð¡Ð¾ÑтоÑниÑ/Решение и Ñоздали Ñценарий в каталоге /usr/" +"share/bugzilla3/debian/pre-checksetup.d Ð´Ð»Ñ Ð¿Ñ€Ð¸Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ð¹ к /usr/" +"share/bugzilla3/lib/checksetup-nondebian.pl, то можете захотеть отключить " +"напоминание при обновлении пакета." + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "" +"If you accept being prompted, you will have to call /usr/share/bugzilla3/lib/" +"checksetup.pl yourself, at each package upgrade, before using Bugzilla." +msgstr "" +"ЕÑли вы ответите утвердительно, то перед тем как иÑпользовать Bugzilla вам " +"нужно будет ÑамоÑтоÑтельно запуÑкать /usr/share/bugzilla3/lib/checksetup.pl " +"каждый раз при обновлении пакета." + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "" +"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)." +msgstr "" +"ЕÑли вы не изменÑли Ð¿Ð¾Ð»Ñ Ð¡Ð¾ÑтоÑниÑ/Решение, то выключите напоминание, так " +"как checksetup.pl будет запуÑкатьÑÑ Ð°Ð²Ñ‚Ð¾Ð¼Ð°Ñ‚Ð¸Ñ‡ÐµÑки (вмеÑте Ñо ÑценариÑми {pre," +"post}-checksetup.d)." --- bugzilla-3.2.5.0.orig/debian/po/ca.po +++ bugzilla-3.2.5.0/debian/po/ca.po @@ -0,0 +1,366 @@ +# translation of bugzilla_2.16.4-1_templates.po to catalan +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans# +# Developers do not need to manually edit POT or PO files. +# Jordi Fernández Mora , 2004. +# Miguel Gea Milvaques , 2004, 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: ca\n" +"Report-Msgid-Bugs-To: bugzilla@packages.debian.org\n" +"POT-Creation-Date: 2009-08-21 12:28+0200\n" +"PO-Revision-Date: 2005-09-13 22:47+0200\n" +"Last-Translator: Miguel Gea Milvaques\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.9.1\n" + +#. Type: password +#. Description +#: ../bugzilla3.templates:2001 +msgid "Password confirmation:" +msgstr "Confirmeu la contrasenya:" + +#. Type: string +#. Description +#: ../bugzilla3.templates:3001 +#, fuzzy +#| msgid "Email address of the Bugzilla administrator:" +msgid "Email address of Bugzilla administrator:" +msgstr "" +"Introduïu l'adreça de correu electrònic de l'administrador de Bugzilla:" + +#. Type: string +#. Description +#: ../bugzilla3.templates:3001 +#, fuzzy +#| msgid "" +#| "All mail for the administrator will be sent to this address. This email " +#| "address is also used as the administrator login for Bugzilla." +msgid "" +"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." +msgstr "" +"Tots els correus electrònics per a l'administrador s'enviaran a aquesta " +"adreça. Aquesta adreça de correu electrònic també es farà servir com a " +"entrada de l'administrador de Bugzilla." + +#. Type: string +#. Description +#: ../bugzilla3.templates:3001 +#, fuzzy +#| msgid "" +#| "A valid address must contain exactly one '@', and at least one '.' after " +#| "the @. You'll be able to change this setting through bugzilla's web " +#| "interface." +msgid "" +"A valid address must contain exactly one '@', and at least one '.' after the " +"@. You'll be able to change this setting through Bugzilla's web interface." +msgstr "" +"Una adreça correcta ha de contenir exactament un '@', i com a mínim un '.' " +"després de @. Podreu canviar aquesta condició amb la interfície web de " +"bugzilla." + +#. Type: string +#. Description +#: ../bugzilla3.templates:4001 +#, fuzzy +#| msgid "Real name of the Bugzilla administrator:" +msgid "Real name of Bugzilla administrator:" +msgstr "Introduïu el nom real de l'administrador de Bugzilla:" + +#. Type: password +#. Description +#: ../bugzilla3.templates:5001 +msgid "Password for the Bugzilla administrator account:" +msgstr "Introduïu la contrasenya pel compte de l'administrador de Bugzilla:" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:6001 +msgid "Have Status or Resolution values been customized?" +msgstr "" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:6001 +msgid "" +"If values in the Status or Resolution fields have been customized, the " +"checksetup procedure must be modified appropriately before installation can " +"continue." +msgstr "" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:6001 +msgid "" +"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." +msgstr "" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "Prompt about customized Status/Resolution at each update?" +msgstr "" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "" +"If you modified Status/Resolution fields and created a script within /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." +msgstr "" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "" +"If you accept being prompted, you will have to call /usr/share/bugzilla3/lib/" +"checksetup.pl yourself, at each package upgrade, before using Bugzilla." +msgstr "" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "" +"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)." +msgstr "" + +#~ msgid "New location for Bugzilla CGI scripts" +#~ msgstr "Lloc nou pels fitxers de seqüència de Bugzilla" + +#~ msgid "" +#~ "All CGI scripts have been moved to /usr/lib/cgi-bin/bugzilla and the " +#~ "script \"bgz_query.cgi\" has been renamed as \"query.cgi\"." +#~ msgstr "" +#~ "Tots els fitxers de seqüència CGI s'han mogut a /usr/lib/cgi-bin/bugzilla " +#~ "i el fitxer de seqüència «bgz_query.cgi» ha canviat el nom a «query.cgi»." + +#~ msgid "" +#~ "If you have made changes to /var/lib/bugzilla/web/index.html, the install " +#~ "process will not overwrite this file. You may thus need to update all " +#~ "links to the CGI scripts." +#~ msgstr "" +#~ "Si heu fet canvis a /var/lib/bugzilla/web/index.html el procés " +#~ "d'instal·lació no sobreescriurà aquests fitxer, per tant heu " +#~ "d'actualitzar tots els enllaços que fan referència als fitxers de " +#~ "seqüència CGI." + +#~ msgid "Template now used for the Bugzilla index" +#~ msgstr "Plantilla utilitzada ara per a l'índex de Bugzilla" + +#~ msgid "" +#~ "If you have made changes to /var/lib/bugzilla/web/index.html, you should " +#~ "report them in a copy of /usr/share/bugzilla/template/en/default/index." +#~ "html.tmpl and put it in /var/lib/bugzilla/template/en/custom/." +#~ msgstr "" +#~ "Si heu fet canvis a /var/lib/bugzilla/web/index.html, heu de fer-los " +#~ "constar a una còpia de /usr/share/bugzilla/template/en/default/index.html." +#~ "tmpl que ha d'anar a /var/lib/bugzilla/template/en/custom/." + +#~ msgid "" +#~ "The /var/lib/bugzilla/web/index.html file will be saved as /var/lib/" +#~ "bugzilla/web/index.html.dpkg-bak." +#~ msgstr "" +#~ "El fitxer /var/lib/bugzilla/web/index.html es desarà com /var/lib/" +#~ "bugzilla/web/index.html.dpkg-bak." + +#~ msgid "No MySQL server found. Do you want to continue?" +#~ msgstr "No s'ha trobat cap servidor MySQL. Voleu continuar?" + +#~ msgid "A local or remote MySQL server is mandatory for using Bugzilla." +#~ msgstr "És obligatori tenir un servidor MySQL per utilitzar Bugzilla." + +#~ msgid "" +#~ "The Bugzilla package does not depend on the MySQL server package, since " +#~ "Bugzilla can use a remote MySQL database. To complete Bugzilla " +#~ "configuration, access to a MySQL server is required." +#~ msgstr "" +#~ "El paquet Bugzilla no declara una dependència obligatòria al paquet MySQL " +#~ "server, ja que Bugzilla pot fer servir una base de dades MySQL de forma " +#~ "remota. Per completar la configuració de Bugzilla, es necessita accés al " +#~ "servidor MySQL." + +#~ msgid "If you do not continue, the Bugzilla package will not be configured." +#~ msgstr "Si no continueu, el paquet Bugzilla no serà configurat." + +#~ msgid "Do you need to create a new database or a new user?" +#~ msgstr "Necessiteu crear una nova base de dades o un usuari nou?" + +#~ msgid "" +#~ "If no MySQL database or no MySQL database user exist, they should be " +#~ "created." +#~ msgstr "" +#~ "Si no teniu una base de dades MySQL o un usuari de la base de dades que " +#~ "el pugui fer servir bugzilla heu de crear-ne un." + +#~ msgid "Both may however be created manually later." +#~ msgstr "Sense dubte tots dos haureu de crear-los manualment després." + +#~ msgid "Database server administrator username:" +#~ msgstr "Introduïu l'usuari administrador de la base de dades:" + +#~ msgid "" +#~ "Please enter the username of a database user with database and users " +#~ "creation privileges in the MySQL database server." +#~ msgstr "" +#~ "Introduïu el nom de l'usuari de la base de dades que tingui suficients " +#~ "permisos per crear noves bases de dades i usuaris a la base de dades " +#~ "MySQL." + +#~ msgid "Database server administrator password:" +#~ msgstr "" +#~ "Introduïu la contrasenya de l'usuari administrador de la base de dades:" + +#~ msgid "Please enter the password of the database server administrator." +#~ msgstr "" +#~ "Introduïu la contrasenya de l'administrador del servidor de base de dades." + +#~ msgid "" +#~ "This password will be not be stored permanently by debconf; it is " +#~ "forgotten once the database and database user are created." +#~ msgstr "" +#~ "Aquesta contrasenya no s'emmagatzemarà permanentment per debconf; " +#~ "s'oblidarà una vegada són creades la base de dades i l'usuari de la base " +#~ "de dades." + +#~ msgid "Database server host name:" +#~ msgstr "Nom del servidor de base de dades:" + +#~ msgid "" +#~ "Please enter the hostname of the database server which will host the " +#~ "Bugzilla database." +#~ msgstr "" +#~ "Introduïu el nom del servidor de base de dades que allotjarà la base de " +#~ "dades de Bugzilla." + +#~ msgid "Database server listening port:" +#~ msgstr "Port que rep les connexions al servidor de base de dades:" + +#~ msgid "" +#~ "Please enter the port number on which the MySQL database server can be " +#~ "accessed." +#~ msgstr "" +#~ "Si us plau introduïu el port pel qual es pot accedir al servidor de base " +#~ "de dades MySQL." + +#~ msgid "Database name:" +#~ msgstr "Nom de la base de dades:" + +#~ msgid "" +#~ "Please enter the name of the MySQL database where Bugzilla data will be " +#~ "stored." +#~ msgstr "" +#~ "Si us plau introduïu el nom de la base de dades de MySQL on es guardarà " +#~ "la informació de Bugzilla." + +#~ msgid "" +#~ "Note that if you want to use a database name with special characters, " +#~ "you need at least a 3.23.6 MySQL server. If you plan to use an older " +#~ "MySQL server, please don't put special characters in the database name. " +#~ "See section 9.2.2 in the MySQL documentation for details about database " +#~ "identifiers." +#~ msgstr "" +#~ "Adoneu-vos que si voleu fer ús d'un nom per la base de dades amb " +#~ "caràcters especials, necessitareu una versió superior a la 3.23.6 del " +#~ "servidor MySQL. Si esteu pensant en utilitzar un servidor de MySQL més " +#~ "antic, no poseu caràcters especials al nom de la base de dades. Vegeu la " +#~ "secció 9.2.2 de la documentació del MySQL per veure detalls dels " +#~ "identificadors de la base de dades." + +#~ msgid "Bugzilla database owner name:" +#~ msgstr "Nom del propietari de la base de dades de Bugzilla:" + +#~ msgid "" +#~ "Please enter the database user name which will own the Bugzilla database." +#~ msgstr "" +#~ "Si us plau introduïu el nom de l'usuari de la base de dades que serà " +#~ "propietari de la base de dades de Bugzilla." + +#~ msgid "Bugzilla database owner password:" +#~ msgstr "Contrasenya del propietari de la base de dades de Bugzilla:" + +#~ msgid "" +#~ "Please enter the password of the user which will own the Bugzilla " +#~ "database." +#~ msgstr "" +#~ "Si us plau introduïu la contrasenya de l'usuari propietari de la base de " +#~ "dades de Bugzilla." + +#~ msgid "" +#~ "As you don't have a MySQL server installed locally, only a manual " +#~ "installation is possible." +#~ msgstr "" +#~ "Com que no teniu instalat el servidor MySQL localment, tan sols és " +#~ "possible fer la instal·lació de forma manual." + +#~ msgid "Invalid values for MySQL access." +#~ msgstr "Valors invàlids per accedir al MySQL." + +#~ msgid "You filled bad values either for the MySQL user or for its password." +#~ msgstr "" +#~ "Heu omplit uns valors incorrectes per l'usuari de MySQL o be per la seva " +#~ "contrasenya." + +#~ msgid "" +#~ "Empty values are not allowed for those fields, choose a correct username " +#~ "and password." +#~ msgstr "" +#~ "No estan permesos valors buits per aquestos camps, escolliu un usuari i " +#~ "una contrasenya correctes." + +#~ msgid "Automatic" +#~ msgstr "Automàtic" + +#~ msgid "Manual" +#~ msgstr "Manual" + +#~ msgid "Later" +#~ msgstr "Després" + +#~ msgid "Bugzilla configuration:" +#~ msgstr "Configuració de Bugzilla:" + +#~ msgid "Please choose your preferred installation mode." +#~ msgstr "Escolliu el mode d'instal·lació que preferiu." + +#~ msgid "" +#~ "Choosing \"Automatic\" needs a locally installed MySQL server. This " +#~ "setup mode will try to use as many default values as possible." +#~ msgstr "" +#~ "Escollint «Automatic» necessitareu tenir el servidor MySQL localment. " +#~ "Aquest mode de configuració utilitzarà tots els valors per defecte que " +#~ "sigui possible." + +#~ msgid "" +#~ "Choosing \"Manual\" will let you enter all the preferences for the MySQL " +#~ "server you want to use (either local or remote)." +#~ msgstr "" +#~ "Escollir «Manual» us permetrà introduir totes les preferències que vulgueu " +#~ "utilitzar pel servidor de MySQL que utilitzeu (local o remot)." + +#~ msgid "" +#~ "Choosing \"Later\" means that you don't have yet a MySQL server up for " +#~ "Bugzilla. This choice will abort the installation process." +#~ msgstr "" +#~ "Escollir «Later» vol dir que no teniu encara un servidor de MySQL " +#~ "configurat per Bugzilla. Aquesta elecció avortarà el procés " +#~ "d'instal·lació." --- bugzilla-3.2.5.0.orig/debian/po/it.po +++ bugzilla-3.2.5.0/debian/po/it.po @@ -0,0 +1,142 @@ +# ITALIAN TRANSLATION OF BUGZILLA-3.2.0.0-RC2.2'S.PO-DEBCONF FILE +# COPYRIGHT (C) 2008 THE BUGZILLA'S COPYRIGHT HOLDER +# This file is distributed under the same license as the bugzilla package. +# +# Vincenzo Campanella , 2008. +msgid "" +msgstr "" +"Project-Id-Version: bugzilla-3.2.0.0-RC2.2\n" +"Report-Msgid-Bugs-To: bugzilla@packages.debian.org\n" +"POT-Creation-Date: 2009-08-21 12:28+0200\n" +"PO-Revision-Date: 2008-12-03 07:47+0100\n" +"Last-Translator: Vincenzo Campanella \n" +"Language-Team: Italian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +#. Type: password +#. Description +#: ../bugzilla3.templates:2001 +msgid "Password confirmation:" +msgstr "Conferma della password:" + +#. Type: string +#. Description +#: ../bugzilla3.templates:3001 +msgid "Email address of Bugzilla administrator:" +msgstr "Indirizzo di posta elettronica dell'amministratore di Bugzilla:" + +#. Type: string +#. Description +#: ../bugzilla3.templates:3001 +#, fuzzy +#| msgid "" +#| "Please enter the email address of 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." +msgid "" +"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." +msgstr "" +"Inserire l'indirizzo di posta elettronica dell'amministratore di Bugzilla; " +"tutti i messaggi destinati all'amministratore verranno inviati a questo " +"indirizzo. Questo indirizzo verrà utilizzato anche per l'autenticazione " +"dell'amministratore di Bugzilla." + +#. Type: string +#. Description +#: ../bugzilla3.templates:3001 +msgid "" +"A valid address must contain exactly one '@', and at least one '.' after the " +"@. You'll be able to change this setting through Bugzilla's web interface." +msgstr "" +"Un indirizzo di posta elettronica valido deve contenere esattamente un «@» e " +"almeno un «.» dopo «@». Questa impostazione potrà essere successivamente " +"modificata attraverso l'interfaccia web di Bugzilla." + +#. Type: string +#. Description +#: ../bugzilla3.templates:4001 +msgid "Real name of Bugzilla administrator:" +msgstr "Vero nome dell'amministratore di Bugzilla:" + +#. Type: password +#. Description +#: ../bugzilla3.templates:5001 +msgid "Password for the Bugzilla administrator account:" +msgstr "Password dell'amministratore di Bugzilla:" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:6001 +msgid "Have Status or Resolution values been customized?" +msgstr "" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:6001 +#, fuzzy +#| msgid "" +#| "If you customized values in the Status/Resolution field, you must edit /" +#| "usr/share/bugzilla3/lib/checksetup_nondebian.pl before running it." +msgid "" +"If values in the Status or Resolution fields have been customized, the " +"checksetup procedure must be modified appropriately before installation can " +"continue." +msgstr "" +"Se i valori nel campo «Status/Resolution» sono stati personalizzati, è " +"necessario modificare «/usr/share/bugzilla3/lib/checksetup_nondebian.pl prima " +"di eseguire il programma." + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:6001 +msgid "" +"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." +msgstr "" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +#, fuzzy +#| msgid "Did you customize the Status/Resolutions values?" +msgid "Prompt about customized Status/Resolution at each update?" +msgstr "I valori «Status/Resolution» sono stati personalizzati?" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "" +"If you modified Status/Resolution fields and created a script within /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." +msgstr "" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "" +"If you accept being prompted, you will have to call /usr/share/bugzilla3/lib/" +"checksetup.pl yourself, at each package upgrade, before using Bugzilla." +msgstr "" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "" +"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)." +msgstr "" + +#, fuzzy +#~| msgid "Did you customize the Status/Resolutions values?" +#~ msgid "Do you want to be asked for customized Status/Resolution again?" +#~ msgstr "I valori «Status/Resolution» sono stati personalizzati?" --- bugzilla-3.2.5.0.orig/debian/po/templates.pot +++ bugzilla-3.2.5.0/debian/po/templates.pot @@ -0,0 +1,116 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: bugzilla@packages.debian.org\n" +"POT-Creation-Date: 2009-08-21 12:28+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: password +#. Description +#: ../bugzilla3.templates:2001 +msgid "Password confirmation:" +msgstr "" + +#. Type: string +#. Description +#: ../bugzilla3.templates:3001 +msgid "Email address of Bugzilla administrator:" +msgstr "" + +#. Type: string +#. Description +#: ../bugzilla3.templates:3001 +msgid "" +"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." +msgstr "" + +#. Type: string +#. Description +#: ../bugzilla3.templates:3001 +msgid "" +"A valid address must contain exactly one '@', and at least one '.' after the " +"@. You'll be able to change this setting through Bugzilla's web interface." +msgstr "" + +#. Type: string +#. Description +#: ../bugzilla3.templates:4001 +msgid "Real name of Bugzilla administrator:" +msgstr "" + +#. Type: password +#. Description +#: ../bugzilla3.templates:5001 +msgid "Password for the Bugzilla administrator account:" +msgstr "" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:6001 +msgid "Have Status or Resolution values been customized?" +msgstr "" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:6001 +msgid "" +"If values in the Status or Resolution fields have been customized, the " +"checksetup procedure must be modified appropriately before installation can " +"continue." +msgstr "" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:6001 +msgid "" +"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." +msgstr "" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "Prompt about customized Status/Resolution at each update?" +msgstr "" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "" +"If you modified Status/Resolution fields and created a script within /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." +msgstr "" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "" +"If you accept being prompted, you will have to call /usr/share/bugzilla3/lib/" +"checksetup.pl yourself, at each package upgrade, before using Bugzilla." +msgstr "" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "" +"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)." +msgstr "" --- bugzilla-3.2.5.0.orig/debian/po/eu.po +++ bugzilla-3.2.5.0/debian/po/eu.po @@ -0,0 +1,146 @@ +# translation of bugzilla-eu.po to Euskara +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Piarres Beobide , 2008, 2009. +msgid "" +msgstr "" +"Project-Id-Version: bugzilla-eu\n" +"Report-Msgid-Bugs-To: bugzilla@packages.debian.org\n" +"POT-Creation-Date: 2009-08-21 12:28+0200\n" +"PO-Revision-Date: 2009-08-26 10:37+0200\n" +"Last-Translator: Piarres Beobide \n" +"Language-Team: American English \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Lokalize 1.0\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Type: password +#. Description +#: ../bugzilla3.templates:2001 +msgid "Password confirmation:" +msgstr "Pasahitz berrespena:" + +#. Type: string +#. Description +#: ../bugzilla3.templates:3001 +msgid "Email address of Bugzilla administrator:" +msgstr "Bugzilla administratzailearen eposta helbidea:" + +#. Type: string +#. Description +#: ../bugzilla3.templates:3001 +msgid "" +"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." +msgstr "" +"Mesedez idatzi Bugzilla administratzailearen helbide elektronikoa; " +"administrazio posta guztia helbide horretara bidaliko da. Helbide hau " +"erabiliko da ere administratzaileak Bugzillan saioa hasteko." + +#. Type: string +#. Description +#: ../bugzilla3.templates:3001 +msgid "" +"A valid address must contain exactly one '@', and at least one '.' after the " +"@. You'll be able to change this setting through Bugzilla's web interface." +msgstr "" +"Baliozko posta batez '@' bat eta honen ondoren behintzat '.' bat eduki behar " +"du. Aukera hau Bugzilla web interfazearen bidez aldatu ahal izango duzu." + +#. Type: string +#. Description +#: ../bugzilla3.templates:4001 +msgid "Real name of Bugzilla administrator:" +msgstr "Bugzilla administratzailearen benetako izena:" + +#. Type: password +#. Description +#: ../bugzilla3.templates:5001 +msgid "Password for the Bugzilla administrator account:" +msgstr "Bugzilla administratzaile kontuaren pasahitza:" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:6001 +msgid "Have Status or Resolution values been customized?" +msgstr "Egoera edo erresoluzio balioak pertsonalizatuak izan al dira?" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:6001 +msgid "" +"If values in the Status or Resolution fields have been customized, the " +"checksetup procedure must be modified appropriately before installation can " +"continue." +msgstr "" +"Egoera edo erresoluzio eremuak pertsonalizatuak izan badira, checksetup " +"prozedura behar den moduan eraldatu egin behar da instalazioak aurrera " +"jarraitu ahal izateko." + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:6001 +msgid "" +"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." +msgstr "" +"Pakete honetako bertsio -berritze bakoitzean checksetup_nondebian.pl script-" +"aren bertsio berri bat instalatuko da; /usr/share/bugzilla3/debian/pre-" +"checksetup.d direktorioa erabili daiteke zure eraldaketak exekutatu aurretik " +"automatikoki ezartzeko." + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "Prompt about customized Status/Resolution at each update?" +msgstr "" +"Egoera/erresoluzio balio pertsonalizatuaz galdetu bertsio-berritze " +"bakoitzean?" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "" +"If you modified Status/Resolution fields and created a script within /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." +msgstr "" +"Egoera/erresoluzio eremuak eraldatu badituzu eta /usr/share/bugzilla3/lib/" +"checksetup-nondebian.pl-en aldaketak ezartzeko /usr/share/bugzilla3/debian/" +"pre-checksetup.d erabiltzen duen script bat sortu baduzu, agian ez zaizu " +"interesgarri paketearen bertsio-berritze bakoitzean galdera hau egitea." + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "" +"If you accept being prompted, you will have to call /usr/share/bugzilla3/lib/" +"checksetup.pl yourself, at each package upgrade, before using Bugzilla." +msgstr "" +"Galdetua izatea onartzen baduzu, /usr/share/bugzilla3/lib/checksetup.pl zure " +"kabuz exekutatu beharko duzu bertsio-berritze bakoitzean Bugzilla erabili " +"aurretik." + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "" +"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)." +msgstr "" +"Ez baduzu egoera/erresoluzio eremurik aldatu galdetzea alde batetara utzi " +"dezakezu checksetup.pl automatikoki exekutatu dadin ({pre,post}-checksetup.d " +"script-ekin batera)." + +#, fuzzy +#~| msgid "Did you customize the Status/Resolutions values?" +#~ msgid "Do you want to be asked for customized Status/Resolution again?" +#~ msgstr "Egoera/Erresoluzio balioak pertsonalizatu nahi al dituzu?" --- bugzilla-3.2.5.0.orig/debian/po/pt_BR.po +++ bugzilla-3.2.5.0/debian/po/pt_BR.po @@ -0,0 +1,398 @@ +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# +msgid "" +msgstr "" +"Project-Id-Version: bugzilla\n" +"Report-Msgid-Bugs-To: bugzilla@packages.debian.org\n" +"POT-Creation-Date: 2009-08-21 12:28+0200\n" +"PO-Revision-Date: 2005-04-02 11:00-0300\n" +"Last-Translator: André Luís Lopes \n" +"Language-Team: Debian-BR Project \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: password +#. Description +#: ../bugzilla3.templates:2001 +msgid "Password confirmation:" +msgstr "Confirme a senha :" + +#. Type: string +#. Description +#: ../bugzilla3.templates:3001 +#, fuzzy +#| msgid "Email address of the Bugzilla administrator:" +msgid "Email address of Bugzilla administrator:" +msgstr "Endereço de e-mail do administrador do Bugzilla :" + +#. Type: string +#. Description +#: ../bugzilla3.templates:3001 +#, fuzzy +#| msgid "" +#| "All mail for the administrator will be sent to this address. This email " +#| "address is also used as the administrator login for Bugzilla." +msgid "" +"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." +msgstr "" +"Todas as mensagens para a administrador serão enviadas para esse endereço. " +"Esse endereço de e-mail será utilizado também como o login do administrador " +"para o Bugzilla." + +#. Type: string +#. Description +#: ../bugzilla3.templates:3001 +#, fuzzy +#| msgid "" +#| "A valid address must contain exactly one '@', and at least one '.' after " +#| "the @. You'll be able to change this setting through bugzilla's web " +#| "interface." +msgid "" +"A valid address must contain exactly one '@', and at least one '.' after the " +"@. You'll be able to change this setting through Bugzilla's web interface." +msgstr "" +"Um endereço válido deve conter exatamente um sinal de '@' (arroba) e pelo " +"menos um sinal de '.' (ponto) após o sinal de '@' (arroba). Você poderá " +"mudar esse endereço através da interface web do Bugzilla." + +#. Type: string +#. Description +#: ../bugzilla3.templates:4001 +#, fuzzy +#| msgid "Real name of the Bugzilla administrator:" +msgid "Real name of Bugzilla administrator:" +msgstr "Nome real do administrador do Bugzilla :" + +#. Type: password +#. Description +#: ../bugzilla3.templates:5001 +msgid "Password for the Bugzilla administrator account:" +msgstr "Senha para a conta do administrador Bugzilla :" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:6001 +msgid "Have Status or Resolution values been customized?" +msgstr "" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:6001 +msgid "" +"If values in the Status or Resolution fields have been customized, the " +"checksetup procedure must be modified appropriately before installation can " +"continue." +msgstr "" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:6001 +msgid "" +"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." +msgstr "" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "Prompt about customized Status/Resolution at each update?" +msgstr "" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "" +"If you modified Status/Resolution fields and created a script within /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." +msgstr "" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "" +"If you accept being prompted, you will have to call /usr/share/bugzilla3/lib/" +"checksetup.pl yourself, at each package upgrade, before using Bugzilla." +msgstr "" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "" +"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)." +msgstr "" + +#~ msgid "New location for Bugzilla CGI scripts" +#~ msgstr "Novo local para os scripts CGI do Bugzilla" + +#~ msgid "" +#~ "All CGI scripts have been moved to /usr/lib/cgi-bin/bugzilla and the " +#~ "script \"bgz_query.cgi\" has been renamed as \"query.cgi\"." +#~ msgstr "" +#~ "Todos os scripts CGI foram movidos para /usr/lib/cgi-bin/bugzilla e o " +#~ "script \"bgz_query.cgi\" foi renomeado para \"query.cgi\"." + +#~ msgid "" +#~ "If you have made changes to /var/lib/bugzilla/web/index.html, the install " +#~ "process will not overwrite this file. You may thus need to update all " +#~ "links to the CGI scripts." +#~ msgstr "" +#~ "Caso você tenha feito alguma modificação no arquivo /var/lib/bugzilla/web/" +#~ "index.html, o processo de instalação não irá sobreescrever suas " +#~ "modificações. Você pode precisar atualizar todos os links para os scripts " +#~ "CGI." + +#~ msgid "Template now used for the Bugzilla index" +#~ msgstr "Modelos agora são utilizados para o índice Bugzilla" + +#~ msgid "" +#~ "If you have made changes to /var/lib/bugzilla/web/index.html, you should " +#~ "report them in a copy of /usr/share/bugzilla/template/en/default/index." +#~ "html.tmpl and put it in /var/lib/bugzilla/template/en/custom/." +#~ msgstr "" +#~ "Caso você tenha feito modificações no arquivo /var/lib/bugzilla/web/index." +#~ "html você deverá informá-las em uma cópia do arquivo /usr/share/bugzilla/" +#~ "template/en/default/index.html.tmpl e colocá-las em /var/lib/bugzilla/" +#~ "templates/en/custom/." + +#~ msgid "" +#~ "The /var/lib/bugzilla/web/index.html file will be saved as /var/lib/" +#~ "bugzilla/web/index.html.dpkg-bak." +#~ msgstr "" +#~ "O arquivo /var/lib/bugzilla/web/index.html será gravado como /var/lib/" +#~ "bugzilla/web/index.html.dpkg-bak." + +#~ msgid "No MySQL server found. Do you want to continue?" +#~ msgstr "Nenhum servidor MySQL encontrado. Você deseja continuar ?" + +#~ msgid "A local or remote MySQL server is mandatory for using Bugzilla." +#~ msgstr "" +#~ "Um servidor MySQL local ou remoto é necessário para o uso do Bugzilla." + +#~ msgid "" +#~ "The Bugzilla package does not depend on the MySQL server package, since " +#~ "Bugzilla can use a remote MySQL database. To complete Bugzilla " +#~ "configuration, access to a MySQL server is required." +#~ msgstr "" +#~ "O pacote Bugzilla não declara uma dependência mandatória no pacote do " +#~ "servidor MySQL devido ao mesmo poder utilizar uma base de dados MySQL " +#~ "remota. Para completar a configuração do Bugzilla é necessário acesso a " +#~ "um servidor MySQL." + +#~ msgid "If you do not continue, the Bugzilla package will not be configured." +#~ msgstr "Caso você não continue, o pacote Bugzilla não será configurado." + +#~ msgid "Do you need to create a new database or a new user?" +#~ msgstr "Você precisa criar uma nova base de dados ou um novo usuário ?" + +#~ msgid "" +#~ "If no MySQL database or no MySQL database user exist, they should be " +#~ "created." +#~ msgstr "" +#~ "Caso não exista uma base de dados MySQL caso não exista ou um usuário da " +#~ "base de dados MySQL não exista, ambos precisarão ser criados." + +#~ msgid "Both may however be created manually later." +#~ msgstr "Porém, ambos podem ser criados manualmente posteriormente." + +#~ msgid "Database server administrator username:" +#~ msgstr "Nome do usuário administrador do servidor de base de dados :" + +#~ msgid "" +#~ "Please enter the username of a database user with database and users " +#~ "creation privileges in the MySQL database server." +#~ msgstr "" +#~ "Por favor, informe o nome de usuário de um usuário com privilégios " +#~ "suficientes para criar novas bases de dados e novos usuários no servidor " +#~ "de bases de dados MySQL." + +#~ msgid "Database server administrator password:" +#~ msgstr "Senha do administrador do servidor de base de dados :" + +#~ msgid "Please enter the password of the database server administrator." +#~ msgstr "" +#~ "Por favor, informe a senha do administrador do servidor de base de dados." + +#~ msgid "" +#~ "This password will be not be stored permanently by debconf; it is " +#~ "forgotten once the database and database user are created." +#~ msgstr "" +#~ "Essa senha não será armazenada permanentemente pelo debconf. A mesma será " +#~ "esquecida assim que a base de dados e seu usuário forem criados." + +#~ msgid "Database server host name:" +#~ msgstr "Nome do host servidor de base de dados :" + +#~ msgid "" +#~ "Please enter the hostname of the database server which will host the " +#~ "Bugzilla database." +#~ msgstr "" +#~ "Por favor, informe o nome do host servidor de base de dados que irá " +#~ "armazenar a base de dados do Bugzilla." + +#~ msgid "Database server listening port:" +#~ msgstr "Porta na qual o servidor de base de dados aguarda por requisições :" + +#~ msgid "" +#~ "Please enter the port number on which the MySQL database server can be " +#~ "accessed." +#~ msgstr "" +#~ "Por favor, informe o número da porta na qual o servidor de base de dados " +#~ "MySQL pode ser acessado." + +#~ msgid "Database name:" +#~ msgstr "Nome da base de dados :" + +#~ msgid "" +#~ "Please enter the name of the MySQL database where Bugzilla data will be " +#~ "stored." +#~ msgstr "" +#~ "Por favor, informe o nome da base de dados MySQL onde os dados do " +#~ "Bugzilla serão armazenados." + +#~ msgid "Bugzilla database owner name:" +#~ msgstr "Nome do usuário proprietário da base de dados do Bugzilla :" + +#~ msgid "" +#~ "Please enter the database user name which will own the Bugzilla database." +#~ msgstr "" +#~ "Por favor, informe o nome do usuário que será o proprietário da base de " +#~ "dados do Bugzilla." + +#~ msgid "Bugzilla database owner password:" +#~ msgstr "Senha do usuário proprietário da base de dados do Bugzilla :" + +#~ msgid "" +#~ "Please enter the password of the user which will own the Bugzilla " +#~ "database." +#~ msgstr "" +#~ "Por favor, informe a senha do usuário que será o proprietário da base de " +#~ "dados do Bugzilla." + +#~ msgid "" +#~ "As you don't have a MySQL server installed locally, only a manual " +#~ "installation is possible." +#~ msgstr "" +#~ "Como voce não possui um servidor MySQL instalado localmente, somente uma " +#~ "instalação manual será possível." + +#~ msgid "Automatic" +#~ msgstr "Automática" + +#~ msgid "Manual" +#~ msgstr "Manual" + +#~ msgid "Later" +#~ msgstr "Posterior" + +#~ msgid "Bugzilla configuration:" +#~ msgstr "Configuração do Bugzilla :" + +#~ msgid "Please choose your preferred installation mode." +#~ msgstr "Por favor, selecione seu modo de instalação preferido." + +#~ msgid "" +#~ "Choosing \"Automatic\" needs a locally installed MySQL server. This " +#~ "setup mode will try to use as many default values as possible." +#~ msgstr "" +#~ "A opção \"Automática\" precisa de um servidor MySQL instalado localmente. " +#~ "Esse modo de configuração irá tentar utilizar a maior quantidade de " +#~ "valores padrões possíveis." + +#~ msgid "" +#~ "Choosing \"Manual\" will let you enter all the preferences for the MySQL " +#~ "server you want to use (either local or remote)." +#~ msgstr "" +#~ "A opção \"Manual\" irá lhe permitir informar todas as preferências para o " +#~ "servidor MySQL que você deseja utilizar (local ou remoto)." + +#~ msgid "" +#~ "Choosing \"Later\" means that you don't have yet a MySQL server up for " +#~ "Bugzilla. This choice will abort the installation process." +#~ msgstr "" +#~ "A opção \"Posterior\" significa que você ainda não possui um servidor " +#~ "MySQL para ser utilizado para o Bugzilla. Essa opção irá abortar o " +#~ "processo de instalação." + +#~ msgid "Bugzilla CGI scripts have been moved." +#~ msgstr "Os scripts CGI do Bugzilla foram movidos." + +#~ msgid "Bugzilla use template for index." +#~ msgstr "O Bugzilla usa modelo (template) para o índice." + +#, fuzzy +#~ msgid "Answering no to this question will stop the Bugzilla configuration." +#~ msgstr "" +#~ "Caso você responda negativamente a esta pergunta a configuração do " +#~ "Bugzilla irá falhar intencionalmente e irá permitir que você instale um " +#~ "servidor MySQL." + +#~ msgid "" +#~ "It is not mandatory to let the configure process create the Bugzilla " +#~ "database and the database user that will be used by Bugzilla to access to " +#~ "this database. If you have no Bugzilla database and no Bugzilla database " +#~ "user, you may create them both by hand." +#~ msgstr "" +#~ "Não é obrigatório permitir que o processo de configuração crie uma base " +#~ "de dados Bugzilla e um usuário que seria usado pelo Bugzilla para acessar " +#~ "essa base. Caso você não possua uma base de dados Bugzilla e não possua " +#~ "um usuário para a base de dados Bugzilla você poderá criá-los manualmente." + +#~ msgid "root" +#~ msgstr "root" + +#~ msgid "localhost" +#~ msgstr "localhost" + +#~ msgid "Enter the database hostname." +#~ msgstr "Informe o host onde a base de dados se encontra." + +#~ msgid "" +#~ "Please enter the hostname on which the MySQL database server to be used " +#~ "by Bugzilla runs." +#~ msgstr "" +#~ "Por favor, informe o nome da máquina (hostname) na qual o servidor de " +#~ "base de dados MySQL que será usado pelo Bugzilla está sendo executado." + +#~ msgid "3306" +#~ msgstr "3306" + +#~ msgid "Enter the database port." +#~ msgstr "Informe a porta onde o servidor de base de dados está ouvindo." + +#~ msgid "Enter the name of the database." +#~ msgstr "Informe o nome da base de dados." + +#~ msgid "Enter the the database username for the Bugzilla database." +#~ msgstr "Informe o nome do usuário da base de dados Bugzilla." + +#~ msgid "Enter the password for the Bugzilla database user." +#~ msgstr "Informe a senha do usuário da base de dados Bugzilla." + +#~ msgid "Please retype the password to confirm it." +#~ msgstr "Por favor, informe novamente a senha para confirmá-la." + +#~ msgid "bugs" +#~ msgstr "bugs" + +#~ msgid "Do you have a MySQL server somewhere on your network?" +#~ msgstr "Você possui um servidor MySQL em sua rede ?" --- bugzilla-3.2.5.0.orig/debian/po/POTFILES.in +++ bugzilla-3.2.5.0/debian/po/POTFILES.in @@ -0,0 +1 @@ +[type: gettext/rfc822deb] bugzilla3.templates --- bugzilla-3.2.5.0.orig/debian/po/fi.po +++ bugzilla-3.2.5.0/debian/po/fi.po @@ -0,0 +1,137 @@ +# Copyright (C) 2009 +# This file is distributed under the same license as the bugzilla package. +# +# Esko Arajärvi , 2009. +msgid "" +msgstr "" +"Project-Id-Version: bugzilla\n" +"Report-Msgid-Bugs-To: bugzilla@packages.debian.org\n" +"POT-Creation-Date: 2009-08-21 12:28+0200\n" +"PO-Revision-Date: 2009-09-06 20:30+0300\n" +"Last-Translator: Esko Arajärvi \n" +"Language-Team: Finnish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Lokalize 0.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Type: password +#. Description +#: ../bugzilla3.templates:2001 +msgid "Password confirmation:" +msgstr "Salasanan varmistus:" + +#. Type: string +#. Description +#: ../bugzilla3.templates:3001 +msgid "Email address of Bugzilla administrator:" +msgstr "Bugzillan ylläpitäjän sähköpostiosoite:" + +#. Type: string +#. Description +#: ../bugzilla3.templates:3001 +msgid "" +"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." +msgstr "" +"Anna Bugzillan ylläpitäjän sähköpostiosoite. Kaikki ylläpitäjälle " +"tarkoitetut viestit lähetetään tähän osoitteeseen. Osoitetta käytetään myös " +"ylläpitäjän käyttäjätunnuksena Bugzillassa." + +#. Type: string +#. Description +#: ../bugzilla3.templates:3001 +msgid "" +"A valid address must contain exactly one '@', and at least one '.' after the " +"@. You'll be able to change this setting through Bugzilla's web interface." +msgstr "" +"Osoitteessa tulee olla merkki â€@†kerran ja ainakin yksi piste @-merkin " +"jälkeen. Asetusta voidaan muokata Bugzillan verkkokäyttöliittymän kautta." + +#. Type: string +#. Description +#: ../bugzilla3.templates:4001 +msgid "Real name of Bugzilla administrator:" +msgstr "Bugzillan ylläpitäjän nimi:" + +#. Type: password +#. Description +#: ../bugzilla3.templates:5001 +msgid "Password for the Bugzilla administrator account:" +msgstr "Bugzillan ylläpitotunnuksen salasana:" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:6001 +msgid "Have Status or Resolution values been customized?" +msgstr "Onko Status- tai Resolution-arvoja muokattu?" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:6001 +msgid "" +"If values in the Status or Resolution fields have been customized, the " +"checksetup procedure must be modified appropriately before installation can " +"continue." +msgstr "" +"Jos kentän â€Status†tai â€Resolution†arvoja on muokattu, checksetup-ohjelmaa " +"tulee muokata vastaavasti ennen kuin asennusta voidaan jatkaa." + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:6001 +msgid "" +"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." +msgstr "" +"Komentosarjasta checksetup_nondebian.pl asennetaan uusi versio aina, kun " +"tämä paketti päivittyy. Paikalliset muutokset voidaan automaattisesti ottaa " +"käyttöön ennen komentosarjan ajamista lisäämällä hakemistoon /usr/share/" +"bugzilla3/debian/pre-checksetup.d sopiva komentosarja." + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "Prompt about customized Status/Resolution at each update?" +msgstr "" +"Kysytäänkö Status- ja Resolution-kenttien muokkauksista aina päivitettäessä?" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "" +"If you modified Status/Resolution fields and created a script within /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." +msgstr "" +"Jos Status- tai Resolution-kenttää on muokattu ja hakemistoon /usr/share/" +"bugzilla3/debian/pre-checksetup.d on luotu komentosarja, joka päivittää " +"muutokset komentosarjaan /usr/share/bugzilla3/lib/checksetup-nondebian.pl, " +"tätä kyselyä ei ehkä tarvitse tehdä jokaisen päivityksen yhteydessä." + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "" +"If you accept being prompted, you will have to call /usr/share/bugzilla3/lib/" +"checksetup.pl yourself, at each package upgrade, before using Bugzilla." +msgstr "" +"Jos kysymys tehdään, komentosarja /usr/share/bugzilla3/lib/checksetup.pl " +"tulee ajaa aina, kun paketti päivitetään, ennen Bugzillan käyttöä." + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "" +"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)." +msgstr "" +"Jos Status- ja Resolution-kenttiä ei ole muokattu, älä valitse kyselyä. " +"Tällöin checksetup.pl ajetaan automaattisesti (samoin kuin {pre,post}-" +"checksetup.d-komentosarjat)." --- bugzilla-3.2.5.0.orig/debian/po/pt.po +++ bugzilla-3.2.5.0/debian/po/pt.po @@ -0,0 +1,142 @@ +# Portuguese translation for bugzilla debconf messages. +# This file is distributed under the same license as the bugzilla package. +# Hugo Adão , 2006-2008 +# Miguel Figueiredo , 2008-2009. +# +msgid "" +msgstr "" +"Project-Id-Version: bugzilla 2.22-1\n" +"Report-Msgid-Bugs-To: bugzilla@packages.debian.org\n" +"POT-Creation-Date: 2009-08-21 12:28+0200\n" +"PO-Revision-Date: 2009-08-29 09:38+0100\n" +"Last-Translator: Miguel Figueiredo \n" +"Language-Team: Portuguese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: password +#. Description +#: ../bugzilla3.templates:2001 +msgid "Password confirmation:" +msgstr "Confirmação da palavra-passe:" + +#. Type: string +#. Description +#: ../bugzilla3.templates:3001 +msgid "Email address of Bugzilla administrator:" +msgstr "Endereço de e-mail do administrador do Bugzilla:" + +#. Type: string +#. Description +#: ../bugzilla3.templates:3001 +msgid "" +"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." +msgstr "" +"Por favor introduza o endereço de email do administrador do Bugzilla; todo o " +"correio para o administrador será enviado para este endereço. Este endereço " +"de email também é utilizado como login de administrador para o Bugzilla." + +#. Type: string +#. Description +#: ../bugzilla3.templates:3001 +msgid "" +"A valid address must contain exactly one '@', and at least one '.' after the " +"@. You'll be able to change this setting through Bugzilla's web interface." +msgstr "" +"Um endereço válido deverá conter exactamente um '@', e pelo menos um '.' " +"depois do @. Poderá alterar esta configuração a partir do interface web do " +"Bugzilla." + +#. Type: string +#. Description +#: ../bugzilla3.templates:4001 +msgid "Real name of Bugzilla administrator:" +msgstr "Nome real do administrador do Bugzilla:" + +#. Type: password +#. Description +#: ../bugzilla3.templates:5001 +msgid "Password for the Bugzilla administrator account:" +msgstr "Palavra-passe para a conta de administrador do Bugzilla:" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:6001 +msgid "Have Status or Resolution values been customized?" +msgstr "Os valores Status ou Resolution foram personalizados?" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:6001 +msgid "" +"If values in the Status or Resolution fields have been customized, the " +"checksetup procedure must be modified appropriately before installation can " +"continue." +msgstr "" +"Se os valores nos campos Status ou Resolution foram personalizados, o " +"procedimento checksetup tem de ser modificado de acordo antes da instalação " +"poder continuar." + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:6001 +msgid "" +"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." +msgstr "" +"Para cada actualização deste pacote, é instalada uma nova versão do script " +"checksetup_nondebian.pl; o directório /usr/share/bugzilla3/debian/pre-" +"checksetup.d pode ser utilizado para aplicar automaticamente as suas " +"modificações antes da execução." + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "Prompt about customized Status/Resolution at each update?" +msgstr "Perguntar por Status/Resolution em cada actualização?" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "" +"If you modified Status/Resolution fields and created a script within /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." +msgstr "" +"Se alterou os campos Status/Resolution e criou algum script dentro de /usr/" +"share/bugzilla3/debian/pre-checksetup.d para aplicar alterações a /usr/share/" +"bugzilla3/lib/checksetup-nondebian.pl, pode querer evitar ser questionado a " +"cada actualização do pacote." + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "" +"If you accept being prompted, you will have to call /usr/share/bugzilla3/lib/" +"checksetup.pl yourself, at each package upgrade, before using Bugzilla." +msgstr "" +"Se aceitou ser questionado, terá de chamar /usr/share/bugzilla3/lib/" +"checksetup.pl, a cada actualização do pacote, antes de utilizar o Bugzilla." + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "" +"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)." +msgstr "" +"Se não alterou Status/Resolution, deve saltar a questão já que o checksetup." +"pl será iniciado automaticamente (em conjunto com os scripts {pre,post}-" +"checksetup.d)." + +#, fuzzy +#~| msgid "Did you customize the Status/Resolutions values?" +#~ msgid "Do you want to be asked for customized Status/Resolution again?" +#~ msgstr "Personalizou os valores de Estado/Resolução ?" --- bugzilla-3.2.5.0.orig/debian/po/sv.po +++ bugzilla-3.2.5.0/debian/po/sv.po @@ -0,0 +1,140 @@ +# Translation of bugzilla debconf template to Swedish +# Copyright (C) 2009 Martin Bagge +# This file is distributed under the same license as the bugzilla package. +# +# Martin Bagge , 2009 +msgid "" +msgstr "" +"Project-Id-Version: bugzilla 2.18.3-2\n" +"Report-Msgid-Bugs-To: bugzilla@packages.debian.org\n" +"POT-Creation-Date: 2009-08-21 12:28+0200\n" +"PO-Revision-Date: 2009-08-24 20:57+0100\n" +"Last-Translator: Martin Bagge \n" +"Language-Team: Swedish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Swedish\n" +"X-Poedit-Country: Sweden\n" + +#. Type: password +#. Description +#: ../bugzilla3.templates:2001 +msgid "Password confirmation:" +msgstr "Bekräfta lösenord:" + +#. Type: string +#. Description +#: ../bugzilla3.templates:3001 +msgid "Email address of Bugzilla administrator:" +msgstr "E-postaddressen till Bugzilla-administratören:" + +#. Type: string +#. Description +#: ../bugzilla3.templates:3001 +msgid "" +"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." +msgstr "" +"Ange e-postadressen för Bugzilla-administratören, alla e-postmeddelanden " +"till administratören kommer att skickas till denna adress. Adressen används " +"ocksÃ¥ för inloggning av administratören i Bugzilla." + +#. Type: string +#. Description +#: ../bugzilla3.templates:3001 +msgid "" +"A valid address must contain exactly one '@', and at least one '.' after the " +"@. You'll be able to change this setting through Bugzilla's web interface." +msgstr "" +"En giltig address fÃ¥r bara innehÃ¥lla ett \"@\" och ska ha minst en \".\" " +"efter @. Du har möjligheten att ändra denna inställning genom Bugzillas " +"webbgränssnitt." + +#. Type: string +#. Description +#: ../bugzilla3.templates:4001 +msgid "Real name of Bugzilla administrator:" +msgstr "Riktiga namnet för Bugzilla-administratören:" + +#. Type: password +#. Description +#: ../bugzilla3.templates:5001 +msgid "Password for the Bugzilla administrator account:" +msgstr "Lösenord för Bugzilla-administratörens konto:" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:6001 +msgid "Have Status or Resolution values been customized?" +msgstr "Ska värdena för Status och Lösningsanledning ändras?" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:6001 +msgid "" +"If values in the Status or Resolution fields have been customized, the " +"checksetup procedure must be modified appropriately before installation can " +"continue." +msgstr "" +"Om du ändrade värdena pÃ¥ fälten för Status eller Stängningsanledning mÃ¥ste " +"proceduren checksetup modifieras i enlighet med förändringen innan " +"installationen kan fortsätta." + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:6001 +msgid "" +"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." +msgstr "" +"Vid varje uppdatering av detta paket installeras en ny version av skriptet " +"checksetup_nondebian.pl. Katalogen /usr/share/bugzilla3/debian/pre-" +"checksetup.d kan användas för att automatiskt lägga till dina ändringar före " +"exekvering." + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "Prompt about customized Status/Resolution at each update?" +msgstr "FrÃ¥ga om förändrad Status/Stängningsanledning vid varje uppdatering?" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "" +"If you modified Status/Resolution fields and created a script within /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." +msgstr "" +"Om du ändrade värde för Status och/eller Lösningsanledning och la till ett " +"skript i /usr/share/bugzilla3/debian/pre-checksetup.d för att automatiskt " +"ändra /usr/share/bugzilla3/lib/checksetup-nondebian.pl vill du troligen inte " +"pÃ¥minnas om ändringen vid varje uppdatering av paketet." + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "" +"If you accept being prompted, you will have to call /usr/share/bugzilla3/lib/" +"checksetup.pl yourself, at each package upgrade, before using Bugzilla." +msgstr "" +"Om du väljer att bli pÃ¥mind om ändringen mÃ¥ste du köra /usr/share/bugzilla3/" +"lib/checksetup.pl själv vid varje uppdatering av paketet innan Bugzilla kan " +"användas." + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "" +"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)." +msgstr "" +"Om du inte ändrade Status/Stängningsanledning ska du avaktivera frÃ¥gan " +"eftersom checksetup.pl kommer att köras automatisk (tillsammans med " +"förkontroller och efterkontroller i checksetup.d-skripten)." --- bugzilla-3.2.5.0.orig/debian/po/vi.po +++ bugzilla-3.2.5.0/debian/po/vi.po @@ -0,0 +1,145 @@ +# Vietnamese Translation for Bugzilla. +# Copyright © 2009 Free Software Foundation, Inc. +# This file is distributed under the same license as the bugzilla package. +# Clytie Siddall , 2005-2009. +# +msgid "" +msgstr "" +"Project-Id-Version: bugzilla 3.2.4.0-4\n" +"Report-Msgid-Bugs-To: bugzilla@packages.debian.org\n" +"POT-Creation-Date: 2009-08-21 12:28+0200\n" +"PO-Revision-Date: 2009-09-22 19:49+0930\n" +"Last-Translator: Clytie Siddall \n" +"Language-Team: Vietnamese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: LocFactoryEditor 1.8\n" + +#. Type: password +#. Description +#: ../bugzilla3.templates:2001 +msgid "Password confirmation:" +msgstr "Xác nhận mật khẩu :" + +#. Type: string +#. Description +#: ../bugzilla3.templates:3001 +msgid "Email address of Bugzilla administrator:" +msgstr "Äịa chỉ thÆ° của quản trị Bugzilla:" + +#. Type: string +#. Description +#: ../bugzilla3.templates:3001 +msgid "" +"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." +msgstr "" +"Hãy gõ địa chỉ thÆ° Ä‘iện tá»­ của quản trị Bugzilla: tất cả các thÆ° cho quản " +"trị thì được gá»­i cho địa chỉ này. Äịa chỉ này cÅ©ng được dùng để đăng nhập " +"quản trị vào Bugzilla." + +#. Type: string +#. Description +#: ../bugzilla3.templates:3001 +msgid "" +"A valid address must contain exactly one '@', and at least one '.' after the " +"@. You'll be able to change this setting through Bugzilla's web interface." +msgstr "" +"Má»™t địa chỉ hợp lệ thì phải chứa chính xác má»™t dấu a-còng « @ » và ít nhất " +"má»™t dấu chấm « . » đằng sau dấu a-còng đó, v.d.:\n" +"tên_dùng@máy_chủ.công_ty.vn\n" +"Bạn cÅ©ng có thể sá»­a đổi thiết lập này thông qua giao diện Web của Bugzilla." + +#. Type: string +#. Description +#: ../bugzilla3.templates:4001 +msgid "Real name of Bugzilla administrator:" +msgstr "Tên thật của quản trị Bugzilla:" + +#. Type: password +#. Description +#: ../bugzilla3.templates:5001 +msgid "Password for the Bugzilla administrator account:" +msgstr "Mật khẩu cho tài khoản quản trị Bugzilla:" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:6001 +msgid "Have Status or Resolution values been customized?" +msgstr "Giá trị Trạng thái hay Giải quyết bị tùy chỉnh không?" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:6001 +msgid "" +"If values in the Status or Resolution fields have been customized, the " +"checksetup procedure must be modified appropriately before installation can " +"continue." +msgstr "" +"Nếu giá trị trong trÆ°á»ng Trạng thái (Status) hay Giải quyết (Resolution) đã " +"bị tùy chỉnh thì thủ tục checksetup phải được sá»­a đổi thích hợp trÆ°á»›c khi " +"tiếp tục cài đặt." + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:6001 +msgid "" +"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." +msgstr "" +"Äối vá»›i má»—i bản cập nhật gói này, cÅ©ng cài đặt má»™t phiên bản má»›i của văn " +"lệnh « checksetup_nondebian.pl ». ThÆ° mục « /usr/share/bugzilla3/debian/pre-" +"checksetup.d » có thể được sá»­ dụng để tá»± Ä‘á»™ng áp dụng các thay đổi trÆ°á»›c khi " +"thá»±c hiện." + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "Prompt about customized Status/Resolution at each update?" +msgstr "Nhắc vá» Trạng thái/Giải quyết bị sá»­a đổi vào má»—i lúc cập nhật không?" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "" +"If you modified Status/Resolution fields and created a script within /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." +msgstr "" +"Nếu bạn đã sá»­a đổi trÆ°á»ng Trạng thái (Status) hay Giải quyết (Resolution) và " +"tạo má»™t văn lệnh bên trong thÆ° mục « /usr/share/bugzilla3/debian/pre-" +"checksetup.d » để áp dụng thay đổi cho văn lệnh « /usr/share/bugzilla3/lib/" +"checksetup-nondebian.pl », trong trÆ°á»ng hợp đó bạn có thể muốn tránh bị nhắc " +"vào má»—i lúc nâng cấp gói." + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "" +"If you accept being prompted, you will have to call /usr/share/bugzilla3/lib/" +"checksetup.pl yourself, at each package upgrade, before using Bugzilla." +msgstr "" +"Nếu bạn đồng ý vá»›i trÆ°á»ng hợp bị nhắc thì bạn cần phải tá»± gá»i văn lệnh « /usr/" +"share/bugzilla3/lib/checksetup.pl » vào má»—i lúc nâng cấp gói này, trÆ°á»›c khi " +"sá»­ dụng Bugzilla." + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "" +"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)." +msgstr "" +"Nếu bạn đã không sá»­a đổi Trạng thái/Giải quyết, bạn nên bá» qua bÆ°á»›c nhắc vì « " +"checksetup.pl » sẽ được tá»± Ä‘á»™ng khởi chạy (cùng vá»›i các văn lệnh chạy trÆ°á»›c/" +"sau « checksetup.d »)." + +#~ msgid "Do you want to be asked for customized Status/Resolution again?" +#~ msgstr "Bạn có muốn được nhắc lại vá» Trạng thái/Giải quyết không?" --- bugzilla-3.2.5.0.orig/debian/po/ja.po +++ bugzilla-3.2.5.0/debian/po/ja.po @@ -0,0 +1,148 @@ +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# +# +msgid "" +msgstr "" +"Project-Id-Version: bugzilla 3.2.0.0~rc2-2\n" +"Report-Msgid-Bugs-To: bugzilla@packages.debian.org\n" +"POT-Creation-Date: 2009-08-21 12:28+0200\n" +"PO-Revision-Date: 2009-09-01 09:32+0900\n" +"Last-Translator: Hideki Yamane (Debian-JP) \n" +"Language-Team: Japanese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: password +#. Description +#: ../bugzilla3.templates:2001 +msgid "Password confirmation:" +msgstr "パスワードã®ç¢ºèª:" + +#. Type: string +#. Description +#: ../bugzilla3.templates:3001 +msgid "Email address of Bugzilla administrator:" +msgstr "Bugzilla 管ç†è€…ã®ãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹:" + +#. Type: string +#. Description +#: ../bugzilla3.templates:3001 +msgid "" +"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." +msgstr "" +"Bugzilla ã®ç®¡ç†è€…メールアドレスを入力ã—ã¦ãã ã•ã„。管ç†è€…ã¸ã®ãƒ¡ãƒ¼ãƒ«ã¯å…¨ã¦ã“ã®" +"アドレスã¸é€ã‚‰ã‚Œã¾ã™ã€‚ã“ã®ãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹ã¯ Bugzilla ã¸ã®ç®¡ç†è€…ログインã«ã‚‚利" +"用ã•ã‚Œã¾ã™ã€‚" + +#. Type: string +#. Description +#: ../bugzilla3.templates:3001 +msgid "" +"A valid address must contain exactly one '@', and at least one '.' after the " +"@. You'll be able to change this setting through Bugzilla's web interface." +msgstr "" +"æ­£ã—ã„アドレスã¯å¿…ãšä¸€ã¤ã® '@' ã¨ãã®å¾Œã«å°‘ãªãã¨ã‚‚一ã¤ã® '.' ã‚’å«ã‚“ã§ã„ãªã" +"ã¦ã¯ãªã‚Šã¾ã›ã‚“。ã“ã®è¨­å®šã¯ã€å¾Œã»ã© Bugzilla ã®ã‚¦ã‚§ãƒ–インターフェイスã§å¤‰æ›´å¯" +"能ã§ã™ã€‚" + +#. Type: string +#. Description +#: ../bugzilla3.templates:4001 +msgid "Real name of Bugzilla administrator:" +msgstr "Bugzilla 管ç†è€…ã®æœ¬å:" + +#. Type: password +#. Description +#: ../bugzilla3.templates:5001 +msgid "Password for the Bugzilla administrator account:" +msgstr "Bugzilla 管ç†è€…アカウントã®ãƒ‘スワード:" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:6001 +msgid "Have Status or Resolution values been customized?" +msgstr "ステータス(Status)/解決方法(Resolutions) 欄ã®å€¤ã‚’変更ã—ã¾ã—ãŸã‹?" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:6001 +msgid "" +"If values in the Status or Resolution fields have been customized, the " +"checksetup procedure must be modified appropriately before installation can " +"continue." +msgstr "" +"ステータス(Status)/解決方法(Resolutions) 欄ã®å€¤ã‚’カスタマイズã—ãŸå ´åˆã¯ã€ã‚¤ãƒ³" +"ストールを継続ã™ã‚‹å‰ã« checksetup プログラムを正ã—ã編集ã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:6001 +msgid "" +"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." +msgstr "" +"ã“ã®ãƒ‘ッケージをアップデートã™ã‚‹ãŸã³ã«ã€æ–°ã—ã„ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã® " +"checksetup_nondebian.pl スクリプトãŒã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã•ã‚Œã¾ã™ã€‚/usr/share/" +"bugzilla3/debian/pre-checksetup.d ディレクトリã¯ã€å®Ÿè¡Œå‰ã«å¤‰æ›´ã—ãŸç®‡æ‰€ã‚’自動" +"çš„ã«é©ç”¨ã™ã‚‹ã®ã«åˆ©ç”¨ã•ã‚Œã¾ã™ã€‚" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "Prompt about customized Status/Resolution at each update?" +msgstr "" +"ステータス(Status)/解決方法(Resolutions) 欄ã®ã‚«ã‚¹ã‚¿ãƒžã‚¤ã‚ºã‚’アップデートã”ã¨ã«" +"確èªã—ã¾ã™ã‹?" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "" +"If you modified Status/Resolution fields and created a script within /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." +msgstr "" +"ステータス(Status)/解決方法(Resolutions) 欄を変更ã—ã¦ã€ /usr/share/bugzilla3/" +"lib/checksetup-nondebian.pl ã«ã‚る変更をé©ç”¨ã™ã‚‹ã‚ˆã† /usr/share/bugzilla3/" +"debian/pre-checksetup.d ã«ã‚¹ã‚¯ãƒªãƒ—トを作æˆã—ãŸå ´åˆã¯ã€ãƒ‘ッケージã®ã‚¢ãƒƒãƒ—ã‚°" +"レードã®ãŸã³ã«è³ªå•ã•ã‚Œã‚‹ã®ã‚’無効ã«ã—ã¦è‰¯ã„ã§ã—ょã†ã€‚" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "" +"If you accept being prompted, you will have to call /usr/share/bugzilla3/lib/" +"checksetup.pl yourself, at each package upgrade, before using Bugzilla." +msgstr "" +"ã“ã®è³ªå•ã‚’有効ã«ã—ãŸå ´åˆã¯ã€ãƒ‘ッケージã®ã‚¢ãƒƒãƒ—グレードã®ãŸã³ã« Bugzilla を使" +"ã†å‰ã« /usr/share/bugzilla3/lib/checksetup.pl を自分ã§å‘¼ã³å‡ºã™å¿…è¦ãŒã‚ã‚Šã¾" +"ã™ã€‚" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "" +"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)." +msgstr "" +"ステータス(Status)/解決方法(Resolutions) 欄を変更ã—ã¦ã„ãªã„å ´åˆã¯ã€" +"checksetup.pl ㌠({pre,post}-checksetup.d スクリプトã¨å…±ã«) 自動的ã«å®Ÿè¡Œã™ã‚‹" +"よã†å‹§ã‚る質å•ã‚’飛ã°ã—ã¦ãã ã•ã„。" --- bugzilla-3.2.5.0.orig/debian/po/es.po +++ bugzilla-3.2.5.0/debian/po/es.po @@ -0,0 +1,166 @@ +# bugzilla po-debconf translation to Spanish +# Copyright (C) 2005, 2008, 2009 Software in the Public Interest +# This file is distributed under the same license as the bugzilla package. +# +# Changes: +# - Initial translation +# César Gómez Martín , 2005 +# +# - Updates +# Alba Ferri Fitó , 2008 +# Francisco Javier Cuadrado , 2009 +# +# Traductores, si no conoce el formato PO, merece la pena leer la +# documentación de gettext, especialmente las secciones dedicadas a este +# formato, por ejemplo ejecutando: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Equipo de traducción al español, por favor, lean antes de traducir +# los siguientes documentos: +# +# - El proyecto de traducción de Debian al español +# http://www.debian.org/intl/spanish/ +# especialmente las notas de traducción en +# http://www.debian.org/intl/spanish/notas +# +# - La guía de traducción de po's de debconf: +# /usr/share/doc/po-debconf/README-trans +# o http://www.debian.org/intl/l10n/po-debconf/README-trans +# +msgid "" +msgstr "" +"Project-Id-Version: bugzilla 3.2.4.0-4\n" +"Report-Msgid-Bugs-To: bugzilla@packages.debian.org\n" +"POT-Creation-Date: 2009-08-21 12:28+0200\n" +"PO-Revision-Date: 2009-08-24 08:58+0100\n" +"Last-Translator: Francisco Javier Cuadrado \n" +"Language-Team: Debian l10n Spanish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: password +#. Description +#: ../bugzilla3.templates:2001 +msgid "Password confirmation:" +msgstr "Confirmación de contraseña:" + +#. Type: string +#. Description +#: ../bugzilla3.templates:3001 +msgid "Email address of Bugzilla administrator:" +msgstr "Dirección de correo electrónico del administrador de Bugzilla:" + +#. Type: string +#. Description +#: ../bugzilla3.templates:3001 +msgid "" +"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." +msgstr "" +"Por favor, introduzca la dirección de correo electrónico del administrador " +"de Bugzilla; todos los correos dirigidos al administrador se enviarán a esta " +"dirección. Esta dirección de correo electrónico también se usa como el " +"nombre de usuario para acceder a Bugzilla." + +#. Type: string +#. Description +#: ../bugzilla3.templates:3001 +msgid "" +"A valid address must contain exactly one '@', and at least one '.' after the " +"@. You'll be able to change this setting through Bugzilla's web interface." +msgstr "" +"Una dirección válida debe contener exactamente una «@», y como mínimo un «.» " +"después de la «@». Podrá cambiar esta configuración a través de la interfaz " +"web de Bugzilla." + +#. Type: string +#. Description +#: ../bugzilla3.templates:4001 +msgid "Real name of Bugzilla administrator:" +msgstr "Nombre real del administrador de Bugzilla:" + +#. Type: password +#. Description +#: ../bugzilla3.templates:5001 +msgid "Password for the Bugzilla administrator account:" +msgstr "Contraseña para la cuenta de administrador de Bugzilla:" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:6001 +msgid "Have Status or Resolution values been customized?" +msgstr "¿Se han personalizado los valores de «Status» o «Resolution»?" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:6001 +msgid "" +"If values in the Status or Resolution fields have been customized, the " +"checksetup procedure must be modified appropriately before installation can " +"continue." +msgstr "" +"Si ha personalizado los valores de los campos «Status» o «Resolution», debe " +"modificar el proceso «checksetup» apropiadamente antes de que la instalación " +"pueda continuar." + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:6001 +msgid "" +"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." +msgstr "" +"En cada actualización de este paquete, una nueva versión del script " +"«checksetup_nondebian.pl» se instalará, se puede utilizar el directorio «/usr/" +"share/bugzilla3/debian/pre-checksetup.d» para aplicar automáticamente sus " +"modificaciones antes de la ejecución." + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "Prompt about customized Status/Resolution at each update?" +msgstr "" +"¿Desea que se le pregunte sobre los valores personalizados de " +"«Status»/«Resolutions» en cada actualización?" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "" +"If you modified Status/Resolution fields and created a script within /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." +msgstr "" +"Si modificó los campos «Status»/«Resolution» y creó un script en «/usr/share/" +"bugzilla3/debian/pre-checksetup.d» para aplicar los cambios a «/usr/share/" +"bugzilla3/lib/checksetup-nondebian.pl», puede que quiera evitar que se le " +"pregunte cada vez que se actualice el paquete." + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "" +"If you accept being prompted, you will have to call /usr/share/bugzilla3/lib/" +"checksetup.pl yourself, at each package upgrade, before using Bugzilla." +msgstr "" +"Si acepta que se le pregunte, tendrá que ejecutar «/usr/share/bugzilla3/lib/" +"checksetup.pl» por sí mismo, en cada actualización del paquete, antes de " +"utilizar Bugzilla." + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "" +"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)." +msgstr "" +"Si no modificó «Status»/«Resolution», debería evitar que se le pregunte ya que " +"«checksetup.pl» se ejecutará automáticamente (junto con los scripts «{pre." +"post}-checksetup.d»)." --- bugzilla-3.2.5.0.orig/debian/po/cs.po +++ bugzilla-3.2.5.0/debian/po/cs.po @@ -0,0 +1,407 @@ +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# +msgid "" +msgstr "" +"Project-Id-Version: bugzilla\n" +"Report-Msgid-Bugs-To: bugzilla@packages.debian.org\n" +"POT-Creation-Date: 2009-08-21 12:28+0200\n" +"PO-Revision-Date: 2009-08-29 18:54+0200\n" +"Last-Translator: Jan Outrata \n" +"Language-Team: Czech \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: password +#. Description +#: ../bugzilla3.templates:2001 +msgid "Password confirmation:" +msgstr "Potvrzení hesla:" + +#. Type: string +#. Description +#: ../bugzilla3.templates:3001 +msgid "Email address of Bugzilla administrator:" +msgstr "Emailová adresa správce Bugzilly:" + +#. Type: string +#. Description +#: ../bugzilla3.templates:3001 +msgid "" +"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." +msgstr "" +"Zadejte emailovou adresu správce Bugzilly; na tuto adresu bude zaslána " +"veÅ¡kerá poÅ¡ta pro správce. Tato emailová adresa je zároveň i pÅ™ihlaÅ¡ovacím " +"jménem správce do Bugzilly." + +#. Type: string +#. Description +#: ../bugzilla3.templates:3001 +msgid "" +"A valid address must contain exactly one '@', and at least one '.' after the " +"@. You'll be able to change this setting through Bugzilla's web interface." +msgstr "" +"Korektní adresa musí obsahovat pÅ™esnÄ› jeden znak '@' a alespoň jeden znak " +"'.' za @. Toto nastavení budete moci zmÄ›nit pÅ™es webové rozhraní Bugzilly." + +#. Type: string +#. Description +#: ../bugzilla3.templates:4001 +msgid "Real name of Bugzilla administrator:" +msgstr "SkuteÄné jméno správce Bugzilly:" + +#. Type: password +#. Description +#: ../bugzilla3.templates:5001 +msgid "Password for the Bugzilla administrator account:" +msgstr "Heslo úÄtu správce Bugzilly." + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:6001 +msgid "Have Status or Resolution values been customized?" +msgstr "Byly hodnoty Status nebo Resolution upraveny?" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:6001 +msgid "" +"If values in the Status or Resolution fields have been customized, the " +"checksetup procedure must be modified appropriately before installation can " +"continue." +msgstr "" +"Jestliže byly hodnoty polí Status nebo Resolution upraveny, musí být " +"procedura checksetup pÅ™ed pokraÄováním instalace patÅ™iÄnÄ› modifikována." + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:6001 +msgid "" +"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." +msgstr "" +"BÄ›hem každé aktualizace tohoto balíÄku je nainstalována nová verze skriptu " +"checksetup_nondebian.pl; můžete použít adresář /usr/share/bugzilla3/debian/" +"pre-checksetup.d pro automatickou aplikaci vaÅ¡ich úprav pÅ™ed spuÅ¡tÄ›ním " +"skriptu." + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "Prompt about customized Status/Resolution at each update?" +msgstr "Zeptat se na upravené Status/Resolution pÅ™i každé aktualizaci?" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "" +"If you modified Status/Resolution fields and created a script within /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." +msgstr "" +"Jestliže jste modifikovali pole Status/Resolution a vytvoÅ™ili skript v /usr/" +"share/bugzilla3/debian/pre-checksetup.d pro aplikaci zmÄ›n ve skriptu /usr/" +"share/bugzilla3/lib/checksetup-nondebian.pl, můžete chtít nebýt dotazováni " +"pÅ™i každé aktualizaci balíÄku." + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "" +"If you accept being prompted, you will have to call /usr/share/bugzilla3/lib/" +"checksetup.pl yourself, at each package upgrade, before using Bugzilla." +msgstr "" +"Pokud odsouhlasíte dotazování, budete muset pÅ™ed používáním Bugzilly pÅ™i " +"každé aktualizaci spustit /usr/share/bugzilla3/lib/checksetup.pl sami." + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "" +"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)." +msgstr "" +"Pokud jste nemÄ›nili Status/Resolution, mÄ›li byste dotazování pÅ™eskoÄit, " +"protože checksetup.pl bude spouÅ¡tÄ›n automaticky (spoleÄnÄ› s {pre,post}-" +"checksetup.d skripty)." + +#~| msgid "Did you customize the Status/Resolutions values?" +#~ msgid "Do you want to be asked for customized Status/Resolution again?" +#~ msgstr "Upravili jste hodnoty Status/Resolution?" + +#~ msgid "New location for Bugzilla CGI scripts" +#~ msgstr "Nové umístÄ›ní CGI skriptů Bugzilly" + +#~ msgid "" +#~ "All CGI scripts have been moved to /usr/lib/cgi-bin/bugzilla and the " +#~ "script \"bgz_query.cgi\" has been renamed as \"query.cgi\"." +#~ msgstr "" +#~ "VÅ¡echny CGI skripty byly pÅ™esunuty do /usr/lib/cgi-bin/bugzilla a skript " +#~ "\"bgz_query.cgi\" byl pÅ™ejmenován na \"query.cgi\"." + +#~ msgid "" +#~ "If you have made changes to /var/lib/bugzilla/web/index.html, the install " +#~ "process will not overwrite this file. You may thus need to update all " +#~ "links to the CGI scripts." +#~ msgstr "" +#~ "Pokud jste provedli zmÄ›ny v souboru /var/lib/bugzilla/web/index.html, " +#~ "instalaÄní proces je nepÅ™epíše, takže může být potÅ™eba aktualizovat " +#~ "vÅ¡echny odkazy na CGI skripty." + +#~ msgid "Template now used for the Bugzilla index" +#~ msgstr "Pro index Bugzilly je nyní používána Å¡ablona" + +#~ msgid "" +#~ "If you have made changes to /var/lib/bugzilla/web/index.html, you should " +#~ "report them in a copy of /usr/share/bugzilla/template/en/default/index." +#~ "html.tmpl and put it in /var/lib/bugzilla/template/en/custom/." +#~ msgstr "" +#~ "Pokud jste provedli zmÄ›ny v souboru /var/lib/bugzilla/web/index.html, " +#~ "mÄ›li byste je zopakovat v kopii souboru /usr/share/bugzilla/template/en/" +#~ "default/index.html.tmpl a uložit ji do /var/lib/bugzilla/template/en/" +#~ "custom/." + +#~ msgid "" +#~ "The /var/lib/bugzilla/web/index.html file will be saved as /var/lib/" +#~ "bugzilla/web/index.html.dpkg-bak." +#~ msgstr "" +#~ "Soubor /var/lib/bugzilla/web/index.html bude uložen jako /var/lib/" +#~ "bugzilla/web/index.html.dpkg-bak." + +#~ msgid "No MySQL server found. Do you want to continue?" +#~ msgstr "Nebyl nalezen žádný MySQL server. Chcete pokraÄovat?" + +#~ msgid "A local or remote MySQL server is mandatory for using Bugzilla." +#~ msgstr "" +#~ "Pro provozování Bugzilly je nezbytný lokální nebo vzdálený MySQL server." + +#~ msgid "" +#~ "The Bugzilla package does not depend on the MySQL server package, since " +#~ "Bugzilla can use a remote MySQL database. To complete Bugzilla " +#~ "configuration, access to a MySQL server is required." +#~ msgstr "" +#~ "BalíÄek Bugzilla nezávisí na balíÄku serveru MySQL, protože Bugzilla umí " +#~ "používat vzdálenou MySQL databázi. Pro dokonÄení konfigurace Bugzilly je " +#~ "vyžadován přístup k serveru MySQL." + +#~ msgid "If you do not continue, the Bugzilla package will not be configured." +#~ msgstr "Pokud nebudete pokraÄovat, balíÄek Bugzilly nebude nastaven." + +#~ msgid "Do you need to create a new database or a new user?" +#~ msgstr "PotÅ™ebujete vytvoÅ™it novou databázi nebo nového uživatele?" + +#~ msgid "" +#~ "If no MySQL database or no MySQL database user exist, they should be " +#~ "created." +#~ msgstr "" +#~ "Pokud MySQL databáze nebo uživatel MySQL databáze neexitují, mÄ›li by se " +#~ "vytvoÅ™it." + +#~ msgid "Both may however be created manually later." +#~ msgstr "Obojí ale mohou být vytvoÅ™eni ruÄnÄ› pozdÄ›ji." + +#~ msgid "Database server administrator username:" +#~ msgstr "Uživatelské jméno správce databázového serveru:" + +#~ msgid "" +#~ "Please enter the username of a database user with database and users " +#~ "creation privileges in the MySQL database server." +#~ msgstr "" +#~ "Zadejte uživatelské jméno databázového uživatele s právy na vytváření " +#~ "databází a uživatelů na databázovém serveru MySQL." + +#~ msgid "Database server administrator password:" +#~ msgstr "Heslo správce databázového serveru:" + +#~ msgid "Please enter the password of the database server administrator." +#~ msgstr "Zadejte heslo správce databázového serveru." + +#~ msgid "" +#~ "This password will be not be stored permanently by debconf; it is " +#~ "forgotten once the database and database user are created." +#~ msgstr "" +#~ "Toto heslo nebude programem debconf uloženo natrvalo; hned po vytvoÅ™ení " +#~ "databáze a uživatele bude zapomenuto." + +#~ msgid "Database server host name:" +#~ msgstr "Jméno poÄítaÄe s databázovým serverem:" + +#~ msgid "" +#~ "Please enter the hostname of the database server which will host the " +#~ "Bugzilla database." +#~ msgstr "" +#~ "Zadejte jméno databázového serveru, na kterém bude databáze Bugzilly." + +#~ msgid "Database server listening port:" +#~ msgstr "Port, na kterém databázový server naslouchá:" + +#~ msgid "" +#~ "Please enter the port number on which the MySQL database server can be " +#~ "accessed." +#~ msgstr "" +#~ "Zadejte Äíslo portu, na kterém lze pÅ™istupovat k databázovému serveru " +#~ "MySQL." + +#~ msgid "Database name:" +#~ msgstr "Jméno databáze:" + +#~ msgid "" +#~ "Please enter the name of the MySQL database where Bugzilla data will be " +#~ "stored." +#~ msgstr "Zadejte jméno MySQL databáze, ve které budou uložena data Bugzilly." + +#~ msgid "" +#~ "Note that if you want to use a database name with special characters, " +#~ "you need at least a 3.23.6 MySQL server. If you plan to use an older " +#~ "MySQL server, please don't put special characters in the database name. " +#~ "See section 9.2.2 in the MySQL documentation for details about database " +#~ "identifiers." +#~ msgstr "" +#~ "Pokud chcete použít jméno databáze se speciálními znaky, musíte mít MySQL " +#~ "server verze alespoň 3.23.6. Pokud tedy máte starší MySQL server, " +#~ "nedávejte speciální znaky do jména databáze. Pro detaily o " +#~ "identifikátorech databází viz Äást 9.2.2 v dokumentaci MySQL." + +#~ msgid "Bugzilla database owner name:" +#~ msgstr "Jméno vlastníka databáze Bugzilly:" + +#~ msgid "" +#~ "Please enter the database user name which will own the Bugzilla database." +#~ msgstr "" +#~ "Zadejte jméno databázového uživatele, který bude vlastnit databázi " +#~ "Bugzilly." + +#~ msgid "Bugzilla database owner password:" +#~ msgstr "Heslo vlastníka databáze Bugzilly:" + +#~ msgid "" +#~ "Please enter the password of the user which will own the Bugzilla " +#~ "database." +#~ msgstr "Zadejte heslo uživatele, který bude vlastnit databázi Bugzilly." + +#~ msgid "" +#~ "As you don't have a MySQL server installed locally, only a manual " +#~ "installation is possible." +#~ msgstr "" +#~ "Jelikož nemáte server MySQL instalován lokálnÄ›, je možná jen ruÄní " +#~ "instalace." + +#~ msgid "Automatic" +#~ msgstr "Automatický" + +#~ msgid "Manual" +#~ msgstr "Manuální" + +#~ msgid "Later" +#~ msgstr "PozdÄ›ji" + +#~ msgid "Bugzilla configuration:" +#~ msgstr "Nastavení Bugzilly:" + +#~ msgid "Please choose your preferred installation mode." +#~ msgstr "Vyberte si režim instalace." + +#~ msgid "" +#~ "Choosing \"Automatic\" needs a locally installed MySQL server. This " +#~ "setup mode will try to use as many default values as possible." +#~ msgstr "" +#~ "Automatická instalace vyžaduje lokálnÄ› nainstalovaný server MySQL. Tento " +#~ "režim nastavení se pokusí použít co nejvíc výchozích hodnot." + +#~ msgid "" +#~ "Choosing \"Manual\" will let you enter all the preferences for the MySQL " +#~ "server you want to use (either local or remote)." +#~ msgstr "" +#~ "RuÄní instalace vás nechá zadat vÅ¡echny volby pro server MySQL, který " +#~ "chcete použít (aÅ¥ už lokální nebo na síti)." + +#~ msgid "" +#~ "Choosing \"Later\" means that you don't have yet a MySQL server up for " +#~ "Bugzilla. This choice will abort the installation process." +#~ msgstr "" +#~ "PozdÄ›ji znamená, že jeÅ¡tÄ› nemáte nastavený server MySQL pro Bugzillu. Ta " +#~ "volba instalaÄní proces zastaví." + +#~ msgid "Bugzilla CGI scripts have been moved." +#~ msgstr "CGI skripty Bugzilly byly pÅ™esunuty." + +#~ msgid "Bugzilla use template for index." +#~ msgstr "Bugzilla používá Å¡ablonu pro index." + +#~ msgid "" +#~ "You need a mysql server installed on your local machine, or accessable on " +#~ "your network." +#~ msgstr "" +#~ "PotÅ™ebujete mít nainstalován mysql server na tomto stroji, nebo přístupný " +#~ "na síti." + +#~ msgid "Answering no to this question will stop the Bugzilla configuration." +#~ msgstr "Záporná odpovÄ›Ä na tuto otázku zastaví konfiguraci Bugzilly." + +#~ msgid "" +#~ "It is not mandatory to let the configure process create the Bugzilla " +#~ "database and the database user that will be used by Bugzilla to access to " +#~ "this database. If you have no Bugzilla database and no Bugzilla database " +#~ "user, you may create them both by hand." +#~ msgstr "" +#~ "Není povinné nechat konfiguraÄní proces vytvoÅ™it databázi Bugzilly a " +#~ "uživatele, pod kterým bude Bugzilla pÅ™istupovat k této databázi. Pokud " +#~ "nemáte žádnou databázi Bugzilly ani uživatele, můžete obojí vytvoÅ™it " +#~ "ruÄnÄ›." + +#~ msgid "root" +#~ msgstr "root" + +#~ msgid "localhost" +#~ msgstr "localhost" + +#~ msgid "Enter the database hostname." +#~ msgstr "Zadejte jméno poÄítaÄe s databází." + +#~ msgid "" +#~ "Please enter the hostname on which the MySQL database server to be used " +#~ "by Bugzilla runs." +#~ msgstr "" +#~ "Zadejte jméno poÄítaÄe, na kterém běží databázový server MySQL, který " +#~ "bude Bugzilla používat." + +#~ msgid "3306" +#~ msgstr "3306" + +#~ msgid "Enter the database port." +#~ msgstr "Zadejte port databáze." + +#~ msgid "Enter the name of the database." +#~ msgstr "Zadejte jméno databáze." + +#~ msgid "Enter the the database username for the Bugzilla database." +#~ msgstr "Zadejte jméno databázového uživatele pro databázi Bugzilly." + +#~ msgid "Enter the password for the Bugzilla database user." +#~ msgstr "Zadejte heslo uživatele databáze Bugzilly." + +#~ msgid "Please retype the password to confirm it." +#~ msgstr "NapiÅ¡te heslo znova pro potvrzení." + +#~ msgid "Choose the way you want to configure bugzilla:" +#~ msgstr "Vyberte způsob, jakým chcete Bugzillu nastavit:" + +#~ msgid "bugs" +#~ msgstr "bugs" --- bugzilla-3.2.5.0.orig/debian/po/nl.po +++ bugzilla-3.2.5.0/debian/po/nl.po @@ -0,0 +1,146 @@ +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# +# Luk Claes , 2005 +msgid "" +msgstr "" +"Project-Id-Version: bugzilla 2.18-2\n" +"Report-Msgid-Bugs-To: bugzilla@packages.debian.org\n" +"POT-Creation-Date: 2009-08-21 12:28+0200\n" +"PO-Revision-Date: 2009-09-01 22:56+0100\n" +"Last-Translator: Paul Gevers \n" +"Language-Team: Debian l10n Dutch \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: password +#. Description +#: ../bugzilla3.templates:2001 +msgid "Password confirmation:" +msgstr "Bevestiging van het wachtwoord:" + +#. Type: string +#. Description +#: ../bugzilla3.templates:3001 +msgid "Email address of Bugzilla administrator:" +msgstr "E-mailadres van de Bugzilla-beheerder:" + +#. Type: string +#. Description +#: ../bugzilla3.templates:3001 +msgid "" +"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." +msgstr "" +"Wat is het e-mailadres van de Bugzilla-beheerder? Alle post voor de " +"beheerder zal naar dit adres worden verzonden. Dit e-mailadres wordt ook " +"gebruikt als de loginnaam voor de Bugzilla-beheerder." + +#. Type: string +#. Description +#: ../bugzilla3.templates:3001 +msgid "" +"A valid address must contain exactly one '@', and at least one '.' after the " +"@. You'll be able to change this setting through Bugzilla's web interface." +msgstr "" +"Een correct adres moet precies ????n '@' en ten minste ????n '.' achter de @ " +"bevatten. U kunt deze instelling later aanpassen in de webinterface van " +"Bugzilla." + +#. Type: string +#. Description +#: ../bugzilla3.templates:4001 +msgid "Real name of Bugzilla administrator:" +msgstr "Echte naam van de Bugzilla-beheerder:" + +#. Type: password +#. Description +#: ../bugzilla3.templates:5001 +msgid "Password for the Bugzilla administrator account:" +msgstr "Geef het wachtwoord van de Bugzilla-beheerdersaccount." + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:6001 +msgid "Have Status or Resolution values been customized?" +msgstr "Zijn \"Status\" of \"Resolution\" waarden aangepast?" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:6001 +msgid "" +"If values in the Status or Resolution fields have been customized, the " +"checksetup procedure must be modified appropriately before installation can " +"continue." +msgstr "" +"Als er \"Status\" of \"Resolution\" velden zijn aangepast, dan moet de " +"checksetup procedure navenant worden aangepast voordat de installatie verder " +"kan gaan." + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:6001 +msgid "" +"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." +msgstr "" +"Voor elke bijwerking van dit pakket wordt een nieuwe versie van het " +"checksetup_nondebian.pl script ge??nstalleerd. U kunt de /usr/share/" +"bugzilla3/debian/pre-checksetup.d map gebruiken om automatisch uw " +"wijzigingen toe te passen v????r uitvoering." + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "Prompt about customized Status/Resolution at each update?" +msgstr "Vraag naar Status/Resolution aanpassingen bij iedere bijwerking?" + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "" +"If you modified Status/Resolution fields and created a script within /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." +msgstr "" +"Als u Status/Resolution velden aan heeft gepast en een script aan heeft " +"gemaakt in /usr/share/bugzilla3/debian/pre-checksetup.d om wijzigingen te " +"doen aan /usr/share/bugzilla3/lib/checksetup-nondebian.pl, dan wilt u " +"misschien vragen tijdens iedere bijwerking van dit pakket vermijden." + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "" +"If you accept being prompted, you will have to call /usr/share/bugzilla3/lib/" +"checksetup.pl yourself, at each package upgrade, before using Bugzilla." +msgstr "" +"Als u vragen accepteert, dan zult u /usr/share/bugzilla3/lib/checksetup.pl " +"zelf moeten aanroepen na iedere bijwerking, voordat u Bugzilla gebruikt." + +#. Type: boolean +#. Description +#: ../bugzilla3.templates:7001 +msgid "" +"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)." +msgstr "" +"Als u Status/Resolution niet heeft aangepast, dan dient u vragen te " +"vermijden, aangezien checksetup.pl automatisch gestart zal worden " +"(tegelijkertijd met de {pre,post}-checksetup.d scripts)."