[SCM] Packaging for mmdb branch, master, updated. debian/1.23.2.1-0ubuntu1-13-g80da423

Picca Frédéric-Emma?==?UTF-8?Q?nuel picca at debian.org
Tue Jul 17 20:17:00 UTC 2012


The following commit has been merged in the master branch:
commit 80da423d9ca30ed7b8c043885591cead5bf19180
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Tue Jul 17 22:16:53 2012 +0200

    multiarch, debug package, prepare for debian-science

diff --git a/debian/changelog b/debian/changelog
index fdec120..a9771d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,14 +1,14 @@
-mmdb (1.23.2.1-1) unstable; urgency=low
+mmdb (1.23.2.1-1) UNRELEASED; urgency=low
 
-  * general
-    - use cme to fix the package
+  - multiarchify
   * debian/compat
-    - switch to level 8
+    - switch to level 9
   * debian/rules
-    - use dh(8) instead of cdbs
+    - use dh(9) instead of cdbs
   * debian/control
     - BuildDep: add dh-autoreconf
     - Bump Standards-Version to 3.9.3 (nothing to do)
+    - add the libmmdb0-dbg package
   * debian/patches
     - refresh the series using gbp-pq
     - 0001-mmdb_mmcif.cpp.patch (refreshed)
diff --git a/debian/compat b/debian/compat
index 45a4fb7..f11c82a 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
\ No newline at end of file
diff --git a/debian/control b/debian/control
index 54b0c39..b1fe4ef 100644
--- a/debian/control
+++ b/debian/control
@@ -1,11 +1,14 @@
 Source: mmdb
-Maintainer: Morten Kjeldgaard <mok0 at ubuntu.com>
+Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Picca Frédéric-Emmanuel <picca at debian.org>,
+	   Morten Kjeldgaard <mok0 at ubuntu.com>
 Section: science
 Priority: optional
-Build-Depends: debhelper (>= 8),
+Build-Depends: debhelper (>= 9),
 	       dh-autoreconf
 Standards-Version: 3.9.3
-Vcs-Bzr: http://bazaar.launchpad.net/~mok0/mmdb/ubuntu
+Vcs-Browser: http://git.debian.org/?p=debian-science/packages/mmdb.git
+Vcs-Git: git://git.debian.org/git/debian-science/packages/mmdb.git
 Homepage: https://launchpad.net/mmdb/
 
 Package: libmmdb-dev
@@ -31,7 +34,9 @@ Description: macromolecular coordinate library developer files
 
 Package: libmmdb0
 Architecture: any
+Multi-Arch: same
 Section: libs
+Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends},
          ${misc:Depends}
 Description: macromolecular coordinate library
@@ -50,3 +55,23 @@ Description: macromolecular coordinate library
  This package contains the shared library components needed for programs
  that have been linked to the mmdb library.
 
+Package: libmmdb0-dbg
+Priority: extra
+Architecture: any
+Section: debug
+Depends: ${misc:Depends},
+	 libmmdb0 (= ${binary:Version})
+Description: macromolecular coordinate library
+ MMDB is designed to assist developers in working with macromolecular
+ coordinate files. The library handles both PDB and mmCIF format files.
+ .
+ The Library also features an internal binary format, portable between
+ different platforms. This is achieved at uniformity of the Library's
+ interface functions, so there is no difference in handling different
+ formats.
+ .
+ MMDB provides various high-level tools for working with coordinate files,
+ including reading and writing, orthogonal-fractional transforms,
+ generation of symmetry mates, editing the molecular structure and more.
+ .
+ this package contain the debugging symbols for the mmdb library
\ No newline at end of file
diff --git a/debian/copyright b/debian/copyright
index 52763b5..7046c91 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,7 +3,7 @@ Upstream-Name: mmdb
 Upstream-Contact: Morten Kjeldgaard <mok0b at ubuntu.com>
 Source: http://launcpad.net/mmdb
 
-Files: src/*, examples/*
+Files: src/* examples/*
 Copyright: © 2004-2010, Eugene Krissinel
 License: LGPL-3
 
diff --git a/debian/libmmdb-dev.install b/debian/libmmdb-dev.install
index 167abce..e5d9a26 100644
--- a/debian/libmmdb-dev.install
+++ b/debian/libmmdb-dev.install
@@ -1,4 +1,4 @@
 usr/include/mmdb/*
-usr/lib/libmmdb*.so
-usr/lib/pkgconfig/mmdb.pc
+usr/lib/*/libmmdb*.so
+usr/lib/*/pkgconfig/mmdb.pc
 
diff --git a/debian/libmmdb0.install b/debian/libmmdb0.install
index 9da2c65..bb9e94f 100644
--- a/debian/libmmdb0.install
+++ b/debian/libmmdb0.install
@@ -1 +1 @@
-usr/lib/libmmdb.so.*
+usr/lib/*/libmmdb.so.*
diff --git a/debian/rules b/debian/rules
index 19d8450..da55487 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,5 +7,5 @@ override_dh_autoreconf:
 	dh_autoreconf
 
 %:
-	dh $@ --with autoreconf
+	dh $@ --with autoreconf --dbg-package=libmmdb0-dbg
 

-- 
Packaging for mmdb



More information about the debian-science-commits mailing list