[Pkg-cli-apps-commits] [SCM] longomatch branch, master, updated. upstream/0.14.1-19-gb35f55f
Stefan Ebner
sebner at ubuntu.com
Sun Aug 9 14:03:14 UTC 2009
The following commit has been merged in the master branch:
commit b35f55fc93c1612c3ba55784963c02fd21503757
Author: Stefan Ebner <sebner at ubuntu.com>
Date: Sun Aug 9 16:01:33 2009 +0200
Strike upload!
diff --git a/debian/control b/debian/control
index e972a2c..3cd1bd0 100644
--- a/debian/control
+++ b/debian/control
@@ -5,19 +5,18 @@ Maintainer: Debian CLI Applications Team <pkg-cli-apps-team at lists.alioth.debian.
Uploaders: Stefan Ebner <sebner at ubuntu.com>
Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7~),
libgstreamer0.10-dev, libgstreamer-plugins-base0.10-dev,
- cli-common-dev (>= 0.7), imagemagick, libgtk2.0-dev,
- autoconf
-Build-Depends-Indep: mono-devel (>= 2.4.2.3), libgtk2.0-cil, libdb4o6.0-cil
+ cli-common-dev (>= 0.7), libgtk2.0-dev, mono-devel (>= 2.4.2.3),
+ libgtk2.0-cil, libdb4o6.0-cil, autoconf, imagemagick
Standards-Version: 3.8.2
Homepage: http://longomatch.ylatuya.es
Vcs-Git: git://git.debian.org/pkg-cli-apps/packages/longomatch.git
Vcs-Browser: http://git.debian.org/?p=pkg-cli-apps/packages/longomatch.git
Package: longomatch
-Architecture: all
+Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends},
gstreamer0.10-plugins-ugly, gstreamer0.10-ffmpeg, ffmpeg, mencoder
-Description: the Digital Coach
+Description: video analysis tool for coaches
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
diff --git a/debian/copyright b/debian/copyright
index b29e518..0db302a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,30 +1,31 @@
+Format-Specification: http://dep.debian.net/deps/dep5
Name: longomatch
Maintainer: Andoni Morales Alastruey <ylatuya at gmail.com>
-Source: <http://longomatch.ylatuya.es>
+Source: http://longomatch.ylatuya.es
-Files: Longomatch/*
+Files: LongoMatch/*
CesarPlayer/*
Copyright: Copyright (c) 2007-2009, Andoni Morales Alastruey <ylatuya at gmail.com>
License: GPL-2+
On Debian systems the full text of the GNU General Public License can be found
in the `/usr/share/common-licenses/GPL-2' file.
-Files: libcesarplayer/gst-video-capturer.c
- libcesarplayer/gst-video-capturer.h
+Files: libcesarplayer/src/gst-video-capturer.c
+ libcesarplayer/src/gst-video-capturer.h
Copyright: Copyright (c) 2008, Andoni Morales Alastruey <ylatuya at gmail.com>
License: GPL-2+
On Debian systems the full text of the GNU General Public License can be found
in the `/usr/share/common-licenses/GPL-2' file.
-Files: libcesarplayer/gstscreenshot.c
- libcesarplayer/gstscreenshot.h
+Files: libcesarplayer/src/gstscreenshot.c
+ libcesarplayer/src/gstscreenshot.h
Copyright: Copyright (c) 2004, Ronald Bultje <rbultje at ronald.bitfreak.net>
License: LGPL-2+
On Debian systems the full text of the GNU General Public License can be found
in the `/usr/share/common-licenses/LGPL-2' file.
-Files: libcesarplayer/gstvideowidget.c
- libcesarplayer/gstvideowidget.h
+Files: libcesarplayer/src/gstvideowidget.c
+ libcesarplayer/src/gstvideowidget.h
Copyright: Copyright (c) 1999,2000,2001,2002 Erik Walthinsen <omega at cse.ogi.edu>
Copyright (c) 2000,2001,2002 Wim Taymans <wtay at chello.be>
Copyright (c) 2002 Steve Baker <steve at stevebaker.org>
@@ -33,7 +34,7 @@ License: LGPL-2+
On Debian systems the full text of the GNU General Public License can be found
in the `/usr/share/common-licenses/LGPL-2' file.
-Files: libcesarplayer/bacon-video-widget-gst-0.10.c
+Files: libcesarplayer/src/bacon-video-widget-gst-0.10.c
Copyright: Copyright (c) 2003-2007 the GStreamer project
Copyright (c) Julien Moutte <julien at moutte.net>
Copyright (c) Tim-Philipp Müller <tim centricular net>
@@ -42,20 +43,20 @@ License: GPL-2+
On Debian systems the full text of the GNU General Public License can be found
in the `/usr/share/common-licenses/GPL-2' file.
-Files: libcesarplayer/bacon-video-widget.h
+Files: libcesarplayer/src/bacon-video-widget.h
Copyright: Copyright (c) 2001,2002,2003,2004,2005 Bastien Nocera <hadess at hadess.net>
License: GPL-2+
On Debian systems the full text of the GNU General Public License can be found
in the `/usr/share/common-licenses/GPL-2' file.
-Files: libcesarplayer/macros.h
+Files: libcesarplayer/src/macros.h
Copyright: Copyright (c) 2006 Peter Johanson <peter at peterjohanson.com>
License: GPL-2+
On Debian systems the full text of the GNU General Public License can be found
in the `/usr/share/common-licenses/GPL-2' file.
-Files: libcesarplayer/baconvideowidget-marshal.c
- libcesarplayer/baconvideowidget-marshal.h
+Files: libcesarplayer/src/baconvideowidget-marshal.c
+ libcesarplayer/src/baconvideowidget-marshal.h
Copyright: Copyright (c) the Totem project
License: GPL-2+
On Debian systems the full text of the GNU General Public License can be found
diff --git a/debian/rules b/debian/rules
index 4a74289..d4608da 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,14 +4,10 @@
MAKEFILE = $(firstword $(MAKEFILE_LIST))
DEBIAN_DIR = $(dir $(MAKEFILE))
-SOURCE_DIR = $(DEBIAN_DIR)/..
-DEB_VERSION = $(shell dpkg-parsechangelog | grep ^Vers | cut -d\ -f2)
DEB_SOURCE_NAME = $(shell dpkg-parsechangelog -l$(DEBIAN_DIR)/changelog | grep ^Source | cut -d" " -f2)
-VERSION = $(shell uscan --dehs --force-download --destdir . \
- --package longomatch --upstream-version 0 \
- --watchfile $(dir $(_))/watch --no-symlink | \
- grep upstream-version | sed 's/<.*>\(.*\)<.*>/\1/g')
+DEB_VERSION = $(shell dpkg-parsechangelog -l$(DEBIAN_DIR)/changelog | grep ^Version | cut -d" " -f2)
+VERSION = $(shell echo $(DEB_VERSION) | cut -d"-" -f1 | sed 's/+dfsg.*//')
include /usr/share/cli-common/cli.make
--
longomatch
More information about the Pkg-cli-apps-commits
mailing list