debian/0000755000000000000000000000000012110441300007150 5ustar debian/copyright0000644000000000000000000000311712110441232011111 0ustar 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 2011 Bertrand Néron 2011 Nicolas Joly 2011 Corinne Maufrais 2011 Sandrine Larroudé 2011 Pierre Tufféry 2011 Catherine Letondal License: LGPL-2+ Files: debian/* Copyright: 2011 Olivier Sallou 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". debian/mobyle-tutorials.install0000644000000000000000000000004012110441232014051 0ustar *.xml var/lib/mobyle/tutorials/ debian/rules0000755000000000000000000000021712110441232010234 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ get-orig-source: bash debian/get-orig-source debian/source/0000755000000000000000000000000012110441300010450 5ustar debian/source/format0000644000000000000000000000001412110441232011662 0ustar 3.0 (quilt) debian/links0000644000000000000000000000010212110441232010210 0ustar var/lib/mobyle/tutorials usr/share/mobyle/core/Services/Tutorials debian/control0000644000000000000000000000137612110441232010566 0ustar Source: mobyle-tutorials Section: science Priority: optional Uploaders: Olivier Sallou Maintainer: Debian Med Packaging Team 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. debian/README.Debian0000644000000000000000000000016212110441232011214 0ustar By default, tutorials are not deployed. User should deploy one or all tutorials to make it visible on the portal. debian/changelog0000644000000000000000000000024112110441232011023 0ustar mobyle-tutorials (1.5.0-1) unstable; urgency=low * First release (Closes: #700859) -- Olivier Sallou Mon, 18 Feb 2013 12:28:22 +0100 debian/watch0000644000000000000000000000025112110441232010203 0ustar 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/compat0000644000000000000000000000000212110441232010352 0ustar 8 debian/get-orig-source0000755000000000000000000000045312110441232012117 0ustar #!/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