Codebase list tcpflow / debian/0.21-9
Import tcpflow 0.21-9 Steve Kemp 17 years ago
8 changed file(s) with 113 addition(s) and 24 deletion(s). Raw diff Collapse all Expand all
5858 ECHO_T = @ECHO_T@
5959 EGREP = @EGREP@
6060 EXEEXT = @EXEEXT@
61 GREP = @GREP@
6162 INSTALL_DATA = @INSTALL_DATA@
6263 INSTALL_PROGRAM = @INSTALL_PROGRAM@
6364 INSTALL_SCRIPT = @INSTALL_SCRIPT@
8081 STRIP = @STRIP@
8182 VERSION = @VERSION@
8283 ac_ct_CC = @ac_ct_CC@
83 ac_ct_STRIP = @ac_ct_STRIP@
8484 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
8585 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
8686 am__include = @am__include@
9393 build_os = @build_os@
9494 build_vendor = @build_vendor@
9595 datadir = @datadir@
96 datarootdir = @datarootdir@
97 docdir = @docdir@
98 dvidir = @dvidir@
9699 exec_prefix = @exec_prefix@
97100 host = @host@
98101 host_alias = @host_alias@
99102 host_cpu = @host_cpu@
100103 host_os = @host_os@
101104 host_vendor = @host_vendor@
105 htmldir = @htmldir@
102106 includedir = @includedir@
103107 infodir = @infodir@
104108 install_sh = @install_sh@
105109 libdir = @libdir@
106110 libexecdir = @libexecdir@
111 localedir = @localedir@
107112 localstatedir = @localstatedir@
108113 mandir = @mandir@
109114 oldincludedir = @oldincludedir@
115 pdfdir = @pdfdir@
110116 prefix = @prefix@
111117 program_transform_name = @program_transform_name@
118 psdir = @psdir@
112119 sbindir = @sbindir@
113120 sharedstatedir = @sharedstatedir@
114121 sysconfdir = @sysconfdir@
22 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
33 # 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
44
5 timestamp='2005-08-03'
5 timestamp='2006-02-23'
66
77 # This file is free software; you can redistribute it and/or modify it
88 # under the terms of the GNU General Public License as published by
105105 trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ;
106106 trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ;
107107 : ${TMPDIR=/tmp} ;
108 { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
108 { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
109109 { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
110110 { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } ||
111111 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
205205 *:ekkoBSD:*:*)
206206 echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE}
207207 exit ;;
208 *:SolidBSD:*:*)
209 echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE}
210 exit ;;
208211 macppc:MirBSD:*:*)
209212 echo powerppc-unknown-mirbsd${UNAME_RELEASE}
210213 exit ;;
763766 echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
764767 exit ;;
765768 *:FreeBSD:*:*)
766 echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
769 case ${UNAME_MACHINE} in
770 pc98)
771 echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
772 *)
773 echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
774 esac
767775 exit ;;
768776 i*:CYGWIN*:*)
769777 echo ${UNAME_MACHINE}-pc-cygwin
770778 exit ;;
771779 i*:MINGW*:*)
780 echo ${UNAME_MACHINE}-pc-mingw32
781 exit ;;
782 i*:MSYS_NT-*:*:*)
772783 echo ${UNAME_MACHINE}-pc-mingw32
773784 exit ;;
774785 i*:windows32*:*)
778789 i*:PW*:*)
779790 echo ${UNAME_MACHINE}-pc-pw32
780791 exit ;;
781 x86:Interix*:[34]*)
782 echo i586-pc-interix${UNAME_RELEASE}|sed -e 's/\..*//'
792 x86:Interix*:[345]*)
793 echo i586-pc-interix${UNAME_RELEASE}
794 exit ;;
795 EM64T:Interix*:[345]*)
796 echo x86_64-unknown-interix${UNAME_RELEASE}
783797 exit ;;
784798 [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
785799 echo i${UNAME_MACHINE}-pc-mks
850864 #endif
851865 #endif
852866 EOF
853 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
867 eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n '
868 /^CPU/{
869 s: ::g
870 p
871 }'`"
854872 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
855873 ;;
856874 mips64:Linux:*:*)
869887 #endif
870888 #endif
871889 EOF
872 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
890 eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n '
891 /^CPU/{
892 s: ::g
893 p
894 }'`"
873895 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
874896 ;;
875897 or32:Linux:*:*)
917939 exit ;;
918940 sparc:Linux:*:* | sparc64:Linux:*:*)
919941 echo ${UNAME_MACHINE}-unknown-linux-gnu
942 exit ;;
943 vax:Linux:*:*)
944 echo ${UNAME_MACHINE}-dec-linux-gnu
920945 exit ;;
921946 x86_64:Linux:*:*)
922947 echo x86_64-unknown-linux-gnu
963988 LIBC=gnulibc1
964989 # endif
965990 #else
966 #ifdef __INTEL_COMPILER
991 #if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__sun)
967992 LIBC=gnu
968993 #else
969994 LIBC=gnuaout
973998 LIBC=dietlibc
974999 #endif
9751000 EOF
976 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
1001 eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n '
1002 /^LIBC/{
1003 s: ::g
1004 p
1005 }'`"
9771006 test x"${LIBC}" != x && {
9781007 echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
9791008 exit
11841213 *:Darwin:*:*)
11851214 UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown
11861215 case $UNAME_PROCESSOR in
1187 *86) UNAME_PROCESSOR=i686 ;;
11881216 unknown) UNAME_PROCESSOR=powerpc ;;
11891217 esac
11901218 echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
12621290 exit ;;
12631291 i*86:skyos:*:*)
12641292 echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
1293 exit ;;
1294 i*86:rdos:*:*)
1295 echo ${UNAME_MACHINE}-pc-rdos
12651296 exit ;;
12661297 esac
12671298
22 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
33 # 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
44
5 timestamp='2005-07-08'
5 timestamp='2006-02-23'
66
77 # This file is (in principle) common to ALL GNU software.
88 # The presence of a machine in this file suggests that SOME GNU software
118118 # Here we must recognize all the valid KERNEL-OS combinations.
119119 maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
120120 case $maybe_os in
121 nto-qnx* | linux-gnu* | linux-dietlibc | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | \
122 kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*)
121 nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \
122 uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \
123 storm-chaos* | os2-emx* | rtmk-nova*)
123124 os=-$maybe_os
124125 basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
125126 ;;
170171 -hiux*)
171172 os=-hiuxwe2
172173 ;;
174 -sco6)
175 os=-sco5v6
176 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
177 ;;
173178 -sco5)
174179 os=-sco3.2v5
175180 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
183188 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
184189 ;;
185190 -sco3.2v[4-9]*)
191 # Don't forget version if it is 3.2v4 or newer.
192 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
193 ;;
194 -sco5v6*)
186195 # Don't forget version if it is 3.2v4 or newer.
187196 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
188197 ;;
238247 | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
239248 | i370 | i860 | i960 | ia64 \
240249 | ip2k | iq2000 \
241 | m32r | m32rle | m68000 | m68k | m88k | maxq | mcore \
250 | m32r | m32rle | m68000 | m68k | m88k | maxq | mb | microblaze | mcore \
242251 | mips | mipsbe | mipseb | mipsel | mipsle \
243252 | mips16 \
244253 | mips64 | mips64el \
256265 | mipsisa64sr71k | mipsisa64sr71kel \
257266 | mipstx39 | mipstx39el \
258267 | mn10200 | mn10300 \
259 | ms1 \
268 | mt \
260269 | msp430 \
270 | nios | nios2 \
261271 | ns16k | ns32k \
262272 | or32 \
263273 | pdp10 | pdp11 | pj | pjl \
284294 os=-none
285295 ;;
286296 m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k)
297 ;;
298 ms1)
299 basic_machine=mt-unknown
287300 ;;
288301
289302 # We use `pc' rather than `unknown'
335348 | mipsisa64sr71k-* | mipsisa64sr71kel-* \
336349 | mipstx39-* | mipstx39el-* \
337350 | mmix-* \
338 | ms1-* \
351 | mt-* \
339352 | msp430-* \
353 | nios-* | nios2-* \
340354 | none-* | np1-* | ns16k-* | ns32k-* \
341355 | orion-* \
342356 | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
695709 basic_machine=i386-pc
696710 os=-msdos
697711 ;;
712 ms1-*)
713 basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
714 ;;
698715 mvs)
699716 basic_machine=i370-ibm
700717 os=-mvs
802819 pc532 | pc532-*)
803820 basic_machine=ns32k-pc532
804821 ;;
822 pc98)
823 basic_machine=i386-pc
824 ;;
825 pc98-*)
826 basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
827 ;;
805828 pentium | p5 | k5 | k6 | nexgen | viac3)
806829 basic_machine=i586-pc
807830 ;;
857880 pw32)
858881 basic_machine=i586-unknown
859882 os=-pw32
883 ;;
884 rdos)
885 basic_machine=i386-pc
886 os=-rdos
860887 ;;
861888 rom68k)
862889 basic_machine=m68k-rom68k
11731200 | -aos* \
11741201 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
11751202 | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
1176 | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* | -openbsd* \
1203 | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \
1204 | -openbsd* | -solidbsd* \
11771205 | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \
11781206 | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
11791207 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
11801208 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
11811209 | -chorusos* | -chorusrdb* \
11821210 | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
1183 | -mingw32* | -linux-gnu* | -linux-uclibc* | -uxpv* | -beos* | -mpeix* | -udk* \
1211 | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \
1212 | -uxpv* | -beos* | -mpeix* | -udk* \
11841213 | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
11851214 | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
11861215 | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
11871216 | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
11881217 | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
11891218 | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
1190 | -skyos* | -haiku*)
1219 | -skyos* | -haiku* | -rdos*)
11911220 # Remember, each alternative MUST END IN *, to match a version number.
11921221 ;;
11931222 -qnx*)
0 tcpflow (0.21-9) unstable; urgency=low
1
2 * Updated Debian Standards version to 3.7.2
3 * Restore behaviour of the '-C' switch, which was broken in
4 the previous release.
5 (Closes: #368728)
6
7 -- Steve Kemp <skx@debian.org> Friday, 2 June 2006 09:54:06 +0000
8
09 tcpflow (0.21-8) unstable; urgency=low
110
211 * Changed the default command line arguments, so that -C doesnt
11 Section: net
22 Priority: optional
33 Maintainer: Steve Kemp <skx@debian.org>
4 Standards-Version: 3.6.2
4 Standards-Version: 3.7.2
55 Build-Depends: debhelper (>> 3.0.0), libpcap-dev, automake1.7
66
77 Package: tcpflow
5858 ECHO_T = @ECHO_T@
5959 EGREP = @EGREP@
6060 EXEEXT = @EXEEXT@
61 GREP = @GREP@
6162 INSTALL_DATA = @INSTALL_DATA@
6263 INSTALL_PROGRAM = @INSTALL_PROGRAM@
6364 INSTALL_SCRIPT = @INSTALL_SCRIPT@
8081 STRIP = @STRIP@
8182 VERSION = @VERSION@
8283 ac_ct_CC = @ac_ct_CC@
83 ac_ct_STRIP = @ac_ct_STRIP@
8484 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
8585 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
8686 am__include = @am__include@
9393 build_os = @build_os@
9494 build_vendor = @build_vendor@
9595 datadir = @datadir@
96 datarootdir = @datarootdir@
97 docdir = @docdir@
98 dvidir = @dvidir@
9699 exec_prefix = @exec_prefix@
97100 host = @host@
98101 host_alias = @host_alias@
99102 host_cpu = @host_cpu@
100103 host_os = @host_os@
101104 host_vendor = @host_vendor@
105 htmldir = @htmldir@
102106 includedir = @includedir@
103107 infodir = @infodir@
104108 install_sh = @install_sh@
105109 libdir = @libdir@
106110 libexecdir = @libexecdir@
111 localedir = @localedir@
107112 localstatedir = @localstatedir@
108113 mandir = @mandir@
109114 oldincludedir = @oldincludedir@
115 pdfdir = @pdfdir@
110116 prefix = @prefix@
111117 program_transform_name = @program_transform_name@
118 psdir = @psdir@
112119 sbindir = @sbindir@
113120 sharedstatedir = @sharedstatedir@
114121 sysconfdir = @sysconfdir@
5858 ECHO_T = @ECHO_T@
5959 EGREP = @EGREP@
6060 EXEEXT = @EXEEXT@
61 GREP = @GREP@
6162 INSTALL_DATA = @INSTALL_DATA@
6263 INSTALL_PROGRAM = @INSTALL_PROGRAM@
6364 INSTALL_SCRIPT = @INSTALL_SCRIPT@
8081 STRIP = @STRIP@
8182 VERSION = @VERSION@
8283 ac_ct_CC = @ac_ct_CC@
83 ac_ct_STRIP = @ac_ct_STRIP@
8484 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
8585 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
8686 am__include = @am__include@
9393 build_os = @build_os@
9494 build_vendor = @build_vendor@
9595 datadir = @datadir@
96 datarootdir = @datarootdir@
97 docdir = @docdir@
98 dvidir = @dvidir@
9699 exec_prefix = @exec_prefix@
97100 host = @host@
98101 host_alias = @host_alias@
99102 host_cpu = @host_cpu@
100103 host_os = @host_os@
101104 host_vendor = @host_vendor@
105 htmldir = @htmldir@
102106 includedir = @includedir@
103107 infodir = @infodir@
104108 install_sh = @install_sh@
105109 libdir = @libdir@
106110 libexecdir = @libexecdir@
111 localedir = @localedir@
107112 localstatedir = @localstatedir@
108113 mandir = @mandir@
109114 oldincludedir = @oldincludedir@
115 pdfdir = @pdfdir@
110116 prefix = @prefix@
111117 program_transform_name = @program_transform_name@
118 psdir = @psdir@
112119 sbindir = @sbindir@
113120 sharedstatedir = @sharedstatedir@
114121 sysconfdir = @sysconfdir@
139139 case 'C':
140140 supress_header = 1;
141141 DEBUG(10) ("packet header dump suppressed");
142 break;
143142 case 'c':
144143 console_only = 1;
145144 DEBUG(10) ("printing packets to console only");