wireshark/debian
Gerald Combs 285405a0d7 1.11.4 → 1.99.0.
Change-Id: I5b0f713fdbc63e78f4f52177317c0e536aca3044
Reviewed-on: https://code.wireshark.org/review/1761
Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-05-23 20:57:42 +00:00
..
patches
README.source
changelog 1.11.4 → 1.99.0. 2014-05-23 20:57:42 +00:00
compat
control
copyright
dirs
headers-check.c Add GPLv2+ license header to headers-check.c as per private email from the 2013-12-23 15:19:25 +00:00
postinst
pycompat
pyversions
rules
tshark.files
tshark.manpages
watch
wireshark-common.files Add libfiletap. 2014-01-08 10:34:00 +00:00
wireshark-common.manpages
wireshark-common.shlibs Add libfiletap. 2014-01-08 21:27:44 +00:00
wireshark-dev.docs
wireshark-dev.files Add libfiletap. 2014-01-08 10:34:00 +00:00
wireshark-dev.header-files
wireshark-dev.manpages
wireshark-dev.prerm
wireshark-root.desktop Continue to remove $Id$ from top of file 2014-03-31 18:48:06 +00:00
wireshark.desktop Continue to remove $Id$ from top of file 2014-03-31 18:48:06 +00:00
wireshark.files
wireshark.manpages
wireshark.menu

README.source

This package uses dpatch in order to apply patches to the upstream 
source.
Patches are stored in debian/patches and their filenames usually end in 
.dpatch .
For further details, see the man pages for dpatch and dpatch-edit-patch.

All commands described below should be run from the top directory of the 
package source tree, unless otherwise stated.

 * To generate the fully patched source, in a form ready for
   editing, that would be built to create Debian packages, run: 

     dpatch apply-all

   Note: This should happen automatically when you run 
   dpkg-source -x on a dpatch source package.

 * To modify the source and save those modifications so that
   they will be applied when building the package, pick a
   suitably informative patch file name, for example
   01_add_README.source_file.dpatch, and then run:

     dpatch-edit-patch 01_add_README.source_file.dpatch

   This will place you in a new shell in a temporary copy of the 
   source tree.  Make your desired modifications to it, and then 
   exit the shell to create the patch file containing them (this 
   file will appear in debian/patches).

 * To remove source modifications that are currently being
   applied when building the package, run:

     dpatch unapply-all