Update of /home/halls/cvs/debian-openoffice/myspell-deb/debian In directory gluck:/tmp/cvs-serv10645
Modified Files: changelog control rules Log Message: - call the source package version 1:3.0+pre3.1 and modifiy the actual deb versions to 1:3.1-1 via dh_gencontrol - add ${shlibs:Depends} and ${perl:Depends} to libmyspell-dev's Depends: Index: changelog =================================================================== RCS file: /home/halls/cvs/debian-openoffice/myspell-deb/debian/changelog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- changelog 7 Jan 2004 16:49:04 -0000 1.7 +++ changelog 8 Jan 2004 14:27:56 -0000 1.8 @@ -1,10 +1,11 @@ -myspell (1:3.1-0pre1) unstable; urgency=low +myspell (1:3.0+pre3.1-1) unstable; urgency=low * New upstream version again, now with shared library -> new package: libmyspell3 * add pkg-config info file + * add ${shlibs:Depends} and ${perl:Depends} to libmyspell-dev's Dependsi - -- Rene Engelhard <[EMAIL PROTECTED]> Wed, 7 Jan 2004 17:47:14 +0100 + -- Rene Engelhard <[EMAIL PROTECTED]> Thu, 8 Jan 2004 05:07:07 +0100 myspell (1:3.0-1) unstable; urgency=low Index: rules =================================================================== RCS file: /home/halls/cvs/debian-openoffice/myspell-deb/debian/rules,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- rules 7 Jan 2004 16:49:04 -0000 1.8 +++ rules 8 Jan 2004 14:27:56 -0000 1.9 @@ -27,6 +27,19 @@ version=3.1 major=3 +debversion=`head -n 1 debian/changelog | awk '{ print $$2 }' \ + | sed -e s/"("// -e s/")"// -e s/3.0+pre//` + +ifneq (,$(findstring sparc,$(DEB_HOST_GNU_TYPE))) + CXX=sparc-linux-g++ + CC=sparc-linux-gcc +else + CXX=g++ + CC=gcc +endif + +version=3.1 +major=3 configure: configure-stamp configure-stamp: patch-stamp @@ -97,7 +110,7 @@ dh_installdeb dh_shlibdeps dh_perl - dh_gencontrol + dh_gencontrol -- -v$(debversion) -Vlibmyspell3-depends=$(debversion) dh_md5sums dh_builddeb Index: control =================================================================== RCS file: /home/halls/cvs/debian-openoffice/myspell-deb/debian/control,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- control 6 Jan 2004 11:10:11 -0000 1.6 +++ control 8 Jan 2004 14:27:56 -0000 1.7 @@ -10,7 +10,7 @@ Architecture: any Section: libdevel Suggests: myspell-dictionary -Depends: libmyspell3 (= ${Source-Version}) +Depends: ${shlibs:Depends}, libmyspell3 (= ${libmyspell3-depends}), ${perl:Depends} Description: MySpell spellchecking library development files MySpell is a Spellchecker as (and derived from) ispell. .