--- gtkspell-2.0.15.orig/config.guess +++ gtkspell-2.0.15/config.guess @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 # Free Software Foundation, Inc. -timestamp='2008-01-23' +timestamp='2009-04-27' # 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 @@ -324,6 +324,9 @@ case `/usr/bin/uname -p` in sparc) echo sparc-icl-nx7; exit ;; esac ;; + s390x:SunOS:*:*) + echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; sun4H:SunOS:5.*:*) echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; @@ -331,7 +334,20 @@ echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) - echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + eval $set_cc_for_build + SUN_ARCH="i386" + # If there is a compiler, see if it is configured for 64-bit objects. + # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. + # This test works for both compilers. + if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then + if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ + (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ + grep IS_64BIT_ARCH >/dev/null + then + SUN_ARCH="x86_64" + fi + fi + echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4*:SunOS:6*:*) # According to config.sub, this is the proper way to canonicalize @@ -796,7 +812,7 @@ x86) echo i586-pc-interix${UNAME_RELEASE} exit ;; - EM64T | authenticamd) + EM64T | authenticamd | genuineintel) echo x86_64-unknown-interix${UNAME_RELEASE} exit ;; IA64) @@ -935,6 +951,9 @@ if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} exit ;; + padre:Linux:*:*) + echo sparc-unknown-linux-gnu + exit ;; parisc:Linux:*:* | hppa:Linux:*:*) # Look for CPU level case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in @@ -985,9 +1004,6 @@ a.out-i386-linux) echo "${UNAME_MACHINE}-pc-linux-gnuaout" exit ;; - coff-i386) - echo "${UNAME_MACHINE}-pc-linux-gnucoff" - exit ;; "") # Either a pre-BFD a.out linker (linux-gnuoldld) or # one that does not give us useful --help. @@ -1102,8 +1118,11 @@ pc:*:*:*) # Left here for compatibility: # uname -m prints for DJGPP always 'pc', but it prints nothing about - # the processor, so we play safe by assuming i386. - echo i386-pc-msdosdjgpp + # the processor, so we play safe by assuming i586. + # Note: whatever this is, it MUST be the same as what config.sub + # prints for the "djgpp" host, or else GDB configury will decide that + # this is a cross-build. + echo i586-pc-msdosdjgpp exit ;; Intel:Mach:3*:*) echo i386-pc-mach3 @@ -1141,6 +1160,16 @@ 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && { echo i486-ncr-sysv4; exit; } ;; + NCR*:*:4.2:* | MPRAS*:*:4.2:*) + OS_REL='.3' + test -r /etc/.relid \ + && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && { echo i486-ncr-sysv4.3${OS_REL}; exit; } + /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ + && { echo i586-ncr-sysv4.3${OS_REL}; exit; } + /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \ + && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) echo m68k-unknown-lynxos${UNAME_RELEASE} exit ;; @@ -1216,6 +1245,9 @@ BePC:BeOS:*:*) # BeOS running on Intel PC compatible. echo i586-pc-beos exit ;; + BePC:Haiku:*:*) # Haiku running on Intel PC compatible. + echo i586-pc-haiku + exit ;; SX-4:SUPER-UX:*:*) echo sx4-nec-superux${UNAME_RELEASE} exit ;; @@ -1324,6 +1356,9 @@ i*86:rdos:*:*) echo ${UNAME_MACHINE}-pc-rdos exit ;; + i*86:AROS:*:*) + echo ${UNAME_MACHINE}-pc-aros + exit ;; esac #echo '(No uname command or uname output not recognized.)' 1>&2 --- gtkspell-2.0.15.orig/config.sub +++ gtkspell-2.0.15/config.sub @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 # Free Software Foundation, Inc. -timestamp='2008-01-16' +timestamp='2009-04-17' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -122,6 +122,7 @@ case $maybe_os in nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \ uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \ + kopensolaris*-gnu* | \ storm-chaos* | os2-emx* | rtmk-nova*) os=-$maybe_os basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` @@ -249,13 +250,16 @@ | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | i370 | i860 | i960 | ia64 \ | ip2k | iq2000 \ + | lm32 \ | m32c | m32r | m32rle | m68000 | m68k | m88k \ - | maxq | mb | microblaze | mcore | mep \ + | maxq | mb | microblaze | mcore | mep | metag \ | mips | mipsbe | mipseb | mipsel | mipsle \ | mips16 \ | mips64 | mips64el \ - | mips64vr | mips64vrel \ + | mips64octeon | mips64octeonel \ | mips64orion | mips64orionel \ + | mips64r5900 | mips64r5900el \ + | mips64vr | mips64vrel \ | mips64vr4100 | mips64vr4100el \ | mips64vr4300 | mips64vr4300el \ | mips64vr5000 | mips64vr5000el \ @@ -268,6 +272,7 @@ | mipsisa64sr71k | mipsisa64sr71kel \ | mipstx39 | mipstx39el \ | mn10200 | mn10300 \ + | moxie \ | mt \ | msp430 \ | nios | nios2 \ @@ -277,7 +282,7 @@ | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ | pyramid \ | score \ - | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ + | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ | sh64 | sh64le \ | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ @@ -286,7 +291,7 @@ | v850 | v850e \ | we32k \ | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \ - | z8k) + | z8k | z80) basic_machine=$basic_machine-unknown ;; m6811 | m68hc11 | m6812 | m68hc12) @@ -329,14 +334,17 @@ | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ | i*86-* | i860-* | i960-* | ia64-* \ | ip2k-* | iq2000-* \ + | lm32-* \ | m32c-* | m32r-* | m32rle-* \ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ - | m88110-* | m88k-* | maxq-* | mcore-* \ + | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \ | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ | mips16-* \ | mips64-* | mips64el-* \ - | mips64vr-* | mips64vrel-* \ + | mips64octeon-* | mips64octeonel-* \ | mips64orion-* | mips64orionel-* \ + | mips64r5900-* | mips64r5900el-* \ + | mips64vr-* | mips64vrel-* \ | mips64vr4100-* | mips64vr4100el-* \ | mips64vr4300-* | mips64vr4300el-* \ | mips64vr5000-* | mips64vr5000el-* \ @@ -358,20 +366,20 @@ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ | pyramid-* \ | romp-* | rs6000-* \ - | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ + | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ | sparclite-* \ | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \ | tahoe-* | thumb-* \ - | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ + | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* | tile-* \ | tron-* \ | v850-* | v850e-* | vax-* \ | we32k-* \ | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \ | xstormy16-* | xtensa*-* \ | ymp-* \ - | z8k-*) + | z8k-* | z80-*) ;; # Recognize the basic CPU types without company name, with glob match. xtensa*) @@ -439,6 +447,10 @@ basic_machine=m68k-apollo os=-bsd ;; + aros) + basic_machine=i386-pc + os=-aros + ;; aux) basic_machine=m68k-apple os=-aux @@ -459,6 +471,10 @@ basic_machine=c90-cray os=-unicos ;; + cegcc) + basic_machine=arm-unknown + os=-cegcc + ;; convex-c1) basic_machine=c1-convex os=-bsd @@ -526,6 +542,10 @@ basic_machine=m88k-motorola os=-sysv3 ;; + dicos) + basic_machine=i686-pc + os=-dicos + ;; djgpp) basic_machine=i586-pc os=-msdosdjgpp @@ -1128,6 +1148,10 @@ basic_machine=z8k-unknown os=-sim ;; + z80-*-coff) + basic_machine=z80-unknown + os=-sim + ;; none) basic_machine=none-none os=-none @@ -1166,7 +1190,7 @@ we32k) basic_machine=we32k-att ;; - sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele) + sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele) basic_machine=sh-unknown ;; sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) @@ -1238,8 +1262,9 @@ -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\ | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \ + | -kopensolaris* \ | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ - | -aos* \ + | -aos* | -aros* \ | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ @@ -1248,7 +1273,7 @@ | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ - | -chorusos* | -chorusrdb* \ + | -chorusos* | -chorusrdb* | -cegcc* \ | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \ | -uxpv* | -beos* | -mpeix* | -udk* \ @@ -1388,6 +1413,9 @@ -zvmoe) os=-zvmoe ;; + -dicos*) + os=-dicos + ;; -none) ;; *) --- gtkspell-2.0.15.orig/debian/control +++ gtkspell-2.0.15/debian/control @@ -0,0 +1,25 @@ +Source: gtkspell +Section: libs +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Ari Pollak +Build-Depends: debhelper (>> 4.0.0), libenchant-dev, libgtk2.0-dev (>= 2.4.0), libltdl3-dev, libxml-parser-perl, intltool (>= 0.35.0) +Standards-Version: 3.7.3 + +Package: libgtkspell0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: a spell-checking addon for GTK's TextView widget + GtkSpell provides MSWord/MacOSX-style highlighting of misspelled words in a + GtkTextView widget. Right-clicking a misspelled word pops up a menu of + suggested replacements. + +Package: libgtkspell-dev +Section: libdevel +Architecture: any +Depends: libenchant-dev, libgtk2.0-dev, libgtkspell0 (= ${Source-Version}) +Description: Development files for GtkSpell + This package contains the headers and static libraries for developing + applications with GtkSpell support. Also included are documentation and + example code for developing GtkSpell applications. --- gtkspell-2.0.15.orig/debian/rules +++ gtkspell-2.0.15/debian/rules @@ -0,0 +1,103 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# 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) + +CFLAGS= -g -Wall + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif +ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) + INSTALL_PROGRAM += -s +endif + +config.status: configure + dh_testdir + # Add here commands to configure the package. + ./configure --disable-gtk-doc --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info + + +build: build-stamp +build-stamp: config.status + dh_testdir + + # Add here commands to compile the package. + $(MAKE) + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + # Add here commands to clean up after the build process. + -$(MAKE) distclean + -test -r /usr/share/misc/config.sub && \ + cp -f /usr/share/misc/config.sub config.sub + -test -r /usr/share/misc/config.guess && \ + cp -f /usr/share/misc/config.guess config.guess + + rm -f docs/html/gtkspell.devhelp docs/gtkspell-decl.txt \ + docs/gtkspell-decl-list.txt docs/gtkspell-undocumented.txt + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/tmp + $(MAKE) install prefix=$(CURDIR)/debian/tmp/usr + + rm debian/tmp/usr/lib/*.la + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_movefiles + +# dh_installdebconf + dh_installdocs + dh_installexamples + dh_installmenu +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_installinit + dh_installcron + dh_installman + dh_installinfo + dh_installchangelogs ChangeLog + dh_link + dh_strip + dh_compress + dh_fixperms + dh_makeshlibs + dh_installdeb +# dh_perl + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- gtkspell-2.0.15.orig/debian/libgtkspell0.dirs +++ gtkspell-2.0.15/debian/libgtkspell0.dirs @@ -0,0 +1 @@ +usr/lib --- gtkspell-2.0.15.orig/debian/libgtkspell-dev.dirs +++ gtkspell-2.0.15/debian/libgtkspell-dev.dirs @@ -0,0 +1,2 @@ +usr/lib +usr/include --- gtkspell-2.0.15.orig/debian/libgtkspell0.symbols +++ gtkspell-2.0.15/debian/libgtkspell0.symbols @@ -0,0 +1,10 @@ +libgtkspell.so.0 libgtkspell0 #MINVER# + gtkspell_attach@Base 2.0.10 + gtkspell_detach@Base 2.0.10 + gtkspell_error_quark@Base 2.0.10 + gtkspell_get_from_text_view@Base 2.0.10 + gtkspell_get_suggestions_menu@Base 2.0.15-0ubuntu1 + gtkspell_init@Base 2.0.10 + gtkspell_new_attach@Base 2.0.10 + gtkspell_recheck_all@Base 2.0.10 + gtkspell_set_language@Base 2.0.10 --- gtkspell-2.0.15.orig/debian/changelog +++ gtkspell-2.0.15/debian/changelog @@ -0,0 +1,253 @@ +gtkspell (2.0.15-0ubuntu1) karmic; urgency=low + + * New upstream release: (LP: #399536) + version 2.0.15 (2008-12-01): + - Additional translations (see po/ChangeLog). + - Add missing G_BEGIN_DECLS/G_END_DECLS for C++ support + - Fix feature request #2101451 by removing the sub-menu + of the context menu as any other in-line spell checker does. + - Fix feature request #1523881, #1643622 and #2054637 + by adding a Language selector sub-menu. + - Fix feature request #1362304 by fixing docs/Makefile.am + to install gtkspell.devhelp so that it shows in devhelp + version 2.0.14 (2008-08-15): + - Additional translations (see po/ChangeLog). + - Changed bug reporting address at configure.ac:AC_INIT + - undo/redo in the calling application (Liviu Andronic) + - gtkspell_get_suggestions_menu() (Liviu Andronic) + * debian/libgtkspell0.symbols: + - add new symbols + * debian/control: + - build-dep on intltool >=0.35.0 + + -- Andreas Moog Wed, 15 Jul 2009 02:10:56 +0200 + +gtkspell (2.0.13-2) unstable; urgency=low + + * Add updated copyright & watch files from Siegfried Gevatter + (Closes: #508069) + + -- Ari Pollak Sat, 10 Jan 2009 16:48:43 -0500 + +gtkspell (2.0.13-1) unstable; urgency=low + + * New upstream release + - Switch to Enchant (Closes: #473536) + + -- Ari Pollak Wed, 21 May 2008 19:30:47 -0400 + +gtkspell (2.0.10-4) unstable; urgency=low + + * Seed symbols file for libgtkspell0 + * Move spell-checking library from Libs to Libs.private in aspell.pc + * Remove .la files since we provide a pkg-config .pc file + + -- Ari Pollak Sun, 20 Jan 2008 16:16:25 -0500 + +gtkspell (2.0.10-3) unstable; urgency=low + + * Update build-depends for libaspell-dev >= 0.60.3-3 for the C++ ABI + transition + + -- Ari Pollak Sat, 9 Jul 2005 20:12:45 -0400 + +gtkspell (2.0.10-2) unstable; urgency=low + + * Re-enable word-breaking workarounds, it's still broken in Pango + (Closes: #302799) + + -- Ari Pollak Thu, 19 May 2005 23:08:32 -0400 + +gtkspell (2.0.10-1) unstable; urgency=low + + * New upstream release + + -- Ari Pollak Sun, 27 Feb 2005 15:32:50 -0500 + +gtkspell (2.0.9-1) unstable; urgency=low + + * New upstream release + + -- Ari Pollak Sat, 26 Feb 2005 13:48:13 -0500 + +gtkspell (2.0.8-1) unstable; urgency=low + + * New upstream release, contains some minor bugfixes and a new translation + + -- Ari Pollak Fri, 8 Oct 2004 14:14:49 -0400 + +gtkspell (2.0.7-1) unstable; urgency=low + + * New upstream release, conveniently with no changes since yesterday. + * Actually include the LC_MESSAGES files in libgtkspell0 since + it's now localized + + -- Ari Pollak Sun, 22 Aug 2004 22:59:02 -0400 + +gtkspell (2.0.6+cvs20040821-1) unstable; urgency=low + + * Update to latest upstream CVS, fixes spellchecking under gaim with a non-C + locale, and fixes clobbering other programs' locales (Closes: #266380) + + -- Ari Pollak Sat, 21 Aug 2004 17:59:55 -0400 + +gtkspell (2.0.6-2) unstable; urgency=low + + * I just realized the -dev depdencies were incorrectly depending on + libpspell-dev. Change it to libaspell-dev. + + -- Ari Pollak Sun, 8 Aug 2004 07:08:31 -0400 + +gtkspell (2.0.6-1) unstable; urgency=low + + * New upstream release (wow, I'm slow.) + + -- Ari Pollak Sat, 7 Aug 2004 23:54:47 -0400 + +gtkspell (2.0.5-3) unstable; urgency=low + + * Don't depend on aspell + * Remove Recommends: aspell-dictionary, since libaspell15 provides that + + -- Ari Pollak Mon, 23 Feb 2004 07:24:53 -0500 + +gtkspell (2.0.5-2) unstable; urgency=low + + * Bump standards-version; no changes necessary + + -- Ari Pollak Sun, 1 Feb 2004 11:05:16 -0500 + +gtkspell (2.0.5-1) unstable; urgency=low + + * New upstream release + + -- Ari Pollak Mon, 26 Jan 2004 16:12:36 -0500 + +gtkspell (2.0.4-7) unstable; urgency=low + + * Versioned dependency on libaspell-dev + + -- Ari Pollak Tue, 19 Aug 2003 12:32:51 -0400 + +gtkspell (2.0.4-6) unstable; urgency=low + + * Move -dev package to libdevel + * Add versioned shlib + + -- Ari Pollak Wed, 4 Jun 2003 14:48:12 -0500 + +gtkspell (2.0.4-5) unstable; urgency=low + + * Don't build documentation, built docs already come in the + distribution. (Closes: #178143) + + -- Ari Pollak Thu, 23 Jan 2003 22:40:48 -0500 + +gtkspell (2.0.4-4) unstable; urgency=low + + * Don't specify -laspell in the pkg-config file. Will solve weird + aspell dependency problems in the future. + + -- Ari Pollak Mon, 20 Jan 2003 18:06:00 -0500 + +gtkspell (2.0.4-3) unstable; urgency=low + + * Add xsltproc to build-depends + + -- Ari Pollak Sat, 18 Jan 2003 22:40:29 -0500 + +gtkspell (2.0.4-2) unstable; urgency=low + + * Clean up docs/xml and docs/html/*.png since 'make clean' doesn't do + it properly itself. + * Build-depends on gtk-doc-tools + + -- Ari Pollak Sat, 18 Jan 2003 19:57:11 -0500 + +gtkspell (2.0.4-1) unstable; urgency=low + + * New upstream release + * Use aspell instead of pspell (Closes: #177299) + * Includes documentation in the -dev package + + -- Ari Pollak Fri, 17 Jan 2003 18:05:36 -0500 + +gtkspell (2.0.3-5) unstable; urgency=low + + * Make sure to include libgtkspell.la (Thanks Robert McQueen) + + -- Ari Pollak Sun, 15 Dec 2002 23:31:43 -0500 + +gtkspell (2.0.3-4) unstable; urgency=low + + * Depend on aspell. No reason people should be using ispell. + + -- Ari Pollak Thu, 12 Dec 2002 02:32:22 -0500 + +gtkspell (2.0.3-3) unstable; urgency=low + + * Recommends: aspell and aspell-dictionary, make a note in README.Debian. + + -- Ari Pollak Fri, 29 Nov 2002 22:15:28 -0500 + +gtkspell (2.0.3-2) unstable; urgency=low + + * Check for noopt in DEB_BUILD_OPTIONS correctly + + -- Ari Pollak Thu, 14 Nov 2002 19:09:51 -0500 + +gtkspell (2.0.3-1) unstable; urgency=low + + * New upstream release + - Hack around Pango word-breaking bug: + http://bugzilla.gnome.org/show_bug.cgi?id=97545 + so we no longer incorrectly flag words with apostrophes as + misspellings. + + -- Ari Pollak Wed, 13 Nov 2002 22:46:43 -0500 + +gtkspell (2.0.2-3) unstable; urgency=low + + * Unreleased + * Bump standards to 3.5.7 + - Don't check for debug, default to "-O2 -g -Wall" for CFLAGS and + check for noopt, as policy suggests + + -- Ari Pollak Fri, 11 Oct 2002 20:42:40 -0400 + +gtkspell (2.0.2-2) unstable; urgency=low + + * Updated -dev description + * Recompile against libgtk2.0-0, not -0png3 (ugh) + + -- Ari Pollak Wed, 2 Oct 2002 20:26:55 -0400 + +gtkspell (2.0.2-1) unstable; urgency=low + + * New upstream release + - Fixes a crash if the LANG env variable isn't set (which isn't the + case on almost all Debian systems) + + -- Ari Pollak Tue, 13 Aug 2002 17:08:04 -0400 + +gtkspell (2.0.1-2) unstable; urgency=low + + * Recompile against libgtk2.0-0png3 + * New upstream release + + -- Ari Pollak Thu, 11 Aug 2002 15:59:05 -0400 + +gtkspell (2.0.0-2) unstable; urgency=low + + * Add dependencies to the -dev package + * Add debian/watch file + * Debhelper v4 + + -- Ari Pollak Tue, 30 Jul 2002 13:44:37 -0400 + +gtkspell (2.0.0-1) unstable; urgency=low + + * Initial Debian release. (Closes: #153160) + + -- Ari Pollak Sun, 5 May 2002 16:12:31 -0400 + --- gtkspell-2.0.15.orig/debian/compat +++ gtkspell-2.0.15/debian/compat @@ -0,0 +1 @@ +4 --- gtkspell-2.0.15.orig/debian/watch +++ gtkspell-2.0.15/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://gtkspell.sourceforge.net/ download/gtkspell-(.*)\.tar\.gz --- gtkspell-2.0.15.orig/debian/libgtkspell-dev.examples +++ gtkspell-2.0.15/debian/libgtkspell-dev.examples @@ -0,0 +1,3 @@ +examples/Makefile +examples/advanced.c +examples/simple.c --- gtkspell-2.0.15.orig/debian/libgtkspell-dev.files +++ gtkspell-2.0.15/debian/libgtkspell-dev.files @@ -0,0 +1,7 @@ +usr/include/* +usr/lib/lib*.a +usr/lib/lib*.la +usr/lib/lib*.so +usr/lib/pkgconfig/* +usr/share/gtk-doc/html/gtkspell/* + --- gtkspell-2.0.15.orig/debian/libgtkspell0.files +++ gtkspell-2.0.15/debian/libgtkspell0.files @@ -0,0 +1,2 @@ +usr/lib/lib*.so.* +usr/share/locale --- gtkspell-2.0.15.orig/debian/copyright +++ gtkspell-2.0.15/debian/copyright @@ -0,0 +1,41 @@ +This package was debianized by Ari Pollak on +Sun, 5 May 2002 16:12:31 -0400. + +It was downloaded from . + +Upstream Authors: + + Nathan Fredrickson + Eduardo PĂ©rez Ureta + +Copyright: + + gtkspell/*: + Copyright (c) 2002 Evan Martin + + po/*: + Copyright (C) 2003-2008 Free Software Foundation, Inc. + Copyright (C) 2007 Armenian Translation team + Copyright (c) 2002 Evan Martin + Copyright (C) 2008 Gintautas Miliauskas + Copyright (C) 1995, 1996, 1997 by Ulrich Drepper + + +License: + + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + version 2 as published by the Free Software Foundation. + + This program 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 program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, + USA. + + On Debian systems, the complete text of the GNU General Public + License can be found in /usr/share/common-licenses/GPL-2. --- gtkspell-2.0.15.orig/debian/libgtkspell-dev.docs +++ gtkspell-2.0.15/debian/libgtkspell-dev.docs @@ -0,0 +1 @@ +README