diff options
Diffstat (limited to 'debian')
-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 6737305..3fe0df2 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) unstable; urgency=medium * New upstream release. (LP: #1983602) diff --git a/debian/control b/debian/control index 65d2ccc..1e27a4f 100644 --- a/debian/control +++ b/debian/control @@ -6,9 +6,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://salsa.debian.org/debian/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 |