[polybori] 10/11: Rename library packages and fix dh_strip override.

Tobias Hansen thansen at moszumanska.debian.org
Tue Feb 23 01:33:51 UTC 2016


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

thansen pushed a commit to branch master
in repository polybori.

commit 4a7a7c8307b716f95454a30cd2bfc5ec14e69ba4
Author: Tobias Hansen <thansen at localhost.localdomain>
Date:   Tue Feb 23 01:22:09 2016 +0000

    Rename library packages and fix dh_strip override.
---
 debian/control | 26 +++++++++++++-------------
 debian/rules   | 12 ++++++------
 2 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/debian/control b/debian/control
index a9e69db..33ab447 100644
--- a/debian/control
+++ b/debian/control
@@ -33,8 +33,8 @@ Architecture: any
 Section: python
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         libpolybori-0.8-3 (= ${binary:Version}),
-         libpolybori-groebner-0.8-3 (= ${binary:Version}),
+         libpolybori0 (= ${binary:Version}),
+         libpolybori-groebner0 (= ${binary:Version}),
          ${python:Depends}
 Description: polynomials over Boolean Rings, Python module
  The core of PolyBoRi is a C++ library, which provides high-level data
@@ -54,7 +54,7 @@ Package: libpolybori-dev
 Architecture: any
 Section: libdevel
 Depends: ${misc:Depends},
-         libpolybori-0.8-3 (= ${binary:Version}),
+         libpolybori0 (= ${binary:Version}),
          libboost-dev,
          libgd-dev,
          libpng12-dev,
@@ -73,7 +73,7 @@ Description: polynomials over Boolean Rings, core development files
  .
  This package contains the PolyBoRi core development files.
 
-Package: libpolybori-0.8-3
+Package: libpolybori0
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -95,13 +95,13 @@ Description: polynomials over Boolean Rings, shared library
  .
  This package contains the PolyBoRi shared library libpolybori.
 
-Package: libpolybori-0.8-3-dbg
+Package: libpolybori0-dbg
 Architecture: any
 Multi-Arch: same
 Section: debug
 Depends: ${misc:Depends},
-         libpolybori-0.8-3 (= ${binary:Version})
-Description: debug symbols for libpolybori-0.8-3 
+         libpolybori0 (= ${binary:Version})
+Description: debug symbols for libpolybori0 
  The core of PolyBoRi is a C++ library, which provides high-level data
  types for Boolean polynomials and monomials, exponent vectors, as
  well as for the underlying polynomial rings and subsets of the
@@ -119,7 +119,7 @@ Package: libpolybori-groebner-dev
 Architecture: any
 Section: libdevel
 Depends: ${misc:Depends},
-         libpolybori-groebner-0.8-3 (= ${binary:Version}),
+         libpolybori-groebner0 (= ${binary:Version}),
          libpolybori-dev
 Breaks: libpolybori-dev (<< 0.8)
 Replaces: libpolybori-dev (<< 0.8)
@@ -137,13 +137,13 @@ Description: development files for libpolybori-groebner
  .
  This package contains the development files for libpolybori-groebner.
 
-Package: libpolybori-groebner-0.8-3
+Package: libpolybori-groebner0
 Architecture: any
 Multi-Arch: same
 Section: libs
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         libpolybori-0.8-3 (= ${binary:Version})
+         libpolybori0 (= ${binary:Version})
 Suggests: polybori-doc (= ${binary:Version})
 Pre-Depends: ${misc:Pre-Depends}
 Breaks: libpolybori (<< 0.8)
@@ -162,13 +162,13 @@ Description: computer algebra routines of PolyBoRi
  .
  This package contains the PolyBoRi shared library libpolybori_groebner.
 
-Package: libpolybori-groebner-0.8-3-dbg
+Package: libpolybori-groebner0-dbg
 Architecture: any
 Multi-Arch: same
 Section: debug
 Depends: ${misc:Depends},
-         libpolybori-groebner-0.8-3 (= ${binary:Version})
-Description: debug symbols for libpolybori-groebner-0.8-3
+         libpolybori-groebner0 (= ${binary:Version})
+Description: debug symbols for libpolybori-groebner0
  The core of PolyBoRi is a C++ library, which provides high-level data
  types for Boolean polynomials and monomials, exponent vectors, as
  well as for the underlying polynomial rings and subsets of the
diff --git a/debian/rules b/debian/rules
index 4527f38..573c86b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,12 +8,12 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 	dh $@ --parallel --with autoreconf --with python2
 
 override_dh_strip:
-	dh_strip -plibpolybori-${PBORIVER}-${PBORIREL} \
-	  --dbg-package=libpolybori-${PBORIVER}-${PBORIREL}-dbg
-	dh_strip -plibpolybori-groebner-${PBORIVER}-${PBORIREL} \
-	  --dbg-package=libpolybori-groebner-${PBORIVER}-${PBORIREL}-dbg
-	dh_strip -a -Nlibpolybori-${PBORIVER}-${PBORIREL} \
-	  -Nlibpolybori-groebner-${PBORIVER}-${PBORIREL}
+	dh_strip -plibpolybori0 \
+	  --dbg-package=libpolybori0-dbg
+	dh_strip -plibpolybori-groebner0 \
+	  --dbg-package=libpolybori-groebner0-dbg
+	dh_strip -a -Nlibpolybori0 \
+	  -Nlibpolybori-groebner0
 
 
 

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



More information about the debian-science-commits mailing list