diff options
| author | Javier Fernández-Sanguino Peña <jfs@debian.org> | 2014-10-25 10:11:41 +0200 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2014-10-26 04:12:30 +0000 |
| commit | 2e1362d1adca1186347d08ada1dddabf3b19ac13 (patch) | |
| tree | 735a66179a1851ae610ab4b7576f648659bd7606 | |
| parent | 4eadfd644b5805c16940dd49932f4f88c1e56822 (diff) | |
2.0.4-3 (patches unapplied)import/2.0.4-3ubuntu/xenial-develubuntu/xenialubuntu/wily-develubuntu/wilyubuntu/vivid-proposedubuntu/vivid-develubuntu/vividdebian/stretchdebian/buster
Imported using git-ubuntu import.
Notes
Notes:
* debian/control:
- Fix typo in that made libdaq-dev depend on the previous libdaq0 instead
of libdaq2
- libdaq2 cannot be installed alongside libdaq0 (they both provide
/usr/lib/libsfbpf.so.0.0.1), added a Conflicts: to reflect this
| -rw-r--r-- | debian/changelog | 10 | ||||
| -rw-r--r-- | debian/control | 3 |
2 files changed, 12 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 1e943c9..eec50d6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +daq (2.0.4-3) unstable; urgency=high + + * debian/control: + - Fix typo in that made libdaq-dev depend on the previous libdaq0 instead + of libdaq2 + - libdaq2 cannot be installed alongside libdaq0 (they both provide + /usr/lib/libsfbpf.so.0.0.1), added a Conflicts: to reflect this + + -- Javier Fernández-Sanguino Peña <jfs@debian.org> Sat, 25 Oct 2014 10:11:41 +0200 + daq (2.0.4-2) unstable; urgency=medium * debian/control: Rename libdaq0 to libdaq2 diff --git a/debian/control b/debian/control index 3441b40..1d94555 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Homepage: https://www.snort.org/downloads/ Package: libdaq-dev Section: libdevel Architecture: any -Depends: libdaq0 (= ${binary:Version}) +Depends: libdaq2 (= ${binary:Version}) Description: Data Acquisition library for packet I/O - development files DAQ is a library that introduces an abstraction layer to PCAP functions facilitation operation in a variety of hardware and software interfaces. @@ -23,6 +23,7 @@ Package: libdaq2 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} +Conflicts: libdaq0 Description: Data Acquisition library for packet I/O - shared library DAQ is a library that introduces an abstraction layer to PCAP functions facilitation operation in a variety of hardware and software interfaces. |
