[libcerf] 01/01: Fixed SO name of the libraries binary package

Eugen Wintersberger eugenwintersberger-guest at moszumanska.debian.org
Wed Aug 13 13:27:35 UTC 2014


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

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

commit 4a6fd434f438b744373dd8c272502a36b0b54d40
Author: Eugen Wintersberger <eugen.wintersberger at gmail.com>
Date:   Wed Aug 13 15:25:27 2014 +0200

    Fixed SO name of the libraries binary package
    
    *) fixed SO version of debug package was fixed
    *) set correction standards version
---
 debian/control                                | 10 +++++-----
 debian/{libcerf0.install => libcerf1.install} |  0
 debian/rules                                  |  2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index b04d236..272e40d 100644
--- a/debian/control
+++ b/debian/control
@@ -6,12 +6,12 @@ Priority: optional
 Build-Depends: debhelper (>= 9),
                automake,
                dh-autoreconf
-Standards-Version: 3.9.5
+Standards-Version: 3.9.4
 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: libcerf0
+Package: libcerf1
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends},
@@ -24,11 +24,11 @@ Description: Complex error function library - binary files
  . 
  This package contains the runtime binary of the library.
 
-Package: libcerf0-dbg
+Package: libcerf1-dbg
 Architecture: any
 Section: debug
 Priority: extra
-Depends: libcerf0 (=${binary:Version}),
+Depends: libcerf1 (=${binary:Version}),
          ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
 Description: Complex error function library - debugging symbols
@@ -41,7 +41,7 @@ Description: Complex error function library - debugging symbols
 Package: libcerf-dev
 Architecture: any
 Section: libdevel
-Depends: libcerf0 (= ${binary:Version}),
+Depends: libcerf1 (= ${binary:Version}),
          ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
 Description: Complex error function library - development files
diff --git a/debian/libcerf0.install b/debian/libcerf1.install
similarity index 100%
rename from debian/libcerf0.install
rename to debian/libcerf1.install
diff --git a/debian/rules b/debian/rules
index 6507394..7c2191c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 # -*- makefile -*-
 
 %:
-	dh $@ --with autoreconf --dbg-package=libcerf0-dbg
+	dh $@ --with autoreconf --dbg-package=libcerf1-dbg
 
 override_dh_auto_configure:
 	dh_auto_configure -- --docdir=/usr/share/doc/libcerf-doc 

-- 
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