./modest/debian r11: Build-dep on autotools-dev and drop /usr/share/misc/config.{guess, sub}

Loïc Minier lool at dooz.org
Thu Aug 14 14:34:36 UTC 2008


------------------------------------------------------------
revno: 11
committer: Loïc Minier <lool at dooz.org>
branch nick: debian
timestamp: Thu 2008-08-14 16:34:36 +0200
message:
  Build-dep on autotools-dev and drop /usr/share/misc/config.{guess,sub}
  existence checks.
modified:
  debian/changelog
  debian/control
  debian/rules
-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2008-08-14 14:33:09 +0000
+++ b/debian/changelog	2008-08-14 14:34:36 +0000
@@ -34,6 +34,8 @@
     per the Requires in the .pc file; Recommend pkg-config.
   * Let libmodest-dbus-client-dev depend on shlibs:Depends.
   * Pass -s to dh_* in binary-arch.
+  * Build-dep on autotools-dev and drop /usr/share/misc/config.{guess,sub}
+    existence checks.
 
  -- Jonny Lamb <jonnylamb at jonnylamb.com>  Fri, 27 Jun 2008 21:00:21 +0100
 

=== modified file 'debian/control'
--- a/debian/control	2008-08-14 14:31:59 +0000
+++ b/debian/control	2008-08-14 14:34:36 +0000
@@ -6,7 +6,8 @@
            Jonny Lamb <jonnylamb at jonnylamb.com>,
            Riku Voipio <riku.voipio at iki.fi>
 XSBC-Original-Maintainer: Dirk-Jan C. Binnema <dirk-jan.binnema at nokia.com>
-Build-Depends: debhelper (>= 5.0.0),
+Build-Depends: autotools-dev,
+               debhelper (>= 5.0.0),
                gtk-doc-tools,
                libdbus-1-dev,
                libdbus-glib-1-dev,

=== modified file 'debian/rules'
--- a/debian/rules	2008-08-14 14:33:09 +0000
+++ b/debian/rules	2008-08-14 14:34:36 +0000
@@ -43,10 +43,8 @@
 	dh_testroot
 	rm -f *-stamp
 	[ ! -f Makefile ] || $(MAKE) distclean
-	-test -r /usr/share/misc/config.sub && test -r config.sub && \
-		cp -f /usr/share/misc/config.sub config.sub
-	-test -r /usr/share/misc/config.guess && test -r config.guess && \
-		cp -f /usr/share/misc/config.guess config.guess
+	[ ! -r config.sub ] || cp -f /usr/share/misc/config.sub config.sub
+	[ ! -r config.guess ] || cp -f /usr/share/misc/config.guess config.guess
 	dh_clean
 
 install: build



More information about the pkg-maemo-commits mailing list