summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-07-30 10:38:27 +0200
committerChristian Grothoff <christian@grothoff.org>2021-07-30 10:38:27 +0200
commit7e669bcf6b6336ec429da949bcb4aa456971dba2 (patch)
treed19912f950d1cac1c38b857b7d5bdaba2289544e /debian/control
downloadanastasis-7e669bcf6b6336ec429da949bcb4aa456971dba2.tar.gz
anastasis-7e669bcf6b6336ec429da949bcb4aa456971dba2.tar.bz2
anastasis-7e669bcf6b6336ec429da949bcb4aa456971dba2.zip
folding history in preparation of GNU Anastasis v0.0.0 release
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control77
1 files changed, 77 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..532c623
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,77 @@
+Source: anastasis
+Section: net
+Priority: optional
+Maintainer: Christian Grothoff <grothoff@gnu.org>
+Build-Depends:
+ autoconf (>=2.59),
+ automake (>=1.11.1),
+ autopoint,
+ debhelper-compat (= 13),
+ gettext,
+ libgnunet-dev,
+ libtalerexchange-dev,
+ libtalermerchant-dev,
+ libpq-dev (>=9.5),
+ libsqlite3-dev (>=3.8),
+ pkg-config,
+ po-debconf,
+ libqrencode-dev,
+ uuid-dev,
+ zlib1g-dev
+Build-Conflicts:
+ autoconf2.13,
+ automake1.4
+Standards-Version: 4.5.0
+Vcs-Git: https://salsa.debian.org/debian/anastasis.git
+Vcs-browser: https://salsa.debian.org/debian/anastasis
+Homepage: https://anastasis.lu/
+
+Package: libanastasis
+Architecture: any
+Pre-Depends:
+ ${misc:Pre-Depends}
+Depends:
+ lsb-base,
+ netbase,
+ ${misc:Depends},
+ ${shlibs:Depends}
+Description: libraries to talk to an Anastasis provider.
+
+Package: anastasis-httpd
+Architecture: any
+Pre-Depends:
+ ${misc:Pre-Depends}
+Depends:
+ libtalerexchange (>= 0.9.0),
+ adduser,
+ lsb-base,
+ netbase,
+ apache2 | nginx | httpd,
+ postgresql,
+ dbconfig-pgsql | dbconfig-no-thanks,
+ ${misc:Depends},
+ ${shlibs:Depends}
+Description: GNU's key escrow provider.
+
+Package: anastasis-cli
+Architecture: any
+Pre-Depends:
+ ${misc:Pre-Depends}
+Depends:
+ libanastasis (>= 0.0.0),
+ ${misc:Depends},
+ ${shlibs:Depends}
+Description: Command-line interface for the Anastasis key escrow provider service.
+
+Package: libanastasis-dev
+Section: libdevel
+Architecture: any
+Depends:
+ libtalermerchant-dev (>= 0.9.0),
+ libtalerexchange-dev (>= 0.9.0),
+ libgnunet-dev (>=0.14.0),
+ ${misc:Depends},
+ ${shlibs:Depends}
+Description: libraries to talk to a GNU Anastasis provider (development)
+ .
+ This package contains the development files.