Browse Source

Import Debian version 3.0.1-1

Noèl Köthe 17 years ago
parent
commit
a518dd89f7
5 changed files with 3141 additions and 4 deletions
  1. 1516 0
      config.guess
  2. 1622 0
      config.sub
  3. 2 0
      debian/compat
  4. 1 1
      debian/control
  5. 0 3
      debian/rules

File diff suppressed because it is too large
+ 1516 - 0
config.guess


File diff suppressed because it is too large
+ 1622 - 0
config.sub


+ 2 - 0
debian/compat

@@ -0,0 +1,2 @@
+4
+

+ 1 - 1
debian/control

@@ -2,7 +2,7 @@ Source: tcpreplay
 Section: net
 Priority: optional
 Maintainer: Noèl Köthe <noel@debian.org>
-Build-Depends: debhelper (>> 3.0.0), libpcap0.8-dev, tcpdump, autogen
+Build-Depends: debhelper (>> 3.0.0), libpcap0.8-dev, tcpdump, autogen, autotools-dev
 Standards-Version: 3.7.2
 
 Package: tcpreplay

+ 0 - 3
debian/rules

@@ -5,9 +5,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# This is the debhelper compatibility version to use.
-export DH_COMPAT=4
-
 # These are used for cross-compiling and for saving the configure script
 # from having to guess our platform (since we know it already)
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)