tags 650060 + pending thanks Dear maintainer,
I've prepared an NMU for snort (versioned as 2.9.2.2-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06 : :' : Debian GNU/Linux user, admin, and developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `- NP: Peter Jones: I'd Do It All for You
diff -Nru snort-2.9.2.2/debian/changelog snort-2.9.2.2/debian/changelog --- snort-2.9.2.2/debian/changelog 2012-05-06 02:12:07.000000000 +0200 +++ snort-2.9.2.2/debian/changelog 2012-06-02 15:00:48.000000000 +0200 @@ -1,3 +1,17 @@ +snort (2.9.2.2-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix "FTBFS with multiarch libmysqlclient-dev": + + apply patch from Ubuntu / Jean-Louis Dupond: + - debian/rules: use mysql_config to find libraries to fix FTBFS + with multiarch libmysqlclient. + + debian/control: Build-Depends: drop virtual libmysqlclient15-dev, + make libmysqlclient-dev versioned to get mysql_config's --variable= + switch. + (Closes: #650060) + + -- gregor herrmann <gre...@debian.org> Sat, 02 Jun 2012 14:53:52 +0200 + snort (2.9.2.2-1) unstable; urgency=low * New upstream version (bug fix release) diff -Nru snort-2.9.2.2/debian/control snort-2.9.2.2/debian/control --- snort-2.9.2.2/debian/control 2012-03-27 00:14:49.000000000 +0200 +++ snort-2.9.2.2/debian/control 2012-06-02 14:53:37.000000000 +0200 @@ -8,7 +8,7 @@ libpcap0.8-dev, libpcre3-dev, debhelper (>= 5.0.0), - libmysqlclient15-dev | libmysqlclient-dev, + libmysqlclient-dev (>= 5.5), libpq-dev, po-debconf (>= 0.5.0), libprelude-dev, diff -Nru snort-2.9.2.2/debian/rules snort-2.9.2.2/debian/rules --- snort-2.9.2.2/debian/rules 2012-05-05 23:42:52.000000000 +0200 +++ snort-2.9.2.2/debian/rules 2012-06-02 14:46:36.000000000 +0200 @@ -99,9 +99,8 @@ ./configure $(CONFFLAGS) \ --with-mysql \ --without-postgresql \ - --enable-zlib -# Use this for mysql version in experimental -# --with-mysql-libraries=`mysql_config --variable=pkglibdir` + --enable-zlib \ + --with-mysql-libraries=`mysql_config --variable=pkglibdir` $(MAKE) cp src/snort src/snort-mysql touch $@
signature.asc
Description: Digital signature