[mmdb] 06/08: migrate -dbg -> -dbgsym

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Tue Aug 16 11:24:55 UTC 2016


This is an automated email from the git hooks/post-receive script.

picca pushed a commit to branch master
in repository mmdb.

commit 9924abaccebb46be3feead94c7036cac3adae3a0
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Tue Aug 16 10:52:37 2016 +0200

    migrate -dbg -> -dbgsym
---
 debian/control | 26 +-------------------------
 debian/rules   |  4 +---
 2 files changed, 2 insertions(+), 28 deletions(-)

diff --git a/debian/control b/debian/control
index 934fc80..cdc74ce 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.
 Uploaders: Picca Frédéric-Emmanuel <picca at debian.org>
 Section: science
 Priority: optional
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 9.20150628),
                dh-autoreconf
 Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/?p=debian-science/packages/mmdb.git
@@ -53,27 +53,3 @@ Description: macromolecular coordinate library - runtime
  .
  This package contains the shared library components needed for programs
  that have been linked to the mmdb library.
-
-Package: libmmdb2-0-dbg
-Architecture: any
-Multi-Arch: same
-Section: debug
-Priority: extra
-Depends: ${misc:Depends},
-         libmmdb2-0 (= ${binary:Version})
-Pre-Depends: ${misc:Pre-Depends}
-Description: macromolecular coordinate library - debug symbols
- 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
-
diff --git a/debian/rules b/debian/rules
index 61512b0..fbe9ddf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,7 @@
 #!/usr/bin/make -f
 
-#export CXXFLAGS += -D_REENTRANT
-
 %:
-	dh $@ --with autoreconf --dbg-package=libmmdb2-0-dbg
+	dh $@ --with autoreconf --ddeb-migration='libmmdb2-0-dbg (<< 2.0.5-1~)'
 
 override_dh_auto_configure:
 	dh_auto_configure -- --enable-shared --disable-static

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mmdb.git



More information about the debian-science-commits mailing list