[DebianBRTeam-commits] r613 - in /packages/pcapfix/trunk/debian: changelog compat control copyright docs patches/ patches/Makefile.patch patches/pcapfix.1.patch patches/series rules source/ source/format watch

eriberto-guest at users.alioth.debian.org eriberto-guest at users.alioth.debian.org
Sun Apr 21 14:48:24 UTC 2013


Author: eriberto-guest
Date: Sun Apr 21 14:48:23 2013
New Revision: 613

URL: http://svn.debian.org/wsvn/?sc=1&rev=613
Log:
Initial upload.

Added:
    packages/pcapfix/trunk/debian/changelog
    packages/pcapfix/trunk/debian/compat
    packages/pcapfix/trunk/debian/control
    packages/pcapfix/trunk/debian/copyright
    packages/pcapfix/trunk/debian/docs
    packages/pcapfix/trunk/debian/patches/
    packages/pcapfix/trunk/debian/patches/Makefile.patch
    packages/pcapfix/trunk/debian/patches/pcapfix.1.patch
    packages/pcapfix/trunk/debian/patches/series
    packages/pcapfix/trunk/debian/rules   (with props)
    packages/pcapfix/trunk/debian/source/
    packages/pcapfix/trunk/debian/source/format
    packages/pcapfix/trunk/debian/watch

Added: packages/pcapfix/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/packages/pcapfix/trunk/debian/changelog?rev=613&op=file
==============================================================================
--- packages/pcapfix/trunk/debian/changelog (added)
+++ packages/pcapfix/trunk/debian/changelog Sun Apr 21 14:48:23 2013
@@ -1,0 +1,5 @@
+pcapfix (0.7.2-1) unstable; urgency=low
+
+  * Initial release (Closes: #705221)
+
+ -- Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>  Wed, 10 Apr 2013 15:39:11 +0000

Added: packages/pcapfix/trunk/debian/compat
URL: http://svn.debian.org/wsvn/packages/pcapfix/trunk/debian/compat?rev=613&op=file
==============================================================================
--- packages/pcapfix/trunk/debian/compat (added)
+++ packages/pcapfix/trunk/debian/compat Sun Apr 21 14:48:23 2013
@@ -1,0 +1,1 @@
+9

Added: packages/pcapfix/trunk/debian/control
URL: http://svn.debian.org/wsvn/packages/pcapfix/trunk/debian/control?rev=613&op=file
==============================================================================
--- packages/pcapfix/trunk/debian/control (added)
+++ packages/pcapfix/trunk/debian/control Sun Apr 21 14:48:23 2013
@@ -1,0 +1,26 @@
+Source: pcapfix
+Section: net
+Priority: optional
+Maintainer: Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>
+Build-Depends: debhelper (>= 9.0.0)
+Standards-Version: 3.9.4
+Homepage: http://f00l.de/pcapfix
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-br-team/packages/pcapfix
+Vcs-Svn: svn://svn.debian.org/svn/debian-br-team/packages/pcapfix
+
+Package: pcapfix
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Enhances: tcpdump, wireshark
+Description: repair broken pcap files
+ pcapfix tries to repair your broken pcap files fixing the global header and
+ recovering the packets by searching and guessing the packet headers.
+ .
+ pcapfix will first step through the packets top down until it recognizes a
+ corrupted one by using plausibility checks. After that the tool will brute
+ force further pcap packet headers by reading the file byte by byte. If another
+ proper packet is found, pcapfix restores the data in between by adding a
+ well-formed pcap packet header.
+ .
+ Screenshot: http://f00l.de/pcapfix/pcapfix-0.4.png
+

Added: packages/pcapfix/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/packages/pcapfix/trunk/debian/copyright?rev=613&op=file
==============================================================================
--- packages/pcapfix/trunk/debian/copyright (added)
+++ packages/pcapfix/trunk/debian/copyright Sun Apr 21 14:48:23 2013
@@ -1,0 +1,28 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pcapfix
+Source: http://f00l.de/pcapfix
+
+Files: *
+Copyright: 2012-2013 Robert Krause <ruport at f00l.de>
+License: GPL-3.0+
+
+Files: debian/*
+Copyright: 2013 Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>
+License: GPL-3.0+
+
+License: GPL-3.0+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".

Added: packages/pcapfix/trunk/debian/docs
URL: http://svn.debian.org/wsvn/packages/pcapfix/trunk/debian/docs?rev=613&op=file
==============================================================================
--- packages/pcapfix/trunk/debian/docs (added)
+++ packages/pcapfix/trunk/debian/docs Sun Apr 21 14:48:23 2013
@@ -1,0 +1,2 @@
+README
+TODO

Added: packages/pcapfix/trunk/debian/patches/Makefile.patch
URL: http://svn.debian.org/wsvn/packages/pcapfix/trunk/debian/patches/Makefile.patch?rev=613&op=file
==============================================================================
--- packages/pcapfix/trunk/debian/patches/Makefile.patch (added)
+++ packages/pcapfix/trunk/debian/patches/Makefile.patch Sun Apr 21 14:48:23 2013
@@ -1,0 +1,27 @@
+Description: makes Makefile compliant with Debian (DESTDIR), fix manpage
+	     location and add GCC hardening.
+Author: Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>
+Last-Update: 2013-04-10
+--- a/Makefile
++++ b/Makefile
+@@ -1,11 +1,15 @@
++CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
++CFLAGS:=$(shell dpkg-buildflags --get CFLAGS)
++LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
++
+ all:
+-	gcc pcapfix.c -o pcapfix
++	gcc $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -Wno-unused-result pcapfix.c -o pcapfix
+ 
+ install:
+-	install -m 755 -d /usr/local/bin/
+-	install -m 755 -d /usr/local/man/man1
+-	install -m 755 pcapfix /usr/local/bin/
+-	install -m 644 pcapfix.1 /usr/local/man/man1/
++	install -m 755 -d $(DESTDIR)/usr/bin/
++	install -m 755 -d $(DESTDIR)/usr/share/man/man1
++	install -m 755 pcapfix $(DESTDIR)/usr/bin/
++	install -m 644 pcapfix.1 $(DESTDIR)/usr/share/man/man1/
+ 
+ uninstall:
+ 	rm -rf /usr/local/bin/pcapfix

Added: packages/pcapfix/trunk/debian/patches/pcapfix.1.patch
URL: http://svn.debian.org/wsvn/packages/pcapfix/trunk/debian/patches/pcapfix.1.patch?rev=613&op=file
==============================================================================
--- packages/pcapfix/trunk/debian/patches/pcapfix.1.patch (added)
+++ packages/pcapfix/trunk/debian/patches/pcapfix.1.patch Sun Apr 21 14:48:23 2013
@@ -1,0 +1,82 @@
+Description: fix hyphens in manpage.
+Author: Joao Eriberto Mota Filho
+Last-Update: 2013-04-10
+--- a/pcapfix.1
++++ b/pcapfix.1
+@@ -4,7 +4,7 @@
+ pcapfix \- repair pcap files
+ 
+ .SH "SYNOPSIS"
+-\fBpcapfix\fP [-v] [-d] [-t DATA_LINK_TYPE] filename
++\fBpcapfix\fP [\-v] [\-d] [\-t DATA_LINK_TYPE] filename
+ 
+ .SH "DESCRIPTION"
+ Pcapfix is a tool to repair your damaged or corrupted pcap files.
+@@ -13,19 +13,19 @@
+ 
+ .SH "OPTIONS"
+ .TP 5
+--v, --verbose
++\-v, \-\-verbose
+ Enable verbose output (default = 0)
+ .br
+-You can use multiple -v options to increase verbosity.
++You can use multiple \-v options to increase verbosity.
+ .br
+ An verbosity of 2 will result in very much output data during package search.
+ .TP
+--d, --deep-scan
++\-d, \-\-deep\-scan
+ Force deep scan (default = 0)
+ .br
+ This option will force pcapfix to scan for any packet inside the whole file (instead of the first 65535 bytes only).
+ .TP
+--t, --data-link-type <nr>
++\-t, \-\-data\-link\-type <nr>
+ Data Link Type (default = 1)
+ .br
+ (See NOTES section below.)
+@@ -33,21 +33,21 @@
+ .SH "EXAMPLES"
+ .TP 5
+ Repair the file damaged_file.pcap using verbose output.
+-pcapfix -v damaged_file.pcap
++pcapfix \-v damaged_file.pcap
+ .TP
+ Repair the file wlan_traffic.pcap and force the data link type to be 119 (PRISM HEADER).
+-pcapfix -t 119 wlan_traffic.pcap
++pcapfix \-t 119 wlan_traffic.pcap
+ 
+ .SH "NOTES"
+ .TP 5
+ \fIVerbosity\fP
+ 
+-You can use multiple -v options to increase verbosity. An verbosity of 2 will result in very much output data during package search.
++You can use multiple \-v options to increase verbosity. An verbosity of 2 will result in very much output data during package search.
+ 
+ .TP
+ \fIDeep scan\fP
+ 
+-Pcapfix will only scan the first 65535 bytes (maximum packet length) for a proper first packet. If you want to force packet detection even above this limit (e.g. because your file has been heavily destroyed) you can use the deep scan option (-d).
++Pcapfix will only scan the first 65535 bytes (maximum packet length) for a proper first packet. If you want to force packet detection even above this limit (e.g. because your file has been heavily destroyed) you can use the deep scan option (\-d).
+ 
+ .TP
+ \fIASCII-mode transfered Files (FTP)\fP
+@@ -57,7 +57,7 @@
+ .TP
+ \fIData Link Types\fP
+ 
+-You can make pcapfix change / select your data link type by supplying -t option. Although you may select a data link type number between 0 and 255, only the following types are assigned: If the data link type field is corrupt, pcapfix will selct LINKTYPE_ETHERNET by default.
++You can make pcapfix change / select your data link type by supplying \-t option. Although you may select a data link type number between 0 and 255, only the following types are assigned: If the data link type field is corrupt, pcapfix will selct LINKTYPE_ETHERNET by default.
+ 
+ See http://www.tcpdump.org/linktypes.html for futher information.
+ 
+@@ -231,7 +231,7 @@
+ * fixed minimal packet limit to cope with wlan traffic
+ .TP
+ 0.6 - 20.05.2012
+-* added deep scan option (-d) to force packet detection inside the whole file
++* added deep scan option (\-d) to force packet detection inside the whole file
+ .br
+ * detects ascii-corruption in pcap header (unix->win)
+ .br

Added: packages/pcapfix/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/packages/pcapfix/trunk/debian/patches/series?rev=613&op=file
==============================================================================
--- packages/pcapfix/trunk/debian/patches/series (added)
+++ packages/pcapfix/trunk/debian/patches/series Sun Apr 21 14:48:23 2013
@@ -1,0 +1,2 @@
+pcapfix.1.patch
+Makefile.patch

Added: packages/pcapfix/trunk/debian/rules
URL: http://svn.debian.org/wsvn/packages/pcapfix/trunk/debian/rules?rev=613&op=file
==============================================================================
--- packages/pcapfix/trunk/debian/rules (added)
+++ packages/pcapfix/trunk/debian/rules Sun Apr 21 14:48:23 2013
@@ -1,0 +1,8 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@ --parallel

Propchange: packages/pcapfix/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = 

Added: packages/pcapfix/trunk/debian/source/format
URL: http://svn.debian.org/wsvn/packages/pcapfix/trunk/debian/source/format?rev=613&op=file
==============================================================================
--- packages/pcapfix/trunk/debian/source/format (added)
+++ packages/pcapfix/trunk/debian/source/format Sun Apr 21 14:48:23 2013
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: packages/pcapfix/trunk/debian/watch
URL: http://svn.debian.org/wsvn/packages/pcapfix/trunk/debian/watch?rev=613&op=file
==============================================================================
--- packages/pcapfix/trunk/debian/watch (added)
+++ packages/pcapfix/trunk/debian/watch Sun Apr 21 14:48:23 2013
@@ -1,0 +1,2 @@
+version=3
+http://f00l.de/pcapfix/pcapfix-(.*)\.tar\.gz




More information about the debian-br-team-commits mailing list