projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb65746
)
Don't clean Cargo.toml.orig files
author
Ximin Luo
<infinity0@debian.org>
Thu, 24 Aug 2017 15:08:14 +0000
(17:08 +0200)
committer
Ximin Luo
<infinity0@debian.org>
Thu, 24 Aug 2017 15:08:14 +0000
(17:08 +0200)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 73d69b2465ab5aa6a7c7530dcf8136626b226cee..673ebdd6e1fc649d068ae70af7a045040f3a418a 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-79,6
+79,10
@@
override_dh_auto_clean:
$(CURDIR)/Makefile \
$(CURDIR)/cargo-stage0
+override_dh_clean:
+ # Upstream contains a lot of these
+ dh_clean -XCargo.toml.orig
+
CROSS_SBUILD = sbuild --profiles=nocheck \
--build-failed-commands '%SBUILD_SHELL' \
--host=$(DEB_HOST_ARCH) \