summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2020-06-03 09:15:37 +0200
committerGard Spreemann <gspr@nonempty.org>2020-06-03 09:15:37 +0200
commit1b9285fe226b95ab79481d69d9a989ff88d4d840 (patch)
tree2d2baa46c0eadef8cd42fefaf9ae86ddec6e2a18
Initial commit.
-rw-r--r--debian/changelog6
-rw-r--r--debian/compat2
-rw-r--r--debian/control28
-rw-r--r--debian/source/format1
4 files changed, 37 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..b950951
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+hera (0~git20200602-1) UNRELEASED; urgency=medium
+
+ * Initial commit, upstream commit
+ b73ed1face2c609958556e6f2b7704bbd8aaa263. (Closes: #961784)
+
+ -- Gard Spreemann <gspr@nonempty.org> Tue, 02 Jun 2020 20:40:30 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f5d273e
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1,2 @@
+12
+
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 <gspr@nonempty.org>
+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
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)