[Pkg-cli-apps-commits] [SCM] longomatch branch, master, updated. debian/0.15.5-1-8-g5f01cdf

Stefan Ebner sebner at ubuntu.com
Thu Apr 8 14:28:04 UTC 2010


The following commit has been merged in the master branch:
commit 5f01cdf48d611ddede8609bc1c219a4174f5f958
Author: Stefan Ebner <sebner at ubuntu.com>
Date:   Thu Apr 8 16:26:59 2010 +0200

    New upstream 0.15.7 release

diff --git a/debian/changelog b/debian/changelog
index 7c6fac8..f39317c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,16 +1,16 @@
-longomatch (0.15.6-1) UNRELEASED; urgency=low
+longomatch (0.15.7-1) UNRELEASED; urgency=low
 
   * New upstream release
   * debian/control: Build-Depend on intltool
   * debian/patches/02_fix_desktop_file: Merged upstream
   * debian/copyright: Updated
 
- -- Stefan Ebner <sebner at ubuntu.com>  Wed, 31 Mar 2010 11:29:35 +0200
+ -- Stefan Ebner <sebner at ubuntu.com>  Thu, 08 Apr 2010 16:25:03 +0200
 
 longomatch (0.15.5-1) unstable; urgency=low
 
   * New upstream version
-  * debian/control: 
+  * debian/control:
     + Replace {libgtk2.0, libdb4o6.0}-cil with their new -dev packages
   * Switch to Debian Format 3.0
     + debian/{control, rules}: Remove any quilt reference
diff --git a/debian/control b/debian/control
index 662e399..c54df8f 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ 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),
  libgstreamer0.10-dev, libgstreamer-plugins-base0.10-dev,
- cli-common-dev (>= 0.7), libgtk2.0-dev, mono-devel (>= 2.4.2.3), 
+ cli-common-dev (>= 0.7), libgtk2.0-dev, mono-devel (>= 2.4.2.3),
  libgtk2.0-cil-dev, libdb4o-cil-dev, autoconf, imagemagick, automake, libtool,
  intltool
 Standards-Version: 3.8.4
diff --git a/debian/copyright b/debian/copyright
index 3e7f7fe..51efff0 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -35,13 +35,13 @@ License: LGP-2+
 Files: libcesarplayer/src/macros.h
 Copyright: Copyright (c) 2006 Peter Johanson <peter at peterjohanson.com>
 License: GPL-2+
- 
+
 Files: libcesarplayer/src/baconvideowidget-marshal.*
        libcesarplayer/src/video-utils.c
        libcesarplayer/src/video-utils.h
 Copyright: Copyright (c) the Totem project
 License: GPL-2+
- 
+
 Files: debian/*
 Copyright: Copyright 2009, Stefan Ebner <sebner at ubuntu.com>
 License: GPL-2+
diff --git a/debian/patches/01_use_mono-csc b/debian/patches/01_use_mono-csc
index ee2b48b..768c330 100644
--- a/debian/patches/01_use_mono-csc
+++ b/debian/patches/01_use_mono-csc
@@ -3,8 +3,8 @@ Index: longomatch/configure.ac
 --- longomatch.orig/configure.ac	2010-01-29 21:09:11.608748567 +0100
 +++ longomatch/configure.ac	2010-01-29 21:09:29.927730309 +0100
 @@ -29,22 +29,11 @@
- 
- 
+
+
  dnl Check for C# compiler
 -AC_PATH_PROG(CSC, csc, no)
 +AC_PATH_PROG(CSC, mono-csc, no)
@@ -14,18 +14,18 @@ Index: longomatch/configure.ac
 -       		AC_PATH_PROG(MCS2, gmcs2,no)
 -		if test "x$MCS2" = "xno"; then
 -			AC_MSG_ERROR([You need to install a C-sharp compiler])
--		else 
--			AC_SUBST(CSC,[gmcs2])	
+-		else
+-			AC_SUBST(CSC,[gmcs2])
 -		fi
--	
--	else 
+-
+-	else
 -		AC_SUBST(CSC,[gmcs])
 -	fi
--else 
+-else
 -	AC_SUBST(CSC,[csc])
 +        AC_MSG_ERROR([You need to install a C-sharp compiler])
 +else
 +	AC_SUBST(CSC,[mono-csc])
  fi
- 
+
  dnl Check for gettext utils

-- 
longomatch



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