[pkg-db-commits] [SCM] Berkeley DB v4.7 Debian packaging branch, debian-sid, updated. debian/4.7.25-19-5-g07cbaa6

Ondřej Surý ondrej at sury.org
Tue Jun 28 14:39:49 UTC 2011


The following commit has been merged in the debian-sid branch:
commit 84b4f224476ac3227beca9c4b34237ea460128b7
Author: Ondřej Surý <ondrej at sury.org>
Date:   Mon Jun 6 22:58:13 2011 +0200

    Disable building of libdb4.7-dev package

diff --git a/debian/control b/debian/control
index 3cf7866..7ab0393 100644
--- a/debian/control
+++ b/debian/control
@@ -9,15 +9,6 @@ Homepage: http://www.oracle.com/technology/software/products/berkeley-db/index.h
 Vcs-Browser: http://git.debian.org/?p=pkg-db/db4.7.git
 Vcs-Git: git://git.debian.org/pkg-db/db4.7.git
 
-Package: libdb4.7-dev
-Architecture: any
-Section: libdevel
-Depends: libdb4.7 (= ${binary:Version})
-Conflicts: libdb-dev, libdb4.6-dev
-Description: Berkeley v4.7 Database Libraries [development]
- This is the development package which contains headers and static
- libraries for the Berkeley v4.7 database library.
-
 Package: libdb4.7
 Architecture: any
 Depends: ${shlibs:Depends}
diff --git a/debian/rules b/debian/rules
index 1dad71d..3d60c0f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,7 +32,7 @@ CONFIGURE_SWITCHES =    --prefix=/usr \
 			--enable-tcl \
 			--enable-test
 
-DB_BINARY_PKGS = libdb4.7 libdb4.7-dev db4.7-util
+DB_BINARY_PKGS = libdb4.7 db4.7-util
 
 ifneq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
 CONFIGURE_VARS += STRIP=":"

-- 
Berkeley DB v4.7 Debian packaging



More information about the pkg-db-commits mailing list