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

Stefan Ebner sebner at ubuntu.com
Mon Jul 13 18:36:12 UTC 2009


The following commit has been merged in the master branch:
commit d388a9ed8270f567666e659e6605aad2c87e7ad9
Author: Stefan Ebner <sebner at ubuntu.com>
Date:   Mon Jul 13 20:35:43 2009 +0200

    Only autoreconf is needed. removing unnecessary stuff

diff --git a/debian/control b/debian/control
index 607a823..b5715ba 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ 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,
  libdb4o6.0-cil, cli-common-dev (>= 0.5.7), imagemagick, libgtk2.0-dev,
- libtool, autoconf, automake, autotools-dev
+ autoconf
 Build-Depends-Indep: mono-devel (>= 2.0.1), libgtk2.0-cil
 Standards-Version: 3.8.2
 Homepage: http://longomatch.ylatuya.es/
diff --git a/debian/rules b/debian/rules
index ad5d6bf..4545b63 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,10 +29,7 @@ get-orig-source:
 		--rename
 
 override_dh_auto_configure:
-	libtoolize --automake
-	aclocal -I.
-	autoconf
-	automake --add-missing --copy
+	autoreconf
 	dh_auto_configure -- GMCS=/usr/bin/csc CSC=/usr/bin/csc
 
 override_dh_auto_install:

-- 
longomatch



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