debian: Update the package building

This commit is contained in:
Holger Hans Peter Freyther 2012-11-06 23:40:17 +01:00
parent 6d06bb1500
commit d7999f0557
3 changed files with 16 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
osmo-pcap (0.0.3) unstable; urgency=low
* New upstream version.
-- Holger Hans Peter Freyther <holger@freyther.de> Tue, 06 Nov 2012 23:41:36 +0100
osmo-pcap (0.0.1) unstable; urgency=low
* Initial Release.

9
debian/rules vendored
View File

@ -16,6 +16,15 @@
# This has to be exported to make some magic below work.
export DH_OPTIONS
# Maybe we require some moreadvanced testing in the future
PCAP_CFLAGS="-I/usr/include"
PCAP_LIBS="-lpcap"
%:
dh --with autoreconf $@
override_dh_auto_configure:
dh_auto_configure -- \
--with-pcap-config=/bin/false \
PCAP_CFLAGS=$(PCAP_CFLAGS) \
PCAP_LIBS=$(PCAP_LIBS)

View File

@ -1 +1 @@
3.0 (git)
3.0 (native)