[Pkg-maemo-commits] r18 ./osso-af-settings/ubuntu: * Honor distclean errors.

Loïc Minier lool at dooz.org
Fri Dec 28 19:20:53 UTC 2007


------------------------------------------------------------
revno: 18
committer: Loïc Minier <lool at dooz.org>
branch nick: osso-af-settings
timestamp: Tue 2007-12-04 12:21:23 +0100
message:
  * Honor distclean errors.
modified:
  config.guess
  config.sub
  debian/changelog
  debian/rules
-------------- next part --------------
=== modified file 'config.guess'
--- a/config.guess	2007-05-21 14:06:49 +0000
+++ b/config.guess	2007-12-04 11:21:23 +0000
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
 #   Inc.
 
-timestamp='2007-03-06'
+timestamp='2007-07-22'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -330,7 +330,7 @@
     sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
 	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
 	exit ;;
-    i86pc:SunOS:5.*:*)
+    i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
 	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
 	exit ;;
     sun4*:SunOS:6*:*)
@@ -793,7 +793,7 @@
 	exit ;;
     *:Interix*:[3456]*)
     	case ${UNAME_MACHINE} in
-	    x86) 
+	    x86)
 		echo i586-pc-interix${UNAME_RELEASE}
 		exit ;;
 	    EM64T | authenticamd)

=== modified file 'config.sub'
--- a/config.sub	2007-05-21 14:06:49 +0000
+++ b/config.sub	2007-12-04 11:21:23 +0000
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
 #   Inc.
 
-timestamp='2007-01-18'
+timestamp='2007-06-28'
 
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
@@ -475,8 +475,8 @@
 		basic_machine=craynv-cray
 		os=-unicosmp
 		;;
-	cr16c)
-		basic_machine=cr16c-unknown
+	cr16)
+		basic_machine=cr16-unknown
 		os=-elf
 		;;
 	crds | unos)
@@ -683,6 +683,10 @@
 		basic_machine=i386-pc
 		os=-mingw32
 		;;
+	mingw32ce)
+		basic_machine=arm-unknown
+		os=-mingw32ce
+		;;
 	miniframe)
 		basic_machine=m68000-convergent
 		;;

=== modified file 'debian/changelog'
--- a/debian/changelog	2007-12-04 11:16:53 +0000
+++ b/debian/changelog	2007-12-04 11:21:23 +0000
@@ -3,8 +3,9 @@
   * Add AM_MAINTAINER_MODE; Maemo #2384.
   * Fix osso-af-settings with newer autoconf by defining datarootdir;
     Maemo #2383.
+  * Honor distclean errors.
 
- -- Loic Minier <lool at dooz.org>  Tue, 04 Dec 2007 12:15:11 +0100
+ -- Loic Minier <lool at dooz.org>  Tue, 04 Dec 2007 12:21:16 +0100
 
 osso-af-settings (0.9.0-1ubuntu2) gutsy; urgency=low
 

=== modified file 'debian/rules'
--- a/debian/rules	2007-06-06 15:46:40 +0000
+++ b/debian/rules	2007-12-04 11:21:23 +0000
@@ -39,7 +39,7 @@
 	dh_testroot
 	rm -f build-stamp
 	# Add here commands to clean up after the build process.
-	-$(MAKE) distclean
+	[ ! -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 && \



More information about the Pkg-maemo-commits mailing list