diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2017-02-08 14:45:53 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2017-02-08 14:49:39 +0100 |
commit | 3a6bc9c6901c56f22bf105670f6da281f9eceba1 (patch) | |
tree | 72467326aa69ed31684bda5d1c65ce900f662d45 /debian/rules | |
parent | 7f719d2f9f39dc541da85ff3cfc709058952d837 (diff) |
debian: remove debian packaging files
There is now an official package in the Debian package repository [1]
which should be used instead of locally built packages. Drop the local
packaging file which anyway no longer match the version in Debian.
[1] https://packages.debian.org/sid/llmnrd
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/debian/rules b/debian/rules deleted file mode 100755 index f6421bd..0000000 --- a/debian/rules +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/make -f - -#export DH_VERBOSE = 1 - -%: - dh $@ --with systemd - -override_dh_auto_install: - dh_auto_install -- prefix=/usr |