[vspline] 04/05: grrrr....

Kay F. Jahnke kfjahnke at gmail.com
Sat Sep 9 10:24:17 UTC 2017


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

kfj-guest pushed a commit to branch master
in repository vspline.

commit ee119a0b9910e700935ac2bf8f5449a5ce916936
Author: Kay F. Jahnke <kfjahnke at gmail.com>
Date:   Sat Sep 9 12:06:39 2017 +0200

    grrrr....
---
 debian/compat                |  1 +
 debian/rules                 | 10 ++++++++++
 debian/source/format         |  1 +
 debian/vspline-dev.install   |  1 +
 debian/vspline-dev.substvars |  2 ++
 debian/watch                 | 13 +++++++++++++
 6 files changed, 28 insertions(+)

diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..57e0691
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+# for now we rely entirely upon dh.
+
+# There are no build instructions for the vspline-example package,
+# since it's content is meant to be instructive - if the sources are
+# compiled, the resulting binaries aren't meant to be installed.
+
+%:
+	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)
diff --git a/debian/vspline-dev.install b/debian/vspline-dev.install
new file mode 100644
index 0000000..ad4f949
--- /dev/null
+++ b/debian/vspline-dev.install
@@ -0,0 +1 @@
+*.h  usr/include/vspline
diff --git a/debian/vspline-dev.substvars b/debian/vspline-dev.substvars
new file mode 100644
index 0000000..978fc8b
--- /dev/null
+++ b/debian/vspline-dev.substvars
@@ -0,0 +1,2 @@
+misc:Depends=
+misc:Pre-Depends=
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..ee7b826
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,13 @@
+# upstream is kept in a bitbucket repository, which offers tar.gz files for download
+# for all tags which are present. this is a very convenient feature, since it produces
+# what's needed as 'upstream tar ball' without any further ado and the process of stepping
+# up to a new version can be automated. hence this watch file.
+
+version=4
+
+# Initially I used version tags derived from the date, like YYYYMMDD, and I only
+# switched to using 'debian-friendly' tags like xx.yy.zz later. So in order to not
+# pick up these old-style tags I have to be more explicit about the tags uscan should
+# match, that's why I use the more specific RE
+
+https://bitbucket.org/kfj/vspline/downloads?tab=tags .*/([0-9]+\.[0-9]+\.[0-9]+)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/vspline.git



More information about the debian-science-commits mailing list