[med-svn] [toothchart] 01/06: first version of this package

Andreas Tille tille at debian.org
Fri Dec 29 16:20:20 UTC 2017


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

tille pushed a commit to branch master
in repository toothchart.

commit dfeef937db276b27395df6c38a557e12ebe070e4
Author: Thorsten Alteholz <alteholz at debian.org>
Date:   Wed Jul 6 18:02:44 2011 +0000

    first version of this package
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 21 +++++++++++++++++++++
 debian/copyright     | 28 ++++++++++++++++++++++++++++
 debian/rules         | 25 +++++++++++++++++++++++++
 debian/source/format |  1 +
 debian/watch         |  4 ++++
 7 files changed, 85 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..59c342e
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+toothchart (0.02.0-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #12345)  
+
+ -- Thorsten Alteholz <debian at alteholz.de>  Wed, 06 Jul 2011 18:33:16 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..86ce41f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: toothchart
+Section: misc
+Priority: extra
+Build-Depends: debhelper (>= 8.0.0)
+Standards-Version: 3.9.2
+Homepage: http://sourceforge.net/projects/toothchart/
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+DM-Upload-Allowed: yes
+Uploaders: Andreas Tille <tille at debian.org>, 
+   Thorsten Alteholz <debian at alteholz.de>
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/toothchart/trunk/?rev=0&sc=0
+Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/toothcharttrunk/
+
+Package: toothchart
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: graphically shows how a baby's primary teeth have erupted
+ The Baby Tooth chart is a PHP script which graphically shows how a baby's 
+ primary teeth have erupted - Eventually it'll become a POST/PHP-Nuke module. 
+ Uses only PHP and static images (i.e. no PHP graphics or FLASH, so no extra 
+ libraries needed)
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..7f61628
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: toothchart
+Source: http://sourceforge.net/projects/toothchart/
+
+Files: *
+Copyright: 2002 Roy Verrips (a.k.a. Snowmann) snowmann at users.sourceforge.net
+License: GPL-2
+
+Files: debian/*
+Copyright: 2011 Thorsten Alteholz <debian at alteholz.de>
+License: GPL-3.0+
+
+License: GPL-3.0+
+ 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 package 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/>.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..4392aa2
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,25 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+ROOTDIR=/usr/share/toothchart
+
+%:
+	dh $@ 
+
+override_dh_auto_install:
+	mkdir -p debian/toothchart/$(ROOTDIR)
+	cp index.php debian/toothchart/$(ROOTDIR)
+	cp -a images debian/toothchart/$(ROOTDIR)
+	dh_auto_install
+
+get-orig-source:
+	uscan --force-download
+
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..61e968d
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# Compulsory line, this is a version 3 file
+version=3
+
+http://sf.net/toothchart/toothchart-.*-(.*)\.tar\.gz

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



More information about the debian-med-commit mailing list