projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4dff956
)
Remove Cargo.lock when cleaning, fixes build when checking out new versions
author
Ximin Luo
<infinity0@debian.org>
Wed, 21 Mar 2018 11:02:29 +0000
(12:02 +0100)
committer
Ximin Luo
<infinity0@debian.org>
Wed, 21 Mar 2018 11:02:29 +0000
(12:02 +0100)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 030658590d18d15887877e1db81838043ff87f10..06e37c28aa9cba740da6655e212f136b13076c62 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-101,6
+101,7
@@
override_dh_auto_clean:
$(CURDIR)/config.mk \
$(CURDIR)/config.stamp \
$(CURDIR)/Makefile \
+ $(CURDIR)/Cargo.lock \
$(CURDIR)/cargo-stage0
override_dh_clean: