switch to packaging format 3.0 (quit)
This commit is contained in:
		
							parent
							
								
									546d52cd47
								
							
						
					
					
						commit
						0e977caddf
					
				
					 9 changed files with 9 additions and 17 deletions
				
			
		
							
								
								
									
										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
 | 
			
		||||
  * 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
									
									
								
							
							
						
						
									
										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
 | 
			
		||||
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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										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
 | 
			
		||||
## 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
									
								
							
							
						
						
									
										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.
 | 
			
		||||
#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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										2
									
								
								debian/source/format
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								debian/source/format
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -1 +1 @@
 | 
			
		|||
1.0
 | 
			
		||||
3.0 (quilt)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue