[med-svn] r7410 - in trunk/packages/mobyle/mobyle-workflows/trunk: . debian debian/source
olivier sallou
osallou-guest at alioth.debian.org
Wed Aug 10 07:10:06 UTC 2011
Author: osallou-guest
Date: 2011-08-10 07:10:06 +0000 (Wed, 10 Aug 2011)
New Revision: 7410
Added:
trunk/packages/mobyle/mobyle-workflows/trunk/debian/
trunk/packages/mobyle/mobyle-workflows/trunk/debian/changelog
trunk/packages/mobyle/mobyle-workflows/trunk/debian/compat
trunk/packages/mobyle/mobyle-workflows/trunk/debian/control
trunk/packages/mobyle/mobyle-workflows/trunk/debian/copyright
trunk/packages/mobyle/mobyle-workflows/trunk/debian/docs
trunk/packages/mobyle/mobyle-workflows/trunk/debian/get-orig-source
trunk/packages/mobyle/mobyle-workflows/trunk/debian/mobyle-workflows.install
trunk/packages/mobyle/mobyle-workflows/trunk/debian/postinst
trunk/packages/mobyle/mobyle-workflows/trunk/debian/rules
trunk/packages/mobyle/mobyle-workflows/trunk/debian/source/
trunk/packages/mobyle/mobyle-workflows/trunk/debian/source/format
trunk/packages/mobyle/mobyle-workflows/trunk/debian/watch
Log:
[svn-inject] Applying Debian modifications (1.0.0-1) to trunk
Property changes on: trunk/packages/mobyle/mobyle-workflows/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: trunk/packages/mobyle/mobyle-workflows/trunk/debian/changelog
===================================================================
--- trunk/packages/mobyle/mobyle-workflows/trunk/debian/changelog (rev 0)
+++ trunk/packages/mobyle/mobyle-workflows/trunk/debian/changelog 2011-08-10 07:10:06 UTC (rev 7410)
@@ -0,0 +1,5 @@
+mobyle-workflows (1.0.0-1) unstable; urgency=low
+
+ * Initial release (Closes: #637230)
+
+ -- Olivier Sallou <olivier.sallou at irisa.fr> Mon, 08 Aug 2011 14:55:59 +0200
Added: trunk/packages/mobyle/mobyle-workflows/trunk/debian/compat
===================================================================
--- trunk/packages/mobyle/mobyle-workflows/trunk/debian/compat (rev 0)
+++ trunk/packages/mobyle/mobyle-workflows/trunk/debian/compat 2011-08-10 07:10:06 UTC (rev 7410)
@@ -0,0 +1 @@
+8
Added: trunk/packages/mobyle/mobyle-workflows/trunk/debian/control
===================================================================
--- trunk/packages/mobyle/mobyle-workflows/trunk/debian/control (rev 0)
+++ trunk/packages/mobyle/mobyle-workflows/trunk/debian/control 2011-08-10 07:10:06 UTC (rev 7410)
@@ -0,0 +1,17 @@
+Source: mobyle-workflows
+Section: science
+Priority: optional
+Maintainer: Olivier Sallou <olivier.sallou at irisa.fr>
+Build-Depends: debhelper (>= 8.0.0)
+Standards-Version: 3.9.2
+Homepage: https://projets.pasteur.fr/projects/show/mobyle
+#Vcs-Git: git://git.debian.org/collab-maint/mobyle.git
+#Vcs-Browser: http://git.debian.org/?p=collab-maint/mobyle.git;a=summary
+
+Package: mobyle-workflows
+Architecture: all
+Depends: ${misc:Depends}, mobyle
+Description: Workflows descriptions for the mobyle portal
+ Set of workflow examples for the mobyle framework.
+ Worflows are not deployed at installation. Those may
+ require additional software or configuration.
Added: trunk/packages/mobyle/mobyle-workflows/trunk/debian/copyright
===================================================================
--- trunk/packages/mobyle/mobyle-workflows/trunk/debian/copyright (rev 0)
+++ trunk/packages/mobyle/mobyle-workflows/trunk/debian/copyright 2011-08-10 07:10:06 UTC (rev 7410)
@@ -0,0 +1,48 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: mobyle
+Source: https://projets.pasteur.fr/projects/show/mobyle
+
+Files: *
+Copyright: 2011 Herve Menager <hmenager at pasteur.fr>
+ 2011 Bertrand Néron <bneron at pasteur.fr>
+ 2011 Nicolas Joly <njoly at pasteur.fr>
+ 2011 Corinne Maufrais <maufrais at pasteur.fr>
+ 2011 Sandrine Larroudé <slarroud at pasteur.fr>
+ 2011 Pierre Tufféry <pierre.tuffery at univ-paris-diderot.fr>
+ 2011 Catherine Letondal <letondal at pasteur.fr>
+License: GPL-2+
+ This package 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 2 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 2 can be found in "/usr/share/common-licenses/GPL-2".
+
+Files: debian/*
+Copyright: 2011 Olivier Sallou <olivier.sallou at irisa.fr>
+License: GPL-2+
+ This package 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 2 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 2 can be found in "/usr/share/common-licenses/GPL-2".
+
Added: trunk/packages/mobyle/mobyle-workflows/trunk/debian/docs
===================================================================
Added: trunk/packages/mobyle/mobyle-workflows/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/mobyle/mobyle-workflows/trunk/debian/get-orig-source (rev 0)
+++ trunk/packages/mobyle/mobyle-workflows/trunk/debian/get-orig-source 2011-08-10 07:10:06 UTC (rev 7410)
@@ -0,0 +1,12 @@
+#!/bin/bash
+
+set -e
+
+PKG=`dpkg-parsechangelog | awk '/^Source/ { print $2 }'`
+VERSION=`uscan --verbose --force-download |
+ grep "Newest version on remote site is .* local version is .*" |
+ head -n 1 |
+ sed "s/Newest version on remote site is \([a-z0-9.]\+\),.*/\1/"`
+
+mkdir -p ../tarballs
+
Property changes on: trunk/packages/mobyle/mobyle-workflows/trunk/debian/get-orig-source
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/packages/mobyle/mobyle-workflows/trunk/debian/mobyle-workflows.install
===================================================================
--- trunk/packages/mobyle/mobyle-workflows/trunk/debian/mobyle-workflows.install (rev 0)
+++ trunk/packages/mobyle/mobyle-workflows/trunk/debian/mobyle-workflows.install 2011-08-10 07:10:06 UTC (rev 7410)
@@ -0,0 +1,2 @@
+*.xml var/lib/mobyle/workflows/
+Entities var/lib/mobyle/workflows/
Added: trunk/packages/mobyle/mobyle-workflows/trunk/debian/postinst
===================================================================
--- trunk/packages/mobyle/mobyle-workflows/trunk/debian/postinst (rev 0)
+++ trunk/packages/mobyle/mobyle-workflows/trunk/debian/postinst 2011-08-10 07:10:06 UTC (rev 7410)
@@ -0,0 +1,42 @@
+#!/bin/sh
+
+set -e
+
+# summary of how this script can be called:
+# * <postinst> `configure' <most-recently-configured-version>
+# * <old-postinst> `abort-upgrade' <new version>
+# * <conflictor's-postinst> `abort-remove' `in-favour' <package>
+# <new-version>
+# * <postinst> `abort-remove'
+# * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
+# <failed-install-package> <version> `removing'
+# <conflicting-package> <version>
+# for details, see http://www.debian.org/doc/debian-policy/ or
+# the debian-policy package
+
+
+case "$1" in
+ configure)
+ if [ ! -e /usr/share/mobyle/core/Services/Workflows ] ; then
+ ln -s /var/lib/mobyle/workflows /usr/share/mobyle/core/Services/Workflows
+ if [ -e /var/lib/mobyle/workflows/SKIP ]; then
+ awk '{ print "mv /var/lib/mobyle/workflows/"$0" /var/lib/mobyle/workflows/"$0".notinstalled"}' /var/lib/mobyle/workflows/SKIP | /bin/sh
+ fi
+ fi
+ ;;
+
+ abort-upgrade|abort-remove|abort-deconfigure)
+ ;;
+
+ *)
+ echo "postinst called with unknown argument \`$1'" >&2
+ exit 1
+ ;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
Added: trunk/packages/mobyle/mobyle-workflows/trunk/debian/rules
===================================================================
--- trunk/packages/mobyle/mobyle-workflows/trunk/debian/rules (rev 0)
+++ trunk/packages/mobyle/mobyle-workflows/trunk/debian/rules 2011-08-10 07:10:06 UTC (rev 7410)
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+ dh $@
+
+
+get-orig-source:
+ bash debian/get-orig-source
Property changes on: trunk/packages/mobyle/mobyle-workflows/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/packages/mobyle/mobyle-workflows/trunk/debian/source/format
===================================================================
--- trunk/packages/mobyle/mobyle-workflows/trunk/debian/source/format (rev 0)
+++ trunk/packages/mobyle/mobyle-workflows/trunk/debian/source/format 2011-08-10 07:10:06 UTC (rev 7410)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: trunk/packages/mobyle/mobyle-workflows/trunk/debian/watch
===================================================================
--- trunk/packages/mobyle/mobyle-workflows/trunk/debian/watch (rev 0)
+++ trunk/packages/mobyle/mobyle-workflows/trunk/debian/watch 2011-08-10 07:10:06 UTC (rev 7410)
@@ -0,0 +1,3 @@
+version=3
+
+opts=passive,filenamemangle=s/Workflows/mobyle-workflows/ ftp://ftp.pasteur.fr/pub/gensoft/projects/mobyle/Workflows-(\d+\.\d+\.\d+)\.tar.gz debian uupdate
More information about the debian-med-commit
mailing list