summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:12:15 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:12:15 +0000
commit8cabc67967e8b0d613af255553f1ff9db60190e4 (patch)
treeab7c9a43579d3feddc09724a3bd3215d6c096c5e /debian/control
parentAdding upstream version 5.4.4. (diff)
downloadreprepro-8cabc67967e8b0d613af255553f1ff9db60190e4.tar.xz
reprepro-8cabc67967e8b0d613af255553f1ff9db60190e4.zip
Adding debian version 5.4.4-1.debian/5.4.4-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--debian/control26
1 files changed, 26 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..0a3515b
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,26 @@
+Source: reprepro
+Section: utils
+Priority: optional
+Maintainer: Bastian Germann <bage@debian.org>
+Build-Depends: debhelper-compat (= 12), libgpgme-dev, libdb-dev, libz-dev,
+ libbz2-dev, liblzma-dev, libarchive-dev, shunit2, db-util
+Standards-Version: 4.3.0
+Vcs-Browser: https://salsa.debian.org/debian/reprepro
+Vcs-Git: https://salsa.debian.org/debian/reprepro.git -b debian
+
+Package: reprepro
+Architecture: any
+Depends: ${shlibs:Depends}, ${reprepro:Depends}, ${misc:Depends}, zstd
+Recommends: apt (>= 0.9.4)
+Suggests: pinentry-curses, gpg-agent, inoticoming, lzip (>= 1.11-2)
+Description: Debian package repository producer
+ reprepro is a tool to manage a repository of Debian packages
+ (.deb, .udeb, .dsc, ...). It stores files either being
+ injected manually or downloaded from some other repository
+ (partially) mirrored into one pool/ hierarchy.
+ Managed packages and files are stored in a Berkeley DB,
+ so no database server is needed.
+ Checking signatures of mirrored repositories and creating
+ signatures of the generated Package indices is supported.
+ .
+ This package also contains the changestool and rredtool helpers.