[ppl] 01/03: cme fix dpkg-control

Andreas Tille tille at debian.org
Sat Nov 12 14:55:12 UTC 2016


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

tille pushed a commit to branch master
in repository ppl.

commit cc2f3e159adc03f75abfbb67ed89efef9e041557
Author: Andreas Tille <tille at debian.org>
Date:   Sat Nov 12 10:51:47 2016 +0100

    cme fix dpkg-control
---
 debian/changelog |  1 +
 debian/control   | 72 +++++++++++++++++++++++++++++++++++++++-----------------
 2 files changed, 51 insertions(+), 22 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a69c897..03a51d7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ ppl (1:1.1-8) UNRELEASED; urgency=medium
 
   * Team upload
   * Move package to Debian Science team Git
+  * cme fix dpkg-control
 
  -- Andreas Tille <tille at debian.org>  Sat, 12 Nov 2016 08:53:51 +0100
 
diff --git a/debian/control b/debian/control
index b9685a6..3e4b8f1 100644
--- a/debian/control
+++ b/debian/control
@@ -1,22 +1,31 @@
 Source: ppl
-Section: libs
-Priority: optional
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Michael Tautschnig <mt at debian.org>
-Standards-Version: 3.9.6
-Build-Depends: debhelper (>= 6.0.7~), dh-autoreconf,
- libgmp-dev, swi-prolog [!hurd-i386], chrpath,
- libncurses5-dev, libncursesw5-dev
-Build-Depends-Indep: doxygen-latex, graphviz, poppler-utils, ghostscript, texlive-math-extra
-Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/ppl.git
+Section: libs
+Priority: optional
+Build-Depends: debhelper (>= 6.0.7~),
+               dh-autoreconf,
+               libgmp-dev,
+               swi-prolog [!hurd-i386],
+               chrpath,
+               libncurses5-dev,
+               libncursesw5-dev
+Build-Depends-Indep: doxygen-latex,
+                     graphviz,
+                     poppler-utils,
+                     ghostscript,
+                     texlive-math-extra
+Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/ppl.git
+Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/ppl.git
 Homepage: http://www.cs.unipr.it/ppl/
 
 Package: libppl13v5
 Architecture: any
 Multi-Arch: same
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends}, ${misc:Depends}
 Conflicts: libppl13
 Replaces: libppl13
 Description: Parma Polyhedra Library (runtime library)
@@ -33,16 +42,27 @@ Description: Parma Polyhedra Library (runtime library)
 Package: libppl-dev
 Architecture: any
 Multi-Arch: same
-Pre-Depends: ${misc:Pre-Depends}
 Section: libdevel
-Depends: libppl13v5 (= ${binary:Version}), libppl-c4 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
-Provides: libppl-c-dev, libppl0.12-dev
-Recommends: libgmp3-dev (>= 4.1.3)
-# B+R: libppl6 can be removed after stretch was released
-Replaces: libppl6, libppl7 (<< 0.10~pre27-4), libppl9, libppl0.12-dev
-Breaks: libppl6, libppl7 (<< 0.10~pre27-4), libppl9
-Conflicts: libppl0.10-dev, libppl0.11-dev, libppl0.12-dev
+Depends: libppl13v5 (= ${binary:Version}),
+         libppl-c4 (= ${binary:Version}),
+         ${shlibs:Depends},
+         ${misc:Depends}
+Recommends: libgmp3-dev
 Suggests: libppl-doc
+Pre-Depends: ${misc:Pre-Depends}
+Breaks: libppl6,
+        libppl7 (<< 0.10~pre27-4),
+        libppl9
+Conflicts: libppl0.10-dev,
+           libppl0.11-dev,
+           libppl0.12-dev
+Provides: libppl-c-dev,
+          libppl0.12-dev
+# B+R: libppl6 can be removed after stretch was released
+Replaces: libppl6,
+          libppl7 (<< 0.10~pre27-4),
+          libppl9,
+          libppl0.12-dev
 Description: Parma Polyhedra Library (development)
  The Parma Polyhedra Library (PPL) is a C++ library for the
  manipulation of (not necessarily closed) convex polyhedra and other
@@ -59,9 +79,11 @@ Description: Parma Polyhedra Library (development)
 
 Package: ppl-dev
 Architecture: any
-Pre-Depends: ${misc:Pre-Depends}
 Section: devel
-Depends: libppl-dev (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: libppl-dev (= ${binary:Version}),
+         ${shlibs:Depends},
+         ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
 Replaces: libppl0.11-dev
 Description: Parma Polyhedra Library (development binaries)
  The Parma Polyhedra Library (PPL) is a C++ library for the
@@ -79,8 +101,10 @@ Description: Parma Polyhedra Library (development binaries)
 Package: libppl-c4
 Architecture: any
 Multi-Arch: same
+Depends: libppl13v5 (= ${binary:Version}),
+         ${shlibs:Depends},
+         ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
-Depends: libppl13v5 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Description: Parma Polyhedra Library (C interface)
  The Parma Polyhedra Library (PPL) is a C++ library for the
  manipulation of (not necessarily closed) convex polyhedra and other
@@ -97,7 +121,8 @@ Description: Parma Polyhedra Library (C interface)
 Package: libppl-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends}, libjs-jquery
+Depends: ${misc:Depends},
+         libjs-jquery
 Description: Parma Polyhedra Library: Documentation
  The Parma Polyhedra Library (PPL) is a C++ library for the
  manipulation of (not necessarily closed) convex polyhedra and other
@@ -114,8 +139,11 @@ Description: Parma Polyhedra Library: Documentation
 Package: libppl-swi
 Architecture: any
 Multi-Arch: same
+Depends: libppl13v5 (= ${binary:Version}),
+         ${shlibs:Depends},
+         ${misc:Depends},
+         swi-prolog
 Pre-Depends: ${misc:Pre-Depends}
-Depends: libppl13v5 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, swi-prolog
 Description: Parma Polyhedra Library (SWI Prolog interface)
  The Parma Polyhedra Library (PPL) is a C++ library for the
  manipulation of (not necessarily closed) convex polyhedra and other

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



More information about the debian-science-commits mailing list