[Pkg-cli-apps-commits] r5010 - in /packages/longomatch/trunk/debian: ./ changelog compat control copyright rules watch
sebner-guest at users.alioth.debian.org
sebner-guest at users.alioth.debian.org
Sun Jul 5 17:53:31 UTC 2009
Author: sebner-guest
Date: Sun Jul 5 17:53:30 2009
New Revision: 5010
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=5010
Log:
[svn-inject] Applying Debian modifications to trunk
Added:
packages/longomatch/trunk/debian/ (with props)
packages/longomatch/trunk/debian/changelog
packages/longomatch/trunk/debian/compat
packages/longomatch/trunk/debian/control
packages/longomatch/trunk/debian/copyright
packages/longomatch/trunk/debian/rules (with props)
packages/longomatch/trunk/debian/watch
Propchange: packages/longomatch/trunk/debian/
------------------------------------------------------------------------------
mergeWithUpstream = 1
Added: packages/longomatch/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/longomatch/trunk/debian/changelog?rev=5010&op=file
==============================================================================
--- packages/longomatch/trunk/debian/changelog (added)
+++ packages/longomatch/trunk/debian/changelog Sun Jul 5 17:53:30 2009
@@ -1,0 +1,21 @@
+longomatch (0.14.1-0.0) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Christian Marillat <marillat at debian.org> Sat, 02 May 2009 10:01:43 +0200
+
+longomatch (0.14-0.0) unstable; urgency=low
+
+ * Initial release.
+
+ -- Christian Marillat <marillat at debian.org> Sat, 28 Mar 2009 10:41:26 +0100
+
+longomatch (0.14) intrepid; urgency=low
+
+ *Updates notification
+ *Export projects to a csv file
+ *Control zoom through a scale
+ *Seek in a play segment
+ *Fixes bug 309
+
+ -- Andoni Morales Alastruey <ylatuya at gmail.com> Sat, 24 Mar 2009 17:41:08 +0200
Added: packages/longomatch/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/longomatch/trunk/debian/compat?rev=5010&op=file
==============================================================================
--- packages/longomatch/trunk/debian/compat (added)
+++ packages/longomatch/trunk/debian/compat Sun Jul 5 17:53:30 2009
@@ -1,0 +1,1 @@
+7
Added: packages/longomatch/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/longomatch/trunk/debian/control?rev=5010&op=file
==============================================================================
--- packages/longomatch/trunk/debian/control (added)
+++ packages/longomatch/trunk/debian/control Sun Jul 5 17:53:30 2009
@@ -1,0 +1,23 @@
+Source: longomatch
+Section: gnome
+Priority: extra
+Maintainer: Christian Marillat <marillat at debian.org>
+Bugs: mailto:marillat at debian.org
+Homepage: http://www.ylatuya.es/
+Standards-Version: 3.8.1
+Build-Depends: debhelper (>= 7), libgtk2.0-cil, mono-2.0-devel, libgtk2.0-dev,
+ libgstreamer0.10-dev, libgstreamer-plugins-base0.10-dev, libdb4o6.0-cil
+
+Package: longomatch
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, gstreamer0.10-plugins-good, gstreamer0.10-plugins-bad, gstreamer0.10-plugins-ugly, gstreamer0.10-ffmpeg, mono-runtime, ffmpeg, mencoder, libdb4o6.0-cil, libgtk2.0-cil, libmono-cairo2.0-cil, libmono-posix2.0-cil
+Description: The Digital Coach
+ Sports video analysis tool for coaches to assist them in making game video
+ analysis. You can tag the most important plays of the game and group them
+ by categories to study each detail of the game strategy. A list with all
+ the tagged plays lets you review them with a simple click, even in slow
+ motion. The timeline gives a quick overview of the game and lets you adjust
+ the lead and lag time of each play frame by frame. LongoMatch has support
+ for playlists, an easy way to create presentations with plays from
+ different games. You can create new videos with your favorite plays using
+ the video editing feature.
Added: packages/longomatch/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/longomatch/trunk/debian/copyright?rev=5010&op=file
==============================================================================
--- packages/longomatch/trunk/debian/copyright (added)
+++ packages/longomatch/trunk/debian/copyright Sun Jul 5 17:53:30 2009
@@ -1,0 +1,34 @@
+This package was debianized by Andoni Morales Alastruey <ylatuya at gmail.com> on
+Tue, 02 Sep 2008 03:04:08 +0200.
+
+It was downloaded from <http://www.ylatuya.es>
+
+Upstream Author:
+
+ Andoni Morales Alastruey <ylatuya at gmail.com>
+
+
+Copyright:
+
+ Copyright © 2008-2009 Andoni Morales Alastruey <ylatuya at gmail.com>
+
+
+License:
+
+ This program 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 program 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, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ 02110-1301 USA.
+
+ The Debian packaging is (C) 2008, Andoni Morales Alastruey <ylatuya at gmail.com> and
+ is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'.
Added: packages/longomatch/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/longomatch/trunk/debian/rules?rev=5010&op=file
==============================================================================
--- packages/longomatch/trunk/debian/rules (added)
+++ packages/longomatch/trunk/debian/rules Sun Jul 5 17:53:30 2009
@@ -1,0 +1,71 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+
+ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE))
+ CROSS= --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
+else
+ CROSS= --build $(DEB_BUILD_GNU_TYPE)
+endif
+
+configure: configure-stamp
+configure-stamp:
+ dh_testdir
+
+ ./configure $(CROSS) --prefix=/usr CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
+
+ touch $@
+
+build: build-stamp
+build-stamp: configure-stamp
+ dh_testdir
+
+ $(MAKE)
+
+ touch $@
+
+clean:
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp configure-stamp
+
+ [ ! -f Makefile ] || $(MAKE) distclean
+
+ dh_clean
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_prep
+ dh_installdirs
+
+ $(MAKE) install DESTDIR=$(CURDIR)/debian/longomatch
+
+# Build architecture-independent files here.
+binary-indep: install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: install
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs ChangeLog
+ dh_installdocs
+ dh_link
+ dh_strip
+ dh_compress
+ dh_fixperms
+ dh_makeshlibs
+ dh_installdeb
+ dh_shlibdeps
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install
Propchange: packages/longomatch/trunk/debian/rules
------------------------------------------------------------------------------
svn:executable = *
Added: packages/longomatch/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/longomatch/trunk/debian/watch?rev=5010&op=file
==============================================================================
--- packages/longomatch/trunk/debian/watch (added)
+++ packages/longomatch/trunk/debian/watch Sun Jul 5 17:53:30 2009
@@ -1,0 +1,3 @@
+version=3
+
+http://forja.rediris.es/frs/?group_id=96&release_id=779 .*/longomatch-(.*)\.tar\.gz
More information about the Pkg-cli-apps-commits
mailing list