X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=debian%2Frules;h=7e9ef0df9b08a0c97dd6852ce33d2db9351d9c1c;hb=434d88418722fd7717038e44bd74271ca1d92771;hp=f7e5b70007cef6b56db5f9ea99119b9ac79e8add;hpb=7ca7741e1eb9bc70617fbb4207738e291218c495;p=minitube diff --git a/debian/rules b/debian/rules index f7e5b70..7e9ef0d 100755 --- a/debian/rules +++ b/debian/rules @@ -1,10 +1,17 @@ #!/usr/bin/make -f export DEB_BUILD_MAINT_OPTIONS = hardening=+all -export DEB_CFLAGS_MAINT_APPEND = -Wall -include /usr/share/dpkg/buildflags.mk -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/qmake.mk +export QT_SELECT=qt5 +%: + dh $@ -# Add here any variable or target overrides you need. +override_dh_auto_configure:: + dh_auto_configure -- DEFINES+=APP_GOOGLE_API_KEY=AIzaSyC9EDpL8xpx_EcAbTbn66wbMwMzqzSI3MM + +override_dh_auto_install:: + dh_auto_install --destdir=debian/tmp + chmod a-x debian/tmp/usr/share/minitube/sounds/snapshot.wav + +override_dh_missing:: + dh_missing --fail-missing