From 5db50425b29e3f3bd1db842097abc730c4cb91e5 Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt <mikael@djurfeldt.com> Date: Mon, 2 Dec 2019 16:10:58 +0100 Subject: [PATCH] Updated to conform to new standard --- debian/control | 2 +- debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index d4b8ea2..38af3a9 100644 --- a/debian/control +++ b/debian/control @@ -1,5 +1,5 @@ Source: music -Priority: extra +Priority: optional Maintainer: Mikael Djurfeldt <mdj@debian.org> Build-Depends: debhelper (>= 10), diff --git a/debian/rules b/debian/rules index d554037..3efd6e0 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ #export DH_VERBOSE=1 %: - dh $@ --with autotools_dev + dh $@ override_dh_auto_install: $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install -- GitLab