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

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


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

    add the libgpp4-common package to deal with multi-arch

diff --git a/debian/control b/debian/control
index f86ebb5..6d13308 100644
--- a/debian/control
+++ b/debian/control
@@ -11,12 +11,28 @@ Standards-Version: 3.9.3
 Vcs-Browser: http://git.debian.org/?p=debian-science/packages/gpp4.git
 Vcs-Git: git://git.debian.org/git/debian-science/packages/gpp4.git
 
+Package: libgpp4-common
+Section: libs
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}
+Description: data 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 data for the libgpp4 library.
+
 Package: libgpp4-0
 Section: libs
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, libgpp4-common (= ${binary:Version})
 Description: runtime library 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
diff --git a/debian/libgpp4-0.install b/debian/libgpp4-0.install
index 58a91c9..7f03080 100644
--- a/debian/libgpp4-0.install
+++ b/debian/libgpp4-0.install
@@ -1,2 +1,2 @@
 usr/lib/*/libgpp4.so.*
-usr/share/gpp4
+
diff --git a/debian/libgpp4-common.install b/debian/libgpp4-common.install
new file mode 100644
index 0000000..d957265
--- /dev/null
+++ b/debian/libgpp4-common.install
@@ -0,0 +1 @@
+usr/share/gpp4

-- 
Packaging of gpp4



More information about the debian-science-commits mailing list