From 3a6bc9c6901c56f22bf105670f6da281f9eceba1 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Wed, 8 Feb 2017 14:45:53 +0100 Subject: 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 --- debian/rules | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 debian/rules (limited to 'debian/rules') 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 -- cgit v1.2.3-54-g00ecf