From: Jakob Haufe Date: Sun, 12 Aug 2018 16:57:03 +0000 (+0000) Subject: Drop cdbs and switch to DH 11 X-Git-Tag: debian/2.9-1~4 X-Git-Url: https://git.sur5r.net/?p=minitube;a=commitdiff_plain;h=8448a9f36e1946cf29bc6c5904ca9e4fc98617e9;hp=50047f79bed64977aaae64de125fd4a09375c109 Drop cdbs and switch to DH 11 --- diff --git a/debian/changelog b/debian/changelog index a424245..a5685e2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ minitube (2.9-1) UNRELEASED; urgency=medium * Refresh patches * Switch priority to optional as extra is deprecated * Update AppStream data + * Drop cdbs and switch to DH 11 -- Jakob Haufe Sat, 11 Aug 2018 17:28:13 +0000 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 a966ef0..9e4ecaf 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: minitube Section: video Priority: optional Maintainer: Jakob Haufe -Build-Depends: cdbs, debhelper (>= 9), qtbase5-dev, qtchooser, qtscript5-dev, qttools5-dev-tools, libphonon4qt5-dev, qtdeclarative5-dev +Build-Depends: debhelper (>= 11), qtbase5-dev, qtchooser, qtscript5-dev, qttools5-dev-tools, libphonon4qt5-dev, qtdeclarative5-dev Standards-Version: 3.9.8 Homepage: http://flavio.tordini.org/minitube Vcs-Browser: https://git.sur5r.net/?p=minitube;a=summary diff --git a/debian/rules b/debian/rules index e5653ed..212d162 100755 --- a/debian/rules +++ b/debian/rules @@ -1,11 +1,14 @@ #!/usr/bin/make -f export DEB_BUILD_MAINT_OPTIONS = hardening=+all -export DEB_CFLAGS_MAINT_APPEND = -Wall export QT_SELECT=qt5 -include /usr/share/dpkg/buildflags.mk -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/qmake.mk +%: + dh $@ + +override_dh_auto_install:: + dh_auto_install --destdir=debian/tmp + +override_dh_missing:: + dh_missing --fail-missing -# Add here any variable or target overrides you need.