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

Loïc Minier lool at dooz.org
Thu Aug 14 13:53:44 UTC 2008


------------------------------------------------------------
revno: 8
committer: Loïc Minier <lool at dooz.org>
branch nick: debian
timestamp: Thu 2008-08-14 15:53:44 +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 13:48:39 +0000
+++ b/debian/changelog	2008-08-14 13:53:44 +0000
@@ -24,6 +24,8 @@
     ${binary:Version} per policy.
   * Misc cosmetic cleanups (whitespaces and such).
   * 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>  Mon, 23 Jun 2008 01:26:26 +0100
 

=== modified file 'debian/control'
--- a/debian/control	2008-08-14 13:47:15 +0000
+++ b/debian/control	2008-08-14 13:53:44 +0000
@@ -9,7 +9,8 @@
 Build-Depends: debhelper (>= 5),
                gnome-common,
                libgtk2.0-dev,
-               libglib2.0-dev
+               libglib2.0-dev,
+               autotools-dev
 Standards-Version: 3.8.0
 Vcs-Bzr: http://bzr.debian.org/bzr/pkg-maemo/libwpeditor-plus/debian/
 

=== modified file 'debian/rules'
--- a/debian/rules	2008-08-14 13:48:39 +0000
+++ b/debian/rules	2008-08-14 13:53:44 +0000
@@ -35,10 +35,8 @@
 	dh_testroot
 	rm -f build-stamp config-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