--- longomatch-0.14.1.orig/debian/rules +++ longomatch-0.14.1/debian/rules @@ -0,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 --- longomatch-0.14.1.orig/debian/copyright +++ longomatch-0.14.1/debian/copyright @@ -0,0 +1,34 @@ +This package was debianized by Andoni Morales Alastruey on +Tue, 02 Sep 2008 03:04:08 +0200. + +It was downloaded from + +Upstream Author: + + Andoni Morales Alastruey + + +Copyright: + + Copyright © 2008-2009 Andoni Morales Alastruey + + +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 and + is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'. --- longomatch-0.14.1.orig/debian/changelog +++ longomatch-0.14.1/debian/changelog @@ -0,0 +1,21 @@ +longomatch (0.14.1-0.0) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Sat, 02 May 2009 10:01:43 +0200 + +longomatch (0.14-0.0) unstable; urgency=low + + * Initial release. + + -- Christian Marillat 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 Sat, 24 Mar 2009 17:41:08 +0200 --- longomatch-0.14.1.orig/debian/control +++ longomatch-0.14.1/debian/control @@ -0,0 +1,23 @@ +Source: longomatch +Section: gnome +Priority: extra +Maintainer: Christian Marillat +Bugs: mailto:marillat@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. --- longomatch-0.14.1.orig/debian/watch +++ longomatch-0.14.1/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://forja.rediris.es/frs/?group_id=96&release_id=779 .*/longomatch-(.*)\.tar\.gz --- longomatch-0.14.1.orig/debian/compat +++ longomatch-0.14.1/debian/compat @@ -0,0 +1 @@ +7