[polybori] 05/06: Update names from polybori to brial

Ximin Luo infinity0 at debian.org
Tue Jul 5 11:34:13 UTC 2016


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

infinity0 pushed a commit to branch master
in repository polybori.

commit 1568953c38a8cd0465525b61888ed809f019a708
Author: Ximin Luo <infinity0 at debian.org>
Date:   Tue Jul 5 13:29:52 2016 +0200

    Update names from polybori to brial
    
    - Note that upstream has not yet updated the header locations;
      these remain in /usr/include/polybori
---
 debian/control                                     | 91 ++++++++++++----------
 ...ibpolybori-dev.install => libbrial-dev.install} |  2 +-
 debian/libbrial-groebner-dev.install               |  2 +
 debian/libbrial-groebner0.install                  |  1 +
 debian/libbrial0.install                           |  1 +
 debian/libpolybori-groebner-dev.install            |  2 -
 debian/libpolybori-groebner0.install               |  1 -
 debian/libpolybori0.install                        |  1 -
 ...ython-polybori.install => python-brial.install} |  0
 debian/rules                                       | 12 +--
 10 files changed, 60 insertions(+), 53 deletions(-)

diff --git a/debian/control b/debian/control
index f43bfd1..ab3c697 100644
--- a/debian/control
+++ b/debian/control
@@ -1,5 +1,5 @@
 Source: brial
-Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org> 
+Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Alexander Dreyer <adreyer at gmx.de>,
            Felix Salfelder <felix at salfelder.org>,
            Tobias Hansen <thansen at debian.org>,
@@ -21,16 +21,17 @@ Vcs-Git: git://anonscm.debian.org/debian-science/packages/polybori.git
 Homepage: http://polybori.sourceforge.net/
 X-Python-Version: >= 2.6
 
-Package: python-polybori
+Package: python-brial
 Architecture: any
 Section: python
+Provides: python-polybori
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         libpolybori0 (= ${binary:Version}),
-         libpolybori-groebner0 (= ${binary:Version}),
+         libbrial0 (= ${binary:Version}),
+         libbrial-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
+ The core of BRiAl 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
  powerset of the Boolean variables. As a unique approach, binary
@@ -38,22 +39,23 @@ Description: polynomials over Boolean Rings, Python module
  structures. On top of this C++-library a Python interface
  is provided. This allows parsing of complex polynomial systems, as well
  as sophisticated and extendable strategies for Groebner base
- computation. PolyBoRi features a powerful reference implementation
+ computation. BRiAl features a powerful reference implementation
  for Groebner basis computation.
  .
- This package contains the PolyBoRi Python module.
+ This package contains the BRiAl Python module.
 
-Package: libpolybori-dev
+Package: libbrial-dev
 Architecture: any
 Section: libdevel
+Provides: libpolybori-dev
 Depends: ${misc:Depends},
-         libpolybori0 (= ${binary:Version}),
+         libbrial0 (= ${binary:Version}),
          libboost-dev,
          libgd-dev,
          libpng-dev,
          libm4ri-dev
 Description: polynomials over Boolean Rings, core development files
- The core of PolyBoRi is a C++ library, which provides high-level data
+ The core of BRiAl 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
  powerset of the Boolean variables. As a unique approach, binary
@@ -61,20 +63,21 @@ Description: polynomials over Boolean Rings, core development files
  structures. On top of this C++-library a Python interface
  is provided. This allows parsing of complex polynomial systems, as well
  as sophisticated and extendable strategies for Groebner base
- computation. PolyBoRi features a powerful reference implementation
+ computation. BRiAl features a powerful reference implementation
  for Groebner basis computation.
  .
- This package contains the PolyBoRi core development files.
+ This package contains the BRiAl core development files.
 
-Package: libpolybori0
+Package: libbrial0
 Architecture: any
 Multi-Arch: same
 Section: libs
+Provides: libpolybori0
 Depends: ${shlibs:Depends},
          ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
 Description: polynomials over Boolean Rings, shared library
- The core of PolyBoRi is a C++ library, which provides high-level data
+ The core of BRiAl 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
  powerset of the Boolean variables. As a unique approach, binary
@@ -82,19 +85,20 @@ Description: polynomials over Boolean Rings, shared library
  structures. On top of this C++-library a Python interface
  is provided. This allows parsing of complex polynomial systems, as well
  as sophisticated and extendable strategies for Groebner base
- computation. PolyBoRi features a powerful reference implementation
+ computation. BRiAl features a powerful reference implementation
  for Groebner basis computation.
  .
- This package contains the PolyBoRi shared library libpolybori.
+ This package contains the BRiAl shared library libbrial.
 
-Package: libpolybori0-dbg
+Package: libbrial0-dbg
 Architecture: any
 Multi-Arch: same
 Section: debug
+Provides: libpolybori0-dbg
 Depends: ${misc:Depends},
-         libpolybori0 (= ${binary:Version})
-Description: debug symbols for libpolybori0 
- The core of PolyBoRi is a C++ library, which provides high-level data
+         libbrial0 (= ${binary:Version})
+Description: debug symbols for libbrial0
+ The core of BRiAl 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
  powerset of the Boolean variables. As a unique approach, binary
@@ -102,21 +106,22 @@ Description: debug symbols for libpolybori0
  structures. On top of this C++-library a Python interface
  is provided. This allows parsing of complex polynomial systems, as well
  as sophisticated and extendable strategies for Groebner base
- computation. PolyBoRi features a powerful reference implementation
+ computation. BRiAl features a powerful reference implementation
  for Groebner basis computation.
  .
- This package contains the debugging symbols of PolyBoRi's shared libraries.
+ This package contains the debugging symbols of BRiAl's shared libraries.
 
-Package: libpolybori-groebner-dev
+Package: libbrial-groebner-dev
 Architecture: any
 Section: libdevel
+Provides: libpolybori-groebner-dev
 Depends: ${misc:Depends},
-         libpolybori-groebner0 (= ${binary:Version}),
-         libpolybori-dev
+         libbrial-groebner0 (= ${binary:Version}),
+         libbrial-dev
 Breaks: libpolybori-dev (<< 0.8)
 Replaces: libpolybori-dev (<< 0.8)
-Description: development files for libpolybori-groebner
- The core of PolyBoRi is a C++ library, which provides high-level data
+Description: development files for libbrial-groebner
+ The core of BRiAl 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
  powerset of the Boolean variables. As a unique approach, binary
@@ -124,23 +129,24 @@ Description: development files for libpolybori-groebner
  structures. On top of this C++-library a Python interface
  is provided. This allows parsing of complex polynomial systems, as well
  as sophisticated and extendable strategies for Groebner base
- computation. PolyBoRi features a powerful reference implementation
+ computation. BRiAl features a powerful reference implementation
  for Groebner basis computation.
  .
- This package contains the development files for libpolybori-groebner.
+ This package contains the development files for libbrial-groebner.
 
-Package: libpolybori-groebner0
+Package: libbrial-groebner0
 Architecture: any
 Multi-Arch: same
 Section: libs
+Provides: libpolybori-groebner0
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         libpolybori0 (= ${binary:Version})
+         libbrial0 (= ${binary:Version})
 Pre-Depends: ${misc:Pre-Depends}
 Breaks: libpolybori (<< 0.8)
 Replaces: libpolybori (<< 0.8)
-Description: computer algebra routines of PolyBoRi
- The core of PolyBoRi is a C++ library, which provides high-level data
+Description: computer algebra routines of BRiAl
+ The core of BRiAl 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
  powerset of the Boolean variables. As a unique approach, binary
@@ -148,19 +154,20 @@ Description: computer algebra routines of PolyBoRi
  structures. On top of this C++-library a Python interface
  is provided. This allows parsing of complex polynomial systems, as well
  as sophisticated and extendable strategies for Groebner base
- computation. PolyBoRi features a powerful reference implementation
+ computation. BRiAl features a powerful reference implementation
  for Groebner basis computation.
  .
- This package contains the PolyBoRi shared library libpolybori_groebner.
+ This package contains the BRiAl shared library libbrial_groebner.
 
-Package: libpolybori-groebner0-dbg
+Package: libbrial-groebner0-dbg
 Architecture: any
 Multi-Arch: same
 Section: debug
+Provides: libpolybori-groebner0-dbg
 Depends: ${misc:Depends},
-         libpolybori-groebner0 (= ${binary:Version})
-Description: debug symbols for libpolybori-groebner0
- The core of PolyBoRi is a C++ library, which provides high-level data
+         libbrial-groebner0 (= ${binary:Version})
+Description: debug symbols for libbrial-groebner0
+ The core of BRiAl 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
  powerset of the Boolean variables. As a unique approach, binary
@@ -168,8 +175,8 @@ Description: debug symbols for libpolybori-groebner0
  structures. On top of this C++-library a Python interface
  is provided. This allows parsing of complex polynomial systems, as well
  as sophisticated and extendable strategies for Groebner base
- computation. PolyBoRi features a powerful reference implementation
+ computation. BRiAl features a powerful reference implementation
  for Groebner basis computation.
  .
- This package contains the debugging symbols of PolyBoRi's shared library 
- libpolybori-groebner.
+ This package contains the debugging symbols of BRiAl's shared library
+ libbrial-groebner.
diff --git a/debian/libpolybori-dev.install b/debian/libbrial-dev.install
similarity index 93%
rename from debian/libpolybori-dev.install
rename to debian/libbrial-dev.install
index 0a02ad0..2dcba57 100644
--- a/debian/libpolybori-dev.install
+++ b/debian/libbrial-dev.install
@@ -11,4 +11,4 @@ usr/include/polybori/literals
 usr/include/polybori/orderings
 usr/include/polybori/ring
 usr/include/polybori/routines
-usr/lib/*/libpolybori.so
+usr/lib/*/libbrial.so
diff --git a/debian/libbrial-groebner-dev.install b/debian/libbrial-groebner-dev.install
new file mode 100644
index 0000000..fe20719
--- /dev/null
+++ b/debian/libbrial-groebner-dev.install
@@ -0,0 +1,2 @@
+usr/include/polybori/groebner
+usr/lib/*/libbrial_groebner.so
diff --git a/debian/libbrial-groebner0.install b/debian/libbrial-groebner0.install
new file mode 100644
index 0000000..43098ed
--- /dev/null
+++ b/debian/libbrial-groebner0.install
@@ -0,0 +1 @@
+usr/lib/*/libbrial_groebner.so.*
diff --git a/debian/libbrial0.install b/debian/libbrial0.install
new file mode 100644
index 0000000..6ccf5cc
--- /dev/null
+++ b/debian/libbrial0.install
@@ -0,0 +1 @@
+usr/lib/*/libbrial.so.*
diff --git a/debian/libpolybori-groebner-dev.install b/debian/libpolybori-groebner-dev.install
deleted file mode 100644
index 24a76d6..0000000
--- a/debian/libpolybori-groebner-dev.install
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/include/polybori/groebner
-usr/lib/*/libpolybori_groebner.so
diff --git a/debian/libpolybori-groebner0.install b/debian/libpolybori-groebner0.install
deleted file mode 100644
index 6c60a20..0000000
--- a/debian/libpolybori-groebner0.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/*/libpolybori_groebner.so.*
diff --git a/debian/libpolybori0.install b/debian/libpolybori0.install
deleted file mode 100644
index 1c9161b..0000000
--- a/debian/libpolybori0.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/*/libpolybori.so.*
diff --git a/debian/python-polybori.install b/debian/python-brial.install
similarity index 100%
rename from debian/python-polybori.install
rename to debian/python-brial.install
diff --git a/debian/rules b/debian/rules
index 573c86b..61a92aa 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 -plibpolybori0 \
-	  --dbg-package=libpolybori0-dbg
-	dh_strip -plibpolybori-groebner0 \
-	  --dbg-package=libpolybori-groebner0-dbg
-	dh_strip -a -Nlibpolybori0 \
-	  -Nlibpolybori-groebner0
+	dh_strip -plibbrial0 \
+	  --dbg-package=libbrial0-dbg
+	dh_strip -plibbrial-groebner0 \
+	  --dbg-package=libbrial-groebner0-dbg
+	dh_strip -a -Nlibbrial0 \
+	  -Nlibbrial-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