From a5d7e0be2570bd5250da6141fc75db8690a26c52 Mon Sep 17 00:00:00 2001 From: bustico Date: Mon, 6 May 2013 15:55:23 +0000 Subject: some Makefile and debian build fixes --- debian/changelog | 58 ++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 35 insertions(+), 23 deletions(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index f544838..1179010 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ivy-c (3.13.0) unstable; urgency=low + + * update debian packaging + * bump version to allow for proper syncing + + -- Felix Ruess Fri, 26 Apr 2013 11:11:25 +0200 + ivy-c (3.11.10) unstable; urgency=low * mkdirhier replaced by mkdir -p in all Makefile(s) @@ -18,7 +25,7 @@ ivy-c (3.11.8) unstable; urgency=low * make ivy-c compilable by a c++ compiler * add fixes to remove all gcc warning message - -- Alexandre Bustico Mon, 27 Janury 2010 13:43:00 +0100 + -- Alexandre Bustico Mon, 27 Jan 2010 13:43:00 +0100 ivy-c (3.11.7) unstable; urgency=low @@ -27,10 +34,16 @@ ivy-c (3.11.7) unstable; urgency=low -- Alexandre Bustico Mon, 6 Jul 2009 16:43:00 +0200 +ivy-c (3.11.6-1) unstable; urgency=low + + * remove dependency over libgtk1.2-dev + + -- Gautier Hattenberger Tue, 30 Nov 2010 16:43:00 +0200 + ivy-c (3.11.6) unstable; urgency=low - * desactivation of the nagle buffering for TCP sockets, - since ivy is most of the time used to send events, we will priviligiate + * desactivation of the nagle buffering for TCP sockets, + since ivy is most of the time used to send events, we will priviligiate lag over throughtput -- Alexandre Bustico Mon, 6 Jul 2009 16:43:00 +0200 @@ -43,7 +56,7 @@ ivy-c (3.11.5) unstable; urgency=low ivy-c (3.11.4) unstable; urgency=low - * fix again timer.c (thanks again to brno ivy dev team) so that timer could be removed within the callback + * fix again timer.c (thanks again to brno ivy dev team) so that timer could be removed within the callback * make the lib and api more robust by adding const where they should be * compile with -Wall and eliminate remaining warnings @@ -51,7 +64,7 @@ ivy-c (3.11.4) unstable; urgency=low ivy-c (3.11.3) unstable; urgency=low - * fix timer.c (thanks to brno ivy dev team), and ivydebug.h + * fix timer.c (thanks to brno ivy dev team), and ivydebug.h * add __attribute__ gcc hooks which permit to emit warning when format and arguments of bindmessage and sendmessage aren't concordant. @@ -73,7 +86,7 @@ ivy-c (3.11.1) unstable; urgency=low ivy-c (3.11.0) unstable; urgency=low * change socket behavior to non blocking, with local management of a - fifo, this fix some deadlock problems when lot of agents with numerous regexp binding are on the same bus. + fifo, this fix some deadlock problems when lot of agents with numerous regexp binding are on the same bus. * little (ascendant compatible) api change * fix for numerous bugs @@ -93,7 +106,7 @@ ivy-c (3.10.0-2) unstable; urgency=low ivy-c (3.10.0-1) unstable; urgency=low - * change Makefile to get around a debian Bug : debian pcrecpp + * change Makefile to get around a debian Bug : debian pcrecpp package is broken, (as debian itself) * a repertory testivy with test file for the ivythroughput test tool @@ -104,8 +117,9 @@ ivy-c (3.10.0) unstable; urgency=low * fix realloc buffer size when big message * complete change of internal structures for performance optimisation * experimental parralelized version for performance optimisation (use - and need openmp) which scale well for regexp matching on - multicore/multi processor gear. + and need openmp) which scale well for regexp matching on + multicore/multi processor gear. + -- Alexandre Bustico Wed, 06 Feb 2008 17:17:54 +0100 @@ -124,10 +138,10 @@ ivy-c (3.9.3-1) unstable; urgency=low ivy-c (3.9.2-1) unstable; urgency=low * Apply patch from Michel Estienne for Solaris, - * Change Makefile and debian rules build to be able to build on Sarge and + * Change Makefile and debian rules build to be able to build on Sarge and on Etch * Use LDFLAGS in Makefile, use pkg-config if available to get X11 installation - path so that the Xt lib gets installed in the correct location even on newer + path so that the Xt lib gets installed in the correct location even on newer Xorg 7.x. -- Olivier Fourdan Mon, 12 Feb 2007 17:36:06 +0100 @@ -186,13 +200,13 @@ ivy-c (3.8-1) unstable; urgency=low * suppression warning format * portage WIN32 random => rand - * modification du protocol Ivy UDP : ajout de appid et appname dans + * modification du protocol Ivy UDP : ajout de appid et appname dans le mesage Hello * rework the Makefile for cleaner installation - * redo the debian packaging administration files for better lib/dev + * redo the debian packaging administration files for better lib/dev files splitting - * move the Ivy header files to a new Ivy/ subdir to avoid conflicts - with other existing system headers (beware, that *will* break + * move the Ivy header files to a new Ivy/ subdir to avoid conflicts + with other existing system headers (beware, that *will* break existing code that needs to look in the the new path for headers inclusion) * correction Bug regexp encore @@ -347,8 +361,8 @@ ivy-c (3.1-1) unstable; urgency=low * Making ivyprobe ivy-3.0 compliant * Bug correction which appears at ivy closing * add doc files - - -- Hervé Damiano Tue, 13 Apr 1999 15:19:17 +0200 + + -- Hervé Damiano Tue, 13 Apr 1999 15:19:17 +0200 ivy-c (3.0-1) unstable; urgency=low @@ -361,7 +375,7 @@ ivy-c (3.0-1) unstable; urgency=low * Clean headers * testivy -> ivyprobe - -- Hervé Damiano Thu, 18 Feb 1999 11:50:50 +0100 + -- Hervé Damiano Thu, 18 Feb 1999 11:50:50 +0100 ivy-c (1.2-1) unstable; urgency=low @@ -372,9 +386,9 @@ ivy-c (1.2-1) unstable; urgency=low ivy-c (1.1-2) unstable; urgency=low - * Suppression du header list.h qui est aussi défini dans utils-c. - * Ajout du soname à la bibliothèque dynamique. - + * Suppression du header list.h qui est aussi défini dans utils-c. + * Ajout du soname à la bibliothèque dynamique. + -- Patrick Lecoanet Wed, 9 Dec 1998 11:24:34 +0100 ivy-c (1.1-1) unstable; urgency=low @@ -382,5 +396,3 @@ ivy-c (1.1-1) unstable; urgency=low * Initial Release. -- Patrick Lecoanet Tue, 13 Oct 1998 09:52:30 +0200 - - -- cgit v1.1