From 43eaf35871578ea498e20ed4f945cce14f8f3032 Mon Sep 17 00:00:00 2001 From: jestin Date: Fri, 25 Jun 2004 18:26:05 +0000 Subject: problem dh_strip de la lib --- debian/changelog | 19 ++++++++++++++++++- debian/control | 6 +++--- debian/rules | 9 ++++++--- 3 files changed, 27 insertions(+), 7 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index a924f38..48b72df 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +ivy-c (3.6) unstable; urgency=low + + * now uses PCRE ( Perl Compatible Regular Expressions ). Please use -livy -lpcre + now when compiling. See http://www.pcre.org or man pcre for more details + * tclivy.c : many bugfixes to support spaces in parameters captured by + regexp + * added an example directory, with gtk motif and tk bindings + * fixed a nasty bug in the IvyUnbindMsg, where new client still were sent a + binding to the unbound regexps + * added a help message for ivyprobe, when called with -? or with unknown + command line switches + * added a -n switch to ivyprobe to change the name of the ivyprobe + * added a -v switch to ivyprobe to check the ivy-c version + * Makefile merges solaris, linux, and OSX versions. edit before compiling... + + -- Yannick Jestin Thu, 24 Jun 2004 18:28:10 +0200 + ivy-c (3.5) unstable; urgency=low * ivyprobe: removed the trailing "\n" at the end of the messages sent by ivyprobe when @@ -5,7 +22,7 @@ ivy-c (3.5) unstable; urgency=low * ivyprobe: added a DirectCallback to display direct messages sent by peers, * ivyprobe: prevents binding to invalid regexps. Fails with an error message - -- Yannick Jestin Mon, 17 Feb 2003 17:45:00 +0100 + -- Yannick Jestin Mon, 17 Feb 2003 17:45:00 +0100 ivy-c (3.4) unstable; urgency=low diff --git a/debian/control b/debian/control index 656fad2..ea52366 100644 --- a/debian/control +++ b/debian/control @@ -6,8 +6,8 @@ Standards-Version: 3.1.1.1 Package: ivy-c Architecture: any -Depends: ${shlibs:Depends} -Build-Depends: debhelper, libc6-dev, xlib6g-dev, tcl8.2-dev, libgtk1.2-dev +Depends: ${shlibs:Depends} libpcre3 +Build-Depends: debhelper, libc6-dev, xlibs-dev, tcl8.4-dev, libgtk1.2-dev, libpcre3-dev Conflicts: ivy-tcl Description: Ivy software bus. runtime Package Ivy is mostly a communication convention between processes, implemented @@ -16,7 +16,7 @@ Description: Ivy software bus. runtime Package Package: ivy-c-dev Architecture: any -Depends: ivy-c (>= 3.2-3), libc6-dev, xlib6g-dev, tcl8.2-dev, libgtk1.2-dev +Depends: ivy-c (>= 3.2-3), libc6-dev, xlibs-dev, tcl8.4-dev, libgtk1.2-dev Description: Ivy software bus. development Package This package is needed for compiling applications using ivy-c. Ivy is mostly a communication convention between processes, implemented diff --git a/debian/rules b/debian/rules index b773861..a2f683c 100755 --- a/debian/rules +++ b/debian/rules @@ -37,9 +37,12 @@ binary-arch: checkroot build -rm debian/tmp/usr/include/list.h # it's yet in utils-c-dev -cp src/version.h debian/copyright - dh_strip debian/tmp/usr/lib/libivy.so.$(MAJOR).$(MINOR) - dh_strip debian/tmp/usr/lib/libtclivy.so.$(MAJOR).$(MINOR) - dh_strip debian/tmp/usr/X11R6/lib/libxtivy.so.$(MAJOR).$(MINOR) + #dh_strip debian/tmp/usr/lib/libivy.so.$(MAJOR).$(MINOR) + strip debian/tmp/usr/lib/libivy.so.$(MAJOR).$(MINOR) + #dh_strip debian/tmp/usr/lib/libtclivy.so.$(MAJOR).$(MINOR) + strip debian/tmp/usr/lib/libtclivy.so.$(MAJOR).$(MINOR) + #dh_strip debian/tmp/usr/X11R6/lib/libxtivy.so.$(MAJOR).$(MINOR) + strip debian/tmp/usr/X11R6/lib/libxtivy.so.$(MAJOR).$(MINOR) dh_link usr/lib/libivy.so.$(MAJOR).$(MINOR) usr/lib/libivy.so.$(MAJOR) dh_link usr/lib/libgivy.so.$(MAJOR).$(MINOR) usr/lib/libgivy.so.$(MAJOR) -- cgit v1.1