[Cryptech-Commits] [user/paul/releng] 01/01: fix libc6 dependency, add missing bits for debuild

git at cryptech.is git at cryptech.is
Mon Jun 29 18:43:33 UTC 2015


This is an automated email from the git hooks/post-receive script.

paul at psgd.org pushed a commit to branch master
in repository user/paul/releng.

commit c437fc2089217931e3e4d81c8aa056f038b3146b
Author: Paul Selkirk <paul at psgd.org>
Date:   Mon Jun 29 14:43:16 2015 -0400

    fix libc6 dependency, add missing bits for debuild
---
 debian/control        | 5 +++--
 debian/dirs           | 4 ++++
 debian/patches/series | 1 +
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 74dd394..5e2cfec 100644
--- a/debian/control
+++ b/debian/control
@@ -4,10 +4,11 @@ Section: misc
 Priority: optional
 Standards-Version: 3.9.6
 Build-Depends: debhelper (>= 9)
+Homepage: http://trac.cryptech.is/wiki
 
 Package: cryptech
 Architecture: armhf
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: libc6 (>= 2.13), ${misc:Depends}
 Description: Cryptech open-source crypto hardware
- This contains FGPA configuration and software for the Cryptech project on
+ 'cryptech' contains FGPA configuration and software for the Cryptech project on
  the Novena PVT-1 development board.
diff --git a/debian/dirs b/debian/dirs
new file mode 100644
index 0000000..3e6bdf9
--- /dev/null
+++ b/debian/dirs
@@ -0,0 +1,4 @@
+usr/bin
+usr/include
+usr/lib
+usr/share/cryptech
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..b1f0544
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-config-cores.patch



More information about the Commits mailing list