[SCM] Packaging of gpp4 branch, master, updated. debian/1.3.1-0ubuntu2-6-ge010727

Picca Frédéric-Emma?==?UTF-8?Q?nuel picca at debian.org
Mon Jul 23 20:01:49 UTC 2012


The following commit has been merged in the master branch:
commit e010727e61085205a5a66d879cb5c275aa180207
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Mon Jul 23 22:01:41 2012 +0200

    add the debug packages

diff --git a/debian/control b/debian/control
index 7b9c51e..f86ebb5 100644
--- a/debian/control
+++ b/debian/control
@@ -46,6 +46,23 @@ Description: development environment for CCP4 compatible programs
  This package provides header files and library for developing free
  CCP4 compatible programs.
 
+Package: libgpp4-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Suggests: libgpp4-doc
+Depends: ${misc:Depends}, libgpp4-0 (= ${binary:Version})
+Description: development environment for CCP4 compatible programs
+ The goal of the ggp4 project is to provide a standalone replacement for
+ the CCP4 library for macromolecular crystallography. The library performs
+ a number of common tasks in standardized manner. These tasks include file
+ opening, parsing keyworded input, and reading and writing of standard data
+ formats for electron density maps and X-Ray diffraction data. Programs may
+ call this library to ensure compatibility with the CCP4 program suite, as
+ well as a similar look-and-feel.
+ .
+ This package provides debugging symbols for the libgpp4-0 library
+
 Package: libgpp4f0
 Section: libs
 Architecture: any
@@ -81,6 +98,23 @@ Description: development environment for CCP4 compatible programs
  This package provides the FOTRAN API library for developing free
  CCP4 compatible programs.
 
+Package: libgpp4f-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: ${misc:Depends}, libgpp4f0 (= ${binary:Version})
+Description: development environment for CCP4 compatible programs
+ The goal of the ggp4 project is to provide a standalone replacement for
+ the CCP4 library for macromolecular crystallography. The library performs
+ a number of common tasks in standardized manner. These tasks include file
+ opening, parsing keyworded input, and reading and writing of standard data
+ formats for electron density maps and X-Ray diffraction data. Programs may
+ call this library to ensure compatibility with the CCP4 program suite, as
+ well as a similar look-and-feel.
+ .
+ This package provides debugging symbols for the FOTRAN API library for
+ developing free CCP4 compatible programs.
+
 Package: libgpp4-doc
 Section: doc
 Architecture: all
diff --git a/debian/rules b/debian/rules
index db7fced..0ed9a84 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,3 +21,8 @@ override_dh_auto_build-indep:
 override_dh_clean:
 	rm -rf doc/
 	dh_clean
+
+override_dh_strip:
+	dh_strip -p libgpp4-0 --dbg-package=libgpp4-dbg
+	dh_strip -p libgpp4f0 --dbg-package=libgpp4f-dbg
+	dh_strip -a

-- 
Packaging of gpp4



More information about the debian-science-commits mailing list