Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
debian
dns-flood-detector
Commits
e250b0ee
Commit
e250b0ee
authored
May 22, 2013
by
waja
Browse files
[svn-buildpackage] Tagging dns-flood-detector 1.20-1
parents
3645abb1
cdc3da14
3582a42f
Changes
3
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
e250b0ee
dns-flood-detector (1.20-1) unstable; urgency=low
* New upstream release
* Enable Hardening
- build-dep on hardening-wrapper
-- Jan Wagner <waja@cyconet.org> Wed, 22 May 2013 13:40:57 +0200
dns-flood-detector (1.12-7) unstable; urgency=low
* Add trailing trunk/ at Vcs-Svn-field
...
...
debian/control
View file @
e250b0ee
...
...
@@ -2,7 +2,7 @@ Source: dns-flood-detector
Section: net
Priority: optional
Maintainer: Jan Wagner <waja@cyconet.org>
Build-Depends: debhelper (>= 9), libpcap0.8-dev
Build-Depends: debhelper (>= 9), libpcap0.8-dev
, hardening-wrapper
Homepage: http://www.adotout.com/
Vcs-Browser: https://scm.uncompleted.org/projects/debian/repository/show/dns-flood-detector
Vcs-Svn: https://scm.uncompleted.org/svn/debian/dns-flood-detector/trunk
...
...
debian/rules
View file @
e250b0ee
...
...
@@ -4,6 +4,10 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
# hardening
export DEB_BUILD_HARDENING=1
CFLAGS:=$(shell dpkg-buildflags --get CFLAGS)
CFLAGS += -D_BSD_SOURCE -Wall -g
LDLIBS += -lpcap -lpthread -lm
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment