[med-svn] [nutsqlite] 02/02: Initial packaging

Iain R. Learmonth irl at moszumanska.debian.org
Sat Oct 29 16:21:12 UTC 2016


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

irl pushed a commit to branch master
in repository nutsqlite.

commit bb8082638eef6fe1c095390ae32818a92fa5f14c
Author: Iain R. Learmonth <irl at fsfe.org>
Date:   Sat Oct 29 17:20:16 2016 +0100

    Initial packaging
---
 debian/TODO              |  2 ++
 debian/changelog         |  5 +++++
 debian/compat            |  1 +
 debian/control           | 36 ++++++++++++++++++++++++++++++++++++
 debian/copyright         | 15 +++++++++++++++
 debian/nutsqlite.docs    |  1 +
 debian/nutsqlite.install |  3 +++
 debian/rules             |  4 ++++
 debian/source/format     |  1 +
 debian/watch             |  2 ++
 10 files changed, 70 insertions(+)

diff --git a/debian/TODO b/debian/TODO
new file mode 100644
index 0000000..065a669
--- /dev/null
+++ b/debian/TODO
@@ -0,0 +1,2 @@
+ * There is a man page at http://nut.sourceforge.net/nutdoc.html and I have
+   asked the author for the groff source for this.
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..af14800
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+nutsqlite (1.9.9.3-1) UNRELEASED; urgency=medium
+
+  * Initial release. (Closes: #841178)
+
+ -- Iain R. Learmonth <irl at debian.org>  Sat, 29 Oct 2016 15:48:22 +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..ee6f271
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,36 @@
+Source: nutsqlite
+Section: science
+Priority: optional
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Iain R. Learmonth <irl at debian.org>
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/nutsqlite.git
+Vcs-Git: https://anonscm.debian.org/git/debian-med/nutsqlite.git
+Homepage: http://nut.sourceforge.net/
+
+Package: nutsqlite
+Architecture: all
+Depends: tk, libsqlite3-tcl
+Description: Dietary nutrition analysis software
+ NUTsqlite uses the USDA database and stores this along with your personal data
+ in a portable SQLite database allowing you to perform analysis and plan for
+ your nutrition. Features include:
+ .
+ * The complete USDA database, your personal data, and the program code all
+   stored in a portable SQLite database
+ * Foods easy to find and add to daily meals
+ * Configurable for 1-19 meals per day and any dietary plan--including
+   ketogenic, low carb, zone, low fat
+ * Comprehensive meal analysis for any number of consecutive meals
+ * Presents both easy-to-read percentage summaries and in-depth nutrient
+   analysis, including Omega-3 and Omega-6 essential fatty acids
+ * Foods can be weighed in grams or ounces
+ * Includes novel meal planning feature: you choose the food, NUT adjusts the
+   quantities to your plan
+ * Calorie Auto-Set feature uses linear regression on daily scale measurements
+   of weight and body fat percentage to find optimal calorie level for improved
+   body composition
+ * Allows recording of recipes and customary meals for fast data entry
+ * Sorts foods richest in each of the 150 nutrients
+ * Reveals which foods contribute most to user's nutrition
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..366d91c
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,15 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: NUTsqlite
+Source: http://nut.sourceforge.net/
+
+Files: *
+Copyright: (C) Jim Jozwiak
+License: GPL-2
+
+Files: debian/*
+Copyright: (C) 2016 Iain R. Learmonth <irl at debian.org>
+License: GPL-2
+
+License: GPL-2
+ On Debian systems, the full text of the GNU General Public License version 2
+ can be found at: /usr/share/common-licenses/GPL-2.
diff --git a/debian/nutsqlite.docs b/debian/nutsqlite.docs
new file mode 100644
index 0000000..4a91a43
--- /dev/null
+++ b/debian/nutsqlite.docs
@@ -0,0 +1 @@
+nutdoc.html
diff --git a/debian/nutsqlite.install b/debian/nutsqlite.install
new file mode 100644
index 0000000..db95700
--- /dev/null
+++ b/debian/nutsqlite.install
@@ -0,0 +1,3 @@
+nut.tcl usr/bin
+updateNUT.tcl usr/bin
+nuticon.* usr/share/nutsqlite
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2d33f6a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/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)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..f6a23dd
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/nut/NUTsqlite-(\d[\d\.]+)\.(?:tgz|tbz|txz|zip|(?:tar\.(?:gz|bz2|xz)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/nutsqlite.git



More information about the debian-med-commit mailing list