Custom debian package repository for Bugzilla 3.2 (3.1.3+)

As commented on my blog entry, i’ve made a custom debian package repository for Bugzilla 3.2 (3.1.3+). You can use packages with adding the following apt-line in your /etc/apt/sources.list.

deb http://www.mozilla.gr.jp/~shimono/bugzilla/debian-etch/ ./

If you get some error related on gpg key, please install mgj-keyring package (from the repository above), and exec the following line.

apt-key add /usr/share/keyring/mgj-shimono.gpg

After this, you’ll be able to ‘apt-get update’ or install packages.

Note. Currently, this repository is only for Debian GNU/Linux etch w/x86. So, do NEVER use this with sid or testing.

With installing all package at above package repository, you’ll get following output.

# ./checksetup.pl
* This is Bugzilla 3.1.3 on perl 5.8.8
* Running on Linux 2.6.18-6-686 #1 SMP Sun Feb 10 22:11:31 UTC 2008

Checking perl modules...
Checking for CGI (v2.93) ok: found v3.15
Checking for TimeDate (v2.21) ok: found v2.22
Checking for PathTools (v0.84) ok: found v3.12
Checking for DBI (v1.41) ok: found v1.53
Checking for Template-Toolkit (v2.15) ok: found v2.19
Checking for Email-Send (v2.00) ok: found v2.181
Checking for Email-MIME-Modifier (any) ok: found v1.440

Checking available perl DBD modules...
Checking for DBD-Pg (v1.45) not found
Checking for DBD-mysql (v4.00) ok: found v4.006
Checking for DBD-Oracle (v1.19) not found

The following Perl modules are optional:
Checking for GD (v1.20) ok: found v2.34
Checking for Chart (v1.0) ok: found v2.4.1
Checking for Template-GD (any) ok: found v1.56
Checking for GDTextUtil (any) ok: found v0.86
Checking for GDGraph (any) ok: found v1.4308
Checking for XML-Twig (any) ok: found v3.26
Checking for MIME-tools (v5.406) ok: found v5.420
Checking for libwww-perl (any) ok: found v2.033
Checking for PatchReader (v0.9.4) ok: found v0.9.5
Checking for PerlMagick (any) ok: found v6.2.4
Checking for perl-ldap (any) not found
Checking for RadiusPerl (any) not found
Checking for SOAP-Lite (any) ok: found v0.69
Checking for HTML-Parser (v3.40) ok: found v3.55
Checking for HTML-Scrubber (any) ok: found v0.08
Checking for Email-MIME-Attachment-Stripper (any) not found
Checking for Email-Reply (any) not found
Checking for mod_perl (v1.999022) not found
Checking for CGI (v3.11) ok: found v3.15

* NOTE: You must run any commands listed below as root.

and

Reading ./localconfig...
Checking for DBD-mysql (v4.00) ok: found v4.006
Checking for MySQL (v4.1.2) ok: found v5.0.32-Debian_7etch5-log

Removing existing compiled templates...
Precompiling templates...done.
Fixing file permissions...
Checking for GraphViz (any) ok: found

2 Responses to

  1. Gunnar says:

    Hi,

    The repository is no longer available. I get 404s when accessing the URLs. Will you publish a new repository for Lenny or did you stop maintaining the packages?

    Thanks,
    Gunnar

  2. himorin says:

    Sorry for late. You can use official bugzilla package (from debian repo.) for lenny.
    I have plan to create / publish such package repository (of perl libs), which I’m using internally. But it might take a month or so. (when I can make time to do.)