--- gnome-spell-1.0.8.orig/config.sub +++ gnome-spell-1.0.8/config.sub @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, # Inc. -timestamp='2006-09-20' +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 @@ -245,12 +245,12 @@ | bfin \ | c4x | clipper \ | d10v | d30v | dlx | dsp16xx \ - | fr30 | frv \ + | fido | fr30 | frv \ | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | i370 | i860 | i960 | ia64 \ | ip2k | iq2000 \ | m32c | m32r | m32rle | m68000 | m68k | m88k \ - | maxq | mb | microblaze | mcore \ + | maxq | mb | microblaze | mcore | mep \ | mips | mipsbe | mipseb | mipsel | mipsle \ | mips16 \ | mips64 | mips64el \ @@ -324,7 +324,7 @@ | clipper-* | craynv-* | cydra-* \ | d10v-* | d30v-* | dlx-* \ | elxsi-* \ - | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \ + | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ | h8300-* | h8500-* \ | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ | i*86-* | i860-* | i960-* | ia64-* \ @@ -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 ;; @@ -925,6 +929,9 @@ basic_machine=sh-hitachi os=-hms ;; + sh5el) + basic_machine=sh5le-unknown + ;; sh64) basic_machine=sh64-unknown ;; @@ -1219,7 +1226,7 @@ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ - | -skyos* | -haiku* | -rdos* | -toppers*) + | -skyos* | -haiku* | -rdos* | -toppers* | -drops*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) @@ -1414,6 +1421,9 @@ m68*-cisco) os=-aout ;; + mep-*) + os=-elf + ;; mips*-cisco) os=-elf ;; --- gnome-spell-1.0.8.orig/config.guess +++ gnome-spell-1.0.8/config.guess @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, # Inc. -timestamp='2006-07-02' +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 @@ -161,6 +161,7 @@ arm*) machine=arm-unknown ;; sh3el) machine=shl-unknown ;; sh3eb) machine=sh-unknown ;; + sh5el) machine=sh5le-unknown ;; *) machine=${UNAME_MACHINE_ARCH}-unknown ;; esac # The Operating System including object format, if it has switched @@ -329,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*:*) @@ -780,7 +781,7 @@ i*:CYGWIN*:*) echo ${UNAME_MACHINE}-pc-cygwin exit ;; - i*:MINGW*:*) + *:MINGW*:*) echo ${UNAME_MACHINE}-pc-mingw32 exit ;; i*:windows32*:*) @@ -790,12 +791,15 @@ i*:PW*:*) echo ${UNAME_MACHINE}-pc-pw32 exit ;; - x86:Interix*:[3456]*) - echo i586-pc-interix${UNAME_RELEASE} - exit ;; - EM64T:Interix*:[3456]*) - echo x86_64-unknown-interix${UNAME_RELEASE} - exit ;; + *:Interix*:[3456]*) + case ${UNAME_MACHINE} in + x86) + echo i586-pc-interix${UNAME_RELEASE} + exit ;; + EM64T | authenticamd) + echo x86_64-unknown-interix${UNAME_RELEASE} + exit ;; + esac ;; [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) echo i${UNAME_MACHINE}-pc-mks exit ;; @@ -950,6 +954,9 @@ x86_64:Linux:*:*) echo x86_64-unknown-linux-gnu exit ;; + xtensa:Linux:*:*) + echo xtensa-unknown-linux-gnu + exit ;; i*86:Linux:*:*) # The BFD linker knows what the default object file format is, so # first see if it will tell us. cd to the root directory to prevent @@ -1208,6 +1215,15 @@ SX-6:SUPER-UX:*:*) echo sx6-nec-superux${UNAME_RELEASE} exit ;; + SX-7:SUPER-UX:*:*) + echo sx7-nec-superux${UNAME_RELEASE} + exit ;; + SX-8:SUPER-UX:*:*) + echo sx8-nec-superux${UNAME_RELEASE} + exit ;; + SX-8R:SUPER-UX:*:*) + echo sx8r-nec-superux${UNAME_RELEASE} + exit ;; Power*:Rhapsody:*:*) echo powerpc-apple-rhapsody${UNAME_RELEASE} exit ;; --- gnome-spell-1.0.8.orig/debian/control +++ gnome-spell-1.0.8/debian/control @@ -0,0 +1,16 @@ +Source: gnome-spell +Section: gnome +Priority: optional +Maintainer: Ubuntu Core Developers +XSBC-Original-Maintainer: Takuo KITAME +Uploaders: Debian GNOME Maintainers , Loic Minier , Sebastien Bacher +Build-Depends: debhelper (>= 4), intltool, autotools-dev, gettext, libaspell-dev (>= 0.60.3-3), libgnomeui-dev (>= 2.0.0), gnome-pkg-tools, libbonoboui2-dev (>= 1.112.1), libglade2-dev (>= 1.99.9), liborbit2-dev +Standards-Version: 3.6.2 + +Package: gnome-spell +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends}, aspell +Description: GNOME/Bonobo component for spell checking + Gnome spell is a GNOME/Bonobo component for spell checking. + It's based on aspell. + --- gnome-spell-1.0.8.orig/debian/gnome-spell.1.sgml +++ gnome-spell-1.0.8/debian/gnome-spell.1.sgml @@ -0,0 +1,107 @@ + manpage.1'. You may view + the manual page with: `docbook-to-man manpage.sgml | nroff -man | + less'. A typical entry in a Makefile or Makefile.am is: + +manpage.1: manpage.sgml + docbook-to-man $< > $@ + + + The docbook-to-man binary is found in the docbook-to-man package. + Please remember that if you create the nroff version in one of the + debian/rules file targets (such as build), you will need to include + docbook-to-man in your Build-Depends control field. + + --> + + + Takuo"> + Kitame"> + + Feb 27, 2002"> + + 1"> + kitame@debian.org"> + + GNOME-SPELL"> + + + Debian"> + GNU"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2002 + &dhusername; + + &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhpackage; + + GNOME/Bonobo component for spell checking. + + + DESCRIPTION + + &dhpackage;-component is called by some applications + internally. It is not for command line use. + + This manual page documents briefly the + &dhpackage; commands. + + This manual page was written for the &debian; distribution + because the original program does not have a manual page. + + + + + + AUTHOR + + This manual page was written by &dhusername; &dhemail; for + the &debian; system (but may be used by others). Permission is + granted to copy, distribute and/or modify this document under + the terms of the GNU Free Documentation + License, Version 1.1 or any later version published by the Free + Software Foundation; with no Invariant Sections, no Front-Cover + Texts and no Back-Cover Texts. + + +
+ + + + --- gnome-spell-1.0.8.orig/debian/changelog +++ gnome-spell-1.0.8/debian/changelog @@ -0,0 +1,173 @@ +gnome-spell (1.0.8-0ubuntu1) intrepid; urgency=low + + * New upstream release (LP: #272009) + - Win32 fixes + - Added Occitan, Slovenian, Dzongkha, Xhosa, Kinyarwanda, Nepali, Korean, + Galician translation + + -- Didier Roche Fri, 19 Sep 2008 18:32:40 +0200 + +gnome-spell (1.0.7-1ubuntu2) feisty; urgency=low + + * debian/control: Update maintainer fields according to debian- + maintainer-field spec. + + -- Martin Pitt Tue, 27 Feb 2007 11:29:50 +0100 + +gnome-spell (1.0.7-1ubuntu1) dapper; urgency=low + + * Sync with Debian + * debian/rules: + - Add gettext domain to .server file to get language pack support for it. + - build the .pot + + -- Sebastien Bacher Wed, 1 Mar 2006 17:03:10 +0100 + +gnome-spell (1.0.7-1) unstable; urgency=low + + * Friendly hijack by the GNOME team as Uploaders:. + - Add gnome-pkg-tools to build-deps. + [debian/control, debian/control.in] + - Rename clean: to clean::. + [debian/rules] + - Include uploaders.mk. + [debian/rules] + * New upstream release. + * Clean up the clean:: target. + - Only distclean if within a configured tree. + [debian/rules] + - Only update config.* if within a source tree. + [debian/rules] + * Bump up debhelper compatibility level to 4. + - Set level via debian/compat instead of DH_COMPAT. + [debian/compat, debian/rules] + - Bump debhelper build-dep to >= 4. + [debian/control, debian/control.in] + * Add ${misc:Depends} to gnome-spell deps. + [debian/control, debian/control.in] + * Section is gnome not misc. + [debian/control, debian/control.in] + * Fix various mistakes in copyright information (License versus Copyright, + copyright holders), but it seems the complete license is wrong (headers + point to the LGPL, but COPYING says GPL), see Ximian #77677. + [debian/copyright] + * Drop useless dirs file. + [debian/dirs] + * Acknowledge Sebestion Bacher's NMU. (Closes: #223623, #284980) + * Bump Standards-Version to 3.6.2. + [debian/control, debian/control.in] + * Add missing libbonoboui2-dev (>= 1.112.1) build-dep. + [debian/control, debian/control.in] + * Add missing libglade2-dev (>= 1.99.9) build-dep. + [debian/control, debian/control.in] + * Add missing liborbit2-dev build-dep. + [debian/control, debian/control.in] + + -- Loic Minier Wed, 1 Mar 2006 13:47:46 +0100 + +gnome-spell (1.0.6-3) unstable; urgency=low + + * Build against new libaspell (>= 0.60.3-3) (closes: #318054) + + -- Takuo KITAME Fri, 15 Jul 2005 18:14:36 +0900 + +gnome-spell (1.0.6-2) unstable; urgency=low + + * Build against new libaspell (>= 0.60.2) (closes: #318054) + + -- Takuo KITAME Thu, 14 Jul 2005 14:41:48 +0900 + +gnome-spell (1.0.6-1) unstable; urgency=low + + * GNOME Team Upload. + * New upstream release: + - improve the languages list (Closes: #284980). + * debian/control.in: + - fixed the Build-Depends. + - fixed the description (Closes: #223623). + + -- Sebastien Bacher Sun, 27 Mar 2005 23:21:26 +0200 + +gnome-spell (1.0.5-1) unstable; urgency=low + + * New upstream release + + -- Takuo KITAME Fri, 4 Jun 2004 10:56:12 +0900 + +gnome-spell (1.0.4-3) unstable; urgency=low + + * GNOME Team Upload. + * Removed DEPRECATED flags to fix FTBFS with GTK+2.4. + + -- Sebastien Bacher Thu, 20 May 2004 16:05:47 +0200 + +gnome-spell (1.0.4-2) unstable; urgency=low + + * Regenerate autotools files (closes: #196721) + + -- Takuo KITAME Tue, 17 Jun 2003 13:06:17 +0900 + +gnome-spell (1.0.4-1) unstable; urgency=low + + * New upstream release + * upload into unstable/main + + -- Takuo KITAME Tue, 3 Jun 2003 17:42:06 +0900 + +gnome-spell (1.0.1-1) experimental; urgency=low + + * New upstream release + + -- Takuo KITAME Mon, 31 Mar 2003 16:54:56 +0900 + +gnome-spell (0.5-4) unstable; urgency=low + + * Build against gal 0.24 (closes: #186906) + + -- Takuo KITAME Mon, 31 Mar 2003 16:41:16 +0900 + +gnome-spell (0.5-3) unstable; urgency=low + + * Build against latest libaspell-dev and libpspell-dev + + -- Takuo KITAME Tue, 21 Jan 2003 11:54:21 +0900 + +gnome-spell (0.5-2) unstable; urgency=low + + * Build depends on libgconf-dev (closes: #169353) + + -- Takuo KITAME Wed, 20 Nov 2002 08:37:26 +0900 + +gnome-spell (0.5-1) unstable; urgency=low + + * New upstream release (closes: #169116) + * Change maintainer address to @debian.org + + -- Takuo KITAME Fri, 15 Nov 2002 15:46:16 +0900 + +gnome-spell (0.4.1-4) unstable; urgency=low + + * debian/control: + fix description (closes: #141659) + + -- Takuo KITAME Mon, 8 Apr 2002 08:15:41 +0900 + +gnome-spell (0.4.1-3) unstable; urgency=low + + * debian/rules: + - fix cp config.sub, config.guess (closes: #138284) + + -- Takuo KITAME Fri, 15 Mar 2002 09:56:57 +0900 + +gnome-spell (0.4.1-2) unstable; urgency=low + + * Depends on aspell (closes: #137749) + + -- Takuo KITAME Mon, 11 Mar 2002 16:01:47 +0900 + +gnome-spell (0.4.1-1) unstable; urgency=low + + * Initial Release. (closes: #124170) + + -- Takuo KITAME Wed, 27 Feb 2002 13:50:07 +0900 + --- gnome-spell-1.0.8.orig/debian/rules +++ gnome-spell-1.0.8/debian/rules @@ -0,0 +1,93 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + +ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS))) + CFLAGS += -g +endif +ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) + INSTALL_PROGRAM += -s +endif + +configure: configure-stamp +configure-stamp: + dh_testdir + + ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info + + touch configure-stamp + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + +# docbook-to-man debian/gnome-spell.1.sgml > debian/gnome-spell-component-1.0.1.1 + $(MAKE) + + touch build-stamp + +clean:: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + -test -f Makefile && $(MAKE) distclean + -test -f config.sub && test -r /usr/share/misc/config.sub && \ + cp -f /usr/share/misc/config.sub config.sub + -test -f config.guess && test -r /usr/share/misc/config.guess && \ + cp -f /usr/share/misc/config.guess config.guess + + dh_clean # debian/gnome-spell-component-1.0.1.1 + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + $(MAKE) install prefix=$(CURDIR)/debian/gnome-spell/usr + rm -f $(CURDIR)/debian/gnome-spell/usr/lib/gnome-spell/*.a + rm -f $(CURDIR)/debian/gnome-spell/usr/lib/gnome-spell/*.la + + # Add translation domain + DOMAIN=$$(grep --max-count 1 '^GETTEXT_PACKAGE[[:space:]]*=' po/Makefile | sed 's/^.*=[[:space:]]\([^[:space:]]\)/\1/'); \ + echo "Adding translation domain $$DOMAIN to .server files..."; \ + sed -i "s// on +Wed, 27 Feb 2002 13:50:07 +0900. + +It was downloaded from + ftp://ftp.gnome.org/pub/GNOME/unstable/sources/gnome-spell/ + +Upstream Author: + Radek Doulik + +Copyright Holders: + Copyright (C) 1999, 2000 Helix Code, Inc. + Copyright (C) 2001 Ximian, Inc. + +License: + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; version 2 dated June, 1991. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA + 02111-1307, USA. + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + --- gnome-spell-1.0.8.orig/debian/compat +++ gnome-spell-1.0.8/debian/compat @@ -0,0 +1 @@ +4 --- gnome-spell-1.0.8.orig/debian/control.in +++ gnome-spell-1.0.8/debian/control.in @@ -0,0 +1,16 @@ +Source: gnome-spell +Section: gnome +Priority: optional +Maintainer: Ubuntu Core Developers +XSBC-Original-Maintainer: Takuo KITAME +Uploaders: @GNOME_TEAM@ +Build-Depends: debhelper (>= 4), intltool, autotools-dev, gettext, libaspell-dev (>= 0.60.3-3), libgnomeui-dev (>= 2.0.0), gnome-pkg-tools, libbonoboui2-dev (>= 1.112.1), libglade2-dev (>= 1.99.9), liborbit2-dev +Standards-Version: 3.6.2 + +Package: gnome-spell +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends}, aspell +Description: GNOME/Bonobo component for spell checking + Gnome spell is a GNOME/Bonobo component for spell checking. + It's based on aspell. + --- gnome-spell-1.0.8.orig/debian/docs +++ gnome-spell-1.0.8/debian/docs @@ -0,0 +1,3 @@ +NEWS +README +AUTHORS