--- le-dico-de-rene-cougnenc-1.3.orig/debian/changelog +++ le-dico-de-rene-cougnenc-1.3/debian/changelog @@ -0,0 +1,104 @@ +le-dico-de-rene-cougnenc (1.3-2.1ubuntu1) xenial; urgency=medium + + * debian/rules: + - Remove legacy DH_COMPAT export. + - Use dh_prep instead of deprecated dh_clean -k. + * debian/compat: Specify compatibility level of 9. + * debian/control: + - Build-depend on debhelper (>= 9). + - Depend on ${misc:Depends}. + + -- Logan Rosen Mon, 14 Mar 2016 23:24:17 -0500 + +le-dico-de-rene-cougnenc (1.3-2.1) unstable; urgency=high + + * NMU. + * Urgency set to high due to bug #401566 + * Fix a segfault on 64-bit arches. Closes: #401566. + * Remove "Acceuillant" from the list of words. Closes: #321142. + * Add support for GNU/kFreeBSD. Closes: #332998. + + -- Aurelien Jarno Sun, 10 Dec 2006 14:46:40 +0100 + +le-dico-de-rene-cougnenc (1.3-2) unstable; urgency=low + + * Change Guingampois to Guingampais. Closes: #315607 + + -- Eric Madesclair Tue, 5 Jul 2005 17:38:08 +0200 + +le-dico-de-rene-cougnenc (1.3-1) unstable; urgency=low + + * New upstream version + - Support for various charset (input and display). Closes: #290812 + * Addition English man page for dico and killposte. + + -- Eric Madesclair Fri, 4 Mar 2005 17:38:08 +0100 + +le-dico-de-rene-cougnenc (1.2-1) unstable; urgency=low + + * Replacement of a non-ASCII character in the short description. Closes: #260577 + * New upstream version + - Reorganization of the data files in /usr/share/dico-cougnenc Closes: #260540 + + -- Tue, 17 Aug 2004 04:30:55 +0200 + +le-dico-de-rene-cougnenc (1.1.5-1) unstable; urgency=low + + * First release with new maintener. Closes: #237314 + + -- Eric Madesclair Sat, 24 Apr 2004 20:38:08 +0200 + +le-dico-de-rene-cougnenc (1.1.4) unstable; urgency=low + + * Change "moutoux 39300" en "le moutoux 39300" + + -- Christian Marillat Mon, 21 Oct 2002 22:16:27 +0200 + +le-dico-de-rene-cougnenc (1.1.3) unstable; urgency=low + + * Mise a jour des codes postaux pour Yutz, Kuntzig, Illange et Stuckange + 57970 a la place de 57110 + + -- Christian Marillat Fri, 27 Sep 2002 20:51:35 +0200 + +le-dico-de-rene-cougnenc (1.1.2) unstable; urgency=low + + * Switch sgml to docbook 4.1 + * Use docbook2man instead of docbook-to-man + * Use only one big dictionnary file. + * Move killposte in le-dico-de-rene-cougnenc and remove the + le-dico-de-rene-cougnenc-outils package and add Conflicts. + * Move dictionnary in /usr/share/dico-cougnenc + + -- Christian Marillat Wed, 3 Oct 2001 23:41:47 +0200 + +le-dico-de-rene-cougnenc (1.1.1) unstable; urgency=low + + * Number version: This is a native debian package. + * Switch to debhelper V3 + * Fix a typo in le-dico-de-rene-cougnenc package (Thanks to Charles Goyard) + + -- Christian Marillat Mon, 2 Jul 2001 14:19:14 +0200 + +le-dico-de-rene-cougnenc (1.1-3) unstable; urgency=low + + * Add Replaces le-dico-cougnenc. + + -- Christian Marillat Wed, 25 Apr 2001 00:35:24 +0200 + +le-dico-de-rene-cougnenc (1.1-2) unstable; urgency=low + + * Include dedicace to Rene Cougnenc. + Thanks to Christian Perrier + + -- Christian Marillat Mon, 23 Apr 2001 15:23:02 +0200 + +le-dico-de-rene-cougnenc (1.1-1) unstable; urgency=low + + * Initial Release. + + -- Christian Marillat Thu, 12 Apr 2001 17:37:10 +0200 + +Local variables: +mode: debian-changelog +End: --- le-dico-de-rene-cougnenc-1.3.orig/debian/compat +++ le-dico-de-rene-cougnenc-1.3/debian/compat @@ -0,0 +1 @@ +9 --- le-dico-de-rene-cougnenc-1.3.orig/debian/control +++ le-dico-de-rene-cougnenc-1.3/debian/control @@ -0,0 +1,23 @@ +Source: le-dico-de-rene-cougnenc +Section: text +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Eric Madesclair +Build-Depends: debhelper (>= 9), docbook-utils +Standards-Version: 3.6.1 + +Package: le-dico-de-rene-cougnenc +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: the "Dico" by Rene Cougnenc + Le-dico-de-rene-coungnec is a French dictionary. + This dictionary contains more than 100,000 words + like nouns, verbs, conjugations, adjectives and complex + plural forms as well as the name and the postal code of + the French cities. + . + This list has been carefully elaborated by a team of + French BBS users and put in the public domain in + accented ASCII format either using the IBM MS/DOS + charset or the ISO-8859-1 charset for other systems. + --- le-dico-de-rene-cougnenc-1.3.orig/debian/copyright +++ le-dico-de-rene-cougnenc-1.3/debian/copyright @@ -0,0 +1,15 @@ +Today, it's maintained by Eric Madesclair + +This package was debianized by Christian Marillat on +Thu, 12 Apr 2001 17:37:10 +0200. + +It was downloaded from + +Upstream Author: René Cougnenc + +Copyright: 1992 René Cougnenc. + +You should have received a copy of the GNU General Public License with the +Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL; if +not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite +330, Boston, MA 02111-1307 USA --- le-dico-de-rene-cougnenc-1.3.orig/debian/rules +++ le-dico-de-rene-cougnenc-1.3/debian/rules @@ -0,0 +1,65 @@ +#!/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 + +package := $(shell sed -n 's/Package: \(.*\)/\1/p' debian/control | head -1) + +build: build-stamp +build-stamp: + dh_testdir + + -$(MAKE) -C src + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + -$(MAKE) -C src clean + + dh_clean manpage.refs manpage.links + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs -A usr/share/man/fr/man1 + + $(MAKE) -C src install prefix=`pwd`/debian/${package}/usr + + dh_movefiles --sourcedir=debian/${package} + +# 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_installdebconf + dh_installdocs -A README.TXT dedicace.txt +# dh_installexamples +# dh_installmenu +# dh_installman +# dh_installinfo + dh_installchangelogs + 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 --- le-dico-de-rene-cougnenc-1.3.orig/lexique/a.dic +++ le-dico-de-rene-cougnenc-1.3/lexique/a.dic @@ -623,7 +623,6 @@ accessoirement accessoiriser accessoiriste -acceuillant acchroide accident accidentant --- le-dico-de-rene-cougnenc-1.3.orig/lexique/g.dic +++ le-dico-de-rene-cougnenc-1.3/lexique/g.dic @@ -4114,7 +4114,7 @@ guines 62340 guingamp 22200 guingamp -guingampois +guingampais guingan guinglange 57690 guingois --- le-dico-de-rene-cougnenc-1.3.orig/src/dico.c +++ le-dico-de-rene-cougnenc-1.3/src/dico.c @@ -19,6 +19,7 @@ | | +-----------------------------------------------------------------------+ */ +#ifndef __GLIBC__ #ifndef linux #ifndef sony #ifndef MSDOS @@ -26,6 +27,7 @@ #endif #endif #endif +#endif #ifdef sony /* Sony News WorkStations */ #define UNIX @@ -34,6 +36,12 @@ char *getenv(); #endif +#ifdef __GLIBC__ /* GLIBC based Operating System */ +#define UNIX +#define ISO_CHARS +#define MYOS "GLIBC Based OS" +#endif + #ifdef linux /* Linux Operating System */ #define UNIX #define ISO_CHARS @@ -58,11 +66,13 @@ #define OK 0 #define MYVBUF 10240 /* pour setvbuf() eventuel */ +#ifndef __GLIBC__ #ifndef linux #ifndef sony #define MUST_HAVE_BUF /* Linux va moins vite avec setvbuf! */ #endif #endif +#endif typedef unsigned char byte; @@ -73,7 +83,7 @@ #endif //Ajout -#ifdef linux +#if defined(linux) || defined (__GLIBC__) #include #include #include @@ -273,13 +283,13 @@ * Pour l'instant, il n'y en que deux :-) * */ -options( char *c ) +options( int c ) { char fname[127] ; char buf[80]; FILE *fp ; - switch ( (int) c ) + switch ( c ) { case 'v': /* Affiche la date mise a jour dico, fichier version.dic */ @@ -824,7 +834,7 @@ char* retval; char *tmp; - int s_lng,tmp_lng; + size_t s_lng,tmp_lng; #ifdef linux iconv_t cd ; --- le-dico-de-rene-cougnenc-1.3.orig/src/killposte.c +++ le-dico-de-rene-cougnenc-1.3/src/killposte.c @@ -12,15 +12,19 @@ +-----------------------------------------------------------------------+ */ +#ifndef __GLIBC__ #ifndef linux #ifndef MSDOS #error "Vous devez definir le systeme d'exploitation linux ou MSDOS." #endif #endif +#endif #ifdef linux #define UNIX #define MYOS "linux" /* Pour affichage version only */ +#elif defined(__GLIBC__) +#define MYOS "GLIBC Based OS" #else #define MYOS "MSDOS" #endif