~ubuntu-branches/ubuntu/gutsy/wireshark/gutsy-security

« back to all changes in this revision

Viewing changes to debian/patches/10_wireshark_gen.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Frederic Peters
  • Date: 2007-04-01 08:58:40 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070401085840-or3qhrpv8alt1bwg
Tags: 0.99.5-1
* New upstream release.
* debian/patches/09_idl2wrs.dpatch: updated to patch idl2wrs.sh.in.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
## 10_wireshark_gen.dpatch by  <fpeters@debian.org>
 
3
##
 
4
## All lines beginning with `## DP:' are a description of the patch.
 
5
## DP: No description.
 
6
 
 
7
@DPATCH@
 
8
diff -urNad --exclude=CVS --exclude=.svn ./wireshark_gen.py /tmp/dpep-work.vCo5MH/wireshark-0.10.11/wireshark_gen.py
 
9
--- ./tools/wireshark_gen.py    2005-07-17 19:42:15.000000000 +0200
 
10
+++ /tmp/dpep-work.vCo5MH/wireshark-0.10.11/ools/wireshark_gen.py       2005-07-17 19:42:34.000000000 +0200
 
11
@@ -2188,7 +2188,8 @@
 
12
 #include <glib.h>
 
13
 #include <epan/packet.h>
 
14
 #include <epan/proto.h>
 
15
 #include <epan/dissectors/packet-giop.h>
 
16
+#include <plugins/plugin_api_defs.h>
 
17
 
 
18
 #ifndef ENABLE_STATIC
 
19
 G_MODULE_EXPORT const gchar version[] = "0.0.1";