Your message dated Tue, 19 Apr 2011 07:03:04 +0000
with message-id <[email protected]>
and subject line Bug#621415: fixed in libapache2-mod-perl2 2.0.5-1
has caused the Debian Bug report #621415,
regarding needless dependency on libdb4.8
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
621415: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=621415
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libapache2-mod-perl2
Version: 2.0.4-7
Severity: normal
User: [email protected]
Usertags: db5.1

Your package currently still uses Berkeley DB version 4.8 (libdb4.8).

However, there is a newer Berkeley DB version in the archive (libdb5.1),
with a compatible API.  Berkeley DB version 4.8 will be eventually
removed from unstable in favor of version 5.1.

Please port your package to libdb5.1 as soon as possible.  In most cases
only change required is to update build depends from libdb4.8-dev
to libdb-dev, or just recompile the package.

More complicated scenarios:

- Package does check for DB_VERSION_MAJOR == 4 - this should be updated
  to (DB_VERSION_MAJOR > 4) || ((DB_VERSION_MAJOR == 4) && (DB_VERSION_MINOR >= 
XX)).

- Configure checks - sometime there is a list of db-4.8 db-4.6 db-4.2, etc., 
this
  needs to be updated to just db (or db-5.1 db-5 db), or at least list the 'db'
  in the front

You can see example patch in cyrus-imapd-2.2:
http://git.debian.org/?p=pkg-cyrus-imapd/cyrus-imapd-2.2.git;a=blob;f=debian/patches/99-berkelydb-5.1.dpatch;hb=HEAD

- The packages which use Berkeley DB transactional mode need to upgrade
  the database files before the upgrade.  This is fairly straightforward
  and is well documented on the Berkeley DB website.  But you probably
  already know that because it's not the first Berkeley DB transition.

The example script can be found in the cyrus-imapd-2.4 (not yet released):
http://git.debian.org/?p=pkg-cyrus-imapd/cyrus-imapd-2.4.git;a=blob;f=debian/cyrus-upgrade-db;hb=HEAD

Thanks, 
--
Ondřej Surý <[email protected]>

-- System Information:
Debian Release: squeeze/sid
  APT prefers maverick-updates
  APT policy: (500, 'maverick-updates'), (500, 'maverick-security'), (500, 
'maverick-proposed'), (500, 'maverick-backports'), (500, 'maverick')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.35-28-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



--- End Message ---
--- Begin Message ---
Source: libapache2-mod-perl2
Source-Version: 2.0.5-1

We believe that the bug you reported is fixed in the latest version of
libapache2-mod-perl2, which is due to be installed in the Debian FTP archive:

libapache2-mod-perl2-dev_2.0.5-1_all.deb
  to main/liba/libapache2-mod-perl2/libapache2-mod-perl2-dev_2.0.5-1_all.deb
libapache2-mod-perl2-doc_2.0.5-1_all.deb
  to main/liba/libapache2-mod-perl2/libapache2-mod-perl2-doc_2.0.5-1_all.deb
libapache2-mod-perl2_2.0.5-1.debian.tar.gz
  to main/liba/libapache2-mod-perl2/libapache2-mod-perl2_2.0.5-1.debian.tar.gz
libapache2-mod-perl2_2.0.5-1.dsc
  to main/liba/libapache2-mod-perl2/libapache2-mod-perl2_2.0.5-1.dsc
libapache2-mod-perl2_2.0.5-1_amd64.deb
  to main/liba/libapache2-mod-perl2/libapache2-mod-perl2_2.0.5-1_amd64.deb
libapache2-mod-perl2_2.0.5.orig.tar.gz
  to main/liba/libapache2-mod-perl2/libapache2-mod-perl2_2.0.5.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Damyan Ivanov <[email protected]> (supplier of updated libapache2-mod-perl2 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 19 Apr 2011 09:47:07 +0300
Source: libapache2-mod-perl2
Binary: libapache2-mod-perl2 libapache2-mod-perl2-dev libapache2-mod-perl2-doc
Architecture: source amd64 all
Version: 2.0.5-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group <[email protected]>
Changed-By: Damyan Ivanov <[email protected]>
Description: 
 libapache2-mod-perl2 - Integration of perl with the Apache2 web server
 libapache2-mod-perl2-dev - Integration of perl with the Apache2 web server - 
development fil
 libapache2-mod-perl2-doc - Integration of perl with the Apache2 web server - 
documentation
Closes: 507279 621415
Changes: 
 libapache2-mod-perl2 (2.0.5-1) unstable; urgency=low
 .
   [ Nicholas Bamber ]
   * Added myself to Uploaders
   * Upped debian compatibility level to 7, migrated to source format '3.0
     (quilt)' and removed quilt
   * Refreshed debian/rules
   * Upped standards version to 3.9.2
   * Added versioning of depdendency between dev and core packages
   * Registered documents with doc-base
     - Adding todo files to doc package
     - Added dwww as a recommendation to doc package
     - Transformed .pod files to indexed HTML files (Closes: #507279)
     - Copied .png files and added them to the HTML index
   * New upstream release
   * Reviewed patches
     - Removed 009_allow_parallel_build.patch [applied upstream]
     - Removed 100-svn-XSS-Status.patch [applied upstream]
     - Removed 110-Fix-two-uninitialized-....patch [applied upstream]
     - Removed 035-testrequest_add_credentials.patch [applied upstream]
     - New lintian version requires new correctons
   * Email change: Andres Salomon -> [email protected]
   * Refreshed copyright
   * Reviewed dependencies
   * Installed gdb scripts to examples for dev package
 .
   [ Damyan Ivanov ]
   * add avoid-db-linkage.patch: avoids needless linking with libdb, which
     entangles us in libdb transitions. Closes: #621415
   * rules: pass --parallel to dh command allowing parallel builds
   * rules: pass CFLAGS to upstream make as MODPERL_OPTIMIZE, allowing
     dpkg-buildpackage-induced CFLAGS to end up on the compiler command line
   * drop libgdbm-dev from B-D
Checksums-Sha1: 
 48c42c39d5c6facf932ad662dff932dafb35bf53 2426 libapache2-mod-perl2_2.0.5-1.dsc
 e749e2d7236273217f33cbe7fcd704a662e532d1 3778910 
libapache2-mod-perl2_2.0.5.orig.tar.gz
 8048c3404bc87c801ad7993b42de9fcdcb46d443 20173 
libapache2-mod-perl2_2.0.5-1.debian.tar.gz
 ba539ef04ffce7d07a79e86675cc5ca337e46984 1108480 
libapache2-mod-perl2_2.0.5-1_amd64.deb
 1405ab23a734db6f326c7930910a5e7cc74a44f6 82688 
libapache2-mod-perl2-dev_2.0.5-1_all.deb
 3a3b919e6a284fdb0380ac7055ee56ca7bc8fc24 1907344 
libapache2-mod-perl2-doc_2.0.5-1_all.deb
Checksums-Sha256: 
 a1cc506b469db13e0c852556875c9d2e62f8cb070d46822d0edf6a50e2467aa2 2426 
libapache2-mod-perl2_2.0.5-1.dsc
 fa95be3d6d00f083afaea4b17fd594b505998e396feb71260857604566aa8afa 3778910 
libapache2-mod-perl2_2.0.5.orig.tar.gz
 050c2d540306e98edcd1823349ca0cb3f3e55086a40c60cfceb0843ed77d336e 20173 
libapache2-mod-perl2_2.0.5-1.debian.tar.gz
 9506c6085a396ee5c8e9bd010b8fb0d724ad5aaebd16d5fd7eeb5b44be1ac333 1108480 
libapache2-mod-perl2_2.0.5-1_amd64.deb
 a4332b4f944d8392d780923204b27cf689a70729f8599165ab83aa9e4350c117 82688 
libapache2-mod-perl2-dev_2.0.5-1_all.deb
 02fda27ce80e35d03d1267bede365af75c8f02af4dc955543983c76756b79d1c 1907344 
libapache2-mod-perl2-doc_2.0.5-1_all.deb
Files: 
 6a1d5605b923ed4ebcb07d9ac44473f2 2426 httpd optional 
libapache2-mod-perl2_2.0.5-1.dsc
 03d01d135a122bd8cebd0cd5b185d674 3778910 httpd optional 
libapache2-mod-perl2_2.0.5.orig.tar.gz
 b1f48499a8fe499ed542e70e284c2bf8 20173 httpd optional 
libapache2-mod-perl2_2.0.5-1.debian.tar.gz
 f83fc7a6d15c06568f9727a1b78ff680 1108480 httpd optional 
libapache2-mod-perl2_2.0.5-1_amd64.deb
 e742527e54b9b345a98be4bca7f9dd8c 82688 libdevel optional 
libapache2-mod-perl2-dev_2.0.5-1_all.deb
 a5aefa32c7c9e4a8df60f669366d27cf 1907344 doc optional 
libapache2-mod-perl2-doc_2.0.5-1_all.deb

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

iQIcBAEBCAAGBQJNrTEZAAoJEOQbTFV/DYC+IGEP/A25gWRqdecJO68n2NDEMSA2
kiFET+pL5dk9kLpf6I2VXGCWFCFDRWW5lYYOu0hv7WlFlpv7D+A7BYmmWyKqyEbQ
eJC2/oOYMUWdR2D+csvUNLBdOSGMNs5HjwplDVhL7ap7671B5kAjb13eE6MVygCr
skc5j2ja5pgyqnbgAvkPJm6rbOkVgV89zBD/hLQsLHiAc1UMQgAoOm2kpzW6aSty
1LDYzEQpO1e3yr95se+bUlsb69DO7QEsqD0ZRfb0NrmktHzOafR+e4LMvVBavlrI
XnPEBpBLTLtvwg6F2aGHRporWnS2/QuG1LrQdawpgwFEZqkW642cKVFvLXA8/V9j
ffJzbi6r98R2JDtuZqRj10ncnhR0djISUUZ1xtHQj74wOmZP482vLucJAwAYPoDG
MOrQ6gQypHBeN85VGXHAC6x1lDwZtL+EsqzNA8S82uoUMNYU8w9JGqTilu5I0hgB
QptFphEZtkUstTiVgUgXF/KGp9g7fUhg0Yn+MkgtV0z9II1O4WM4ADiBWHc10lFI
/mL9br2D6b3aByYWdbNQpcQOJawjBMgTPl9X/bY/grSMxTEi9+E+z0+ui/F3i12q
6Wy5uxxGx504xua4mpS5yxr2eMWW2qj1eGZIR58bBSIHKWf6m4i7pEXJUFLc9yF1
DGNmm4NgtgaubwBer3Gu
=vv4f
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to