switch to packaging format 3.0 (quit)
This commit is contained in:
parent
546d52cd47
commit
0e977caddf
3
debian/README.source
vendored
3
debian/README.source
vendored
|
@ -1,3 +0,0 @@
|
||||||
We use dpatch for patch handling inside our package(s). Please see
|
|
||||||
/usr/share/doc/dpatch/README.source.gz (if you have installed dpatch) for
|
|
||||||
documentation about dpatch.
|
|
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -2,6 +2,7 @@ dns-flood-detector (1.12-7) UNRELEASED; urgency=low
|
||||||
|
|
||||||
* Add trailing trunk/ at Vcs-Svn-field
|
* Add trailing trunk/ at Vcs-Svn-field
|
||||||
* Updating standards version to 3.9.3, no changes needed
|
* Updating standards version to 3.9.3, no changes needed
|
||||||
|
* Switch over to packaging format 3.0 (quit) (closes: #664409)
|
||||||
|
|
||||||
-- Jan Wagner <waja@cyconet.org> Wed, 10 Mar 2010 00:09:56 +0100
|
-- Jan Wagner <waja@cyconet.org> Wed, 10 Mar 2010 00:09:56 +0100
|
||||||
|
|
||||||
|
|
2
debian/compat
vendored
2
debian/compat
vendored
|
@ -1 +1 @@
|
||||||
5
|
9
|
||||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -2,7 +2,7 @@ Source: dns-flood-detector
|
||||||
Section: net
|
Section: net
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Jan Wagner <waja@cyconet.org>
|
Maintainer: Jan Wagner <waja@cyconet.org>
|
||||||
Build-Depends: debhelper (>= 5), dpatch, libpcap0.8-dev
|
Build-Depends: debhelper (>= 9), dpatch, libpcap0.8-dev
|
||||||
Homepage: http://www.adotout.com/
|
Homepage: http://www.adotout.com/
|
||||||
Vcs-Browser: https://scm.uncompleted.org/projects/debian/repository/show/dns-flood-detector
|
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
|
Vcs-Svn: https://scm.uncompleted.org/svn/debian/dns-flood-detector/trunk
|
||||||
|
|
1
debian/patches/00list
vendored
1
debian/patches/00list
vendored
|
@ -1 +0,0 @@
|
||||||
01_fix_prototyp.dpatch
|
|
|
@ -1,9 +1,5 @@
|
||||||
#!/bin/sh /usr/share/dpatch/dpatch-run
|
From: dann frazier <dannf@debian.org>
|
||||||
## 01_fix_prototyp.dpatch by dann frazier <dannf@debian.org>
|
Subject: fix missing function prototype definition
|
||||||
##
|
|
||||||
## DP: fix missing function prototype definition
|
|
||||||
|
|
||||||
@DPATCH@
|
|
||||||
|
|
||||||
--- dns-flood-detector-1.10/dns_flood_detector.c~ 2003-12-29 20:53:38.000000000 -0700
|
--- dns-flood-detector-1.10/dns_flood_detector.c~ 2003-12-29 20:53:38.000000000 -0700
|
||||||
+++ dns-flood-detector-1.10/dns_flood_detector.c 2006-11-18 17:38:47.000000000 -0700
|
+++ dns-flood-detector-1.10/dns_flood_detector.c 2006-11-18 17:38:47.000000000 -0700
|
1
debian/patches/series
vendored
Normal file
1
debian/patches/series
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
fix_prototyp
|
6
debian/rules
vendored
6
debian/rules
vendored
|
@ -4,8 +4,6 @@
|
||||||
# Uncomment this to turn on verbose mode.
|
# Uncomment this to turn on verbose mode.
|
||||||
#export DH_VERBOSE=1
|
#export DH_VERBOSE=1
|
||||||
|
|
||||||
include /usr/share/dpatch/dpatch.make
|
|
||||||
|
|
||||||
CFLAGS += -D_BSD_SOURCE -Wall -g
|
CFLAGS += -D_BSD_SOURCE -Wall -g
|
||||||
LDLIBS += -lpcap -lpthread -lm
|
LDLIBS += -lpcap -lpthread -lm
|
||||||
|
|
||||||
|
@ -16,14 +14,14 @@ else
|
||||||
endif
|
endif
|
||||||
|
|
||||||
build: build-stamp
|
build: build-stamp
|
||||||
build-stamp: patch-stamp
|
build-stamp:
|
||||||
dh_testdir
|
dh_testdir
|
||||||
# Add here commands to compile the package.
|
# Add here commands to compile the package.
|
||||||
$(CC) $(CFLAGS) dns_flood_detector.c $(LDLIBS) -o dns_flood_detector
|
$(CC) $(CFLAGS) dns_flood_detector.c $(LDLIBS) -o dns_flood_detector
|
||||||
|
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
clean: unpatch
|
clean:
|
||||||
dh_testdir
|
dh_testdir
|
||||||
dh_testroot
|
dh_testroot
|
||||||
rm -f build-stamp
|
rm -f build-stamp
|
||||||
|
|
2
debian/source/format
vendored
2
debian/source/format
vendored
|
@ -1 +1 @@
|
||||||
1.0
|
3.0 (quilt)
|
||||||
|
|
Loading…
Reference in a new issue