summaryrefslogtreecommitdiff
diff options
authorJavier Fernández-Sanguino Peña <jfs@debian.org>2014-10-25 10:11:41 +0200
committergit-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com>2014-10-26 04:12:30 +0000
commit2e1362d1adca1186347d08ada1dddabf3b19ac13 (patch)
tree735a66179a1851ae610ab4b7576f648659bd7606
parent4eadfd644b5805c16940dd49932f4f88c1e56822 (diff)
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/changelog10
-rw-r--r--debian/control3
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.