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

CVS:myspell-deb/debian libmyspell3.install,NONE,1.1 libmyspell3.shlibs,NONE,1.1 changelog,1.4,1.5 control,1.4,1.5 overrides.lintian,1.2,1.3 rules,1.5,1.6 libmyspell0.install,1.1,NONE libmyspell0.shlibs,1.1,NONE



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

Modified Files:
	changelog control overrides.lintian rules 
Added Files:
	libmyspell3.install libmyspell3.shlibs 
Removed Files:
	libmyspell0.install libmyspell0.shlibs 
Log Message:
.so.3


Index: overrides.lintian
===================================================================
RCS file: /home/halls/cvs/debian-openoffice/myspell-deb/debian/overrides.lintian,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- overrides.lintian	6 Jan 2004 00:04:33 -0000	1.2
+++ overrides.lintian	6 Jan 2004 10:27:04 -0000	1.3
@@ -1,4 +1,4 @@
 # this is a citation
 libmyspell-dev: spelling-error-in-copyright usefull useful
-libmyspell0: spelling-error-in-copyright usefull useful
+libmyspell3: spelling-error-in-copyright usefull useful
 

--- libmyspell0.shlibs DELETED ---

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

--- libmyspell0.install DELETED ---

Index: rules
===================================================================
RCS file: /home/halls/cvs/debian-openoffice/myspell-deb/debian/rules,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- rules	6 Jan 2004 00:04:33 -0000	1.5
+++ rules	6 Jan 2004 10:27:04 -0000	1.6
@@ -6,7 +6,7 @@
 
 include /usr/share/dpatch/dpatch.make
 
-CFLAGS = -g
+CFLAGS = -g -Wall -ansi -pedantic
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -O0
@@ -17,6 +17,9 @@
 	INSTALL_PROGRAM += -s
 endif
 
+version=3.1
+major=3
+
 configure: configure-stamp
 configure-stamp: patch-stamp
 	dh_testdir
@@ -51,6 +54,12 @@
 	mkdir -p $(CURDIR)/debian/tmp/usr
 	$(MAKE) install PREFIX=$(CURDIR)/debian/tmp/usr
 	
+	# create the links since the Makefile does create them in the dir
+	# but does not install them
+	cd $(CURDIR)/debian/tmp/usr/lib && \
+		ln -s libmyspell.so.$(version) libmyspell.so.$(major) && \
+		ln -s libmyspell.so.$(version) libmyspell.so
+	
 	dh_install --sourcedir=debian/tmp
 	
 	for i in `dh_listpackages`; do \
@@ -72,6 +81,7 @@
 	dh_compress
 	dh_fixperms
 	dh_makeshlibs
+	dh_link
 	dh_installdeb
 	dh_shlibdeps
 	dh_perl

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

--- NEW FILE: libmyspell3.shlibs ---
libmyspell 3 libmyspell3

Index: control
===================================================================
RCS file: /home/halls/cvs/debian-openoffice/myspell-deb/debian/control,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- control	5 Jan 2004 13:08:56 -0000	1.4
+++ control	6 Jan 2004 10:27:04 -0000	1.5
@@ -20,7 +20,7 @@
  It moreover contains two little scripts which may be helpful for
  converting ispell dictionaries to myspell ones.
 
-Package: libmyspell0
+Package: libmyspell3
 Architecture: any
 Depends: ${shlibs:Depends}
 Section: libs



Reply to: