Set prefix on make command line
authorKeith Packard <keithp@keithp.com>
Wed, 9 Oct 2013 23:00:06 +0000 (16:00 -0700)
committerKeith Packard <keithp@keithp.com>
Thu, 10 Oct 2013 06:30:45 +0000 (23:30 -0700)
This makes the debian build process cleaner

Signed-off-by: Keith Packard <keithp@keithp.com>
debian/changelog
debian/rules
debian/source/format

index d187dd1bec2067eafd97c0ccd7e3217bc6a91079..b8bdde1acd9e82d3603908c70afbd0c560756911 100644 (file)
@@ -1,4 +1,4 @@
-pdclib-arm-none-eabi (1.0) unstable; urgency=low
+pdclib-arm-none-eabi (0.5-1) unstable; urgency=low
 
   * Initial release. (Closes: #XXXXXX)
 
index 7fa83810e1870832da5aab1586951287c27e13e9..f69becc8e79edc2733badea7695b13034323c204 100755 (executable)
@@ -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
index 89ae9db8f88b823b6a7eabf55e203658739da122..d3827e75a5cadb9fe4a27e1cb9b6d192e7323120 100644 (file)
@@ -1 +1 @@
-3.0 (native)
+1.0