summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas de Castro Borges <lucas@gnuabordo.com.br>2024-09-12 11:06:02 -0300
committerLucas de Castro Borges <lucas@gnuabordo.com.br>2024-09-12 11:06:02 -0300
commit0e5ad1cd2e60e5e06870e49b4d93992749b9378c (patch)
treec8b5a9dc2189b4e0a56a610fc67438eb997359f4
parent35e031b7cb7097276287094d34143e297f266f8f (diff)
Description packages added for each of themdebian/devel
libprom, libprom-dev, libpromhttp and libpromhttp-dev was missing packages descriptions then it had been added.
-rw-r--r--debian/control27
1 files changed, 15 insertions, 12 deletions
diff --git a/debian/control b/debian/control
index 65391ee..bdab1b9 100644
--- a/debian/control
+++ b/debian/control
@@ -15,33 +15,36 @@ Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: auto-generated package by debmake: lib #0
- This package contains the shared library.: #0
- .
- This Debian binary package was auto-generated by the
- debmake(1) command provided by the debmake package.
+Description: Library for instrumenting software via prometheus
+ Prom is the core API, resource such as counters, guages, histograms,
+ and collector registries.
Package: libprom-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libprom (= ${binary:Version}), ${misc:Depends}
-Description: auto-generated package by debmake: dev #1
- This package contains the development files.: #1
-
+Description: Library for instrumenting software via prometheus
+ Prom is the core API, resource such as counters, guages, histograms,
+ and collector registries.
+ This package provides the headers files for development.
+
Package: libpromhttp
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: auto-generated package by debmake: lib #2
- This package contains the shared library.: #2
+Description: Library for instrumenting software via prometheus
+ Promhttp provices a simple web handler to expose Prometheus metrics
+ for scraping.
Package: libpromhttp-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libpromhttp (= ${binary:Version}), ${misc:Depends}
-Description: auto-generated package by debmake: dev #3
- This package contains the development files.: #3
+Description: Library for instrumenting software via prometheus
+ Promhttp provices a simple web handler to expose Prometheus metrics
+ for scraping.
+ This package provides the headers files for development.