Control: 821972 patch pending > Find below the debdiff for a NMU I've prepared for clips (versioned as > 6.24-3.1), upload to DELAYED/2 will follow shortly. Please feel free to > tell me if I should delay it longer.
Later I realized there's a third issue in clips. Updated debdiff
below, upload to DELAYED/2 will follow in a few hours.
Christoph
diff -u clips-6.24/debian/changelog clips-6.24/debian/changelog
--- clips-6.24/debian/changelog
+++ clips-6.24/debian/changelog
@@ -1,3 +1,19 @@
+clips (6.24-3.2) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Add build-arch and build-indep targets to debian/rules. Patch by
+ Santiago Vila. Closes: #821972
+
+ -- Christoph Biedl <[email protected]> Mon, 19 Dec 2016
19:07:00 +0100
+
+clips (6.24-3.1) unstable; urgency=medium
+
+ * Non-maintainer upload
+ * Bump debhelper compat level. Closes: #817394
+ * Replace obsolete Source-Version substvar. Closes: #833208
+
+ -- Christoph Biedl <[email protected]> Mon, 19 Dec 2016
00:00:20 +0100
+
clips (6.24-3) unstable; urgency=low
* Change the upstream page, as it is now http://clipsrules.sourceforge.net/:
diff -u clips-6.24/debian/compat clips-6.24/debian/compat
--- clips-6.24/debian/compat
+++ clips-6.24/debian/compat
@@ -1 +1 @@
-4
+10
diff -u clips-6.24/debian/rules clips-6.24/debian/rules
--- clips-6.24/debian/rules
+++ clips-6.24/debian/rules
@@ -38,6 +38,8 @@
--enable-xclips --with-clipssrc=../../clipssrc/
cd clipssrc && sh ./configure --prefix=$(CURDIR)/debian/xclips/usr
+build-arch: build
+build-indep: build
build: build-stamp
build-stamp: configure
dh_testdir
@@ -151 +153 @@
-.PHONY: build build-x clean binary binary-arch binary-indep install
+.PHONY: build build-arch build-indep build-x clean binary binary-arch
binary-indep install
diff -u clips-6.24/debian/control clips-6.24/debian/control
--- clips-6.24/debian/control
+++ clips-6.24/debian/control
@@ -2,7 +2,7 @@
Section: interpreters
Priority: optional
Maintainer: Javier Fernandez-Sanguino Pen~a <[email protected]>
-Build-Depends: libncurses-dev, debhelper
+Build-Depends: libncurses-dev, debhelper (>= 10~)
Standards-Version: 3.5.7
Homepage: http://clipsrules.sourceforge.net
@@ -40,7 +40,7 @@
Package: libclips-dev
Architecture: any
Section: libdevel
-Depends: libclips (= ${Source-Version}), libc6-dev
+Depends: libclips (= ${binary:Version}), libc6-dev
Recommends: clips-doc
Description: CLIPS shared libraries
CLIPS 6.0 is an OPS-like forward chaining production system written
signature.asc
Description: Digital signature

