]> git.proxmox.com Git - arch-pacman.git/commitdiff
bump debian compat level to 12
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 30 Aug 2019 15:56:53 +0000 (17:56 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 30 Aug 2019 16:07:32 +0000 (18:07 +0200)
as level 9 is deprecated in Buster

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/compat
debian/control
debian/copyright
debian/rules

index ec635144f60048986bc560c5576355344005e6e7..48082f72f087ce7e6fa75b9c41d7387daecd447b 100644 (file)
@@ -1 +1 @@
-9
+12
index 4090c4b5991437b22655a076bdb7e39419c14469..1611aa79f9b6ccaa715c85c3181a41c242a40154 100644 (file)
@@ -2,20 +2,30 @@ Source: arch-pacman
 Section: admin
 Priority: optional
 Maintainer: Proxmox Support Team <support@proxmox.com>
-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.
 
index 37ab2e99dce4c7ae32faf8810b0f34ccb2d61e95..60ba896999121b19edc33e8449125b813065e6c4 100644 (file)
@@ -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".
-
index 4a3e2fdf7a762661ddb2e21dd0f86129e808ad48..bd9d857f3f96751856c071896ca8ac9001459da3 100755 (executable)
@@ -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