[SCM] polybori: Polynomials over Boolean Rings branch, master, updated. upstream/0.8.2-25-gdcd6297

Alexander Dreyer adreyer at gmx.de
Wed Dec 19 04:30:47 UTC 2012


The following commit has been merged in the master branch:
commit dcd629780de33ff4f91681098eb5fa849f15e87a
Author: Alexander Dreyer <adreyer at gmx.de>
Date:   Wed Dec 19 05:18:42 2012 +0100

    cme fix dpkg-control, .. dpkg-copyright

diff --git a/debian/control b/debian/control
index 76b60b2..eb072ad 100644
--- a/debian/control
+++ b/debian/control
@@ -1,24 +1,35 @@
 Source: polybori
+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>
 Section: math
 Priority: extra
-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>
-Homepage: http://polybori.sourceforge.net/
-Vcs-Git: git://git.debian.org/git/debian-science/packages/polybori.git
+Build-Depends: debhelper (>= 9),
+               patchutils,
+               scons,
+               python-setuptools,
+               libboost-dev,
+               libboost-python-dev,
+               doxygen,
+               hevea | tex4ht,
+               python-all-dev
+Standards-Version: 3.9.3
 Vcs-Browser: http://git.debian.org/?p=debian-science/packages/polybori.git
+Vcs-Git: git://git.debian.org/git/debian-science/packages/polybori.git
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 9), patchutils (>= 0.2.25), scons, python-setuptools,
- libboost-dev, libboost-python-dev (>=1.39), doxygen (>= 1.4.6),
- hevea | tex4ht, python-all-dev (>= 2.3.5-11)
+Homepage: http://polybori.sourceforge.net/
 X-Python-Version: >= 2.6
-Standards-Version: 3.9.3
 
 Package: python-polybori
-Provides: polybori
-Section: python
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ipython, libpolybori-dev (= ${binary:Version}), ${python:Depends}
-Description: Polynomials over Boolean Rings, Python module
+Section: python
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ipython,
+         libpolybori-dev (= ${binary:Version}),
+         ${python:Depends}
+Provides: polybori
+Description: polynomials over Boolean Rings, Python module
  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
@@ -33,10 +44,12 @@ Description: Polynomials over Boolean Rings, Python module
  This package contains the PolyBoRi Python module and ipbori program.
 
 Package: libpolybori-dev
-Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, libpolybori-0.8.2-1 (= ${binary:Version}), libpolybori-groebner-0.8.2-1 (= ${binary:Version})  
-Description: Polynomials over Boolean Rings, development files
+Section: libdevel
+Depends: ${misc:Depends},
+         libpolybori-0.8.2-1 (= ${binary:Version}),
+         libpolybori-groebner-0.8.2-1 (= ${binary:Version})  
+Description: polynomials over Boolean Rings, development files
  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
@@ -51,11 +64,12 @@ Description: Polynomials over Boolean Rings, development files
  This package contains the PolyBoRi development files.
 
 Package: libpolybori-0.8.2-1
-Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Section: libs
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Suggests: polybori-doc (= ${binary:Version})
-Description: Polynomials over Boolean Rings, shared library
+Description: polynomials over Boolean Rings, shared library
  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
@@ -70,11 +84,12 @@ Description: Polynomials over Boolean Rings, shared library
  This package contains the PolyBoRi shared library libpolybori.
 
 Package: libpolybori-dbg
+Architecture: any
 Section: debug
 Priority: extra
-Architecture: any
-Depends: ${misc:Depends}, libpolybori-dev (= ${binary:Version})
-Description: Polynomials over Boolean Rings, debug symbols for shared libraries
+Depends: ${misc:Depends},
+         libpolybori-dev (= ${binary:Version})
+Description: polynomials over Boolean Rings, debug symbols for shared libraries
  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
@@ -88,13 +103,14 @@ Description: Polynomials over Boolean Rings, debug symbols for shared libraries
  .
  This package contains the debugging symbols of PolyBoRi's shared libraries.
 
-
 Package: libpolybori-groebner-0.8.2-1
-Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libpolybori-0.8.2-1 (= ${binary:Version})
+Section: libs
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         libpolybori-0.8.2-1 (= ${binary:Version})
 Suggests: polybori-doc (= ${binary:Version})
-Description: Polynomials over Boolean Rings, shared library
+Description: polynomials over Boolean Rings, shared library
  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
@@ -108,12 +124,11 @@ Description: Polynomials over Boolean Rings, shared library
  .
  This package contains the PolyBoRi shared library libpolybori_groebner.
 
-
 Package: polybori-doc
-Section: doc
 Architecture: all
+Section: doc
 Depends: ${misc:Depends}
-Description: Polynomials over Boolean Rings, shared library
+Description: polynomials over Boolean Rings, shared library
  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
@@ -126,3 +141,4 @@ Description: Polynomials over Boolean Rings, shared library
  for Groebner basis computation.
  .
  This package contains the PolyBoRi documentation.
+
diff --git a/debian/copyright b/debian/copyright
index ff97baa..074e03e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,32 +1,41 @@
-This package was debianized by Tim Abbott <tabbott at mit.edu> in 2008.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: PolyBoRi
+Upstream-Contact: Alexander Dreyer <adreyer at gmx.de>
+Source: http://polybori.sourceforge.net/
+
+Files: debian/*
+Copyright: 2008, Tim Abbott <tabbott at mit.edu>
+           2012, Felix Salfelder <felix at salfelder.org>
+           2008-2012, Alexander Dreyer <adreyer at gmx.de>
+License: permissive
+ Copying and distribution of this package, with or without
+ modification, are permitted in any medium without royalty
+ provided the copyright notice and this notice are
+ preserved.
+
+Files: *
+Copyright: 2006-2012, Michael Brickenstein <brickenstein at mfo.de>
+           2006-2012, Alexander Dreyer <adreyer at gmx.de>
+           2006-2012, The PolyBoRi Team <polybori at mfo.de>
+License: GPL-2+
+ This program is free software; you can redistribute it
+ and/or modify it under the terms of the GNU General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License, or (at your option) any later
+ version.
+ .
+ This program is distributed in the hope that it will be
+ useful, but WITHOUT ANY WARRANTY; without even the implied
+ warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+ PURPOSE.  See the GNU General Public License for more
+ details.
+ .
+ You should have received a copy of the GNU General Public
+ License along with this package; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA  02110-1301 USA
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.
 
-It was downloaded from http://polybori.sourceforge.net/
-
-Upstream Authors: Michael Brickenstein (MFO), brickenstein at mfo.de,
-	 	  Alexander Dreyer (ITWM), alexander.dreyer at itwm.fraunhofer.de
-
-Copyright: (C) 2007-8 The PolyBoRi Team
-           (C) 2003 Alan Mishchenko and Jordi Cortadella (extra/)
-
-License:
-
-   This package is free software; you can redistribute it and/or
-   modify it under the terms of the GNU General Public License as
-   published by the Free Software Foundation; either version 2 of the
-   License, or (at your option) any later version.
-
-   This package is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-   GNU General Public License for more details.
-
-   You should have received a copy of the GNU General Public License
-   along with this package; if not, write to the Free Software
-   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
-
-On Debian systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL-2'.
-
-The Debian packaging is (C) 2008, Tim Abbott <tabbott at mit.edu> and
-Alexandre Dreyer <alexander.dreyer at itwm.fraunhofer.de> and is licensed
-under the GPL, see above.

-- 
polybori: Polynomials over Boolean Rings



More information about the debian-science-commits mailing list