[Pkg-cli-apps-commits] r5013 - in /packages/longomatch/trunk/debian: control dirs menu patches/01_fix_desktop_file patches/series rules
sebner-guest at users.alioth.debian.org
sebner-guest at users.alioth.debian.org
Sun Jul 5 19:13:36 UTC 2009
Author: sebner-guest
Date: Sun Jul 5 19:13:35 2009
New Revision: 5013
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=5013
Log:
second round of repackaging
Added:
packages/longomatch/trunk/debian/dirs
packages/longomatch/trunk/debian/patches/01_fix_desktop_file
Modified:
packages/longomatch/trunk/debian/control
packages/longomatch/trunk/debian/menu
packages/longomatch/trunk/debian/patches/series
packages/longomatch/trunk/debian/rules
Modified: packages/longomatch/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/longomatch/trunk/debian/control?rev=5013&op=diff
==============================================================================
--- packages/longomatch/trunk/debian/control (original)
+++ packages/longomatch/trunk/debian/control Sun Jul 5 19:13:35 2009
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian CLI Applications Team <pkg-cli-apps-team at lists.alioth.debian.org>
Uploaders: Stefan Ebner <sebner at ubuntu.com>
-Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7~), libgtk2.0-cil,
+Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7~),
libgtk2.0-dev, libgstreamer0.10-dev, libgstreamer-plugins-base0.10-dev,
libdb4o6.0-cil, cli-common-dev (>= 0.5.7), imagemagick
Build-Depends-Indep: mono-devel (>= 2.0.1), libgtk2.0-cil
@@ -16,9 +16,8 @@
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends},
gstreamer0.10-plugins-good, gstreamer0.10-plugins-bad,
- gstreamer0.10-plugins-ugly, gstreamer0.10-ffmpeg, ffmpeg, mencoder,
- libdb4o6.0-cil
-Description: The Digital Coach
+ gstreamer0.10-plugins-ugly, gstreamer0.10-ffmpeg, ffmpeg, mencoder
+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
Added: packages/longomatch/trunk/debian/dirs
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/longomatch/trunk/debian/dirs?rev=5013&op=file
==============================================================================
--- packages/longomatch/trunk/debian/dirs (added)
+++ packages/longomatch/trunk/debian/dirs Sun Jul 5 19:13:35 2009
@@ -1,0 +1,1 @@
+usr/share/pixmaps
Modified: packages/longomatch/trunk/debian/menu
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/longomatch/trunk/debian/menu?rev=5013&op=diff
==============================================================================
--- packages/longomatch/trunk/debian/menu (original)
+++ packages/longomatch/trunk/debian/menu Sun Jul 5 19:13:35 2009
@@ -1,4 +1,4 @@
-?package(longomatch):needs="X11" section="**/**"\
- title="longomatch" command="/usr/games/longomatch"\
+?package(longomatch):needs="X11" section="Applications/Video"\
+ title="longomatch" command="/usr/bin/longomatch"\
icon="longomatch.xpm"
Added: packages/longomatch/trunk/debian/patches/01_fix_desktop_file
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/longomatch/trunk/debian/patches/01_fix_desktop_file?rev=5013&op=file
==============================================================================
--- packages/longomatch/trunk/debian/patches/01_fix_desktop_file (added)
+++ packages/longomatch/trunk/debian/patches/01_fix_desktop_file Sun Jul 5 19:13:35 2009
@@ -1,0 +1,17 @@
+Index: longomatch/longomatch-0.14.1/LongoMatch/app.desktop
+===================================================================
+--- longomatch.orig/longomatch-0.14.1/LongoMatch/app.desktop 2009-07-05 20:40:15.748823021 +0200
++++ longomatch/longomatch-0.14.1/LongoMatch/app.desktop 2009-07-05 20:40:56.787801317 +0200
+@@ -1,10 +1,9 @@
+ [Desktop Entry]
+-Version=0.5
+-Encoding=UTF-8
++Version=1.0
+ Name=LongoMatch
+ Type=Application
+ Exec=longomatch
+ Terminal=false
+ GenericName[es_ES]=
+ Categories=Video;AudioVideo;Player;AudioVideoEditing;Recorder;AudioVideoEditing;Database;Recorder;Player;
+-Icon=images/lgmlogo.png
++Icon=longomatch
Modified: packages/longomatch/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/longomatch/trunk/debian/patches/series?rev=5013&op=diff
==============================================================================
--- packages/longomatch/trunk/debian/patches/series (original)
+++ packages/longomatch/trunk/debian/patches/series Sun Jul 5 19:13:35 2009
@@ -1,0 +1,1 @@
+01_fix_desktop_file
Modified: packages/longomatch/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/longomatch/trunk/debian/rules?rev=5013&op=diff
==============================================================================
--- packages/longomatch/trunk/debian/rules (original)
+++ packages/longomatch/trunk/debian/rules Sun Jul 5 19:13:35 2009
@@ -15,6 +15,8 @@
include /usr/share/cli-common/cli.make
+include /usr/share/quilt/quilt.make
+
get-orig-source:
uscan \
@@ -26,8 +28,15 @@
--force-download \
--rename
+override_dh_auto_configure:
+ dh_auto_configure -- GMCS=/usr/bin/csc
+
+override_dh_auto_install:
+ convert $(CURDIR)/LongoMatch/images/lgmlogo -resize 32x32 \
+ $(CURDIR)/debian/longomatch/usr/share/pixmaps/longomatch.xpm
%:
- dh $@
+ dh --with quilt $@
+
.PHONY: get-orig-source
More information about the Pkg-cli-apps-commits
mailing list