[med-svn] r7226 - in trunk/packages: . toothchart toothchart/trunk toothchart/trunk/debian toothchart/trunk/debian/source

Thorsten Alteholz alteholz-guest at alioth.debian.org
Wed Jul 6 18:02:44 UTC 2011


Author: alteholz-guest
Date: 2011-07-06 18:02:44 +0000 (Wed, 06 Jul 2011)
New Revision: 7226

Added:
   trunk/packages/toothchart/
   trunk/packages/toothchart/tags/
   trunk/packages/toothchart/trunk/
   trunk/packages/toothchart/trunk/debian/
   trunk/packages/toothchart/trunk/debian/changelog
   trunk/packages/toothchart/trunk/debian/compat
   trunk/packages/toothchart/trunk/debian/control
   trunk/packages/toothchart/trunk/debian/copyright
   trunk/packages/toothchart/trunk/debian/rules
   trunk/packages/toothchart/trunk/debian/source/
   trunk/packages/toothchart/trunk/debian/source/format
   trunk/packages/toothchart/trunk/debian/watch
Log:
first version of this package


Property changes on: trunk/packages/toothchart/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: trunk/packages/toothchart/trunk/debian/changelog
===================================================================
--- trunk/packages/toothchart/trunk/debian/changelog	                        (rev 0)
+++ trunk/packages/toothchart/trunk/debian/changelog	2011-07-06 18:02:44 UTC (rev 7226)
@@ -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

Added: trunk/packages/toothchart/trunk/debian/compat
===================================================================
--- trunk/packages/toothchart/trunk/debian/compat	                        (rev 0)
+++ trunk/packages/toothchart/trunk/debian/compat	2011-07-06 18:02:44 UTC (rev 7226)
@@ -0,0 +1 @@
+8

Added: trunk/packages/toothchart/trunk/debian/control
===================================================================
--- trunk/packages/toothchart/trunk/debian/control	                        (rev 0)
+++ trunk/packages/toothchart/trunk/debian/control	2011-07-06 18:02:44 UTC (rev 7226)
@@ -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)

Added: trunk/packages/toothchart/trunk/debian/copyright
===================================================================
--- trunk/packages/toothchart/trunk/debian/copyright	                        (rev 0)
+++ trunk/packages/toothchart/trunk/debian/copyright	2011-07-06 18:02:44 UTC (rev 7226)
@@ -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".

Added: trunk/packages/toothchart/trunk/debian/rules
===================================================================
--- trunk/packages/toothchart/trunk/debian/rules	                        (rev 0)
+++ trunk/packages/toothchart/trunk/debian/rules	2011-07-06 18:02:44 UTC (rev 7226)
@@ -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
+


Property changes on: trunk/packages/toothchart/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/packages/toothchart/trunk/debian/source/format
===================================================================
--- trunk/packages/toothchart/trunk/debian/source/format	                        (rev 0)
+++ trunk/packages/toothchart/trunk/debian/source/format	2011-07-06 18:02:44 UTC (rev 7226)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: trunk/packages/toothchart/trunk/debian/watch
===================================================================
--- trunk/packages/toothchart/trunk/debian/watch	                        (rev 0)
+++ trunk/packages/toothchart/trunk/debian/watch	2011-07-06 18:02:44 UTC (rev 7226)
@@ -0,0 +1,4 @@
+# Compulsory line, this is a version 3 file
+version=3
+
+http://sf.net/toothchart/toothchart-.*-(.*)\.tar\.gz




More information about the debian-med-commit mailing list