From: Thomas Lamprecht Date: Fri, 30 Aug 2019 15:56:53 +0000 (+0200) Subject: bump debian compat level to 12 X-Git-Url: https://git.proxmox.com/?p=arch-pacman.git;a=commitdiff_plain;h=46ed391f3ea29a742513ac982d9827b7de79a9d8 bump debian compat level to 12 as level 9 is deprecated in Buster Signed-off-by: Thomas Lamprecht --- diff --git a/debian/compat b/debian/compat index ec63514..48082f7 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +12 diff --git a/debian/control b/debian/control index 4090c4b..1611aa7 100644 --- a/debian/control +++ b/debian/control @@ -2,20 +2,30 @@ Source: arch-pacman Section: admin Priority: optional Maintainer: Proxmox Support Team -Build-Depends: debhelper (>= 9), autotools-dev, dh-autoreconf, linux-libc-dev, bash (>= 4.1), libarchive-dev, libgpgme11-dev, gnupg, libcurl-dev -Standards-Version: 3.9.5 +Build-Depends: autotools-dev, + bash (>= 4.1), + debhelper (>= 12~), + dh-autoreconf, + gnupg, + libarchive-dev, + libcurl-dev, + libgpgme11-dev, + linux-libc-dev, +Standards-Version: 4.3.0 Homepage: https://archlinux.org Package: arch-pacman Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, bash (>= 4.1) +Depends: bash (>= 4.1), ${misc:Depends}, ${shlibs:Depends} Description: ArchLinux package manager A library-based package manager with dependency support. Package: arch-pacman-dbg Section: debug Architecture: any -Depends: arch-pacman (= ${binary:Version}), arch-pacman-dev (= ${binary:Version}), ${misc:Depends} +Depends: arch-pacman (= ${binary:Version}), + arch-pacman-dev (= ${binary:Version}), + ${misc:Depends}, Description: Debug symbols for arch-pacman This package contains the debug symbols for the ArchLinux package manager. diff --git a/debian/copyright b/debian/copyright index 37ab2e9..60ba896 100644 --- a/debian/copyright +++ b/debian/copyright @@ -37,4 +37,3 @@ License: GPL-2+ . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". - diff --git a/debian/rules b/debian/rules index 4a3e2fd..bd9d857 100755 --- a/debian/rules +++ b/debian/rules @@ -8,7 +8,7 @@ DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/default.mk %: - dh $@ --with autotools-dev,quilt + dh $@ --with quilt override_dh_auto_configure: ./autogen.sh @@ -18,8 +18,5 @@ override_dh_auto_configure: --with-pkg-ext=.tar.xz \ --with-scriptlet=/bin/bash -override_dh_strip: - dh_strip --dbg-package=arch-pacman-dbg - override_dh_auto_install: $(MAKE) install DESTDIR=$$(pwd)/debian/arch-pacman