Adding debian version 0.1.1-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
3f0cf5eebc
commit
400f64105e
8 changed files with 129 additions and 0 deletions
13
debian/rules
vendored
Executable file
13
debian/rules
vendored
Executable file
|
@ -0,0 +1,13 @@
|
|||
#!/usr/bin/make -f
|
||||
%:
|
||||
dh ${@} --buildsystem cargo
|
||||
|
||||
override_dh_auto_test:
|
||||
dh_auto_test -- test --all
|
||||
|
||||
execute_after_dh_auto_install:
|
||||
# removing unneeded files
|
||||
rm -rf debian/librust-*/usr/share/cargo/registry/*/.git*
|
||||
rm -f debian/librust-*/usr/share/cargo/registry/*/*.orig
|
||||
rm -f debian/librust-*/usr/share/cargo/registry/*/*.MD
|
||||
rm -f debian/librust-*/usr/share/cargo/registry/*/LICENSE*
|
Loading…
Add table
Add a link
Reference in a new issue