Skip to content

Commit 8bfa658

Browse files
committed
packaging: build only static library to avoid conflicts with any installed shared libraries
1 parent 6169793 commit 8bfa658

17 files changed

+4
-389
lines changed

debian.lib/control

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,3 @@ Description: Development files for the Hyperscan library
2727
.
2828
libhyperscan only runs on processors with at least SSSE3 support.
2929

30-
Package: libhyperscan5
31-
Architecture: any-amd64 i386 kfreebsd-i386
32-
Depends: ${misc:Depends}, ${shlibs:Depends}
33-
Pre-Depends: debconf
34-
Conflicts: libhyperscan4 (>= 5)
35-
Replaces: libhyperscan4 (>= 5)
36-
Description: High-performance regular expression matching library
37-
Hyperscan is a high-performance multiple regex matching library.
38-
It follows the regular expression syntax of the commonly-used libpcre library,
39-
but is a standalone library with its own C API. Hyperscan uses hybrid automata
40-
techniques to allow simultaneous matching of large numbers (up to tens of
41-
thousands) of regular expressions and for the matching of regular expressions
42-
across streams of data. Hyperscan is typically used in a DPI library stack.
43-
.
44-
libhyperscan only runs on processors with at least SSSE3 support.

debian.lib/libhyperscan-dev.install

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
usr/include/*
22
usr/lib/*/lib*.a
3-
usr/lib/*/lib*.so
43
usr/lib/*/pkgconfig/*

debian.lib/libhyperscan5.install

Lines changed: 0 additions & 1 deletion
This file was deleted.

debian.lib/libhyperscan5.lintian-overrides

Lines changed: 0 additions & 5 deletions
This file was deleted.

debian.lib/libhyperscan5.preinst

Lines changed: 0 additions & 35 deletions
This file was deleted.

debian.lib/libhyperscan5.templates

Lines changed: 0 additions & 7 deletions
This file was deleted.

debian.lib/po/POTFILES.in

Lines changed: 0 additions & 1 deletion
This file was deleted.

debian.lib/po/de.po

Lines changed: 0 additions & 34 deletions
This file was deleted.

debian.lib/po/es.po

Lines changed: 0 additions & 37 deletions
This file was deleted.

debian.lib/po/fr.po

Lines changed: 0 additions & 36 deletions
This file was deleted.

debian.lib/po/nl.po

Lines changed: 0 additions & 38 deletions
This file was deleted.

debian.lib/po/pt.po

Lines changed: 0 additions & 36 deletions
This file was deleted.

debian.lib/po/pt_BR.po

Lines changed: 0 additions & 36 deletions
This file was deleted.

debian.lib/po/ru.po

Lines changed: 0 additions & 37 deletions
This file was deleted.

debian.lib/po/templates.pot

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)