X-Git-Url: https://git.gag.com/?p=fw%2Fpdclib;a=blobdiff_plain;f=debian%2Frules;h=f69becc8e79edc2733badea7695b13034323c204;hp=7fa83810e1870832da5aab1586951287c27e13e9;hb=ff5922861708435bdd0a0a2203bf4e7ba2a1c1da;hpb=cffeca767a388f776e0795e4ced6af8273c42aaf diff --git a/debian/rules b/debian/rules index 7fa8381..f69becc 100755 --- a/debian/rules +++ b/debian/rules @@ -1,10 +1,15 @@ #!/usr/bin/make -f +DH_VERBOSE=1 + %: dh $@ -override_dh_auto_configure: - echo prefix=/usr/lib/arm-none-eabi > Makedefs +override_dh_auto_install: + dh_auto_install -- prefix=/usr/lib/arm-none-eabi override_dh_auto_test: - echo 'no tests needed' \ No newline at end of file + echo 'no tests needed' + +override_dh_strip: + echo 'no stripping needed' \ No newline at end of file