[SCM] Packaging of clipper branch, master, updated. debian/2.1+20100511-0ubuntu1-18-ga3b68ae

Picca Frédéric-Emma?==?UTF-8?Q?nuel picca at debian.org
Wed Jan 2 09:45:47 UTC 2013


The following commit has been merged in the master branch:
commit 7beb1d3bc54bc552ac5ca1ba43fe94cbdd544a27
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Tue Jan 1 21:57:46 2013 +0100

    update the control file to depends of libccp4 instead of libgpp4

diff --git a/debian/control b/debian/control
index 3e07175..40b91fb 100644
--- a/debian/control
+++ b/debian/control
@@ -5,38 +5,52 @@ Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.
 Uploaders: Picca Frédéric-Emmanuel <picca at debian.org>,
 	   Morten Kjeldgaard <mok0 at ubuntu.com>
 Homepage: http://www.ysbl.york.ac.uk/~cowtan/clipper/clipper.html
-Build-Depends: debhelper (>= 9), autotools-dev, dh-autoreconf, sfftw-dev, fftw-dev, libgpp4-dev, libmmdb-dev
+Build-Depends: debhelper (>= 9),
+               autotools-dev,
+               dh-autoreconf,
+               fftw-dev,
+               libcpp4-dev,
+               libmmdb-dev,
+               sfftw-dev
 Build-Depends-Indep: doxygen
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 Vcs-Browser: http://git.debian.org/?p=debian-science/packages/clipper.git
 Vcs-Git: git://git.debian.org/git/debian-science/packages/clipper.git
 
 Package: libclipper-dev
 Section: libdevel
 Architecture: any
+Multi-Arch: same
 Suggests: libclipper-doc
-Depends: ${misc:Depends}, libclipper2 (= ${binary:Version} ), libmmdb-dev, libgpp4-dev, sfftw-dev, fftw-dev
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${misc:Depends},
+         fftw-dev,
+         libclipper2 (= ${binary:Version} ),
+         libcpp4-dev,
+         libmmdb-dev,
+         sfftw-dev
 Description: object oriented development kit for crystallographic computing
  The aim of the clipper project is to produce a set of object-oriented
- libraries for the organisation of crystallographic data and the performance
- of crystallographic computation.
+ libraries for the organisation of crystallographic data and the
+ performance of crystallographic computation.
  .
- This package contains development environment for programs which will use
- the clipper libraries. 
+ This package contains development environment for programs which will
+ use the clipper libraries.
 
 Package: libclipper2
 Section: libs
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends:  ${misc:Depends},
+          ${shlibs:Depends}
 Description: object oriented library for crystallographic computing
  The aim of the clipper project is to produce a set of object-oriented
- libraries for the organisation of crystallographic data and the performance
- of crystallographic computation.
+ libraries for the organisation of crystallographic data and the
+ performance of crystallographic computation.
  .
- This package contains shared libraries needed to run programs that have
- been developed using the clipper libraries.
+ This package contains shared libraries needed to run programs that
+ have been developed using the clipper libraries.
 
 Package: libclipper-doc
 Section: doc
@@ -46,8 +60,8 @@ Suggests: www-browser
 Enhances: libclipper-dev
 Description: doxygen generated documentation for libclipper
  The aim of the clipper project is to produce a set of object-oriented
- libraries for the organisation of crystallographic data and the performance
- of crystallographic computation.
+ libraries for the organisation of crystallographic data and the
+ performance of crystallographic computation.
  .
  This package provides doxygen generated documentation for the library.
 
@@ -55,10 +69,13 @@ Package: libclipper2-dbg
 Section: debug
 Priority: extra
 Architecture: any
-Depends: ${misc:Depends}, libclipper2 (= ${binary:Version} )
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${misc:Depends},
+         libclipper2 (= ${binary:Version} )
 Description: object oriented development kit for crystallographic computing
  The aim of the clipper project is to produce a set of object-oriented
- libraries for the organisation of crystallographic data and the performance
- of crystallographic computation.
+ libraries for the organisation of crystallographic data and the
+ performance of crystallographic computation.
  .
  This package contains debugging symbols for the clipper libraries. 

-- 
Packaging of clipper



More information about the debian-science-commits mailing list