tags 647869 + patch
tags 647869 + pending
thanks

Dear db maintainers,

I am working through long-standing straightforward multiarch patches
to get the archive in a better multi-arch-ready state for wheezy.
db-defaults in one package that has had such a patch pending for some
months.

I've prepared an NMU for db-defaults (versioned as 5.1.4+nmu1) and
uploaded it to DELAYED/10.

This applies the simple mulitarch patch filed in November by Steve
Langasek, which is necessary for multiarch cross-dependencies on db-dev to
work. 124 package in the archive build-depend on db-dev or db++-dev
and thus cannot have their cross-dependencies installed without this
fix.

I hope this meets with your approval, do get back to me if there is a
problem.

Wookey

-- IMPORTANT NOTICE: The contents of this email and any attachments are 
confidential and may also be privileged. If you are not the intended recipient, 
please notify the sender immediately and do not disclose the contents to any 
other person, use it for any purpose, or store or copy the information in any 
medium.  Thank you.
diff -Nru db-defaults-5.1.4/debian/changelog db-defaults-5.1.4+nmu1/debian/changelog
--- db-defaults-5.1.4/debian/changelog	2011-04-21 07:56:31.000000000 +0100
+++ db-defaults-5.1.4+nmu1/debian/changelog	2012-05-17 13:00:15.000000000 +0100
@@ -1,3 +1,10 @@
+db-defaults (5.1.4+nmu1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Make package multiarch-aware (Closes: #647869)
+
+ -- Wookey <[email protected]>  Thu, 17 May 2012 12:59:19 +0100
+
 db-defaults (5.1.4) unstable; urgency=low
 
   * Depend on libdb5.1-java (>= 5.1.25-7~) to pull db.jar,
diff -Nru db-defaults-5.1.4/debian/control db-defaults-5.1.4+nmu1/debian/control
--- db-defaults-5.1.4/debian/control	2011-04-21 07:56:31.000000000 +0100
+++ db-defaults-5.1.4+nmu1/debian/control	2012-05-17 12:58:37.000000000 +0100
@@ -7,7 +7,8 @@
 Build-Depends: debhelper (>= 7.0.50~)
 
 Package: libdb-dev
-Architecture: all
+Architecture: any
+Multi-Arch: same
 Section: libdevel
 Priority: extra
 Depends: libdb5.1-dev, ${misc:Depends}
@@ -28,7 +29,8 @@
  unversioned links to current database utilities.
 
 Package: libdb++-dev
-Architecture: all
+Architecture: any
+Multi-Arch: same
 Section: libdevel
 Priority: extra
 Depends: libdb5.1++-dev (>= 5.1.25-2~), ${misc:Depends}
@@ -39,7 +41,8 @@
  library. This is only for programs which will use the C++ interface.
 
 Package: libdb-sql-dev
-Architecture: all
+Architecture: any
+Multi-Arch: same
 Section: libdevel
 Priority: extra
 Depends: libdb5.1-sql-dev, ${misc:Depends}
@@ -49,7 +52,8 @@
  library.
 
 Package: libdb-java-dev
-Architecture: all
+Architecture: any
+Multi-Arch: same
 Section: libdevel
 Priority: extra
 Depends: libdb5.1-java-dev (>= 5.1.25-7~), ${misc:Depends}

Reply via email to