[Pkg-galago-commit] r215 - packages/unstable/libgalago/debian

Loïc Minier lool at costa.debian.org
Fri Jul 7 20:01:58 UTC 2006


Author: lool
Date: 2006-07-07 20:01:04 +0000 (Fri, 07 Jul 2006)
New Revision: 215

Modified:
   packages/unstable/libgalago/debian/changelog
   packages/unstable/libgalago/debian/control
   packages/unstable/libgalago/debian/rules
Log:
* Drop autoconf (>= 2.53), automake, libtool (>= 1.4), gettext (>= 0.11.5)
  build-deps and drop support for calling upstream autogen script for
  snapshots as this script does not offer a way to override the call to
  "automake" and hence to force usage of automake1.4.

Modified: packages/unstable/libgalago/debian/changelog
===================================================================
--- packages/unstable/libgalago/debian/changelog	2006-06-23 14:00:43 UTC (rev 214)
+++ packages/unstable/libgalago/debian/changelog	2006-07-07 20:01:04 UTC (rev 215)
@@ -1,3 +1,12 @@
+libgalago (0.3.3-5) UNRELEASED; urgency=low
+
+  * Drop autoconf (>= 2.53), automake, libtool (>= 1.4), gettext (>= 0.11.5)
+    build-deps and drop support for calling upstream autogen script for
+    snapshots as this script does not offer a way to override the call to
+    "automake" and hence to force usage of automake1.4.
+
+ -- Loic Minier <lool at dooz.org>  Fri,  7 Jul 2006 21:58:36 +0200
+
 libgalago (0.3.3-4) unstable; urgency=low
 
   * Add myself to Uploaders for interim maintenance.

Modified: packages/unstable/libgalago/debian/control
===================================================================
--- packages/unstable/libgalago/debian/control	2006-06-23 14:00:43 UTC (rev 214)
+++ packages/unstable/libgalago/debian/control	2006-07-07 20:01:04 UTC (rev 215)
@@ -2,7 +2,7 @@
 Priority: optional
 Maintainer: Riccardo Setti <giskard at autistici.org>
 Uploaders: Jose Carlos Garcia Sogo <jsogo at debian.org>, Loic Minier <lool at dooz.org>
-Build-Depends: autotools-dev, autoconf (>= 2.53), automake, libtool (>= 1.4), gettext (>= 0.11.5), libdbus-glib-1-dev (>= 0.60), devscripts, debhelper (>= 5), libglib2.0-dev (>= 2.2.0)
+Build-Depends: autotools-dev, libdbus-glib-1-dev (>= 0.60), devscripts, debhelper (>= 5), libglib2.0-dev (>= 2.2.0)
 Standards-Version: 3.7.2
 
 Package: libgalago1

Modified: packages/unstable/libgalago/debian/rules
===================================================================
--- packages/unstable/libgalago/debian/rules	2006-06-23 14:00:43 UTC (rev 214)
+++ packages/unstable/libgalago/debian/rules	2006-07-07 20:01:04 UTC (rev 215)
@@ -31,11 +31,7 @@
 configure: configure-stamp configure.ac
 configure-stamp:
 	dh_testdir
-	if test -f configure; then \
-		CFLAGS="$(CFLAGS)" ./configure $(CONFIG_PARAMS); \
-	else \
-		CFLAGS="$(CFLAGS)" ./autogen.sh $(CONFIG_PARAMS); \
-	fi
+	CFLAGS="$(CFLAGS)" ./configure $(CONFIG_PARAMS); \
 	touch configure-stamp
 
 config.status: configure




More information about the Pkg-galago-commit mailing list