diff options
Diffstat (limited to 'debian/templates')
-rw-r--r-- | debian/templates/control.source.in | 3 | ||||
-rw-r--r-- | debian/templates/preinst.license.in | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/debian/templates/control.source.in b/debian/templates/control.source.in index 8a63c63..b99e7f8 100644 --- a/debian/templates/control.source.in +++ b/debian/templates/control.source.in @@ -4,7 +4,8 @@ Priority: optional Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org> Uploaders: Bastian Blank <waldi@debian.org>, Steve Langasek <vorlon@debian.org>, maximilian attems <maks@debian.org>, Ben Hutchings <benh@debian.org>, Salvatore Bonaccorso <carnil@debian.org> Build-Depends: debhelper-compat (= 13) -Standards-Version: 4.0.1 +Standards-Version: 4.3.0 +Rules-Requires-Root: no Vcs-Git: https://salsa.debian.org/kernel-team/firmware-nonfree.git Vcs-Browser: https://salsa.debian.org/kernel-team/firmware-nonfree XS-Autobuild: yes diff --git a/debian/templates/preinst.license.in b/debian/templates/preinst.license.in index 6c68221..d0c7e0d 100644 --- a/debian/templates/preinst.license.in +++ b/debian/templates/preinst.license.in @@ -1,4 +1,6 @@ -#!/bin/sh -e +#!/bin/sh + +set -e . /usr/share/debconf/confmodule db_version 2.0 |