From d2568ceb650c90c7573239044db2a9a44f2ae738 Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@gmail.com>
Date: Wed, 01 Nov 2017 20:09:39 +0000
Subject: [PATCH] Added files required for debianization. Completely undebugged and untested.

---
 debian/rules         |    3 +++
 debian/changelog     |    5 +++++
 debian/compat        |    1 +
 debian/source/format |    1 +
 debian/copyright     |    0 
 debian/control       |   12 ++++++++++++
 6 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..36f29b3
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+trisurf-ng (1.0-1) UNRELEASED; urgency=medium
+
+  * Initial release. (Closes: #XXXXXX)
+
+ -- Samo Penič <samo@hestia>  Wed, 01 Nov 2017 20:10:52 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..8055fbd
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,12 @@
+Source: trisurf-ng
+Maintainer: Samo Penic <samo.penic@gmail.com>
+Section: misc
+Priority: optional
+Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 9), libtool, libconfuse-dev, libgsl0-dev, libxml2-dev, zlib1g-dev, automake, gcc, pkg-config, git
+
+Package: trisurf-ng
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, libconfuse, libgls0, libxml2, zlib1g
+Description: Trisurf simulator
+Thepackage contains librarized trisurf -- the dynamic triangulated surface simulator for biophysical aplications writen in C programming language. Python code and bindings are available as separate packages. This is just a placeholder description. More to come.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/debian/copyright
diff --git a/debian/rules b/debian/rules
new file mode 100644
index 0000000..cbe925d
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+%:
+	dh $@
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)

--
Gitblit v1.9.3