build: Replace missing crates.io dependency with Purism-hosted one
This commit is contained in:
1
debian/cargo/config
vendored
1
debian/cargo/config
vendored
@ -9,4 +9,3 @@ replace-with = 'vendored-sources'
|
||||
|
||||
[source.vendored-sources]
|
||||
directory = '/usr/share/cargo/registry'
|
||||
|
||||
|
||||
2
debian/rules
vendored
2
debian/rules
vendored
@ -38,6 +38,6 @@ endif
|
||||
# causing Cargo to refuse to build with a crates.io copy
|
||||
override_dh_auto_configure:
|
||||
[ ! -f Cargo.lock ] || rm Cargo.lock
|
||||
dh_auto_configure -- -Dnewer=$(newer)
|
||||
dh_auto_configure -- -Dnewer=$(newer) -Donline=false
|
||||
|
||||
override_dh_autoreconf:
|
||||
|
||||
Reference in New Issue
Block a user