[tryton-debian-vcs] tryton-health-meta branch debian created. fd39c74ed736577b8304af5b3e87ef4a669301b7

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Fri Feb 27 12:59:34 UTC 2015


The following commit has been merged in the debian branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-health-meta.git;a=commitdiff;h=fd39c74ed736577b8304af5b3e87ef4a669301b7
commit fd39c74ed736577b8304af5b3e87ef4a669301b7
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Fri Feb 27 13:58:55 2015 +0100

    Adding initial debian version 1.

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..cbe48ca
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+tryton-health-meta (1) unstable; urgency=medium
+
+  * Initial commit.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Fri, 27 Feb 2015 13:45:00 +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..a87384e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,55 @@
+Source: tryton-health-meta
+Section: metapackages
+Priority: optional
+Maintainer: Debian Tryton Maintainers <maintainers at debian.tryton.org>
+Uploaders: Mathias Behrle <mathiasb at m9s.biz>
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.6
+Homepage: http://www.tryton.org/
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=tryton/tryton-health-meta.git
+Vcs-Git: git://anonscm.debian.org/tryton/tryton-health-meta.git
+
+Package: tryton-modules-health-all
+Architecture: all
+Depends:
+ ${misc:Depends},
+ tryton-modules-health (>= ${version:major}),
+ tryton-modules-health-archives (>= ${version:major}),
+ tryton-modules-health-calendar (>= ${version:major}),
+ tryton-modules-health-crypto (>= ${version:major}),
+ tryton-modules-health-genetics (>= ${version:major}),
+ tryton-modules-health-gyneco (>= ${version:major}),
+ tryton-modules-health-history (>= ${version:major}),
+ tryton-modules-health-icd10 (>= ${version:major}),
+ tryton-modules-health-icd10pcs (>= ${version:major}),
+ tryton-modules-health-icpm (>= ${version:major}),
+ tryton-modules-health-icu (>= ${version:major}),
+ tryton-modules-health-imaging (>= ${version:major}),
+ tryton-modules-health-inpatient (>= ${version:major}),
+ tryton-modules-health-inpatient-calendar (>= ${version:major}),
+ tryton-modules-health-iss (>= ${version:major}),
+ tryton-modules-health-lab (>= ${version:major}),
+ tryton-modules-health-lifestyle (>= ${version:major}),
+ tryton-modules-health-mdg6 (>= ${version:major}),
+ tryton-modules-health-ntd (>= ${version:major}),
+ tryton-modules-health-ntd-chagas (>= ${version:major}),
+ tryton-modules-health-ntd-dengue (>= ${version:major}),
+ tryton-modules-health-nursing (>= ${version:major}),
+ tryton-modules-health-pediatrics (>= ${version:major}),
+ tryton-modules-health-pediatrics-growth-charts (>= ${version:major}),
+ tryton-modules-health-pediatrics-growth-charts-who (>= ${version:major}),
+ tryton-modules-health-profile (>= ${version:major}),
+ tryton-modules-health-qrcodes (>= ${version:major}),
+ tryton-modules-health-reporting (>= ${version:major}),
+ tryton-modules-health-services (>= ${version:major}),
+ tryton-modules-health-socioeconomics (>= ${version:major}),
+ tryton-modules-health-stock (>= ${version:major}),
+ tryton-modules-health-surgery (>= ${version:major}),
+ tryton-modules-health-who-essential-medicines (>= ${version:major}),
+Description: Tryton Application Platform (modules metapackage)
+ Tryton is a high-level general purpose application platform. It is the base
+ of a complete business solution as well as a comprehensive health and hospital
+ information system (GNUHealth).
+ .
+ This package is a metapackage depending on all available Tryton GNUHealth
+ modules.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..cc02226
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,22 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+
+Files: *
+Copyright: 2015 Mathias Behrle <mathiasb at m9s.biz>
+License: GPL-3+
+
+License: GPL-3+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ The complete text of the GNU General Public License
+ can be found in /usr/share/common-licenses/GPL-3 file.
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..972de11
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,15 @@
+# Settings for Debian Tryton Maintainer repositories
+# for usage with git-buildpackage
+
+[DEFAULT]
+debian-branch = debian
+pristine-tar = True
+
+[git-buildpackage]
+ignore-new = True
+# Use with orig.tar.xz tarballs, used for releases 2.2 to 3.0
+# Currently we are using upstream compression, which is gz
+#compression = xz
+# Use export-dir at your discretion to avoid git-buildpackage messing
+# your git repeository
+#export-dir = ../build-area/
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..07fde3c
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+MAJOR := 2.8
+
+%:
+	dh ${@}
+
+override_dh_gencontrol:
+	dh_gencontrol -- -Vversion:major="$(MAJOR)"
+
+
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..89ae9db
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (native)
-- 
tryton-health-meta



More information about the tryton-debian-vcs mailing list