[ppl] 26/68: Imported Debian patch 0.10.2-4

Andreas Tille tille at debian.org
Sat Nov 12 08:40:52 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 bc7b016f3cc3d4ab02130619d1e678c018f49ea5
Author: Michael Tautschnig <mt at debian.org>
Date:   Wed Feb 3 00:11:22 2010 +0100

    Imported Debian patch 0.10.2-4
---
 debian/changelog     | 11 +++++++++++
 debian/control       | 19 ++++++++++---------
 debian/rules         | 12 +++---------
 debian/source/format |  1 +
 4 files changed, 25 insertions(+), 18 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0c503fb..dfdeae0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+ppl (0.10.2-4) unstable; urgency=low
+
+  * Switch to dpkg-source 3.0 (quilt) format, removed quilt-related code from
+    debian/rules.
+  * Bumped Standars-Version to 3.8.4 (no changes).
+  * Added ${misc:Depends} as we are using debhelper.
+  * Build SWI-Prolog bindings on linux architectures only as swi-prolog is not
+    available on others.
+
+ -- Michael Tautschnig <mt at debian.org>  Wed, 03 Feb 2010 00:11:22 +0100
+
 ppl (0.10.2-3) unstable; urgency=low
 
   * Bumped Standars-Version to 3.8.3 (no changes).
diff --git a/debian/control b/debian/control
index 5f44686..a211744 100644
--- a/debian/control
+++ b/debian/control
@@ -3,14 +3,14 @@ Section: libs
 Priority: optional
 Maintainer: Debian GCC Maintainers <debian-gcc at lists.debian.org>
 Uploaders: Michael Tautschnig <mt at debian.org>, Arthur Loiret <aloiret at debian.org>
-Standards-Version: 3.8.3
-Build-Depends: debhelper (>= 6.0.7~), quilt, libgmp3-dev (>= 4.1.3), autoconf, automake, libtool, autotools-dev, swi-prolog
+Standards-Version: 3.8.4
+Build-Depends: debhelper (>= 6.0.7~), quilt, libgmp3-dev (>= 4.1.3), autoconf, automake, libtool, autotools-dev, swi-prolog [!hurd-i386 !kfreebsd-amd64 !kfreebsd-i386]
 Build-Depends-Indep: doxygen, graphviz, texlive-base-bin, texlive-latex-extra, texlive-latex-recommended, texlive-fonts-recommended, xpdf-utils | poppler-utils, ghostscript, texlive-extra-utils
 Homepage: http://www.cs.unipr.it/ppl/
 
 Package: libppl7
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Parma Polyhedra Library (runtime library)
  The Parma Polyhedra Library (PPL) is a C++ library for the
  manipulation of (not necessarily closed) convex polyhedra and other
@@ -25,7 +25,7 @@ Description: Parma Polyhedra Library (runtime library)
 Package: libppl0.10-dev
 Architecture: any
 Section: libdevel
-Depends: libppl7 (= ${binary:Version}), libppl-c2 (= ${binary:Version}), ${shlibs:Depends}
+Depends: libppl7 (= ${binary:Version}), libppl-c2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Provides: libppl-c-dev, libppl-dev
 Recommends: libgmp3-dev (>= 4.1.3)
 Replaces: libppl6, libppl7 (<< 0.10~pre27-4)
@@ -46,7 +46,7 @@ Description: Parma Polyhedra Library (development)
 
 Package: libppl-c2
 Architecture: any
-Depends: libppl7 (= ${binary:Version}), ${shlibs:Depends}
+Depends: libppl7 (= ${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
@@ -62,7 +62,7 @@ Description: Parma Polyhedra Library (C interface)
 
 Package: libpwl4
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Provides: libppl-pwl
 Description: Parma Watchdog Library (Watchdog timers - runtime library)
  The Parma Watchdog Library (PWL) provides support for multiple,
@@ -73,7 +73,7 @@ Description: Parma Watchdog Library (Watchdog timers - runtime library)
 Package: libpwl-dev
 Architecture: any
 Section: libdevel
-Depends: libpwl4 (= ${binary:Version}), ${shlibs:Depends}
+Depends: libpwl4 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Provides: libppl-pwl-dev
 Replaces: libpwl3
 Description: Parma Watchdog Library (Watchdog timers - development)
@@ -87,6 +87,7 @@ Description: Parma Watchdog Library (Watchdog timers - development)
 Package: libppl-doc
 Architecture: all
 Section: doc
+Depends: ${misc:Depends}
 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
@@ -101,8 +102,8 @@ Description: Parma Polyhedra Library: Documentation
  This package provides the documentation.
 
 Package: libppl-swi
-Architecture: any
-Depends: libppl7 (= ${binary:Version}), ${shlibs:Depends}, swi-prolog
+Architecture: alpha amd64 armel hppa i386 ia64 mips mipsel powerpc s390 sparc 
+Depends: libppl7 (= ${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
diff --git a/debian/rules b/debian/rules
index 8cd0b20..5966aa0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,8 +8,6 @@
 # Modified to make a template file for a multi-binary package with separated
 # build-arch and build-indep targets  by Bill Allombert 2001
 
-include /usr/share/quilt/quilt.make
-
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
@@ -53,12 +51,8 @@ endif
 PPL_VERSION = $(shell grep "^AC_INIT" $(CURDIR)/configure.ac | sed -e "s/^AC_INIT.\[[^]]*\],[ \t]*\[\([^]]*\)\],.*/\1/")
 
 
-patch-stamp:
-	$(MAKE) -f debian/rules patch
-	touch $@
-
 configure: configure-stamp
-configure-stamp: patch-stamp
+configure-stamp:
 	dh_testdir
 	cp -f /usr/share/misc/config.sub config.sub
 	cp -f /usr/share/misc/config.sub Watchdog/config.sub
@@ -93,10 +87,10 @@ build-indep-stamp: configure-stamp
 	export save_size=10000 ; $(MAKE) -C doc user-configured
 	touch $@
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
-	rm -f configure-stamp patch-stamp build-stamp
+	rm -f configure-stamp build-stamp
 	rm -f build-arch-stamp build-indep-stamp
 	[ ! -e Makefile ] || $(MAKE) distclean
 	rm -f config.sub Watchdog/config.sub
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

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