Update package files to support new version
* Incorporate changes for upstream soversion update * Update Standards version to 4.7.0
This commit is contained in:
parent
0fc6e13551
commit
9e75db5628
|
|
@ -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) <alan@digistorm.in> Sun, 22 Sep 2024 04:31:40 +0000
|
||||
|
||||
hyprutils (0.1.5-1) unstable; urgency=medium
|
||||
|
||||
* Initial release. (Closes: #1073158)
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue