diff options
author | Gaurav Sinha <gaurav.sinha@vyatta.com> | 2012-05-22 11:01:34 -0700 |
---|---|---|
committer | Gaurav Sinha <gaurav.sinha@vyatta.com> | 2012-05-22 11:01:34 -0700 |
commit | 8059abb1f9aa3647f685f9a560e3ff849293ee41 (patch) | |
tree | c64226e4015abd642785f9285bcd3d7519d2b0ae /debian/rules | |
parent | 00b82dd6c9ad4765ebc2f59e395a6749acc0738a (diff) | |
download | libmnl-8059abb1f9aa3647f685f9a560e3ff849293ee41.tar.gz libmnl-8059abb1f9aa3647f685f9a560e3ff849293ee41.zip |
libmnl 1.0.3 packagedebian/1.0.3+vyatta1
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..100e20d --- /dev/null +++ b/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +export DH_VERBOSE=1 + +%: + dh $@ + +override_dh_builddeb: + dh_builddeb -- -Zbzip2 |