]> git.proxmox.com Git - arch-pacman.git/blobdiff - debian/control
bump debian compat level to 12
[arch-pacman.git] / debian / control
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.