summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMateusz Łukasik <mati75@linuxmint.pl>2016-10-09 22:16:14 +0200
committerMateusz Łukasik <mati75@linuxmint.pl>2016-10-09 22:16:14 +0200
commit0ccad5e73ed1bf9886ccb5670df8735cc101dae2 (patch)
tree918598fd04351f5002e627ade3e4698ed2059156 /debian
parent28070d0d61abefadf8273c4a43d2cbcf06f3abca (diff)
Bump debhelper version to 10
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/compat2
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
4 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index ff1ceae..97658e9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ smplayer (16.9.0~ds0-1) UNRELEASED; urgency=medium
* debian/control:
- Add qtbase5-private-dev to B-D.
- Remove Maia Kozheva from uploaders. (Closes: #829314)
+ * Bump debhelper version to 10.
[ Sebastian Ramacher ]
* Fix Vcs-* links
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 7343fe0..f0744da 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders:
Reinhard Tartler <siretart@tauware.de>,
Mateusz Łukasik <mati75@linuxmint.pl>
Build-Depends:
- debhelper (>= 9),
+ debhelper (>= 10),
qtbase5-dev (>= 5.1),
qtbase5-private-dev,
qt5-qmake,
diff --git a/debian/rules b/debian/rules
index c0c1110..b584c3e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ MAKE_OPTS = PREFIX=/usr QMAKE=qmake LRELEASE=lrelease QMAKE_OPTS="$(QMAKE_OPTS)
%:
- dh $@ --parallel
+ dh $@
override_dh_auto_clean:
[ ! -d src/.moc ] || $(RM) -r src/.moc