[SCM] libiodbc2 packaging branch, master, updated. 7368928588ac1fc37b8de3c0d1e3e4d7bae57772

Maximiliano Curia maxy at alioth.debian.org
Wed Jun 5 19:32:05 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/krap/libiodbc2.git;a=commitdiff;h=198d98d

The following commit has been merged in the master branch:
commit 198d98dba1763460a489620c72715a4d6b33e419
Author: Maximiliano Curia <maxy at debian.org>
Date:   Mon Jun 3 14:15:41 2013 +0200

    Add Pre-Depends for multi-arch.
---
 debian/changelog |    1 +
 debian/control   |    9 +++++----
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 076a8c0..8bee716 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ libiodbc2 (3.52.8-1) UNRELEASED; urgency=low
   * Add symbols files.
   * Update install files for multi-arch.
   * Update install files.
+  * Add Pre-Depends for multi-arch.
 
  -- Maximiliano Curia <maxy at debian.org>  Mon, 03 Jun 2013 13:05:31 +0200
 
diff --git a/debian/control b/debian/control
index 25df15b..573ae87 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,8 @@ Homepage: http://www.iodbc.org/
 Package: iodbc
 Section: misc
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends} 
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: GTK+ config frontend for the iODBC Driver Manager
  The iODBC (intrinsic Open Database Connectivity) driver manager is compatible
  with the ODBC 2.x and 3.x specification and performs all the jobs of a
@@ -33,7 +34,8 @@ Description: GTK+ config frontend for the iODBC Driver Manager
 Package: libiodbc2
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends} 
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: iodbc (= ${binary:Version})
 Description: iODBC Driver Manager
  The iODBC (intrinsic Open Database Connectivity) driver manager is compatible
@@ -52,8 +54,7 @@ Description: iODBC Driver Manager
 Package: libiodbc2-dev
 Section: libdevel
 Architecture: any
-Depends: libiodbc2 (= ${binary:Version}), 
- ${misc:Depends} 
+Depends: libiodbc2 (= ${binary:Version}), ${misc:Depends}
 Conflicts: libiodbc2 (<= 3.52.6-1), iodbc (<= 3.52.6-1)
 Description: iODBC Driver Manager (development files)
  The iODBC (intrinsic Open Database Connectivity) driver manager is compatible

-- 
libiodbc2 packaging



More information about the pkg-kde-commits mailing list