summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2021-02-05 11:47:05 +0100
committerkali kaneko (leap communications) <kali@leap.se>2021-02-25 21:34:25 +0100
commitea2efe112b52e7f9ab3133c46bae1041a78cbd24 (patch)
treedcc3322e3a3e5d4ac74b33d80c8cf508abf6bacc
parent0b50eca211bda4d0c1cb28973126f0269288bb71 (diff)
Remove the debian folder
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control14
-rw-r--r--debian/copyright25
-rw-r--r--debian/leap-geolocation.service24
-rwxr-xr-xdebian/rules18
-rw-r--r--debian/source/format1
7 files changed, 0 insertions, 88 deletions
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index 2234bc8..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,5 +0,0 @@
-leap-geolocation (0.1) unstable; urgency=medium
-
- * Initial package.
-
- -- LEAP Encryption Access Project <debian@leap.se> Thu, 13 Dec 2018 19:40:29 +0100
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index f599e28..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-10
diff --git a/debian/control b/debian/control
deleted file mode 100644
index 6874882..0000000
--- a/debian/control
+++ /dev/null
@@ -1,14 +0,0 @@
-Source: leap-geolocation
-Section: net
-Priority: extra
-Maintainer: LEAP Encryption Access Project <debian@leap.se>
-Build-Depends: debhelper (>= 8.0.0), golang-go, dh-golang, dh-systemd
-Standards-Version: 3.9.4
-
-Package: leap-geolocation
-Architecture: any
-Depends: ${misc:Depends}, geoipupdate
-Description: LEAP's Geolocation service.
- Geolocation service, part of a LEAP Provider.
- It can be used to calculate distance to gateways for the VPN service.
-
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index 7b176c8..0000000
--- a/debian/copyright
+++ /dev/null
@@ -1,25 +0,0 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: auth-pam
-Source: <https://0xacab.org/kali/getmyip>
-
-Files: *
-Copyright: 2018 LEAP Encryption Access Project <info@leap.se>
-License: GPLv3
- Permission is hereby granted, free of charge, to any person obtaining a
- copy of this software and associated documentation files (the "Software"),
- to deal in the Software without restriction, including without limitation
- the rights to use, copy, modify, merge, publish, distribute, sublicense,
- and/or sell copies of the Software, and to permit persons to whom the
- Software is furnished to do so, subject to the following conditions:
- .
- The above copyright notice and this permission notice shall be included
- in all copies or substantial portions of the Software.
- .
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
- OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
diff --git a/debian/leap-geolocation.service b/debian/leap-geolocation.service
deleted file mode 100644
index b75996b..0000000
--- a/debian/leap-geolocation.service
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/bin/sh
-# postinstall script for leap-geolocation
-
-case "$1" in
-configure)
-
- adduser --quiet --system --home /nonexistent --no-create-home \
- --disabled-password --group leap-geolocation
-
- ;;
-abort-upgrade|abort-remove|abort-deconfigure)
- ;;
-*)
- echo "postinst called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0
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
-
diff --git a/debian/source/format b/debian/source/format
deleted file mode 100644
index 89ae9db..0000000
--- a/debian/source/format
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (native)