[med-svn] [mobyle-tutorials] 02/12: [svn-inject] Applying Debian modifications (1.5.0-1) to trunk

Andreas Tille tille at debian.org
Tue Nov 28 15:32:31 UTC 2017


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

tille pushed a commit to branch master
in repository mobyle-tutorials.

commit 7f76d581f3942c787dcd31b84ceb928f046a1508
Author: Olivier Sallou <osallou at debian.org>
Date:   Mon Feb 18 15:02:48 2013 +0000

    [svn-inject] Applying Debian modifications (1.5.0-1) to trunk
---
 debian/README.Debian            |  2 ++
 debian/changelog                |  6 ++++++
 debian/compat                   |  1 +
 debian/control                  | 19 +++++++++++++++++++
 debian/copyright                | 36 ++++++++++++++++++++++++++++++++++++
 debian/get-orig-source          | 12 ++++++++++++
 debian/links                    |  1 +
 debian/mobyle-tutorials.install |  1 +
 debian/rules                    | 11 +++++++++++
 debian/source/format            |  1 +
 debian/watch                    |  3 +++
 11 files changed, 93 insertions(+)

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..81e91f8
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,2 @@
+By default, tutorials are not deployed.
+User should deploy one or all tutorials to make it visible on the portal.
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..075292b
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+mobyle-tutorials (1.5.0-1) unstable; urgency=low
+
+  * First release (Closes: #700859)
+
+ -- Olivier Sallou <osallou at debian.org>  Mon, 18 Feb 2013 12:28:22 +0100
+
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..7d0ba74
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,19 @@
+Source: mobyle-tutorials
+Section: science
+Priority: optional
+Uploaders: Olivier Sallou <osallou at debian.org>
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+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. 
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..17a8485
--- /dev/null
+++ b/debian/copyright
@@ -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 <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: LGPL-2+
+
+Files: debian/*
+Copyright: 2011 Olivier Sallou <olivier.sallou at irisa.fr>
+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".
+
diff --git a/debian/get-orig-source b/debian/get-orig-source
new file mode 100755
index 0000000..0a7ffbb
--- /dev/null
+++ b/debian/get-orig-source
@@ -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
+
diff --git a/debian/links b/debian/links
new file mode 100644
index 0000000..8cf047f
--- /dev/null
+++ b/debian/links
@@ -0,0 +1 @@
+var/lib/mobyle/tutorials usr/share/mobyle/core/Services/Tutorials
diff --git a/debian/mobyle-tutorials.install b/debian/mobyle-tutorials.install
new file mode 100644
index 0000000..29a1230
--- /dev/null
+++ b/debian/mobyle-tutorials.install
@@ -0,0 +1 @@
+*.xml var/lib/mobyle/tutorials/
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..e529249
--- /dev/null
+++ b/debian/rules
@@ -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
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..a4aff4e
--- /dev/null
+++ b/debian/watch
@@ -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

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



More information about the debian-med-commit mailing list