From 9e75db562891359421d8d8438b67bdcb354ac161 Mon Sep 17 00:00:00 2001 From: "alan (NyxTrail)" Date: Sun, 22 Sep 2024 04:47:20 +0000 Subject: [PATCH] Update package files to support new version * Incorporate changes for upstream soversion update * Update Standards version to 4.7.0 --- debian/changelog | 8 ++++++++ debian/control | 6 +++--- debian/{libhyprutils0.dirs => libhyprutils1.dirs} | 0 debian/{libhyprutils0.install => libhyprutils1.install} | 0 4 files changed, 11 insertions(+), 3 deletions(-) rename debian/{libhyprutils0.dirs => libhyprutils1.dirs} (100%) rename debian/{libhyprutils0.install => libhyprutils1.install} (100%) diff --git a/debian/changelog b/debian/changelog index 92a0857..e665aed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +hyprutils (0.2.2-1) unstable; urgency=medium + + * New upstream version 0.2.2 + * Incorporate changes for upstream soversion update + * Update Standards version to 4.7.0 + + -- Alan M Varghese (NyxTrail) Sun, 22 Sep 2024 04:31:40 +0000 + hyprutils (0.1.5-1) unstable; urgency=medium * Initial release. (Closes: #1073158) diff --git a/debian/control b/debian/control index fb5f4af..d6a1de3 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends: cmake, libpixman-1-dev, pkgconf, -Standards-Version: 4.6.2 +Standards-Version: 4.7.0 Homepage: https://github.com/hyprwm/hyprutils Vcs-Browser: https://salsa.debian.org/NyxTrail/hyprutils Vcs-Git: https://salsa.debian.org/NyxTrail/hyprutils.git @@ -18,7 +18,7 @@ Section: libdevel Architecture: any Multi-Arch: same Depends: - libhyprutils0 (= ${binary:Version}), + libhyprutils1 (= ${binary:Version}), ${misc:Depends}, Description: Utilities used across the Hyprland ecosystem (development files) Hyprutils is a small C++ library for utilities used across the Hyprland @@ -26,7 +26,7 @@ Description: Utilities used across the Hyprland ecosystem (development files) . This package contains the development files. -Package: libhyprutils0 +Package: libhyprutils1 Architecture: any Multi-Arch: same Depends: diff --git a/debian/libhyprutils0.dirs b/debian/libhyprutils1.dirs similarity index 100% rename from debian/libhyprutils0.dirs rename to debian/libhyprutils1.dirs diff --git a/debian/libhyprutils0.install b/debian/libhyprutils1.install similarity index 100% rename from debian/libhyprutils0.install rename to debian/libhyprutils1.install