X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=debian%2Frules;h=dcbf4c1832a0ef895ae7ddda2f2e0accf3df8a7b;hb=b0a9ff3dfa02da05a64e806dbdaff0309de40c2a;hp=701676c3de194fecb93ff692c5201eec31e7497a;hpb=c449f3a0f783b74807783ab9618d4b8232e4fae3;p=minitube diff --git a/debian/rules b/debian/rules index 701676c..dcbf4c1 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 $@ + +override_dh_auto_configure:: + dh_auto_configure -- DEFINES+=APP_GOOGLE_API_KEY=AIzaSyC9EDpL8xpx_EcAbTbn66wbMwMzqzSI3MM + +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.