switch to packaging format 3.0 (quit)

This commit is contained in:
Jan Wagner 2012-03-29 16:06:45 +00:00
parent 546d52cd47
commit 0e977caddf
9 changed files with 9 additions and 17 deletions

View file

@ -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
View file

@ -2,6 +2,7 @@ dns-flood-detector (1.12-7) UNRELEASED; urgency=low
* Add trailing trunk/ at Vcs-Svn-field
* 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

2
debian/compat vendored
View file

@ -1 +1 @@
5
9

2
debian/control vendored
View file

@ -2,7 +2,7 @@ Source: dns-flood-detector
Section: net
Priority: optional
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/
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

View file

@ -1 +0,0 @@
01_fix_prototyp.dpatch

View file

@ -1,9 +1,5 @@
#!/bin/sh /usr/share/dpatch/dpatch-run
## 01_fix_prototyp.dpatch by dann frazier <dannf@debian.org>
##
## DP: fix missing function prototype definition
@DPATCH@
From: dann frazier <dannf@debian.org>
Subject: fix missing function prototype definition
--- 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

1
debian/patches/series vendored Normal file
View file

@ -0,0 +1 @@
fix_prototyp

6
debian/rules vendored
View file

@ -4,8 +4,6 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
include /usr/share/dpatch/dpatch.make
CFLAGS += -D_BSD_SOURCE -Wall -g
LDLIBS += -lpcap -lpthread -lm
@ -16,14 +14,14 @@ else
endif
build: build-stamp
build-stamp: patch-stamp
build-stamp:
dh_testdir
# Add here commands to compile the package.
$(CC) $(CFLAGS) dns_flood_detector.c $(LDLIBS) -o dns_flood_detector
touch $@
clean: unpatch
clean:
dh_testdir
dh_testroot
rm -f build-stamp

View file

@ -1 +1 @@
1.0
3.0 (quilt)