Package: release.debian.org Severity: normal User: [email protected] Usertags: unblock
Please unblock package suricata We fixed a couple of tiny things on it. % debdiff suricata_2.0.6-2 suricata_2.0.6-3 diff -Nru suricata-2.0.6/debian/changelog suricata-2.0.6/debian/changelog --- suricata-2.0.6/debian/changelog 2015-02-19 12:15:56.000000000 +0100 +++ suricata-2.0.6/debian/changelog 2015-02-19 11:57:19.000000000 +0100 @@ -1,3 +1,15 @@ +suricata (2.0.6-3) unstable; urgency=medium + + [ Arturo Borrero Gonzalez ] + * suricata: don't deploy .so links + + [ Pierre Chifflier ] + * Add missing installation files (Closes: #778724) + * Fix .so symlinks removal + * Update default-rules-path + + -- Pierre Chifflier <[email protected]> Thu, 19 Feb 2015 11:55:05 +0100 + suricata (2.0.6-2) unstable; urgency=medium [ Arturo Borrero Gonzalez ] diff -Nru suricata-2.0.6/debian/control suricata-2.0.6/debian/control --- suricata-2.0.6/debian/control 2015-02-19 12:15:56.000000000 +0100 +++ suricata-2.0.6/debian/control 2015-02-19 11:11:47.000000000 +0100 @@ -30,8 +30,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} -Conflicts: libhtp1 (<< 0.5.16), libhtp-dev (<< 0.5.16) -Replaces: libhtp1 (<< 0.5.16), libhtp-dev (<< 0.5.16) +Conflicts: libhtp1 (<< 0.5.16) +Replaces: libhtp1 (<< 0.5.16) Recommends: oinkmaster, snort-rules-default, python Description: Next Generation Intrusion Detection and Prevention Tool Suricata is a network Intrusion Detection System (IDS). It is based on diff -Nru suricata-2.0.6/debian/rules suricata-2.0.6/debian/rules --- suricata-2.0.6/debian/rules 2015-02-19 12:15:56.000000000 +0100 +++ suricata-2.0.6/debian/rules 2015-02-19 11:56:59.000000000 +0100 @@ -38,13 +38,14 @@ # we don't want to deploy any of the libhtp files, only the .so rm -rf $(CURDIR)/debian/suricata/usr/lib/*/*.la rm -rf $(CURDIR)/debian/suricata/usr/lib/*/*.a + rm -rf $(CURDIR)/debian/suricata/usr/lib/*/*.so rm -rf $(CURDIR)/debian/suricata/usr/lib/*/pkgconfig rm -rf $(CURDIR)/debian/suricata/usr/include override_dh_auto_configure: dh_auto_configure -- $(CONFIGURE_ARGS) sed \ - -e 's|^default-rule-path: .*$$|default-rule-path: /etc/snort/rules|' \ + -e 's|^default-rule-path: .*$$|default-rule-path: /etc/suricata/rules|' \ suricata.yaml > suricata-debian.yaml override_dh_clean: diff -Nru suricata-2.0.6/debian/suricata.install suricata-2.0.6/debian/suricata.install --- suricata-2.0.6/debian/suricata.install 2015-02-19 12:15:56.000000000 +0100 +++ suricata-2.0.6/debian/suricata.install 2015-02-19 11:54:49.000000000 +0100 @@ -1,3 +1,5 @@ suricata-debian.yaml /etc/suricata classification.config /etc/suricata reference.config /etc/suricata +threshold.config /etc/suricata +rules/*.rules /etc/suricata/rules unblock suricata/2.0.6-3 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

