[libcerf] 01/01: Fixes for multiarch, pkg-config, and debian/control

Eugen Wintersberger eugenwintersberger-guest at alioth.debian.org
Sat Nov 9 19:07:37 UTC 2013


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

eugenwintersberger-guest pushed a commit to branch master
in repository libcerf.

commit c1adbd398af6c3000037bc84469834fc7c8b8a0d
Author: Eugen Wintersberger <eugen.wintersberger at gmail.com>
Date:   Sat Nov 9 18:39:18 2013 +0100

    Fixes for multiarch, pkg-config, and debian/control
    
    * added Pre-Depends for multiarch
    * included pkg-config file to the -dev package
    * changed the standard version number to 3.9.4
    * put source package in section 'science'
    * put binary package in section 'libs'
---
 debian/control             |   32 ++++++++++++++++++--------------
 debian/libcerf-dev.install |    2 +-
 2 files changed, 19 insertions(+), 15 deletions(-)

diff --git a/debian/control b/debian/control
index 3c3a1cc..55ae6f7 100644
--- a/debian/control
+++ b/debian/control
@@ -1,11 +1,25 @@
 Source: libcerf
-Priority: extra
 Maintainer: Eugen Wintersberger <eugen.wintersberger at gmail.com>
-Build-Depends: debhelper (>= 9.0.0), autotools-dev, automake (>=1.0)
-Standards-Version: 3.9.3
-Section: libs
+Build-Depends: debhelper (>= 9), autotools-dev, automake (>=1.0)
+Standards-Version: 3.9.4
+Priority: extra
+Section: science
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/libcerf.git
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/libcerf.gi
 Homepage: http://apps.jcns.fz-juelich.de/doku/sc/libcerf
 
+Package: libcerf1
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Pre-Depends},${misc:Depends}
+Pre-Depends: multiarch-support
+Section: libs
+Description: libcerf binary files
+ libcerf is a self-contained numeric library that provides an efficient and
+ accurate implementation of the complex error functions, along with Dawson,
+ Faddeeva, and Voigt functions.
+ . 
+ This package contains the runtime binary of the library.
+
 Package: libcerf-dev
 Section: libdevel
 Architecture: any
@@ -17,16 +31,6 @@ Description: libcerf development files
  .
  This package contains the development files for libcerf. 
 
-Package: libcerf1
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Pre-Depends},${misc:Depends}
-Description: libcerf binary files
- libcerf is a self-contained numeric library that provides an efficient and
- accurate implementation of the complex error functions, along with Dawson,
- Faddeeva, and Voigt functions.
- . 
- This package contains the runtime binary of the library.
-
 Package: libcerf-doc
 Section: doc
 Architecture: all
diff --git a/debian/libcerf-dev.install b/debian/libcerf-dev.install
index 3b1a0c7..0c1ca40 100644
--- a/debian/libcerf-dev.install
+++ b/debian/libcerf-dev.install
@@ -1,4 +1,4 @@
 usr/include/*
 usr/lib/*/lib*.so
-#usr/lib/pkgconfig/*
+usr/lib/*/pkgconfig/*
 #usr/share/pkgconfig/*

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



More information about the debian-science-commits mailing list