aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules9
-rw-r--r--debian/source/format2
3 files changed, 16 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 0523041..a61e33a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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.
diff --git a/debian/rules b/debian/rules
index c82a5bd..6297fcb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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)
diff --git a/debian/source/format b/debian/source/format
index af745b3..89ae9db 100644
--- a/debian/source/format
+++ b/debian/source/format
@@ -1 +1 @@
-3.0 (git)
+3.0 (native)