diff options
Diffstat (limited to 'libdevinfo/debian/rules')
-rwxr-xr-x | libdevinfo/debian/rules | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/libdevinfo/debian/rules b/libdevinfo/debian/rules new file mode 100755 index 0000000..349ffdd --- /dev/null +++ b/libdevinfo/debian/rules @@ -0,0 +1,17 @@ +#!/usr/bin/make -f + + +%: + dh $@ + +# For a while we use binary "sources" +override_dh_auto_configure: +override_dh_auto_build: +override_dh_auto_test: +override_dh_auto_install: + ln -sf ../../root_i386 debian/tmp + +override_dh_auto_clean: + +override_dh_installmodules: + |