summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Tille <tille@debian.org>2018-01-29 12:22:24 +0100
committerAndreas Tille <tille@debian.org>2018-01-29 12:56:28 +0100
commit3e87e99491d0a9f1e4fc7c170b54a65fc4e4c5f7 (patch)
treebb65dc33bdf5596fe0434ec20516393060af31a3
parentb6daf48048485f69e3e883d852ffa15f6633a05e (diff)
debhelper 11
-rw-r--r--debian/changelog1
-rw-r--r--debian/compat2
-rw-r--r--debian/control3
-rwxr-xr-xdebian/rules7
4 files changed, 5 insertions, 8 deletions
diff --git a/debian/changelog b/debian/changelog
index 46b34c0..532c329 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ sparskit (2.0.0-3) UNRELEASED; urgency=medium
* Team upload.
* Moved packaging from SVN to Git
* cme fix dpkg-control
+ * debhelper 11
-- Andreas Tille <tille@debian.org> Mon, 29 Jan 2018 12:14:36 +0100
diff --git a/debian/compat b/debian/compat
index 45a4fb7..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+11
diff --git a/debian/control b/debian/control
index d9e1ae5..cf94ade 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,7 @@ Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.
Uploaders: Dominique Belhachemi <domibel@debian.org>
Section: libs
Priority: optional
-Build-Depends: debhelper (>= 8),
- quilt,
+Build-Depends: debhelper (>= 11~),
gfortran,
cmake,
liblapack-dev
diff --git a/debian/rules b/debian/rules
index f63d390..a05761c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,6 @@
PACKAGE=sparskit
DEB_SOURCE_PACKAGE:=$(PACKAGE)
-include /usr/share/quilt/quilt.make
STATIC_BUILD_PATH = DEB_build_static
SHARED_BUILD_PATH = DEB_build_shared
@@ -22,7 +21,7 @@ CMAKE_FLAGS = -DCMAKE_INSTALL_PREFIX:PATH=/usr \
configure: configure-stamp
-configure-stamp: $(QUILT_STAMPFN)
+configure-stamp:
dh_testdir
# Add here commands to configure the package.
@@ -61,9 +60,7 @@ build-stamp: configure-stamp
touch $@
-clean: clean-patched unpatch
-
-clean-patched:
+clean:
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp