diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2013-04-25 01:44:30 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-04-25 01:52:54 +0400 |
commit | 21675e609131cde88d6e5d2e82fd1e039492a6d5 (patch) | |
tree | b21c6bf31948e72686c50b6943bc330caf8c3f12 /debian/rules | |
parent | 59c42f8a227f2fac32dc3f2d3b8b805feb0f9a83 (diff) | |
download | sunmake-21675e609131cde88d6e5d2e82fd1e039492a6d5.tar.gz |
No dh-autoreconf
* Use pritine-tar and normal git repo for packaging
* Remove build dependency on autotools
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 6629077..014ed32 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --with autoreconf + dh $@ override_dh_strip: dh_strip --dbg-package=sunmake-dbg |