[DebianBRTeam-commits] r571 - in /packages/libnetdude/trunk/debian: changelog compat contrib/ contrib/lndtool.3.t2t control copyright libnetdude0-dev.docs libnetdude0-dev.install libnetdude0.install libnetdude0.symbols lndtool.3 rules watch

eriberto-guest at users.alioth.debian.org eriberto-guest at users.alioth.debian.org
Thu Aug 13 19:38:15 UTC 2009


Author: eriberto-guest
Date: Thu Aug 13 19:38:14 2009
New Revision: 571

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

Added:
    packages/libnetdude/trunk/debian/changelog
    packages/libnetdude/trunk/debian/compat
    packages/libnetdude/trunk/debian/contrib/
    packages/libnetdude/trunk/debian/contrib/lndtool.3.t2t
    packages/libnetdude/trunk/debian/control
    packages/libnetdude/trunk/debian/copyright
    packages/libnetdude/trunk/debian/libnetdude0-dev.docs
    packages/libnetdude/trunk/debian/libnetdude0-dev.install
    packages/libnetdude/trunk/debian/libnetdude0.install
    packages/libnetdude/trunk/debian/libnetdude0.symbols
    packages/libnetdude/trunk/debian/lndtool.3
    packages/libnetdude/trunk/debian/rules   (with props)
    packages/libnetdude/trunk/debian/watch

Added: packages/libnetdude/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/packages/libnetdude/trunk/debian/changelog?rev=571&op=file
==============================================================================
--- packages/libnetdude/trunk/debian/changelog (added)
+++ packages/libnetdude/trunk/debian/changelog Thu Aug 13 19:38:14 2009
@@ -1,0 +1,5 @@
+libnetdude (0.11-1) unstable; urgency=low
+
+  * Initial release (Closes: #535224)
+
+ -- Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>  Tue, 30 Jun 2009 17:24:32 -0300

Added: packages/libnetdude/trunk/debian/compat
URL: http://svn.debian.org/wsvn/packages/libnetdude/trunk/debian/compat?rev=571&op=file
==============================================================================
--- packages/libnetdude/trunk/debian/compat (added)
+++ packages/libnetdude/trunk/debian/compat Thu Aug 13 19:38:14 2009
@@ -1,0 +1,1 @@
+7

Added: packages/libnetdude/trunk/debian/contrib/lndtool.3.t2t
URL: http://svn.debian.org/wsvn/packages/libnetdude/trunk/debian/contrib/lndtool.3.t2t?rev=571&op=file
==============================================================================
--- packages/libnetdude/trunk/debian/contrib/lndtool.3.t2t (added)
+++ packages/libnetdude/trunk/debian/contrib/lndtool.3.t2t Thu Aug 13 19:38:14 2009
@@ -1,0 +1,60 @@
+lndtool
+
+August 13,2009
+
+= NAME =
+
+lndtool - libnetdude configuration and execution tool
+
+= SYNOPSIS =
+
+lndtool [OPTIONS]
+
+= DESCRIPTION =
+
+lndtool is part of the libnetdude and list installed plugins that register successfully. Also, lndtool
+allows direct execution of feature plugins from the command line. This works for plugins designed to
+take command line arguments, and significantly simplifies the linking process.
+
+= OPTIONS =
+
+: **--help, -help, -h, -?**
+Show help.
+
+: **--prefix**
+Installation prefix.
+
+: **--version, -v**
+Prints out version info.
+
+: **--cflags**
+Preprocessor flags needed for compilation.
+
+: **--libs**
+Linker flags needed when linking..
+
+: **--plugin-dir**
+Plugin installation directory.
+
+: **--proto-dir**
+Protocol installation directory.
+
+: **--include-dir**
+Header files directory.
+
+: **--plugins, -p**
+Lists all plugins that register successfully.
+
+: **--run, -r PLUGINNAME PARAMS**
+Run plugin PLUGINNAME with PARAMS.
+
+
+= SEE ALSO =
+
+A complete manual of libnetdude, including lndtool usage, is available at libnetdude page (http://netdude.sourceforge.net/doco/libnetdude).
+
+= AUTHORS =
+
+**libnetdude** was written by Christian Kreibich.
+
+This manual page was written by Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>, using txt2tags (http://txt2tags.sourceforge.net), for the Debian project (but may be used by others).

Added: packages/libnetdude/trunk/debian/control
URL: http://svn.debian.org/wsvn/packages/libnetdude/trunk/debian/control?rev=571&op=file
==============================================================================
--- packages/libnetdude/trunk/debian/control (added)
+++ packages/libnetdude/trunk/debian/control Thu Aug 13 19:38:14 2009
@@ -1,0 +1,73 @@
+Source: libnetdude
+Priority: optional
+Maintainer: Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>
+Build-Depends: debhelper (>= 7), autotools-dev, libglib1.2-dev, libpcapnav0-dev
+Standards-Version: 3.8.2
+Section: libs
+Vcs-Svn: svn://svn.debian.org/svn/debian-br-team/packages/libnetdude
+Vcs-Browser: http://svn.debian.org/wsvn/debian-br-team/packages/libnetdude
+Homepage: http://netdude.sourceforge.net
+
+Package: libnetdude0-dev
+Section: libdevel
+Architecture: any
+Depends: libnetdude0 (= ${binary:Version}), ${shlibs:Depends}
+Description: development files for libnetdude
+ libnetdude is the base of the netdude program. It is the core of the framework
+ and the place where the packet manipulations are performed. It allows you to
+ implement trace file manipulations at a much higher level of abstraction than
+ code written directly on top of the pcap library. It also provides a
+ command-line interface that directly lets you script all packet-mangling
+ capabilities provided by the set of plugins you have installed. Libnetdude's
+ features include:
+ .
+     * Convenient abstractions for trace files, trace parts & areas, packets,
+       filters, and packet iterators.
+     * Ability to edit arbitrarily large traces (subject to the large-file size
+       limit on your OS). Traces are navigated using timestamps and fractional
+       offsets.
+     * Ability to insert and delete packets.
+     * Flexible plugin architecture: Protocol plugins allow interpretation of
+       arbitrary protocol data. Feature plugins provide helpful building blocks
+       (like anonymizers, statistical analyzers, demultiplexers, etc.) in a
+       reusable fashion.
+     * Structured packet data. Raw packet data is interpreted as much as the
+       installed protocol plugins permit it to. No need to write your own
+       protocol analyzer any more.
+     * Familiar tcpdump output: libnetdude can associate a tcpdump process with
+       each trace file, providing tcpdump's familiar output for individual
+       packets. The GUI application is making extensive use of this.
+ .
+ This package contains the files needed to compile and link programs that use
+ libnetdude.
+
+Package: libnetdude0
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: framework to netdude program
+ libnetdude is the base of the netdude program. It is the core of the framework
+ and the place where the packet manipulations are performed. It allows you to
+ implement trace file manipulations at a much higher level of abstraction than
+ code written directly on top of the pcap library. It also provides a
+ command-line interface that directly lets you script all packet-mangling
+ capabilities provided by the set of plugins you have installed. Libnetdude's
+ features include:
+ .
+     * Convenient abstractions for trace files, trace parts & areas, packets,
+       filters, and packet iterators.
+     * Ability to edit arbitrarily large traces (subject to the large-file size
+       limit on your OS). Traces are navigated using timestamps and fractional
+       offsets.
+     * Ability to insert and delete packets.
+     * Flexible plugin architecture: Protocol plugins allow interpretation of
+       arbitrary protocol data. Feature plugins provide helpful building blocks
+       (like anonymizers, statistical analyzers, demultiplexers, etc.) in a
+       reusable fashion.
+     * Structured packet data. Raw packet data is interpreted as much as the
+       installed protocol plugins permit it to. No need to write your own
+       protocol analyzer any more.
+     * Familiar tcpdump output: libnetdude can associate a tcpdump process with
+       each trace file, providing tcpdump's familiar output for individual
+       packets. The GUI application is making extensive use of this.
+ .
+ This package contains the shared library.

Added: packages/libnetdude/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/packages/libnetdude/trunk/debian/copyright?rev=571&op=file
==============================================================================
--- packages/libnetdude/trunk/debian/copyright (added)
+++ packages/libnetdude/trunk/debian/copyright Thu Aug 13 19:38:14 2009
@@ -1,0 +1,55 @@
+This package was debianized by Joao Eriberto Mota Filho
+<eriberto at eriberto.pro.br> on Tue, 30 Jun 2009 17:24:32 -0300.
+
+It was downloaded from http://netdude.sourceforge.net/download.html
+
+Upstream Author: Christian Kreibich <christian at whoop.org>
+
+Copyright: (C) 2003-2008 Christian Kreibich
+
+License:
+
+    Permission is hereby granted, free of charge, to any person obtaining a copy
+    of this software and associated documentation files (the "Software"), to
+    deal in the Software without restriction, including without limitation the
+    rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+    sell copies of the Software, and to permit persons to whom the Software is
+    furnished to do so, subject to the following conditions:
+
+    The above copyright notice and this permission notice shall be included in
+    all copies of the Software and its documentation and acknowledgment shall be
+    given in the documentation and software packages that this Software was
+    used.
+
+    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+    THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+    IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+    CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+License:
+
+    This package 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 2 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 package; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU General
+Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+The Debian packaging is:
+
+    Copyright (C) 2009 Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>
+
+and is licensed under the GPL version 3,
+see `/usr/share/common-licenses/GPL-3'.

Added: packages/libnetdude/trunk/debian/libnetdude0-dev.docs
URL: http://svn.debian.org/wsvn/packages/libnetdude/trunk/debian/libnetdude0-dev.docs?rev=571&op=file
==============================================================================
--- packages/libnetdude/trunk/debian/libnetdude0-dev.docs (added)
+++ packages/libnetdude/trunk/debian/libnetdude0-dev.docs Thu Aug 13 19:38:14 2009
@@ -1,0 +1,4 @@
+NEWS
+README
+TODO
+docs/sgml/

Added: packages/libnetdude/trunk/debian/libnetdude0-dev.install
URL: http://svn.debian.org/wsvn/packages/libnetdude/trunk/debian/libnetdude0-dev.install?rev=571&op=file
==============================================================================
--- packages/libnetdude/trunk/debian/libnetdude0-dev.install (added)
+++ packages/libnetdude/trunk/debian/libnetdude0-dev.install Thu Aug 13 19:38:14 2009
@@ -1,0 +1,6 @@
+usr/bin/lndtool
+usr/include/*
+usr/lib/lib*.a
+usr/lib/lib*.so
+usr/lib/*.la
+usr/lib/libnetdude

Added: packages/libnetdude/trunk/debian/libnetdude0.install
URL: http://svn.debian.org/wsvn/packages/libnetdude/trunk/debian/libnetdude0.install?rev=571&op=file
==============================================================================
--- packages/libnetdude/trunk/debian/libnetdude0.install (added)
+++ packages/libnetdude/trunk/debian/libnetdude0.install Thu Aug 13 19:38:14 2009
@@ -1,0 +1,1 @@
+usr/lib/lib*.so.*

Added: packages/libnetdude/trunk/debian/libnetdude0.symbols
URL: http://svn.debian.org/wsvn/packages/libnetdude/trunk/debian/libnetdude0.symbols?rev=571&op=file
==============================================================================
--- packages/libnetdude/trunk/debian/libnetdude0.symbols (added)
+++ packages/libnetdude/trunk/debian/libnetdude0.symbols Thu Aug 13 19:38:14 2009
@@ -1,0 +1,312 @@
+libnetdude.so.0 libnetdude0 #MINVER#
+ libnd_debug_enter at Base 0.11
+ libnd_debug_printf at Base 0.11
+ libnd_debug_return at Base 0.11
+ libnd_debuggable at Base 0.11
+ libnd_dumper_args_init at Base 0.11
+ libnd_dumper_delete at Base 0.11
+ libnd_dumper_free at Base 0.11
+ libnd_dumper_get_size at Base 0.11
+ libnd_dumper_new at Base 0.11
+ libnd_dumper_write at Base 0.11
+ libnd_filter_apply at Base 0.11
+ libnd_filter_factory_find at Base 0.11
+ libnd_filter_factory_foreach at Base 0.11
+ libnd_filter_factory_free at Base 0.11
+ libnd_filter_factory_new at Base 0.11
+ libnd_filter_factory_register at Base 0.11
+ libnd_filter_free at Base 0.11
+ libnd_filter_list_apply at Base 0.11
+ libnd_filter_list_cleanup at Base 0.11
+ libnd_filter_list_init at Base 0.11
+ libnd_filter_new at Base 0.11
+ libnd_filter_registry_add at Base 0.11
+ libnd_filter_registry_add_observer at Base 0.11
+ libnd_filter_registry_del at Base 0.11
+ libnd_filter_registry_del_observer at Base 0.11
+ libnd_filter_registry_foreach at Base 0.11
+ libnd_filter_registry_init at Base 0.11
+ libnd_filter_registry_observer_free at Base 0.11
+ libnd_filter_registry_observer_new at Base 0.11
+ libnd_filter_registry_tell_observers at Base 0.11
+ libnd_filter_set_factory at Base 0.11
+ libnd_init at Base 0.11
+ libnd_magic_buffer at Base 0.11
+ libnd_magic_init at Base 0.11
+ libnd_misc_add_slash at Base 0.11
+ libnd_misc_can_exec at Base 0.11
+ libnd_misc_can_read at Base 0.11
+ libnd_misc_can_write at Base 0.11
+ libnd_misc_ctime at Base 0.11
+ libnd_misc_exists at Base 0.11
+ libnd_misc_get_gmt_deviation at Base 0.11
+ libnd_misc_get_hardware_string at Base 0.11
+ libnd_misc_get_if_mtu at Base 0.11
+ libnd_misc_get_if_names at Base 0.11
+ libnd_misc_get_size at Base 0.11
+ libnd_misc_get_tmpfile at Base 0.11
+ libnd_misc_get_unnamed_string at Base 0.11
+ libnd_misc_in_cksum at Base 0.11
+ libnd_misc_int_cmp at Base 0.11
+ libnd_misc_is_dir at Base 0.11
+ libnd_misc_is_tcpdump_file at Base 0.11
+ libnd_misc_memdup at Base 0.11
+ libnd_misc_ones_complement_checksum at Base 0.11
+ libnd_misc_readline at Base 0.11
+ libnd_misc_readn at Base 0.11
+ libnd_misc_timeval_to_string at Base 0.11
+ libnd_misc_writen at Base 0.11
+ libnd_null_proto_hook_up at Base 0.11
+ libnd_packet_add_observer at Base 0.11
+ libnd_packet_add_proto_data at Base 0.11
+ libnd_packet_adjust_caplen at Base 0.11
+ libnd_packet_adjust_len at Base 0.11
+ libnd_packet_cleanup at Base 0.11
+ libnd_packet_cmp at Base 0.11
+ libnd_packet_del_observer at Base 0.11
+ libnd_packet_dump at Base 0.11
+ libnd_packet_duplicate at Base 0.11
+ libnd_packet_fix at Base 0.11
+ libnd_packet_foreach_proto at Base 0.11
+ libnd_packet_foreach_proto_backward at Base 0.11
+ libnd_packet_free at Base 0.11
+ libnd_packet_from_pcap at Base 0.11
+ libnd_packet_get_data at Base 0.11
+ libnd_packet_get_data_end at Base 0.11
+ libnd_packet_get_end at Base 0.11
+ libnd_packet_get_index at Base 0.11
+ libnd_packet_get_last_fixable_proto at Base 0.11
+ libnd_packet_get_last_nonraw at Base 0.11
+ libnd_packet_get_nth_proto at Base 0.11
+ libnd_packet_get_num_protos at Base 0.11
+ libnd_packet_get_proto_data at Base 0.11
+ libnd_packet_get_proto_index at Base 0.11
+ libnd_packet_get_proto_nesting at Base 0.11
+ libnd_packet_get_trace at Base 0.11
+ libnd_packet_has_complete_header at Base 0.11
+ libnd_packet_has_proto at Base 0.11
+ libnd_packet_has_proto_nested at Base 0.11
+ libnd_packet_init at Base 0.11
+ libnd_packet_init_from_pcap at Base 0.11
+ libnd_packet_is_complete at Base 0.11
+ libnd_packet_is_filtered at Base 0.11
+ libnd_packet_modified at Base 0.11
+ libnd_packet_new at Base 0.11
+ libnd_packet_observer_free at Base 0.11
+ libnd_packet_observer_new at Base 0.11
+ libnd_packet_remove at Base 0.11
+ libnd_packet_set_data at Base 0.11
+ libnd_packet_set_filtered at Base 0.11
+ libnd_packet_tell_observers at Base 0.11
+ libnd_packet_update at Base 0.11
+ libnd_packet_update_proto_state at Base 0.11
+ libnd_pcap_errbuf at Base 0.11
+ libnd_pit_add_observer at Base 0.11
+ libnd_pit_cleanup at Base 0.11
+ libnd_pit_del_observer at Base 0.11
+ libnd_pit_drop_current at Base 0.11
+ libnd_pit_get at Base 0.11
+ libnd_pit_get_count at Base 0.11
+ libnd_pit_init at Base 0.11
+ libnd_pit_init_mode at Base 0.11
+ libnd_pit_next at Base 0.11
+ libnd_pit_observer_free at Base 0.11
+ libnd_pit_observer_new at Base 0.11
+ libnd_pit_skip_filtered at Base 0.11
+ libnd_plugin_find at Base 0.11
+ libnd_plugin_foreach at Base 0.11
+ libnd_plugin_get_author at Base 0.11
+ libnd_plugin_get_name at Base 0.11
+ libnd_plugin_get_version at Base 0.11
+ libnd_plugin_init at Base 0.11
+ libnd_plugin_run at Base 0.11
+ libnd_prec_calc_mem at Base 0.11
+ libnd_prec_get at Base 0.11
+ libnd_prec_init at Base 0.11
+ libnd_prec_put at Base 0.11
+ libnd_prefs_add_domain at Base 0.11
+ libnd_prefs_apply at Base 0.11
+ libnd_prefs_del_item at Base 0.11
+ libnd_prefs_domain_add_apply_cb at Base 0.11
+ libnd_prefs_domain_add_update_cb at Base 0.11
+ libnd_prefs_foreach_domain at Base 0.11
+ libnd_prefs_get_config_file at Base 0.11
+ libnd_prefs_get_domain at Base 0.11
+ libnd_prefs_get_flt_item at Base 0.11
+ libnd_prefs_get_int_item at Base 0.11
+ libnd_prefs_get_netdude_dir at Base 0.11
+ libnd_prefs_get_plugin_dir_global at Base 0.11
+ libnd_prefs_get_plugin_dir_user at Base 0.11
+ libnd_prefs_get_proto_dir_global at Base 0.11
+ libnd_prefs_get_proto_dir_user at Base 0.11
+ libnd_prefs_get_str_item at Base 0.11
+ libnd_prefs_init at Base 0.11
+ libnd_prefs_load at Base 0.11
+ libnd_prefs_save at Base 0.11
+ libnd_prefs_set_flt_item at Base 0.11
+ libnd_prefs_set_int_item at Base 0.11
+ libnd_prefs_set_str_item at Base 0.11
+ libnd_proto_add_magic at Base 0.11
+ libnd_proto_data_free at Base 0.11
+ libnd_proto_data_new at Base 0.11
+ libnd_proto_free at Base 0.11
+ libnd_proto_get_num_magics at Base 0.11
+ libnd_proto_info_free at Base 0.11
+ libnd_proto_info_new at Base 0.11
+ libnd_proto_inst_init at Base 0.11
+ libnd_proto_inst_to_string at Base 0.11
+ libnd_proto_is_raw at Base 0.11
+ libnd_proto_layer_to_string at Base 0.11
+ libnd_proto_new at Base 0.11
+ libnd_proto_plugin_add at Base 0.11
+ libnd_proto_plugin_foreach at Base 0.11
+ libnd_proto_plugin_get_author at Base 0.11
+ libnd_proto_plugin_get_description at Base 0.11
+ libnd_proto_plugin_get_name at Base 0.11
+ libnd_proto_plugin_get_version at Base 0.11
+ libnd_proto_plugin_init at Base 0.11
+ libnd_proto_registry_find at Base 0.11
+ libnd_proto_registry_foreach_proto at Base 0.11
+ libnd_proto_registry_init at Base 0.11
+ libnd_proto_registry_register at Base 0.11
+ libnd_proto_registry_size at Base 0.11
+ libnd_proto_registry_unregister at Base 0.11
+ libnd_raw_proto_get at Base 0.11
+ libnd_raw_proto_init at Base 0.11
+ libnd_reg_del_data at Base 0.11
+ libnd_reg_foreach at Base 0.11
+ libnd_reg_free at Base 0.11
+ libnd_reg_get_data at Base 0.11
+ libnd_reg_new at Base 0.11
+ libnd_reg_set_data at Base 0.11
+ libnd_runtime_options at Base 0.11
+ libnd_shutdown at Base 0.11
+ libnd_tcpdump_close at Base 0.11
+ libnd_tcpdump_get_packet_line at Base 0.11
+ libnd_tcpdump_init at Base 0.11
+ libnd_tcpdump_open at Base 0.11
+ libnd_tcpdump_options_add at Base 0.11
+ libnd_tcpdump_options_reset at Base 0.11
+ libnd_tcpdump_print_timestamp at Base 0.11
+ libnd_tcpdump_send_header at Base 0.11
+ libnd_tp_add_observer at Base 0.11
+ libnd_tp_clear_packetlists at Base 0.11
+ libnd_tp_clear_selection at Base 0.11
+ libnd_tp_del_observer at Base 0.11
+ libnd_tp_find_part_after_offset at Base 0.11
+ libnd_tp_free at Base 0.11
+ libnd_tp_full_selection at Base 0.11
+ libnd_tp_get_sel_size at Base 0.11
+ libnd_tp_init_packets at Base 0.11
+ libnd_tp_insert_packets at Base 0.11
+ libnd_tp_move_packet at Base 0.11
+ libnd_tp_new at Base 0.11
+ libnd_tp_observer_free at Base 0.11
+ libnd_tp_observer_new at Base 0.11
+ libnd_tp_packet_get_nth at Base 0.11
+ libnd_tp_remove_packet at Base 0.11
+ libnd_tp_sel_delete at Base 0.11
+ libnd_tp_sel_filter at Base 0.11
+ libnd_tp_sel_unfilter at Base 0.11
+ libnd_tp_select_packet at Base 0.11
+ libnd_tp_set_dirty at Base 0.11
+ libnd_tp_set_input_file at Base 0.11
+ libnd_tp_set_output_file at Base 0.11
+ libnd_tp_sync at Base 0.11
+ libnd_tp_tell_observers at Base 0.11
+ libnd_tp_unselect_packet at Base 0.11
+ libnd_tp_write_packet at Base 0.11
+ libnd_tpm_add_part at Base 0.11
+ libnd_tpm_clear_current_part at Base 0.11
+ libnd_tpm_dump_parts at Base 0.11
+ libnd_tpm_find_locs at Base 0.11
+ libnd_tpm_free at Base 0.11
+ libnd_tpm_get_offset at Base 0.11
+ libnd_tpm_get_packets at Base 0.11
+ libnd_tpm_get_rel_size at Base 0.11
+ libnd_tpm_get_sel at Base 0.11
+ libnd_tpm_get_space_fraction at Base 0.11
+ libnd_tpm_get_time_fraction at Base 0.11
+ libnd_tpm_goto_fraction at Base 0.11
+ libnd_tpm_goto_loc at Base 0.11
+ libnd_tpm_goto_ts at Base 0.11
+ libnd_tpm_is_tp_overlap at Base 0.11
+ libnd_tpm_load_next_part at Base 0.11
+ libnd_tpm_load_packets at Base 0.11
+ libnd_tpm_load_prev_part at Base 0.11
+ libnd_tpm_map_fraction_to_loc at Base 0.11
+ libnd_tpm_map_loc_to_offset at Base 0.11
+ libnd_tpm_map_loc_to_timestamp at Base 0.11
+ libnd_tpm_map_offset_to_loc at Base 0.11
+ libnd_tpm_map_timestamp_to_loc at Base 0.11
+ libnd_tpm_new at Base 0.11
+ libnd_tpm_num_memory_packets at Base 0.11
+ libnd_tpm_pcap_read_handler at Base 0.11
+ libnd_tpm_read_packet at Base 0.11
+ libnd_tpm_remove_part at Base 0.11
+ libnd_tpm_set_output_file at Base 0.11
+ libnd_trace_add_filter at Base 0.11
+ libnd_trace_add_observer at Base 0.11
+ libnd_trace_apply_filters at Base 0.11
+ libnd_trace_area_init_space at Base 0.11
+ libnd_trace_area_init_time at Base 0.11
+ libnd_trace_block_packet_observer_op at Base 0.11
+ libnd_trace_block_trace_observer_op at Base 0.11
+ libnd_trace_clear_filters at Base 0.11
+ libnd_trace_del_observer at Base 0.11
+ libnd_trace_free at Base 0.11
+ libnd_trace_get_area at Base 0.11
+ libnd_trace_get_iterator_mode at Base 0.11
+ libnd_trace_get_name at Base 0.11
+ libnd_trace_get_packets at Base 0.11
+ libnd_trace_get_pcap_handle at Base 0.11
+ libnd_trace_has_filter at Base 0.11
+ libnd_trace_init at Base 0.11
+ libnd_trace_initialized at Base 0.11
+ libnd_trace_new at Base 0.11
+ libnd_trace_observer_free at Base 0.11
+ libnd_trace_observer_new at Base 0.11
+ libnd_trace_remove_filter at Base 0.11
+ libnd_trace_save at Base 0.11
+ libnd_trace_save_as at Base 0.11
+ libnd_trace_set_area at Base 0.11
+ libnd_trace_set_dirty at Base 0.11
+ libnd_trace_set_iterator_mode at Base 0.11
+ libnd_trace_sync at Base 0.11
+ libnd_trace_tell_observers at Base 0.11
+ libnd_trace_unblock_packet_observer_op at Base 0.11
+ libnd_trace_unblock_trace_observer_op at Base 0.11
+ lt_dladderror at Base 0.11
+ lt_dladdsearchdir at Base 0.11
+ lt_dlcaller_get_data at Base 0.11
+ lt_dlcaller_register at Base 0.11
+ lt_dlcaller_set_data at Base 0.11
+ lt_dlclose at Base 0.11
+ lt_dlerror at Base 0.11
+ lt_dlexit at Base 0.11
+ lt_dlforeach at Base 0.11
+ lt_dlforeachfile at Base 0.11
+ lt_dlfree at Base 0.11
+ lt_dlgetinfo at Base 0.11
+ lt_dlgetsearchpath at Base 0.11
+ lt_dlhandle_next at Base 0.11
+ lt_dlinit at Base 0.11
+ lt_dlinsertsearchdir at Base 0.11
+ lt_dlisresident at Base 0.11
+ lt_dlloader_add at Base 0.11
+ lt_dlloader_data at Base 0.11
+ lt_dlloader_find at Base 0.11
+ lt_dlloader_name at Base 0.11
+ lt_dlloader_next at Base 0.11
+ lt_dlloader_remove at Base 0.11
+ lt_dlmakeresident at Base 0.11
+ lt_dlmalloc at Base 0.11
+ lt_dlmutex_register at Base 0.11
+ lt_dlopen at Base 0.11
+ lt_dlopenext at Base 0.11
+ lt_dlpreload at Base 0.11
+ lt_dlpreload_default at Base 0.11
+ lt_dlrealloc at Base 0.11
+ lt_dlseterror at Base 0.11
+ lt_dlsetsearchpath at Base 0.11
+ lt_dlsym at Base 0.11

Added: packages/libnetdude/trunk/debian/lndtool.3
URL: http://svn.debian.org/wsvn/packages/libnetdude/trunk/debian/lndtool.3?rev=571&op=file
==============================================================================
--- packages/libnetdude/trunk/debian/lndtool.3 (added)
+++ packages/libnetdude/trunk/debian/lndtool.3 Thu Aug 13 19:38:14 2009
@@ -1,0 +1,71 @@
+.TH "lndtool" 3 "August 13,2009" ""
+
+.SH NAME
+.P
+lndtool \- libnetdude configuration and execution tool
+
+.SH SYNOPSIS
+.P
+lndtool [OPTIONS]
+
+.SH DESCRIPTION
+.P
+lndtool is part of the libnetdude and list installed plugins that register successfully. Also, lndtool
+allows direct execution of feature plugins from the command line. This works for plugins designed to
+take command line arguments, and significantly simplifies the linking process.
+
+.SH OPTIONS
+.TP
+\fB\-\-help, \-help, \-h, \-?\fR
+Show help.
+
+.TP
+\fB\-\-prefix\fR
+Installation prefix.
+
+.TP
+\fB\-\-version, \-v\fR
+Prints out version info.
+
+.TP
+\fB\-\-cflags\fR
+Preprocessor flags needed for compilation.
+
+.TP
+\fB\-\-libs\fR
+Linker flags needed when linking..
+
+.TP
+\fB\-\-plugin\-dir\fR
+Plugin installation directory.
+
+.TP
+\fB\-\-proto\-dir\fR
+Protocol installation directory.
+
+.TP
+\fB\-\-include\-dir\fR
+Header files directory.
+
+.TP
+\fB\-\-plugins, \-p\fR
+Lists all plugins that register successfully.
+
+.TP
+\fB\-\-run, \-r PLUGINNAME PARAMS\fR
+Run plugin PLUGINNAME with PARAMS.
+
+.SH SEE ALSO
+.P
+A complete manual of libnetdude, including lndtool usage, is available at libnetdude page (http://netdude.sourceforge.net/doco/libnetdude).
+
+.SH AUTHORS
+.P
+\fBlibnetdude\fR was written by Christian Kreibich.
+
+.P
+This manual page was written by Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>, using txt2tags (http://txt2tags.sourceforge.net), for the Debian project (but may be used by others).
+
+
+.\" man code generated by txt2tags 2.5 (http://txt2tags.sf.net)
+.\" cmdline: txt2tags -t man contrib/lndtool.3.t2t

Added: packages/libnetdude/trunk/debian/rules
URL: http://svn.debian.org/wsvn/packages/libnetdude/trunk/debian/rules?rev=571&op=file
==============================================================================
--- packages/libnetdude/trunk/debian/rules (added)
+++ packages/libnetdude/trunk/debian/rules Thu Aug 13 19:38:14 2009
@@ -1,0 +1,67 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+# export DH_VERBOSE=1
+
+# These are used for cross-compiling and for saving the configure script
+# from having to guess our platform (since we know it already)
+DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE))
+CROSS= --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
+else
+CROSS= --build $(DEB_BUILD_GNU_TYPE)
+endif
+
+config.status: configure
+	dh_testdir
+ifneq "$(wildcard /usr/share/misc/config.sub)" ""
+	cp -f /usr/share/misc/config.sub config.sub
+endif
+ifneq "$(wildcard /usr/share/misc/config.guess)" ""
+	cp -f /usr/share/misc/config.guess config.guess
+endif
+	./configure $(CROSS) --prefix=/usr --datadir=\$${prefix}/lib --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-z,defs"
+
+build: build-stamp
+build-stamp: config.status
+	dh_testdir
+	$(MAKE)
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+	[ ! -f Makefile ] || $(MAKE) distclean
+	rm -f config.sub config.guess
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_prep
+	$(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
+
+binary: binary-arch
+
+binary-arch: install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs ChangeLog
+	dh_installdocs
+	dh_install --fail-missing
+	dh_installman debian/lndtool.3
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_makeshlibs
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary-indep:
+
+.PHONY: build clean binary-indep binary-arch binary install

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

Added: packages/libnetdude/trunk/debian/watch
URL: http://svn.debian.org/wsvn/packages/libnetdude/trunk/debian/watch?rev=571&op=file
==============================================================================
--- packages/libnetdude/trunk/debian/watch (added)
+++ packages/libnetdude/trunk/debian/watch Thu Aug 13 19:38:14 2009
@@ -1,0 +1,2 @@
+version=3
+http://sf.net/netdude/libnetdude-([0-9].*)\.tar\.gz




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