[med-svn] r18114 - in trunk/packages: . dicompyler/trunk/debian ushahidi ushahidi/trunk ushahidi/trunk/debian ushahidi/trunk/debian/source

Andreas Tille tille at moszumanska.debian.org
Wed Sep 24 10:29:07 UTC 2014


Author: tille
Date: 2014-09-24 10:29:07 +0000 (Wed, 24 Sep 2014)
New Revision: 18114

Added:
   trunk/packages/ushahidi/
   trunk/packages/ushahidi/trunk/
   trunk/packages/ushahidi/trunk/debian/
   trunk/packages/ushahidi/trunk/debian/changelog
   trunk/packages/ushahidi/trunk/debian/compat
   trunk/packages/ushahidi/trunk/debian/control
   trunk/packages/ushahidi/trunk/debian/copyright
   trunk/packages/ushahidi/trunk/debian/rules
   trunk/packages/ushahidi/trunk/debian/source/
   trunk/packages/ushahidi/trunk/debian/source/format
   trunk/packages/ushahidi/trunk/debian/watch
Modified:
   trunk/packages/dicompyler/trunk/debian/changelog
Log:
Add ushahidi which could be helpfull for monitoring epidemic outbreaks (like currently Ebola)


Modified: trunk/packages/dicompyler/trunk/debian/changelog
===================================================================
--- trunk/packages/dicompyler/trunk/debian/changelog	2014-09-24 10:18:16 UTC (rev 18113)
+++ trunk/packages/dicompyler/trunk/debian/changelog	2014-09-24 10:29:07 UTC (rev 18114)
@@ -16,6 +16,8 @@
   * debian/patches/enable_later_versions_of_matplotlib.patch :Try to port
     dicompyler to current version of matplotlib
   * debian/control: Add dependency python-tornado
+  * debian/patches/fix-xrc-errors.patch: Fix XRC files (thanks to
+    Olly Betts for the patch)
 
  -- Andreas Tille <tille at debian.org>  Wed, 10 Sep 2014 23:21:42 +0200
 

Added: trunk/packages/ushahidi/trunk/debian/changelog
===================================================================
--- trunk/packages/ushahidi/trunk/debian/changelog	                        (rev 0)
+++ trunk/packages/ushahidi/trunk/debian/changelog	2014-09-24 10:29:07 UTC (rev 18114)
@@ -0,0 +1,5 @@
+ushahidi (2.7.4-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #<bug>)
+
+ -- DMPT <debian-med-packaging at lists.alioth.debian.org>  Thu, 24 May 2012 14:30:13 +0200

Added: trunk/packages/ushahidi/trunk/debian/compat
===================================================================
--- trunk/packages/ushahidi/trunk/debian/compat	                        (rev 0)
+++ trunk/packages/ushahidi/trunk/debian/compat	2014-09-24 10:29:07 UTC (rev 18114)
@@ -0,0 +1 @@
+9

Added: trunk/packages/ushahidi/trunk/debian/control
===================================================================
--- trunk/packages/ushahidi/trunk/debian/control	                        (rev 0)
+++ trunk/packages/ushahidi/trunk/debian/control	2014-09-24 10:29:07 UTC (rev 18114)
@@ -0,0 +1,22 @@
+Source: ushahidi
+Section: science
+Priority: optional
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Andreas Tille <tille at debian.org>
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.6
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/ushahidi/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/ushahidi/trunk/
+Homepage: http://www.ushahidi.com/
+
+Package: ushahidi
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: web platform for information collection
+ Ushahidi is a platform that allows information collection,
+ visualization and interactive mapping, allowing anyone to submit
+ information through text messaging using a mobile phone, email or web
+ form.
+ .
+ It can be used to monitor epidemic diseases, measuring the impact of
+ natural disasters, uncovering corruption, and empowering peace makers.

Added: trunk/packages/ushahidi/trunk/debian/copyright
===================================================================
--- trunk/packages/ushahidi/trunk/debian/copyright	                        (rev 0)
+++ trunk/packages/ushahidi/trunk/debian/copyright	2014-09-24 10:29:07 UTC (rev 18114)
@@ -0,0 +1,15 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Ushahidi
+Source: https://github.com/ushahidi/Ushahidi_Web/releases
+
+Files: *
+Copyright: © 2009-2014 <upstream>
+License: LGPL-3+
+
+Files: debian/*
+Copyright: © 2014 maintainername <maintainer at e.mail>
+License: LGPL-3+
+
+License: LGPL-3+
+ On Debian systems you can find the full text of the GNU Lesser General
+ Public License version 3 under /usr/share/common-licenses/LGPL-3

Added: trunk/packages/ushahidi/trunk/debian/rules
===================================================================
--- trunk/packages/ushahidi/trunk/debian/rules	                        (rev 0)
+++ trunk/packages/ushahidi/trunk/debian/rules	2014-09-24 10:29:07 UTC (rev 18114)
@@ -0,0 +1,23 @@
+#!/usr/bin/make -f
+
+# DH_VERBOSE := 1
+
+# some helpful variables - uncomment them if needed
+# shamelessly stolen from http://jmtd.net/log/awk/
+#DEBVERS        := $(shell dpkg-parsechangelog | awk '/^Version:/ {print $$2}')
+#VERSION        := $(shell echo '$(DEBVERS)' | sed -e 's/^[0-9]*://' -e 's/-.*//')
+#DEBFLAVOR      := $(shell dpkg-parsechangelog | awk '/^Distribution:/ {print $$2}')
+#DEBPKGNAME     := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
+#DEBIAN_BRANCH  := $(shell awk 'BEGIN{FS="[= ]+"} /debian-branch/ {print $$2}' debian/gbp.conf)
+#GIT_TAG        := $(subst ~,_,$(VERSION))
+
+# alternatively to manually set those variables you can
+#  include /usr/share/cdbs/1/rules/buildvars.mk
+# and use what is set there.  Any hint whether dh might set variables in
+# a similar manner are welcome.
+
+%:
+	dh $@
+
+#get-orig-source:
+#	. debian/get-orig-source


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

Added: trunk/packages/ushahidi/trunk/debian/source/format
===================================================================
--- trunk/packages/ushahidi/trunk/debian/source/format	                        (rev 0)
+++ trunk/packages/ushahidi/trunk/debian/source/format	2014-09-24 10:29:07 UTC (rev 18114)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: trunk/packages/ushahidi/trunk/debian/watch
===================================================================
--- trunk/packages/ushahidi/trunk/debian/watch	                        (rev 0)
+++ trunk/packages/ushahidi/trunk/debian/watch	2014-09-24 10:29:07 UTC (rev 18114)
@@ -0,0 +1,3 @@
+version=3
+
+https://github.com/ushahidi/Ushahidi_Web/releases .*/archive/(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)




More information about the debian-med-commit mailing list