From: Andrew Ruthven Date: Mon, 25 Oct 2021 08:49:29 +0000 (+1300) Subject: Update for new version X-Git-Tag: debian/7.5-1~4 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6fb0a3df0f4d18a8915354249c35dae4ef529a1;p=sapphire-remote.git Update for new version --- diff --git a/debian/changelog b/debian/changelog index e427df1..3c56f6d 100755 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -sapphire-remote (7.3-1) unstable; urgency=medium +sapphire-remote (7.4-1) unstable; urgency=medium * New upstream release diff --git a/debian/compat b/debian/compat deleted file mode 100755 index ec63514..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/debian/control b/debian/control index 65798a5..6a23fa8 100755 --- a/debian/control +++ b/debian/control @@ -1,9 +1,9 @@ Source: sapphire-remote Section: misc Priority: optional -Maintainer: Andrew Ruthven > -Build-Depends: debhelper (>= 7), dkms, gawk, dh-exec, quilt -Standards-Version: 3.8.1 +Maintainer: Andrew Ruthven +Build-Depends: debhelper-compat (= 13), dkms, gawk, dh-exec, quilt +Standards-Version: 4.5.1 Package: sapphire-remote-dkms Architecture: all diff --git a/debian/patches/dkms.diff b/debian/patches/dkms.diff index 6fe47bc..8ff4c0f 100644 --- a/debian/patches/dkms.diff +++ b/debian/patches/dkms.diff @@ -2,7 +2,7 @@ Files required for setting up DKMS. --- /dev/null +++ b/dkms.conf @@ -0,0 +1,12 @@ -+PACKAGE_VERSION="7.3" ++PACKAGE_VERSION="7.4" + +# Items below here should not have to change with each driver version +PACKAGE_NAME="sapphire-remote" diff --git a/debian/rules b/debian/rules index 6ed71a7..444bdfa 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ DEB_NAME=sapphire-remote NAME=sapphire-remote -VERSION=7.3 +VERSION=7.4 configure: configure-stamp configure-stamp: @@ -33,7 +33,7 @@ install: build dh_installdirs dh_install dh_installinit - dh_systemd_enable + dh_installsystemd dh_installdocs dh_installchangelogs