summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules10
1 files changed, 0 insertions, 10 deletions
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index 5c7aec6..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/usr/bin/make -f
-
-
-override_dh_strip:
- dh_strip --dbg-package=libsodium-dbg
-
-%:
- dh $@ --with autoreconf -Bbuild
-
-.PHONY: override_dh_strip