wireshark/debian
Jeff Morriss e54831aef1 Don't install idl2wrs except in Debian's special wireshark-dev package.
(Normal Wireshark installations can't be used to develop dissectors so there's
no need to install it or its man page.)

http://www.wireshark.org/lists/wireshark-dev/201206/msg00073.html

(The Debian changes are untested.)

svn path=/trunk/; revision=43370
2012-06-19 15:39:52 +00:00
..
patches Update Debian packaging files for Wireshark 1.0. 2008-05-31 16:44:02 +00:00
README.source Add missing packaging file (according to Debian Policy Manual). 2009-07-08 05:20:30 +00:00
changelog 1.7.2 → 1.9.0. 2012-06-05 16:21:47 +00:00
compat Update Debian packaging files for Wireshark 1.0. 2008-05-31 16:44:02 +00:00
control Update minimum version requirement for GTK to 2.12. 2011-10-20 06:51:53 +00:00
copyright Add a missing "T". 2012-03-21 23:15:30 +00:00
dirs
headers-check.c Update Debian packaging files for Wireshark 1.0. 2008-05-31 16:44:02 +00:00
postinst
pycompat
pyversions
rules Don't install idl2wrs except in Debian's special wireshark-dev package. 2012-06-19 15:39:52 +00:00
tshark.files
tshark.manpages Fix building debian-package target, broken by r28784. 2009-10-23 16:48:23 +00:00
watch
wireshark-common.files 1.7.2 → 1.9.0. 2012-06-05 16:21:47 +00:00
wireshark-common.manpages Fix building debian-package target, broken by r28784. 2009-10-23 16:48:23 +00:00
wireshark-common.shlibs Update Debian packaging files for development version 2008-06-16 20:49:02 +00:00
wireshark-dev.docs Update Debian packaging files for Wireshark 1.0. 2008-05-31 16:44:02 +00:00
wireshark-dev.files Update Debian packaging files for Wireshark 1.0. 2008-05-31 16:44:02 +00:00
wireshark-dev.header-files Update Debian packaging files for Wireshark 1.0. 2008-05-31 16:44:02 +00:00
wireshark-dev.manpages Fix building debian-package target, broken by r28784. 2009-10-23 16:48:23 +00:00
wireshark-dev.prerm Update Debian packaging files for Wireshark 1.0. 2008-05-31 16:44:02 +00:00
wireshark-root.desktop Clean up desktop files based on changes made by Stig. 2008-06-02 07:26:34 +00:00
wireshark.desktop Clean up desktop files based on changes made by Stig. 2008-06-02 07:26:34 +00:00
wireshark.files Update Debian packaging files for Wireshark 1.0. 2008-05-31 16:44:02 +00:00
wireshark.manpages Fix building debian-package target, broken by r28784. 2009-10-23 16:48:23 +00:00
wireshark.menu Update Debian packaging files for Wireshark 1.0. 2008-05-31 16:44:02 +00:00

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