mirror of
https://github.com/troglobit/editline.git
synced 2025-05-06 04:21:24 +08:00
Update Debian rules file with configure and stamps
This commit is contained in:
parent
0646b511ab
commit
c59c62951f
8
debian/rules
vendored
8
debian/rules
vendored
@ -9,16 +9,24 @@
|
|||||||
version=0.0.0
|
version=0.0.0
|
||||||
major=0
|
major=0
|
||||||
|
|
||||||
|
configure: configure-stamp
|
||||||
|
configure-stamp:
|
||||||
|
dh_testdir
|
||||||
|
dh_auto_configure
|
||||||
|
touch configure-stamp
|
||||||
|
|
||||||
build: build-stamp
|
build: build-stamp
|
||||||
build-stamp:
|
build-stamp:
|
||||||
dh_testdir
|
dh_testdir
|
||||||
dh_auto_configure
|
dh_auto_configure
|
||||||
dh_auto_build
|
dh_auto_build
|
||||||
|
touch $@
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
dh_testdir
|
dh_testdir
|
||||||
dh_auto_clean
|
dh_auto_clean
|
||||||
dh_clean
|
dh_clean
|
||||||
|
@rm -f build-stamp configure-stamp
|
||||||
|
|
||||||
install: build
|
install: build
|
||||||
dh_testdir
|
dh_testdir
|
||||||
|
Loading…
Reference in New Issue
Block a user