summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules18
1 files changed, 0 insertions, 18 deletions
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index 0505435..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-
-# This has to be exported to make some magic below work.
-export DH_OPTIONS
-
-export DH_GOPKG = 0xacab.org/leap/getmyip
-export DH_GOLANG_EXCLUDES = vendor
-
-%:
- dh $@ --with golang --with systemd --buildsystem golang
-
-override_dh_auto_test:
-
-override_dh_install:
- rm -fr $(CURDIR)/debian/getmyip/usr/share/gocode
- dh_install
-