diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-14 19:05:08 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-14 19:05:08 +0000 |
commit | 0794829f0842d8faaece5d26de605c55ad128aa9 (patch) | |
tree | 4937d8f4365becb7f9950dcb8ada24f85b8a8681 /debian | |
parent | Releasing progress-linux version 1.0.3-1~progress7.99u1. (diff) | |
download | ipcalc-ng-0794829f0842d8faaece5d26de605c55ad128aa9.tar.xz ipcalc-ng-0794829f0842d8faaece5d26de605c55ad128aa9.zip |
Merging debian version 1.0.3-2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/changelog | 12 | ||||
-rw-r--r-- | debian/control | 4 | ||||
-rw-r--r-- | debian/copyright | 2 | ||||
-rw-r--r-- | debian/watch | 4 |
4 files changed, 17 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index 19c6038..e3cc25b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +ipcalc-ng (1.0.3-2) unstable; urgency=medium + + * debian/control: + - Bumped Standards-Version to 4.7.0. + - Replaced obsolete pkg-config package with pkgconf in Build-Depends + field. + * debian/copyright: updated year in packaging block. + * debian/watch: updated to fix an error that prevented checking for new + upstream versions. + + -- Fabio Augusto De Muzio Tobich <ftobich@debian.org> Mon, 13 May 2024 09:44:56 -0300 + ipcalc-ng (1.0.3-1~progress7.99u1) graograman-backports; urgency=medium * Initial reupload to graograman-backports. diff --git a/debian/control b/debian/control index 5518a2a..78091f9 100644 --- a/debian/control +++ b/debian/control @@ -9,9 +9,9 @@ Build-Depends: debhelper-compat (= 13), libgeoip-dev, meson, ninja-build, - pkg-config, + pkgconf, ronn -Standards-Version: 4.6.2 +Standards-Version: 4.7.0 Rules-Requires-Root: no Homepage: https://gitlab.com/ipcalc/ipcalc Vcs-Browser: https://git.progress-linux.org/packages/graograman-backports/ipcalc-ng diff --git a/debian/copyright b/debian/copyright index 2db1c54..985af5f 100644 --- a/debian/copyright +++ b/debian/copyright @@ -30,7 +30,7 @@ Copyright: 2003-2016 Simon Ekstrand <simon@routemeister.net> License: BSD-3-Clause Files: debian/* -Copyright: 2020-2023 Fabio Augusto De Muzio Tobich <ftobich@debian.org> +Copyright: 2020-2024 Fabio Augusto De Muzio Tobich <ftobich@debian.org> License: BSD-3-Clause License: GPL-2 diff --git a/debian/watch b/debian/watch index 5b55845..a9d45d7 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=4 -opts=filenamemangle=s/.*\/archive\/(\d\S+)\/ipcalc.*\.tar\.gz/ipcalc-$1\.tar\.gz/g \ - https://gitlab.com/ipcalc/ipcalc/-/tags?sort=updated_desc .*/archive/(\d\S+)/.*\.tar\.gz.* +opts=searchmode=plain,filenamemangle=s/.*\/archive\/(\d\S+)\/ipcalc.*\.tar\.gz/ipcalc-$1\.tar\.gz/g \ + https://gitlab.com/ipcalc/ipcalc/tags?sort=updated_desc -/archive/v?\d[\d.]+/ipcalc-@ANY_VERSION@\.tar\.gz |