Signed-off-by: Tobias Klauser <[email protected]>
---
debian/changelog | 2 ++
debian/rules | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index b6b8ce1..e545be8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ netsniff-ng (0.5.9-2) unstable; urgency=low
* debian/control:
+ Remove cmake from Build-Depends, as it's no longer used.
+ Adjust Vcs-Browser path.
+ * debian/rules:
+ + Use verbose build to make compiler flags visible in buildd logs.
-- Tobias Klauser <[email protected]> Wed, 19 Aug 2015 16:01:03 +0200
diff --git a/debian/rules b/debian/rules
index 5ae33be..9215557 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,7 +40,7 @@ install: build
dh_testroot
dh_prep
dh_installdirs
- $(MAKE) PREFIX=/usr ETCDIR=/etc DESTDIR=$(CURDIR)/debian/netsniff-ng
install
+ $(MAKE) Q= PREFIX=/usr ETCDIR=/etc DESTDIR=$(CURDIR)/debian/netsniff-ng
install
# Build architecture-independent files here.
binary-indep: build install
--
2.5.0
--
You received this message because you are subscribed to the Google Groups
"netsniff-ng" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.