Update of /home/halls/cvs/debian-openoffice/myspell-deb/debian In directory gluck:/tmp/cvs-serv30925
Modified Files: changelog rules Added Files: libmyspell-dev.dirs myspell.pc.in Log Message: add pkg-config info file; sent to Kevin Index: changelog =================================================================== RCS file: /home/halls/cvs/debian-openoffice/myspell-deb/debian/changelog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- changelog 6 Jan 2004 11:43:28 -0000 1.6 +++ changelog 7 Jan 2004 16:49:04 -0000 1.7 @@ -2,8 +2,9 @@ * New upstream version again, now with shared library -> new package: libmyspell3 + * add pkg-config info file - -- Rene Engelhard <[EMAIL PROTECTED]> Mon, 5 Jan 2004 06:36:29 +0100 + -- Rene Engelhard <[EMAIL PROTECTED]> Wed, 7 Jan 2004 17:47:14 +0100 myspell (1:3.0-1) unstable; urgency=low --- NEW FILE: libmyspell-dev.dirs --- usr/lib/pkgconfig --- NEW FILE: myspell.pc.in --- [EMAIL PROTECTED]@ exec_prefix=${prefix} libdir=${prefix}/lib includedir=${prefix}/include Name: myspell Description: MySpell spellchecking library Version: @version@ Libs: -L${libdir} -lmyspell Cflags: -I${includedir} Index: rules =================================================================== RCS file: /home/halls/cvs/debian-openoffice/myspell-deb/debian/rules,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- rules 6 Jan 2004 11:42:51 -0000 1.7 +++ rules 7 Jan 2004 16:49:04 -0000 1.8 @@ -76,6 +76,10 @@ debian/$$i/usr/share/lintian/overrides/$$i; \ done + cat debian/myspell.pc.in \ + | sed -e s,@prefix@,/usr, | sed -e s,@version@,$(version), \ + > debian/libmyspell-dev/usr/lib/pkgconfig/myspell.pc + binary-indep: build install binary-arch: build install