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

Stefan Ebner sebner at ubuntu.com
Mon Jul 13 17:39:33 UTC 2009


The following commit has been merged in the master branch:
commit fdaabddc4c79c8bf23ce1b27891f981831fefdd5
Author: Stefan Ebner <sebner at ubuntu.com>
Date:   Mon Jul 13 19:39:03 2009 +0200

    * debian/control:
    + Added libtool, autoconf, automake, autotools-dev to build-deps as we
    patch .am files and need to update the build-system.
    * debian/rules:
    + Updating the build-system now using the autofoo tools.

diff --git a/debian/control b/debian/control
index 6fac4c5..607a823 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,8 @@ 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,
- libdb4o6.0-cil, cli-common-dev (>= 0.5.7), imagemagick, libgtk2.0-dev
+ libdb4o6.0-cil, cli-common-dev (>= 0.5.7), imagemagick, libgtk2.0-dev,
+ libtool, autoconf, automake, autotools-dev
 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 2fdb8e5..ad5d6bf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,6 +29,10 @@ get-orig-source:
 		--rename
 
 override_dh_auto_configure:
+	libtoolize --automake
+	aclocal -I.
+	autoconf
+	automake --add-missing --copy
 	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