X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=debian%2Frules;h=7e9ef0df9b08a0c97dd6852ce33d2db9351d9c1c;hb=434d88418722fd7717038e44bd74271ca1d92771;hp=701676c3de194fecb93ff692c5201eec31e7497a;hpb=5bbff111c9967884500038e626db855761d36426;p=minitube diff --git a/debian/rules b/debian/rules index 701676c..7e9ef0d 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,17 @@ #!/usr/bin/make -f -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/qmake.mk +export DEB_BUILD_MAINT_OPTIONS = hardening=+all +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