author | Michael Krelin <hacker@klever.net> | 2011-10-13 10:15:25 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2011-10-13 19:57:45 (UTC) |
commit | 0d4910ba75f2b2034b105a6ed44c88a53e36064c (patch) (unidiff) | |
tree | dcfcd3b46fc21089502527cbf35795a7be2dc9e1 /debian/rules | |
parent | 250d8adf52a71b6a9a7f678d2432cdb64ae5c4c7 (diff) | |
download | iii-0d4910ba75f2b2034b105a6ed44c88a53e36064c.zip iii-0d4910ba75f2b2034b105a6ed44c88a53e36064c.tar.gz iii-0d4910ba75f2b2034b105a6ed44c88a53e36064c.tar.bz2 |
redebianization
Signed-off-by: Michael Krelin <hacker@klever.net>
-rwxr-xr-x | debian/rules | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/debian/rules b/debian/rules index 86549d3..daed1b6 100755 --- a/debian/rules +++ b/debian/rules | |||
@@ -1,11 +1,7 @@ | |||
1 | #!/usr/bin/make -f | 1 | #!/usr/bin/make -f |
2 | %: | ||
3 | dh $@ | ||
4 | 2 | ||
5 | build: build-stamp | 3 | makebuilddir/iii:: |
6 | build-stamp: | 4 | bash autogen.sh --version |
7 | sh autogen.sh --version | 5 | |
8 | dh build --before configure | 6 | include /usr/share/cdbs/1/rules/debhelper.mk |
9 | dh_auto_configure -- --enable-debug | 7 | include /usr/share/cdbs/1/class/autotools.mk |
10 | dh build --after configure | ||
11 | touch $@ | ||