[maemo-commits] [maemo-commits] r11834 - in projects/haf/tags/gail: . 1.18.0-osso5 1.18.0-osso5/debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu May 24 18:20:04 EEST 2007
Author: fherrera
Date: 2007-05-24 18:20:02 +0300 (Thu, 24 May 2007)
New Revision: 11834

Added:
   projects/haf/tags/gail/1.18.0-osso5/
   projects/haf/tags/gail/1.18.0-osso5/debian/changelog
   projects/haf/tags/gail/1.18.0-osso5/debian/libgail18.shlibs
Removed:
   projects/haf/tags/gail/1.18.0-osso5/debian/changelog
   projects/haf/tags/gail/1.18.0-osso5/debian/libgail18.shlibs
Modified:
   projects/haf/tags/gail/1.18.0-osso5/config.guess
   projects/haf/tags/gail/1.18.0-osso5/config.sub
Log:
Tagged gail 1.18.0-osso5


Copied: projects/haf/tags/gail/1.18.0-osso5 (from rev 11812, projects/haf/trunk/gail)

Modified: projects/haf/tags/gail/1.18.0-osso5/config.guess
===================================================================
--- projects/haf/trunk/gail/config.guess	2007-05-24 12:55:53 UTC (rev 11812)
+++ projects/haf/tags/gail/1.18.0-osso5/config.guess	2007-05-24 15:20:02 UTC (rev 11834)
@@ -1,9 +1,9 @@
 #! /bin/sh
 # Attempt to guess a canonical system name.
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-#   2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+#   2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
-timestamp='2004-03-12'
+timestamp='2005-04-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
@@ -53,7 +53,7 @@
 GNU config.guess ($timestamp)
 
 Originally written by Per Bothner.
-Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
+Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
 Free Software Foundation, Inc.
 
 This is free software; see the source for copying conditions.  There is NO
@@ -203,15 +203,15 @@
     amiga:OpenBSD:*:*)
 	echo m68k-unknown-openbsd${UNAME_RELEASE}
 	exit 0 ;;
-    arc:OpenBSD:*:*)
-	echo mipsel-unknown-openbsd${UNAME_RELEASE}
-	exit 0 ;;
     cats:OpenBSD:*:*)
 	echo arm-unknown-openbsd${UNAME_RELEASE}
 	exit 0 ;;
     hp300:OpenBSD:*:*)
 	echo m68k-unknown-openbsd${UNAME_RELEASE}
 	exit 0 ;;
+    luna88k:OpenBSD:*:*)
+    	echo m88k-unknown-openbsd${UNAME_RELEASE}
+	exit 0 ;;
     mac68k:OpenBSD:*:*)
 	echo m68k-unknown-openbsd${UNAME_RELEASE}
 	exit 0 ;;
@@ -227,21 +227,12 @@
     mvmeppc:OpenBSD:*:*)
 	echo powerpc-unknown-openbsd${UNAME_RELEASE}
 	exit 0 ;;
-    pegasos:OpenBSD:*:*)
-	echo powerpc-unknown-openbsd${UNAME_RELEASE}
-	exit 0 ;;
-    pmax:OpenBSD:*:*)
-	echo mipsel-unknown-openbsd${UNAME_RELEASE}
-	exit 0 ;;
     sgi:OpenBSD:*:*)
-	echo mipseb-unknown-openbsd${UNAME_RELEASE}
+	echo mips64-unknown-openbsd${UNAME_RELEASE}
 	exit 0 ;;
     sun3:OpenBSD:*:*)
 	echo m68k-unknown-openbsd${UNAME_RELEASE}
 	exit 0 ;;
-    wgrisc:OpenBSD:*:*)
-	echo mipsel-unknown-openbsd${UNAME_RELEASE}
-	exit 0 ;;
     *:OpenBSD:*:*)
 	echo ${UNAME_MACHINE}-unknown-openbsd${UNAME_RELEASE}
 	exit 0 ;;
@@ -307,9 +298,6 @@
 	# 1.2 uses "1.2" for uname -r.
 	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
 	exit 0 ;;
-    Alpha*:OpenVMS:*:*)
-	echo alpha-hp-vms
-	exit 0 ;;
     Alpha\ *:Windows_NT*:*)
 	# How do we know it's Interix rather than the generic POSIX subsystem?
 	# Should we change UNAME_MACHINE based on the output of uname instead
@@ -331,6 +319,9 @@
     *:OS/390:*:*)
 	echo i370-ibm-openedition
 	exit 0 ;;
+    *:z/VM:*:*)
+	echo s390-ibm-zvmoe
+	exit 0 ;;
     *:OS400:*:*)
         echo powerpc-ibm-os400
 	exit 0 ;;
@@ -354,7 +345,7 @@
     DRS?6000:unix:4.0:6*)
 	echo sparc-icl-nx6
 	exit 0 ;;
-    DRS?6000:UNIX_SV:4.2*:7*)
+    DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*)
 	case `/usr/bin/uname -p` in
 	    sparc) echo sparc-icl-nx7 && exit 0 ;;
 	esac ;;
@@ -764,7 +755,7 @@
 	echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
 	exit 0 ;;
     *:UNICOS/mp:*:*)
-	echo nv1-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
+	echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
 	exit 0 ;;
     F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*)
 	FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
@@ -787,21 +778,7 @@
 	echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
 	exit 0 ;;
     *:FreeBSD:*:*)
-	# Determine whether the default compiler uses glibc.
-	eval $set_cc_for_build
-	sed 's/^	//' << EOF >$dummy.c
-	#include <features.h>
-	#if __GLIBC__ >= 2
-	LIBC=gnu
-	#else
-	LIBC=
-	#endif
-EOF
-	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
-	# GNU/KFreeBSD systems have a "k" prefix to indicate we are using
-	# FreeBSD's kernel, but not the complete OS.
-	case ${LIBC} in gnu) kernel_only='k' ;; esac
-	echo ${UNAME_MACHINE}-unknown-${kernel_only}freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`${LIBC:+-$LIBC}
+	echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
 	exit 0 ;;
     i*:CYGWIN*:*)
 	echo ${UNAME_MACHINE}-pc-cygwin
@@ -827,6 +804,9 @@
     i*:UWIN*:*)
 	echo ${UNAME_MACHINE}-pc-uwin
 	exit 0 ;;
+    amd64:CYGWIN*:*:*)
+	echo x86_64-unknown-cygwin
+	exit 0 ;;
     p*:CYGWIN*:*)
 	echo powerpcle-unknown-cygwin
 	exit 0 ;;
@@ -850,6 +830,12 @@
     cris:Linux:*:*)
 	echo cris-axis-linux-gnu
 	exit 0 ;;
+    crisv32:Linux:*:*)
+	echo crisv32-axis-linux-gnu
+	exit 0 ;;
+    frv:Linux:*:*)
+    	echo frv-unknown-linux-gnu
+	exit 0 ;;
     ia64:Linux:*:*)
 	echo ${UNAME_MACHINE}-unknown-linux-gnu
 	exit 0 ;;
@@ -1096,9 +1082,9 @@
     M680?0:D-NIX:5.3:*)
 	echo m68k-diab-dnix
 	exit 0 ;;
-    M68*:*:R3V[567]*:*)
+    M68*:*:R3V[5678]*:*)
 	test -r /sysV68 && echo 'm68k-motorola-sysv' && exit 0 ;;
-    3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0)
+    3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0)
 	OS_REL=''
 	test -r /etc/.relid \
 	&& OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid`
@@ -1154,6 +1140,10 @@
 	# From seanf at swdc.stratus.com.
 	echo i860-stratus-sysv4
 	exit 0 ;;
+    i*86:VOS:*:*)
+	# From Paul.Green at stratus.com.
+	echo ${UNAME_MACHINE}-stratus-vos
+	exit 0 ;;
     *:VOS:*:*)
 	# From Paul.Green at stratus.com.
 	echo hppa1.1-stratus-vos
@@ -1196,9 +1186,10 @@
 	echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE}
 	exit 0 ;;
     *:Darwin:*:*)
-	case `uname -p` in
+	UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown
+	case $UNAME_PROCESSOR in
 	    *86) UNAME_PROCESSOR=i686 ;;
-	    powerpc) UNAME_PROCESSOR=powerpc ;;
+	    unknown) UNAME_PROCESSOR=powerpc ;;
 	esac
 	echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
 	exit 0 ;;
@@ -1213,6 +1204,9 @@
     *:QNX:*:4*)
 	echo i386-pc-qnx
 	exit 0 ;;
+    NSE-?:NONSTOP_KERNEL:*:*)
+	echo nse-tandem-nsk${UNAME_RELEASE}
+	exit 0 ;;
     NSR-?:NONSTOP_KERNEL:*:*)
 	echo nsr-tandem-nsk${UNAME_RELEASE}
 	exit 0 ;;
@@ -1260,6 +1254,16 @@
     *:DragonFly:*:*)
 	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
 	exit 0 ;;
+    *:*VMS:*:*)
+    	UNAME_MACHINE=`(uname -p) 2>/dev/null`
+	case "${UNAME_MACHINE}" in
+	    A*) echo alpha-dec-vms && exit 0 ;;
+	    I*) echo ia64-dec-vms && exit 0 ;;
+	    V*) echo vax-dec-vms && exit 0 ;;
+	esac ;;
+    *:XENIX:*:SysV)
+	echo i386-pc-xenix
+	exit 0 ;;
 esac
 
 #echo '(No uname command or uname output not recognized.)' 1>&2
@@ -1419,7 +1423,9 @@
 the operating system you are using. It is advised that you
 download the most up to date version of the config scripts from
 
-    ftp://ftp.gnu.org/pub/gnu/config/
+  http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess
+and
+  http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub
 
 If the version you run ($0) is already up to date, please
 send the following data and any information you think might be

Modified: projects/haf/tags/gail/1.18.0-osso5/config.sub
===================================================================
--- projects/haf/trunk/gail/config.sub	2007-05-24 12:55:53 UTC (rev 11812)
+++ projects/haf/tags/gail/1.18.0-osso5/config.sub	2007-05-24 15:20:02 UTC (rev 11834)
@@ -1,9 +1,9 @@
 #! /bin/sh
 # Configuration validation subroutine script.
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-#   2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+#   2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
-timestamp='2004-03-12'
+timestamp='2005-04-22'
 
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
@@ -70,7 +70,7 @@
 version="\
 GNU config.sub ($timestamp)
 
-Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
+Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
 Free Software Foundation, Inc.
 
 This is free software; see the source for copying conditions.  There is NO
@@ -145,7 +145,7 @@
 	-convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
 	-c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
 	-harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
-	-apple | -axis)
+	-apple | -axis | -knuth | -cray)
 		os=
 		basic_machine=$1
 		;;
@@ -231,13 +231,14 @@
 	| alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
 	| am33_2.0 \
 	| arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \
+	| bfin \
 	| c4x | clipper \
 	| d10v | d30v | dlx | dsp16xx \
 	| fr30 | frv \
 	| h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
 	| i370 | i860 | i960 | ia64 \
 	| ip2k | iq2000 \
-	| m32r | m32rle | m68000 | m68k | m88k | mcore \
+	| m32r | m32rle | m68000 | m68k | m88k | maxq | mcore \
 	| mips | mipsbe | mipseb | mipsel | mipsle \
 	| mips16 \
 	| mips64 | mips64el \
@@ -262,12 +263,13 @@
 	| pyramid \
 	| sh | sh[1234] | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \
 	| sh64 | sh64le \
-	| sparc | sparc64 | sparc86x | sparclet | sparclite | sparcv8 | sparcv9 | sparcv9b \
+	| sparc | sparc64 | sparc64b | sparc86x | sparclet | sparclite \
+	| sparcv8 | sparcv9 | sparcv9b \
 	| strongarm \
 	| tahoe | thumb | tic4x | tic80 | tron \
 	| v850 | v850e \
 	| we32k \
-	| x86 | xscale | xstormy16 | xtensa \
+	| x86 | xscale | xscalee[bl] | xstormy16 | xtensa \
 	| z8k)
 		basic_machine=$basic_machine-unknown
 		;;
@@ -298,9 +300,9 @@
 	| alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
 	| arm-*  | armbe-* | armle-* | armeb-* | armv*-* \
 	| avr-* \
-	| bs2000-* \
+	| bfin-* | bs2000-* \
 	| c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \
-	| clipper-* | cydra-* \
+	| clipper-* | craynv-* | cydra-* \
 	| d10v-* | d30v-* | dlx-* \
 	| elxsi-* \
 	| f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \
@@ -310,7 +312,7 @@
 	| ip2k-* | iq2000-* \
 	| m32r-* | m32rle-* \
 	| m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
-	| m88110-* | m88k-* | mcore-* \
+	| m88110-* | m88k-* | maxq-* | mcore-* \
 	| mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
 	| mips16-* \
 	| mips64-* | mips64el-* \
@@ -326,8 +328,9 @@
 	| mipsisa64sb1-* | mipsisa64sb1el-* \
 	| mipsisa64sr71k-* | mipsisa64sr71kel-* \
 	| mipstx39-* | mipstx39el-* \
+	| mmix-* \
 	| msp430-* \
-	| none-* | np1-* | nv1-* | ns16k-* | ns32k-* \
+	| none-* | np1-* | ns16k-* | ns32k-* \
 	| orion-* \
 	| pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
 	| powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
@@ -335,15 +338,16 @@
 	| romp-* | rs6000-* \
 	| sh-* | sh[1234]-* | sh[23]e-* | sh[34]eb-* | shbe-* \
 	| shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
-	| sparc-* | sparc64-* | sparc86x-* | sparclet-* | sparclite-* \
+	| sparc-* | sparc64-* | sparc64b-* | sparc86x-* | sparclet-* \
+	| sparclite-* \
 	| sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \
 	| tahoe-* | thumb-* \
 	| tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
 	| tron-* \
 	| v850-* | v850e-* | vax-* \
 	| we32k-* \
-	| x86-* | x86_64-* | xps100-* | xscale-* | xstormy16-* \
-	| xtensa-* \
+	| x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \
+	| xstormy16-* | xtensa-* \
 	| ymp-* \
 	| z8k-*)
 		;;
@@ -445,6 +449,10 @@
 		basic_machine=j90-cray
 		os=-unicos
 		;;
+	craynv)
+		basic_machine=craynv-cray
+		os=-unicosmp
+		;;
 	cr16c)
 		basic_machine=cr16c-unknown
 		os=-elf
@@ -452,6 +460,9 @@
 	crds | unos)
 		basic_machine=m68k-crds
 		;;
+	crisv32 | crisv32-* | etraxfs*)
+		basic_machine=crisv32-axis
+		;;
 	cris | cris-* | etrax*)
 		basic_machine=cris-axis
 		;;
@@ -481,6 +492,10 @@
 		basic_machine=m88k-motorola
 		os=-sysv3
 		;;
+	djgpp)
+		basic_machine=i586-pc
+		os=-msdosdjgpp
+		;;
 	dpx20 | dpx20-*)
 		basic_machine=rs6000-bull
 		os=-bosx
@@ -659,10 +674,6 @@
 	mips3*)
 		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
 		;;
-	mmix*)
-		basic_machine=mmix-knuth
-		os=-mmixware
-		;;
 	monitor)
 		basic_machine=m68k-rom68k
 		os=-coff
@@ -743,10 +754,6 @@
 	np1)
 		basic_machine=np1-gould
 		;;
-	nv1)
-		basic_machine=nv1-cray
-		os=-unicosmp
-		;;
 	nsr-tandem)
 		basic_machine=nsr-tandem
 		;;
@@ -1029,6 +1036,10 @@
 		basic_machine=hppa1.1-winbond
 		os=-proelf
 		;;
+	xbox)
+		basic_machine=i686-pc
+		os=-mingw32
+		;;
 	xps | xps100)
 		basic_machine=xps100-honeywell
 		;;
@@ -1059,6 +1070,9 @@
 	romp)
 		basic_machine=romp-ibm
 		;;
+	mmix)
+		basic_machine=mmix-knuth
+		;;
 	rs6000)
 		basic_machine=rs6000-ibm
 		;;
@@ -1294,6 +1308,9 @@
 	-kaos*)
 		os=-kaos
 		;;
+	-zvmoe)
+		os=-zvmoe
+		;;
 	-none)
 		;;
 	*)
@@ -1374,6 +1391,9 @@
 	*-ibm)
 		os=-aix
 		;;
+    	*-knuth)
+		os=-mmixware
+		;;
 	*-wec)
 		os=-proelf
 		;;

Deleted: projects/haf/tags/gail/1.18.0-osso5/debian/changelog
===================================================================
--- projects/haf/trunk/gail/debian/changelog	2007-05-24 12:55:53 UTC (rev 11812)
+++ projects/haf/tags/gail/1.18.0-osso5/debian/changelog	2007-05-24 15:20:02 UTC (rev 11834)
@@ -1,495 +0,0 @@
-gail (1.18.0-osso4) unstable; urgency=low
-
-  * Fix some packaging errors from lintian.
-
- -- Fernando Herrera <fernando.herrera-de-las-heras at nokia.com>  Fri, 22 May 2007 15:12:31 +0100
-
-gail (1.18.0-osso3) unstable; urgency=low
-
-  * Use ${shlibs:Depends} instead of hardcoding dependencies
-
- -- Fernando Herrera <fernando.herrera-de-las-heras at nokia.com>  Fri, 20 Apr 2007 15:18:31 +0100
-
-gail (1.18.0-osso2) unstable; urgency=low
-
-  * Fixed build options
-
- -- Fernando Herrera <fernando.herrera-de-las-heras at nokia.com>  Mon, 16 Apr 2007 19:12:31 +0100
-
-gail (1.18.0-osso1) UNRELEASED; urgency=low
-
-  * New package based on ubuntu one.
-  * Added a patch to remove gnome-canvas dependency
-
- -- Fernando Herrera <fernando.herrera-de-las-heras at nokia.com>  Mon, 16 Apr 2007 15:12:31 +0100
-
-gail (1.18.0-0ubuntu1) feisty; urgency=low
-
-  * New upstream release:
-    - the GNOME 2.18.0 version of gail.
-    - Translation updates.
-
- -- Daniel Holbach <daniel.holbach at ubuntu.com>  Mon, 12 Mar 2007 15:12:31 +0100
-
-gail (1.17.0-0ubuntu1) feisty; urgency=low
-
-  * New upstream release.
-
- -- Daniel Holbach <daniel.holbach at ubuntu.com>  Mon, 12 Feb 2007 15:41:58 +0100
-
-gail (1.10.1-0ubuntu1) feisty; urgency=low
-
-  * New upstream release.
-  * debian/libgail18.shlibs:
-    - bumped shlibs.
-
- -- Daniel Holbach <daniel.holbach at ubuntu.com>  Mon, 22 Jan 2007 17:06:32 +0100
-
-gail (1.10.0-0ubuntu1) feisty; urgency=low
-
-  * New upstream release.
-  * debian/control.in:
-    - bumped atk requirement.
-
- -- Daniel Holbach <daniel.holbach at ubuntu.com>  Mon,  8 Jan 2007 18:56:10 +0100
-
-gail (1.9.4-0ubuntu1) feisty; urgency=low
-
-  * New upstream release:
-    - lots of bugfixes.
-
- -- Daniel Holbach <daniel.holbach at ubuntu.com>  Tue, 19 Dec 2006 13:40:34 +0100
-
-gail (1.9.3-0ubuntu1) edgy; urgency=low
-
-  * New upstream release:
-    - Lots of Bugfixes.
-  * debian/libgail18.shlibs:
-    - bumped, new interfaces.
-
- -- Daniel Holbach <daniel.holbach at ubuntu.com>  Mon,  2 Oct 2006 11:18:39 +0200
-
-gail (1.9.2-0ubuntu1) edgy; urgency=low
-
-  * New upstream release. 
-
- -- Daniel Holbach <daniel.holbach at ubuntu.com>  Tue, 22 Aug 2006 09:27:25 +0200
-
-gail (1.9.1-0ubuntu1) edgy; urgency=low
-
-  * New upstream release.
-  * debian/patches/000_relibtoolise.patch:
-    - dropped, does not apply, unnecessary.
-
- -- Daniel Holbach <daniel.holbach at ubuntu.com>  Fri, 28 Jul 2006 11:36:48 +0200
-
-gail (1.9.0-0ubuntu1) edgy; urgency=low
-
-  * New upstream release.
-  * debian/control.in:
-    - bumped GTK {Build-,}Depends.
-  * debian/*:
-    - changes for soname change. 
-
- -- Daniel Holbach <daniel.holbach at ubuntu.com>  Fri, 21 Jul 2006 16:38:58 +0200
-
-gail (1.8.11-2ubuntu1) edgy; urgency=low
-
-  * Resynchronized with Debian, only Ubuntu changes are:
-    - debian/control.in: don't require exact Debian revisions of gnomecanvas
-      and orbit as we haven't merged them yet - we should be able to sync the
-      next Debian version again.
-
- -- Daniel Holbach <daniel.holbach at ubuntu.com>  Mon,  3 Jul 2006 12:16:30 +0200
-
-gail (1.8.11-2) unstable; urgency=low
-
-  * Bump build-deps to libgtk2.0-dev >= 2.8.17-1, liborbit2-dev >= 1:2.14.0-1,
-    libgnomecanvas2-dev >= 2.14.0-2 to build without any reference to Xcursor
-    or Xrender.la.
-    [debian/control, debian/control.in]
-  * Bump deps of libgail-dev to libgtk2.0-dev >= 2.8.17-1, libgnomecanvas2-dev
-    >= 2.14.0-2 to pull packages without any reference to Xcursor.la or
-    Xrender.la.
-    [debian/control, debian/control.in]
-  * Add ${misc:Depends}.
-    [debian/control, debian/control.in]
-
- -- Loic Minier <lool at dooz.org>  Sun, 23 Apr 2006 18:42:30 +0200
-
-gail (1.8.11-1) unstable; urgency=low
-
-  * New upstream release: the GNOME 2.14.0 version of gail.
-
- -- J.H.M. Dassen (Ray) <jdassen at debian.org>  Thu, 16 Mar 2006 08:18:46 +0100
-
-gail (1.8.10-1) unstable; urgency=low
-
-  * New upstream bugfix release.
-
- -- J.H.M. Dassen (Ray) <jdassen at debian.org>  Tue, 21 Feb 2006 19:17:48 +0100
-
-gail (1.8.9-1) unstable; urgency=low
-
-  * New upstream bugfix release.
-  * [debian/patches/000_relibtoolise.patch] Updated.
-
- -- J.H.M. Dassen (Ray) <jdassen at debian.org>  Tue, 14 Feb 2006 20:34:10 +0100
-
-gail (1.8.8-1) unstable; urgency=medium
-
-  * New upstream bugfix release. Verified that no update of the relibtoolizing
-    patch is needed.
-
-  Loic Minier <lool at dooz.org>:
-  * Cut "shared libraries" by a couple of chars to fit in width.
-    [debian/control, debian/control.in]
-
- -- J.H.M. Dassen (Ray) <jdassen at debian.org>  Sat,  3 Dec 2005 12:11:50 +0100
-
-gail (1.8.7-1) unstable; urgency=medium
-
-  * New upstream release, fixing a regression in 1.8.6.
-    - Update relibtoolizing patch.
-      [debian/patches/000_relibtoolise.patch]
-
- -- Loic Minier <lool at dooz.org>  Thu, 24 Nov 2005 13:54:02 +0100
-
-gail (1.8.6-1) unstable; urgency=low
-
-  * New upstream release.
-  * Don't overwrite CFLAGS, DEB_CONFIGURE_EXTRA_FLAGS, and
-    DEB_CONFIGURE_EXTRA_FLAGS.
-    [debian/rules]
-  * Add CDBS' utils.
-    [debian/rules]
-  * Update upstream URL and watch file.
-    [debian/copyright, debian/watch]
-  * Clarify copyright versus license and actually include license.
-    [debian/copyright]
-  * Drop obsolete Replaces/Conflicts.
-    [debian/control, debian/control.in]
-  * Add missing libatk1.0-dev dep on libgail-dev (referenced in gail.pc).
-    [debian/control, debian/control.in]
-  * Add missing deps on libgail-dev (referenced in *.la): libart-2.0-dev,
-    libglib2.0-dev, libpango1.0-dev.
-    [debian/control, debian/control.in]
-  * Update relibtoolizing patch.
-    [debian/patches/000_relibtoolise.patch]
-
- -- Loic Minier <lool at dooz.org>  Mon, 14 Nov 2005 17:56:20 +0100
-
-gail (1.8.5-1) unstable; urgency=medium
-
-  * New (for Debian) upstream bugfix and translations update release.
-  * [debian/control.in] Bumped Standards-Version.
-
- -- J.H.M. Dassen (Ray) <jdassen at debian.org>  Sun, 18 Sep 2005 13:57:40 +0200
-
-gail (1.8.5-0ubuntu2) breezy; urgency=low
-
-  * Add B-D gtk-doc-tools to fix FTBFS when building arch all pkgs.
-  (Closes: #14598)
-
- -- Fabio M. Di Nitto <fabbione at ubuntu.com>  Fri, 09 Sep 2005 11:37:22 +0200
-
-gail (1.8.5-0ubuntu1) breezy; urgency=low
-
-  * New upstream version.
-  * debian/patches/000_relibtoolise.patch:
-    - updated.
-
- -- Sebastien Bacher <seb128 at canonical.com>  Wed, 31 Aug 2005 18:35:24 +0200
-
-gail (1.8.4-1) unstable; urgency=medium
-
-  * New upstream bugfix and translations update release.
-  * [debian/patches/000_relibtoolise.patch] Updated.
-
- -- J.H.M. Dassen (Ray) <jdassen at debian.org>  Fri, 29 Apr 2005 06:51:39 +0200
-
-gail (1.8.3-1) unstable; urgency=medium
-
-  * New upstream bugfix and translations update release.
-  * [debian/patches/000_relibtoolise.patch] Updated.
-
- -- J.H.M. Dassen (Ray) <jdassen at debian.org>  Sat, 23 Apr 2005 18:27:26 +0200
-
-gail (1.8.2-1) unstable; urgency=medium
-
-  * New upstream bugfix release.
-  * [debian/control.in] Reworked the descriptions a bit.
-
- -- J.H.M. Dassen (Ray) <jdassen at debian.org>  Tue,  4 Jan 2005 21:42:58 +0100
-
-gail (1.8.1-1) unstable; urgency=low
-
-  * GNOME team upload.
-  * New upstream release.
-
- -- Jordi Mallach <jordi at debian.org>  Thu, 30 Dec 2004 03:57:02 +0100
-
-gail (1.8.0-2) unstable; urgency=low
-
-  * Upload to unstable.
-
- -- Sebastien Bacher <seb128 at debian.org>  Fri, 19 Nov 2004 19:58:21 +0100
-
-gail (1.8.0-1) experimental; urgency=low
-
-  * New upstream release.
-  * [debian/control.in] Dropped gtk-doc-tools build dependency; the upstream
-    tarball now includes HTML files we can use.
-  * [debian/watch] Updated.
-  * [debian/patches/000_relibtoolise.patch] Updated.
-
- -- J.H.M. Dassen (Ray) <jdassen at debian.org>  Tue, 14 Sep 2004 20:54:06 +0200
-
-gail (1.7.1-2) experimental; urgency=low
-
-  * [debian/*] Added files that were accidentally missing in the subversion
-    repository; this makes the packages usable. (Closes: #271197)
-  * [debian/rules] Generate the documentation as the HTML rendering isn't
-    included in the tarball.
-  * [debian/control.in] Added build dependency on gtk-doc-tools.
-  * [debian/patches/000_relibtoolise.patch] Updated; added AM_MAINTAINER_MODE.
-
- -- J.H.M. Dassen (Ray) <jdassen at debian.org>  Sun, 12 Sep 2004 11:25:40 +0200
-
-gail (1.7.1-1) experimental; urgency=low
-
-  * New upstream development release.
-  * [debian/control.in] Updated build dependencies (following configure.in).
-
- -- J.H.M. Dassen (Ray) <jdassen at debian.org>  Sat, 11 Sep 2004 13:37:13 +0200
-
-gail (1.6.6b-1) unstable; urgency=low
-
-  * GNOME Team Upload.
-  * Switched to CDBS.
-  * debian/control.in:
-    - updated the Build-Depends.
-  * debian/*.files:
-    - changes for *.install files.
-  * debian/libgail-doc.doc-base.gail-reference:
-    - updated.
-  * debian/rules:
-    - switched to CDBS.
-
- -- Sebastien Bacher <seb128 at debian.org>  Mon,  6 Sep 2004 22:56:13 +0200
-
-gail (1.6.6-2) unstable; urgency=medium
-
-  * [debian/rules] Don't update config.{guess,sub}; that's done by the
-    relibtoolise patch.
-
- -- J.H.M. Dassen (Ray) <jdassen at debian.org>  Sun,  5 Sep 2004 14:57:33 +0200
-
-gail (1.6.6-1) unstable; urgency=medium
-
-  * New upstream release (Closes: #267699)
-  * Gnumeric crashes when accessibility is enabled have been fixed upstream
-    (http://bugzilla.gnome.org/show_bug.cgi?id=151070).
-  * [debian/patches/000_relibtoolise.patch] New.
-  * [debian/fixed-ltmain.sh] Dropped.
-  * [docs/reference/libgail-util/gail-libgail-util-docs.sgml] The FPI was
-    corrected upstream. (Closes: #219767)
-
- -- J.H.M. Dassen (Ray) <jdassen at debian.org>  Sat,  4 Sep 2004 16:08:40 +0200
-
-gail (1.4.1-2) unstable; urgency=low
-
-  * Akira TAGOH <tagoh at debian.org>
-  - debian/control:
-    - added gnome-pkg-tools to Build-Depends.
-  - debian/rules:
-    - modified to generate debian/control from gnome-pkg-tools.
-
- -- Akira TAGOH <tagoh at debian.org>  Tue, 28 Oct 2003 20:14:29 +0900
-
-gail (1.4.1-1) unstable; urgency=low
-
-  * New upstream release.
-  * debian/control:
-    - updated Build-Depends.
-    - bumped Standards-Version to 3.6.1.0  .
-  * debian/rules:
-    - comment fixed-ltmain.sh copy.
-  * Gnome Team Upload
-
- -- Sebastien Bacher <seb128 at debian.org>  Sun, 19 Oct 2003 13:03:21 +0200
-
-gail (1.2.2-1) unstable; urgency=low
-
-  * New upstream release.
-  * debian/cntrol:
-    - bumped Standards-Version to 3.5.10.0.
-  * debian/patches/000_gail-debian-libtool.patch:
-    - removed.
-
- -- Akira TAGOH <tagoh at debian.org>  Sun, 18 May 2003 02:26:04 +0900
-
-gail (1.2.1-1) unstable; urgency=low
-
-  * New upsream release.
-  * debian/control:
-    - bumped Standards-Version to 3.5.9.
-    - changed the section for libgail-dbg and libgail-dev to libdevel.
-  * debian/compat:
-    - use it instead of DH_COMPAT.
-  * debian/patches/000_gail-debian-libtool.patch:
-    - updated.
-
- -- Akira TAGOH <tagoh at debian.org>  Sun, 20 Apr 2003 01:42:29 +0900
-
-gail (1.2.0-1) unstable; urgency=low
-
-  * New upstream release.
-
- -- Akira TAGOH <tagoh at debian.org>  Tue, 21 Jan 2003 03:56:36 +0900
-
-gail (1.1.7-2) unstable; urgency=low
-
-  * debian/patches/000_gail-1.1.7-libtool.patch:
-    applied to fix the build issue for mipsel. (closes: Bug#177113)
-
- -- Akira TAGOH <tagoh at debian.org>  Sat, 18 Jan 2003 05:03:25 +0900
-
-gail (1.1.7-1) unstable; urgency=low
-
-  * New upstream release.
-  * Build against the latest GTK+ libraries. (closes: Bug#176088)
-  * debian/control:
-    - updated Build-Depends.
-    - bumped Standards-Version to 3.5.8.
-    - fix description-synopsis-might-not-be-phrased-properly stuff.
-  * debian/rules:
-    - support noopt option for DEB_BUILD_OPTIONS.
-  * debian/copyright:
-    fix copyright-lists-upstream-authors-with-dh_make-boilerplate stuff.
-
- -- Akira TAGOH <tagoh at debian.org>  Fri, 17 Jan 2003 13:22:14 +0900
-
-gail (0.17-2) unstable; urgency=low
-
-  * debian/control: removed libc6-dev from Build-Depends.
-
- -- Akira TAGOH <tagoh at debian.org>  Thu, 22 Aug 2002 01:48:10 +0900
-
-gail (0.17-1) unstable; urgency=low
-
-  * New upstream release.
-  * debian/control:
-    - updates Build-Depends and Depends for libgtk2.0-dev.
-    - add libgail-doc package.
-
- -- Akira TAGOH <tagoh at debian.org>  Fri,  9 Aug 2002 03:24:23 +0900
-
-gail (0.16-1) unstable; urgency=low
-
-  * New upstream release.
-
- -- Akira TAGOH <tagoh at debian.org>  Wed, 12 Jun 2002 20:07:16 +0900
-
-gail (0.15-1) unstable; urgency=low
-
-  * New upstream release.
-
- -- Akira TAGOH <tagoh at debian.org>  Thu,  6 Jun 2002 02:48:10 +0900
-
-gail (0.13-1) unstable; urgency=low
-
-  * New upstream release.
-  * debian/scripts/vars.build: fix bashism.
-
- -- Akira TAGOH <tagoh at debian.org>  Thu, 18 Apr 2002 02:33:55 +0900
-
-gail (0.11-1) unstable; urgency=low
-
-  * New upstream release.
-  * debian/patches/000_gail-0.9-fixconfigure.patch:
-    removed. it's no longer needed for build.
-
- -- Akira TAGOH <tagoh at debian.org>  Sat, 30 Mar 2002 04:53:54 +0900
-
-gail (0.9-2) unstable; urgency=low
-
-  * Build against the latest libraries.
-  * debian/rules: copying the latest config.sub and config.guess.
-  * debian/control: next release will be changed directories location. so I
-    changed packaging
-    - renamed from libgail0 to libgail-common
-    - renamed from libgailutil9 to libgail9
-
- -- Akira TAGOH <tagoh at debian.org>  Mon, 25 Mar 2002 14:36:10 +0900
-
-gail (0.9-1) unstable; urgency=low
-
-  * New upstream release.
-  * debian/patches/000_gail-0.9-fixconfigure.patch:
-    add sh path for the configure script fix patch.
-  * debian/rules: remove the libraries on test directory.
-
- -- Akira TAGOH <tagoh at debian.org>  Wed,  6 Mar 2002 02:52:29 +0900
-
-gail (0.8-3) unstable; urgency=low
-
-  * Build against the latest libraries again.
-  * debian/rules: changed as the following
-    - support DEB_HOST_GNU_TYPE and DEB_BUILD_GNU_TYPE.
-    - support debug and nostrip for DEB_BUILD_OPTIONS.
-
- -- Akira TAGOH <tagoh at debian.org>  Wed, 27 Feb 2002 02:14:09 +0900
-
-gail (0.8-2) unstable; urgency=low
-
-  * Build against GTK+ 1.3.14 families.
-
- -- Akira TAGOH <tagoh at debian.org>  Tue, 19 Feb 2002 03:17:55 +0900
-
-gail (0.8-1) unstable; urgency=low
-
-  * New upstream release.
-
- -- Akira TAGOH <tagoh at debian.org>  Fri, 15 Feb 2002 02:02:45 +0900
-
-gail (0.7-1) unstable; urgency=low
-
-  * New upstream release.
-  * Add versioned liblinc-dev and liborbit2-dev to Build-Depends
-
- -- Akira TAGOH <tagoh at debian.org>  Thu, 14 Feb 2002 01:16:44 +0900
-
-gail (0.6-2) unstable; urgency=low
-
-  * Build against libglib1.3-13.
-
- -- Akira TAGOH <tagoh at debian.org>  Tue,  5 Feb 2002 01:49:24 +0900
-
-gail (0.6-1) unstable; urgency=low
-
-  * New upstream release.
-
- -- Akira TAGOH <tagoh at debian.org>  Tue, 29 Jan 2002 23:02:00 +0900
-
-gail (0.5-3) unstable; urgency=low
-
-  * added libgnomecanvas2-dev to build-depends.
-
- -- Akira TAGOH <tagoh at debian.org>  Fri, 25 Jan 2002 01:55:00 +0900
-
-gail (0.5-2) unstable; urgency=low
-
-  * added libart-2.0-dev to build-depends. (closes: Bug#130180)
-
- -- Akira TAGOH <tagoh at debian.org>  Mon, 21 Jan 2002 21:24:04 +0900
-
-gail (0.5-1) unstable; urgency=low
-
-  * Initial Release. (closes: Bug#121109)
-
- -- Akira TAGOH <tagoh at debian.org>  Mon, 14 Jan 2002 01:24:47 +0900
-
-Local variables:
-mode: debian-changelog
-End:

Copied: projects/haf/tags/gail/1.18.0-osso5/debian/changelog (from rev 11833, projects/haf/trunk/gail/debian/changelog)

Deleted: projects/haf/tags/gail/1.18.0-osso5/debian/libgail18.shlibs
===================================================================
--- projects/haf/trunk/gail/debian/libgail18.shlibs	2007-05-24 12:55:53 UTC (rev 11812)
+++ projects/haf/tags/gail/1.18.0-osso5/debian/libgail18.shlibs	2007-05-24 15:20:02 UTC (rev 11834)
@@ -1 +0,0 @@
-libgailutil 18 libgail18 (>= 1.10.1), libgail-common (>= 1.10.1)

Copied: projects/haf/tags/gail/1.18.0-osso5/debian/libgail18.shlibs (from rev 11833, projects/haf/trunk/gail/debian/libgail18.shlibs)


More information about the maemo-commits mailing list