mirror of
git://projects.qi-hardware.com/fped.git
synced 2024-11-18 09:18:26 +02:00
update to svn rev 5982, enable dh_auto_test
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
This commit is contained in:
parent
b9a6369ca2
commit
17dc8ff45c
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -1,4 +1,4 @@
|
|||||||
fped (0.0+r5974-1) unstable; urgency=low
|
fped (0.0+r5982-1) unstable; urgency=low
|
||||||
|
|
||||||
* Initial release (Closes: #599090).
|
* Initial release (Closes: #599090).
|
||||||
|
|
||||||
|
4
debian/rules
vendored
4
debian/rules
vendored
@ -11,12 +11,10 @@
|
|||||||
|
|
||||||
export PREFIX=/usr
|
export PREFIX=/usr
|
||||||
|
|
||||||
REV=5974
|
REV=5982
|
||||||
debiandir_SQ = $(subst ','\'',$(dir $(lastword $(MAKEFILE_LIST))))
|
debiandir_SQ = $(subst ','\'',$(dir $(lastword $(MAKEFILE_LIST))))
|
||||||
get-orig-source:
|
get-orig-source:
|
||||||
REV='$(REV)' sh '$(debiandir_SQ)'get-orig-source.sh
|
REV='$(REV)' sh '$(debiandir_SQ)'get-orig-source.sh
|
||||||
|
|
||||||
override_dh_auto_test:
|
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@
|
dh $@
|
||||||
|
Loading…
Reference in New Issue
Block a user