summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-08-05 19:40:04 +0000
committerRuben Undheim <ruben.undheim@gmail.com>2018-08-05 19:41:56 +0000
commit4bd49098fae6f6ab134c2b14ecb79338868ed992 (patch)
tree13022b63bd0901d910f6ebb6ffc89d369c42dff6
parent380434bdb18fe34abd7fcbd6d1ba35f6db20034f (diff)
compat level 11debian/1.9.0-1
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat2
-rw-r--r--debian/control2
-rw-r--r--debian/patches/series2
4 files changed, 7 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 4c338eb..eec2cbe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,7 +12,10 @@ pyvisa (1.9.0-1) unstable; urgency=medium
[ Ruben Undheim ]
* Updated homepage URL, watch URL and source url in debian/copyright
* debian/copyright: Updates according to changes in new release
- * debian/control: Standards version 4.2.0
+ * debian/compat: compat level set to 11
+ * debian/control:
+ - debhelper >= 11
+ - Standards version 4.2.0
* Deleted debian/.git-dpm
* debian/patches/0001-fix-build.patch:
- Fix an issue popping up when building on latest sid
diff --git a/debian/compat b/debian/compat
index ec63514..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+11
diff --git a/debian/control b/debian/control
index 427c345..fa18e45 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Ruben Undheim <ruben.undheim@gmail.com>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 11),
dh-python,
python-all,
python-setuptools,
diff --git a/debian/patches/series b/debian/patches/series
index 0e1b573..83704e9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-0001-try-fix.patch
+0001-fix-build.patch