diff --git a/debian/rules b/debian/rules index f4bc35c..f7a82da 100755 --- a/debian/rules +++ b/debian/rules @@ -15,15 +15,5 @@ override_dh_auto_build: env CARGO_HOME="$$(pwd)/target/cargo" \ dh_auto_build -override_dh_auto_clean: -ifeq ($(CLEAN),1) - make clean -endif -ifeq ($(VENDORED),1) - if ! ischroot; then \ - make vendor; \ - fi -endif - override_dh_auto_install: dh_auto_install -- prefix=/usr \ No newline at end of file