wireshark/debian
Gerald Combs d7d45f8072 1.5.1 → 1.5.2. Reenable Babel.
svn path=/trunk/; revision=36540
2011-04-10 17:03:43 +00:00
..
patches
README.source
changelog 1.5.1 → 1.5.2. Reenable Babel. 2011-04-10 17:03:43 +00:00
compat
control Make wireshark-dev depend on the right automake. 2010-08-27 06:07:32 +00:00
copyright Remove strcasecmp. We use g_ascii_strcasecmp exclusively 2009-08-31 19:47:50 +00:00
dirs
headers-check.c
postinst
pycompat
pyversions
rules
tshark.files
tshark.manpages Fix building debian-package target, broken by r28784. 2009-10-23 16:48:23 +00:00
watch
wireshark-common.files
wireshark-common.manpages Fix building debian-package target, broken by r28784. 2009-10-23 16:48:23 +00:00
wireshark-common.shlibs
wireshark-dev.docs
wireshark-dev.files
wireshark-dev.header-files
wireshark-dev.manpages Fix building debian-package target, broken by r28784. 2009-10-23 16:48:23 +00:00
wireshark-dev.prerm
wireshark-root.desktop
wireshark.desktop
wireshark.files
wireshark.manpages Fix building debian-package target, broken by r28784. 2009-10-23 16:48:23 +00:00
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