[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Advice; want to upload new onak package to stable



Hi.

I'd like to upload a new onak package to stable to fix #520117 by
rebuilding against db4.5 instead of db4.6 - I'm hitting what seems to be
#510270 in db4.6.

Is this likely to be acceptable? If not is there any way I can do an
update that would be acceptable? At present onak is largely unuseful in
lenny; I unfortunately didn't notice as my high load onak server was on
etch and using db4.4 (the latest available there) with the same code
base.

I have attached my proposed patch to this mail, but can put packages up
for viewing if that is preferred.

(I intended to do a release of 0.3.7 upstream and build that against
db4.7 to fix the problem in unstable.)

J.

-- 
 umop 3pisdn w,I u3ym hx3s os w,I  |  .''`.  Debian GNU/Linux Developer
                                   | : :' :  Happy to accept PGP signed
                                   | `. `'   or encrypted mail - RSA
                                   |   `-    key on the keyservers.
diff -u onak-0.3.6/debian/changelog onak-0.3.6/debian/changelog
--- onak-0.3.6/debian/changelog
+++ onak-0.3.6/debian/changelog
@@ -1,3 +1,9 @@
+onak (0.3.6-2) stable; urgency=low
+
+  * Build against libdb4.5 rather than libdb4.6 (Closes: #520117)
+
+ -- Jonathan McDowell <noodles@earth.li>  Fri, 29 May 2009 13:59:03 +0100
+
 onak (0.3.6-1) unstable; urgency=low
 
   * New upstream release
diff -u onak-0.3.6/debian/control onak-0.3.6/debian/control
--- onak-0.3.6/debian/control
+++ onak-0.3.6/debian/control
@@ -3,14 +3,14 @@
 Priority: optional
 Maintainer: Jonathan McDowell <noodles@earth.li>
 Uploaders: Ross Burton <ross@debian.org>
-Build-Depends: debhelper (>= 4.1.0), cdbs, libdb4.6-dev
+Build-Depends: debhelper (>= 4.1.0), cdbs, libdb4.5-dev
 Standards-Version: 3.7.3.0
 
 Package: onak
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
 Recommends: apache2 | httpd
-Suggests: db4.6-util
+Suggests: db4.5-util
 Description: OpenPGP Key Server
  onak is an OpenPGP compatible keyserver which supports multiple subkeys,
  photo ids and path finding between keys. It can provide an HKP

Reply to: