[Pkg-cli-apps-commits] r5026 - in /packages/longomatch/trunk/debian: control patches/01_fix_desktop_file patches/series rules

sebner-guest at users.alioth.debian.org sebner-guest at users.alioth.debian.org
Fri Jul 10 08:45:42 UTC 2009


Author: sebner-guest
Date: Fri Jul 10 08:45:40 2009
New Revision: 5026

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=5026
Log:
some cleanups

Modified:
    packages/longomatch/trunk/debian/control
    packages/longomatch/trunk/debian/patches/01_fix_desktop_file
    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=5026&op=diff
==============================================================================
--- packages/longomatch/trunk/debian/control (original)
+++ packages/longomatch/trunk/debian/control Fri Jul 10 08:45:40 2009
@@ -4,8 +4,8 @@
 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-dev, libgstreamer0.10-dev, libgstreamer-plugins-base0.10-dev, 
- libdb4o6.0-cil, cli-common-dev (>= 0.5.7), imagemagick
+ libgstreamer0.10-dev, libgstreamer-plugins-base0.10-dev, 
+ libdb4o6.0-cil, cli-common-dev (>= 0.5.7), imagemagick, libgtk2.0-dev
 Build-Depends-Indep: mono-devel (>= 2.0.1), libgtk2.0-cil
 Standards-Version: 3.8.2
 Homepage: http://longomatch.ylatuya.es/

Modified: 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=5026&op=diff
==============================================================================
--- packages/longomatch/trunk/debian/patches/01_fix_desktop_file (original)
+++ packages/longomatch/trunk/debian/patches/01_fix_desktop_file Fri Jul 10 08:45:40 2009
@@ -1,7 +1,7 @@
-Index: longomatch/longomatch-0.14.1/LongoMatch/app.desktop
+Index: 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
+--- longomatch-0.14.1.orig/LongoMatch/app.desktop	2009-07-09 20:44:35.286823230 +0200
++++ longomatch-0.14.1/LongoMatch/app.desktop	2009-07-10 10:28:51.195659310 +0200
 @@ -1,10 +1,9 @@
  [Desktop Entry]
 -Version=0.5

Modified: packages/longomatch/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/longomatch/trunk/debian/patches/series?rev=5026&op=diff
==============================================================================
--- packages/longomatch/trunk/debian/patches/series (original)
+++ packages/longomatch/trunk/debian/patches/series Fri Jul 10 08:45:40 2009
@@ -1,1 +1,2 @@
+02_fix_build_system
 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=5026&op=diff
==============================================================================
--- packages/longomatch/trunk/debian/rules (original)
+++ packages/longomatch/trunk/debian/rules Fri Jul 10 08:45:40 2009
@@ -29,9 +29,10 @@
 		--rename
 
 override_dh_auto_configure:
-	dh_auto_configure -- GMCS=/usr/bin/csc
+	dh_auto_configure
 
 override_dh_auto_install:
+	dh_auto_install
 	convert $(CURDIR)/LongoMatch/images/lgmlogo -resize 32x32 \
 	$(CURDIR)/debian/longomatch/usr/share/pixmaps/longomatch.xpm
 




More information about the Pkg-cli-apps-commits mailing list