[Git][debian-proftpd-team/proftpd-mod-prometheus][master] Finalize for upload.

Hilmar Preuße (@hilmar) gitlab at salsa.debian.org
Tue Nov 25 07:26:13 GMT 2025



Hilmar Preuße pushed to branch master at Debian ProFTPD Team / proftpd-mod-prometheus


Commits:
d57a14ef by Hilmar Preuße at 2025-11-25T08:24:32+01:00
Finalize for upload.

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/02_spelling
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,10 +1,10 @@
-proftpd-mod-prometheus (0.2-2) UNRELEASED; urgency=medium
+proftpd-mod-prometheus (0.2-2) unstable; urgency=medium
 
   * Move Make.rules from patches/01_built_outside_tree to subdir
     "debian/".
   * Enable full harderning, enable blhc test on Salsa CI.
 
- -- Hilmar Preuße <hille42 at debian.org>  Mon, 24 Nov 2025 23:17:03 +0100
+ -- Hilmar Preuße <hille42 at debian.org>  Tue, 25 Nov 2025 08:21:20 +0100
 
 proftpd-mod-prometheus (0.2-1) unstable; urgency=medium
 


=====================================
debian/patches/02_spelling
=====================================
@@ -0,0 +1,13 @@
+Fix spelling error.
+
+--- proftpd-mod-prometheus.orig/mod_prometheus.c
++++ proftpd-mod-prometheus/mod_prometheus.c
+@@ -1450,7 +1450,7 @@
+ 
+   metric = prom_metric_create(prometheus_pool, "directory_list", dbh);
+   prom_metric_add_counter(metric, "total",
+-    "Number of succesful directory listings");
++    "Number of successful directory listings");
+   prom_metric_add_gauge(metric, "count", "Current count of directory listings");
+   res = prom_registry_add_metric(prometheus_registry, metric);
+   if (res < 0) {


=====================================
debian/patches/series
=====================================
@@ -1,2 +1,3 @@
 01_build_outside_tree
 gitignore
+02_spelling



View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd-mod-prometheus/-/commit/d57a14ef5976ee77134079710573f303d79986d8

-- 
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd-mod-prometheus/-/commit/d57a14ef5976ee77134079710573f303d79986d8
You're receiving this email because of your account on salsa.debian.org.




More information about the Pkg-proftpd-maintainers mailing list