[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

CVS:myspell-deb/debian libmyspell-dev.links,NONE,1.1 libmyspell0.install,NONE,1.1 libmyspell0.shlibs,NONE,1.1 changelog,1.3,1.4 control,1.3,1.4 libmyspell-dev.install,1.2,1.3 rules,1.3,1.4 dirs,1.1,NONE



Update of /home/halls/cvs/debian-openoffice/myspell-deb/debian
In directory gluck:/tmp/cvs-serv23241

Modified Files:
	changelog control libmyspell-dev.install rules 
Added Files:
	libmyspell-dev.links libmyspell0.install libmyspell0.shlibs 
Removed Files:
	dirs 
Log Message:
Check work for 3.1-1 so far in


--- NEW FILE: libmyspell-dev.links ---
usr/lib/libmyspell-3.1_pic.a usr/lib/libmyspell_pic.a

Index: control
===================================================================
RCS file: /home/halls/cvs/debian-openoffice/myspell-deb/debian/control,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- control	5 Jan 2004 03:38:27 -0000	1.3
+++ control	5 Jan 2004 13:08:56 -0000	1.4
@@ -10,6 +10,7 @@
 Architecture: any
 Section: libdevel
 Suggests: myspell-dictionary
+Depends: libmyspell0 (= ${Source-Version})
 Description: MySpell spellchecking library development files
  MySpell is a Spellchecker as (and derived from) ispell.
  .
@@ -18,3 +19,13 @@
  .
  It moreover contains two little scripts which may be helpful for
  converting ispell dictionaries to myspell ones.
+
+Package: libmyspell0
+Architecture: any
+Depends: ${shlibs:Depends}
+Section: libs
+Description: MySpell spellchecking library
+ MySpell is a Spellchecker as (and derived from) ispell.
+ .
+ This package contains the runtime library for programs using the myspell
+ library.

--- NEW FILE: libmyspell0.install ---
usr/lib/libmyspell.so.*

--- dirs DELETED ---

--- NEW FILE: libmyspell0.shlibs ---
libmyspell 0 libmyspell0

Index: rules
===================================================================
RCS file: /home/halls/cvs/debian-openoffice/myspell-deb/debian/rules,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- rules	5 Jan 2004 03:38:27 -0000	1.3
+++ rules	5 Jan 2004 13:08:56 -0000	1.4
@@ -6,7 +6,7 @@
 
 include /usr/share/dpatch/dpatch.make
 
-CFLAGS = -Wall -g
+CFLAGS = -g
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -O0
@@ -27,8 +27,9 @@
 build-stamp: configure-stamp 
 	dh_testdir
 
-	$(MAKE) CXXFLAGS="$(CFLAGS)"
-
+	$(MAKE) OPTFLAGS="$(CFLAGS)"
+	$(MAKE) check
+	
 	touch build-stamp
 
 clean: unpatch
@@ -47,8 +48,11 @@
 	dh_clean -k 
 	dh_installdirs
 
-	dh_install --sourcedir=.
-	chmod 755 debian/libmyspell-dev/usr/bin/*
+	mkdir -p $(CURDIR)/debian/tmp/usr
+	$(MAKE) install PREFIX=$(CURDIR)/debian/tmp/usr
+	
+	dh_install --sourcedir=debian/tmp
+	
 	-mkdir -p debian/libmyspell-dev/usr/share/lintian/overrides
 	install -m644 debian/overrides.lintian \
 	    debian/libmyspell-dev/usr/share/lintian/overrides/libmyspell-dev
@@ -65,7 +69,7 @@
 	dh_strip
 	dh_compress
 	dh_fixperms
-#	dh_makeshlibs
+	dh_makeshlibs
 	dh_installdeb
 	dh_shlibdeps
 	dh_perl

Index: changelog
===================================================================
RCS file: /home/halls/cvs/debian-openoffice/myspell-deb/debian/changelog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- changelog	5 Jan 2004 03:38:27 -0000	1.3
+++ changelog	5 Jan 2004 13:08:56 -0000	1.4
@@ -1,3 +1,10 @@
+myspell (1:3.1-1) unstable; urgency=low
+
+  * New upstream version again, now with shared library
+    -> new package: libmyspell0
+
+ -- Rene Engelhard <rene@debian.org>  Mon,  5 Jan 2004 06:36:29 +0100
+
 myspell (1:3.0-1) unstable; urgency=low
 
   * New upstream release - new source pkg name

Index: libmyspell-dev.install
===================================================================
RCS file: /home/halls/cvs/debian-openoffice/myspell-deb/debian/libmyspell-dev.install,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libmyspell-dev.install	5 Jan 2004 03:38:27 -0000	1.2
+++ libmyspell-dev.install	5 Jan 2004 13:08:56 -0000	1.3
@@ -1,3 +1,5 @@
-libmyspell.a	usr/lib
-*.hxx		usr/include/myspell
-utils/i* 	usr/bin
+usr/lib/*.a
+usr/lib/libmyspell.so
+usr/include/myspell
+usr/bin
+../../utils/i* 	usr/bin



Reply to: