Author: osallou
Date: 2013-02-18 15:02:48 +0000 (Mon, 18 Feb 2013)
New Revision: 13042
Added:
trunk/packages/mobyle/mobyle-tutorials/trunk/debian/
trunk/packages/mobyle/mobyle-tutorials/trunk/debian/README.Debian
trunk/packages/mobyle/mobyle-tutorials/trunk/debian/changelog
trunk/packages/mobyle/mobyle-tutorials/trunk/debian/compat
trunk/packages/mobyle/mobyle-tutorials/trunk/debian/control
trunk/packages/mobyle/mobyle-tutorials/trunk/debian/copyright
trunk/packages/mobyle/mobyle-tutorials/trunk/debian/get-orig-source
trunk/packages/mobyle/mobyle-tutorials/trunk/debian/links
trunk/packages/mobyle/mobyle-tutorials/trunk/debian/mobyle-tutorials.install
trunk/packages/mobyle/mobyle-tutorials/trunk/debian/rules
trunk/packages/mobyle/mobyle-tutorials/trunk/debian/source/
trunk/packages/mobyle/mobyle-tutorials/trunk/debian/source/format
trunk/packages/mobyle/mobyle-tutorials/trunk/debian/watch
Log:
[svn-inject] Applying Debian modifications (1.5.0-1) to trunk
Property changes on: trunk/packages/mobyle/mobyle-tutorials/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: trunk/packages/mobyle/mobyle-tutorials/trunk/debian/README.Debian
===================================================================
--- trunk/packages/mobyle/mobyle-tutorials/trunk/debian/README.Debian
(rev 0)
+++ trunk/packages/mobyle/mobyle-tutorials/trunk/debian/README.Debian
2013-02-18 15:02:48 UTC (rev 13042)
@@ -0,0 +1,2 @@
+By default, tutorials are not deployed.
+User should deploy one or all tutorials to make it visible on the portal.
Added: trunk/packages/mobyle/mobyle-tutorials/trunk/debian/changelog
===================================================================
--- trunk/packages/mobyle/mobyle-tutorials/trunk/debian/changelog
(rev 0)
+++ trunk/packages/mobyle/mobyle-tutorials/trunk/debian/changelog
2013-02-18 15:02:48 UTC (rev 13042)
@@ -0,0 +1,6 @@
+mobyle-tutorials (1.5.0-1) unstable; urgency=low
+
+ * First release (Closes: #700859)
+
+ -- Olivier Sallou <[email protected]> Mon, 18 Feb 2013 12:28:22 +0100
+
Added: trunk/packages/mobyle/mobyle-tutorials/trunk/debian/compat
===================================================================
--- trunk/packages/mobyle/mobyle-tutorials/trunk/debian/compat
(rev 0)
+++ trunk/packages/mobyle/mobyle-tutorials/trunk/debian/compat 2013-02-18
15:02:48 UTC (rev 13042)
@@ -0,0 +1 @@
+8
Added: trunk/packages/mobyle/mobyle-tutorials/trunk/debian/control
===================================================================
--- trunk/packages/mobyle/mobyle-tutorials/trunk/debian/control
(rev 0)
+++ trunk/packages/mobyle/mobyle-tutorials/trunk/debian/control 2013-02-18
15:02:48 UTC (rev 13042)
@@ -0,0 +1,19 @@
+Source: mobyle-tutorials
+Section: science
+Priority: optional
+Uploaders: Olivier Sallou <[email protected]>
+Maintainer: Debian Med Packaging Team
<[email protected]>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 8)
+Standards-Version: 3.9.4
+Homepage: https://projets.pasteur.fr/projects/show/mobyle
+Vcs-Browser:
http://svn.debian.org/wsvn/debian-med/trunk/packages/mobyle/mobyle-tutorials/trunk/
+Vcs-Svn:
svn://svn.debian.org/debian-med/trunk/packages/mobyle/mobyle-tutorials/trunk/
+
+
+Package: mobyle-tutorials
+Architecture: all
+Depends: ${misc:Depends}, mobyle (>= 1.5+dfsg)
+Description: program tutorials for the mobyle portal
+ Set of tutorials for the mobyle framework.
+ Those tutorials can be deployed to be used on the portal.
Added: trunk/packages/mobyle/mobyle-tutorials/trunk/debian/copyright
===================================================================
--- trunk/packages/mobyle/mobyle-tutorials/trunk/debian/copyright
(rev 0)
+++ trunk/packages/mobyle/mobyle-tutorials/trunk/debian/copyright
2013-02-18 15:02:48 UTC (rev 13042)
@@ -0,0 +1,36 @@
+Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174
+Upstream-Name: mobyle
+Source: ftp://ftp.pasteur.fr/pub/gensoft/projects/mobyle/Tutorials-*.tgz
+
+Files: *
+Copyright: 2011 Herve Menager <[email protected]>
+ 2011 Bertrand Néron <[email protected]>
+ 2011 Nicolas Joly <[email protected]>
+ 2011 Corinne Maufrais <[email protected]>
+ 2011 Sandrine Larroudé <[email protected]>
+ 2011 Pierre Tufféry <[email protected]>
+ 2011 Catherine Letondal <[email protected]>
+License: LGPL-2+
+
+Files: debian/*
+Copyright: 2011 Olivier Sallou <[email protected]>
+License: LGPL-2+
+
+License: LGPL-2+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Library General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License, or (at your option) any later version.
+ .
+ This library 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
+ Library General Public License for more details.
+ .
+ You should have received a copy of the GNU Library General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ .
+ On Debian systems, the complete text of the GNU Library General
+ Public License version 2 can be found in "/usr/share/common-licenses/LGPL-2".
+
Added: trunk/packages/mobyle/mobyle-tutorials/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/mobyle/mobyle-tutorials/trunk/debian/get-orig-source
(rev 0)
+++ trunk/packages/mobyle/mobyle-tutorials/trunk/debian/get-orig-source
2013-02-18 15:02:48 UTC (rev 13042)
@@ -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-tutorials/trunk/debian/get-orig-source
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/packages/mobyle/mobyle-tutorials/trunk/debian/links
===================================================================
--- trunk/packages/mobyle/mobyle-tutorials/trunk/debian/links
(rev 0)
+++ trunk/packages/mobyle/mobyle-tutorials/trunk/debian/links 2013-02-18
15:02:48 UTC (rev 13042)
@@ -0,0 +1 @@
+var/lib/mobyle/tutorials usr/share/mobyle/core/Services/Tutorials
Added:
trunk/packages/mobyle/mobyle-tutorials/trunk/debian/mobyle-tutorials.install
===================================================================
---
trunk/packages/mobyle/mobyle-tutorials/trunk/debian/mobyle-tutorials.install
(rev 0)
+++
trunk/packages/mobyle/mobyle-tutorials/trunk/debian/mobyle-tutorials.install
2013-02-18 15:02:48 UTC (rev 13042)
@@ -0,0 +1 @@
+*.xml var/lib/mobyle/tutorials/
Added: trunk/packages/mobyle/mobyle-tutorials/trunk/debian/rules
===================================================================
--- trunk/packages/mobyle/mobyle-tutorials/trunk/debian/rules
(rev 0)
+++ trunk/packages/mobyle/mobyle-tutorials/trunk/debian/rules 2013-02-18
15:02:48 UTC (rev 13042)
@@ -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-tutorials/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/packages/mobyle/mobyle-tutorials/trunk/debian/source/format
===================================================================
--- trunk/packages/mobyle/mobyle-tutorials/trunk/debian/source/format
(rev 0)
+++ trunk/packages/mobyle/mobyle-tutorials/trunk/debian/source/format
2013-02-18 15:02:48 UTC (rev 13042)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: trunk/packages/mobyle/mobyle-tutorials/trunk/debian/watch
===================================================================
--- trunk/packages/mobyle/mobyle-tutorials/trunk/debian/watch
(rev 0)
+++ trunk/packages/mobyle/mobyle-tutorials/trunk/debian/watch 2013-02-18
15:02:48 UTC (rev 13042)
@@ -0,0 +1,3 @@
+version=3
+
+opts=passive,filenamemangle=s/Tutorials/mobyle-tutorials/
ftp://ftp.pasteur.fr/pub/gensoft/projects/mobyle/Tutorials-(\d+\.\d+\.\d+)\.tar\.gz
debian uupdate
_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit