From 1b9285fe226b95ab79481d69d9a989ff88d4d840 Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Wed, 3 Jun 2020 09:15:37 +0200 Subject: Initial commit. --- debian/control | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..4e5868d --- /dev/null +++ b/debian/control @@ -0,0 +1,28 @@ +Source: hera +Maintainer: Gard Spreemann +Section: math +Priority: optional +Standards-Version: 4.5.0.2 +Build-Depends: cmake (>= 3.5.1), + debhelper (>= 12), + libboost-dev +Rules-Requires-Root: no +Homepage: https://github.com/grey-narn/hera/ +Vcs-Browser: https://git.nonempty.org/debian-hera +Vcs-Git: https://git.nonempty.org/debian-hera -b debian/sid + +Package: libhera-dev +Section: libdevel +Architecture: all +Multi-Arch: foreign +Depends: libboost-dev, + ${misc:Depends} +Description: FIXME + FIXME + +Package: hera-utils +Section: math +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: FIXME + FIXME -- cgit v1.2.3