[DebianBRTeam-commits] r572 - in /packages/libpcapnav/trunk/debian: contrib/pcapnav-config.1.t2t contrib/pcapnav-config.3.t2t control pcapnav-config.3 rules
eriberto-guest at users.alioth.debian.org
eriberto-guest at users.alioth.debian.org
Thu Aug 13 20:05:24 UTC 2009
Author: eriberto-guest
Date: Thu Aug 13 20:05:24 2009
New Revision: 572
URL: http://svn.debian.org/wsvn/?sc=1&rev=572
Log:
debian/contrib:
* Renamed pcapnav-config manual from .1.t2t to .3.t2t.
* Added a reference to libpcapnav page in man page.
* Regenerated pcapnav-config.3 man page.
debian/control:
* Added Vcs-Svn and Vcs-Browser fields.
debian/rules:
* Added two sigle blank lines to reorganize the file.
debian/
Added:
packages/libpcapnav/trunk/debian/contrib/pcapnav-config.3.t2t
Removed:
packages/libpcapnav/trunk/debian/contrib/pcapnav-config.1.t2t
Modified:
packages/libpcapnav/trunk/debian/control
packages/libpcapnav/trunk/debian/pcapnav-config.3
packages/libpcapnav/trunk/debian/rules
Added: packages/libpcapnav/trunk/debian/contrib/pcapnav-config.3.t2t
URL: http://svn.debian.org/wsvn/packages/libpcapnav/trunk/debian/contrib/pcapnav-config.3.t2t?rev=572&op=file
==============================================================================
--- packages/libpcapnav/trunk/debian/contrib/pcapnav-config.3.t2t (added)
+++ packages/libpcapnav/trunk/debian/contrib/pcapnav-config.3.t2t Thu Aug 13 20:05:24 2009
@@ -1,0 +1,27 @@
+PCAPNAV-CONFIG
+
+June 30,2009
+
+= NAME =
+
+pcapnav-config - write libpcapnav compiler and linker flags to standard output
+
+= SYNOPSIS =
+
+pcapnav-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--libs] [--cflags]
+
+= DESCRIPTION =
+
+When run with the --cflags option, pcapnav-config writes to the standard output the -I compiler flags required
+to include libpcapâs header files. When run with the --libs option, pcapnav-config writes to the standard output
+the -L and -l linker required to link with libpcapnav, including -l flags for libraries required by libpcapnav.
+
+= SEE ALSO =
+
+A complete manual of libpcapnav, including pcapnav-config usage, is available at libpcapnav page (http://netdude.sourceforge.net/doco/libpcapnav).
+
+= AUTHORS =
+
+**libpcapnav** 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).
Modified: packages/libpcapnav/trunk/debian/control
URL: http://svn.debian.org/wsvn/packages/libpcapnav/trunk/debian/control?rev=572&op=diff
==============================================================================
--- packages/libpcapnav/trunk/debian/control (original)
+++ packages/libpcapnav/trunk/debian/control Thu Aug 13 20:05:24 2009
@@ -4,6 +4,8 @@
Build-Depends: debhelper (>= 7), autotools-dev, libpcap0.8-dev
Standards-Version: 3.8.2
Section: libs
+Vcs-Svn: svn://svn.debian.org/svn/debian-br-team/packages/libpcapnav
+Vcs-Browser: http://svn.debian.org/wsvn/debian-br-team/packages/libpcapnav
Homepage: http://netdude.sourceforge.net
Package: libpcapnav0-dev
Modified: packages/libpcapnav/trunk/debian/pcapnav-config.3
URL: http://svn.debian.org/wsvn/packages/libpcapnav/trunk/debian/pcapnav-config.3?rev=572&op=diff
==============================================================================
--- packages/libpcapnav/trunk/debian/pcapnav-config.3 (original)
+++ packages/libpcapnav/trunk/debian/pcapnav-config.3 Thu Aug 13 20:05:24 2009
@@ -6,13 +6,17 @@
.SH SYNOPSIS
.P
-pcapnav\-config [\-\-prefix[=DIR]] [\-\-exec\-prefix[=DIR]] [\-\-version] [\-\-libs] [\-\-cflags]
+pcapnav\-config [prefix[=DIR]] [exec\-prefix[=DIR]] [version] [libs] [\-\-cflags]
.SH DESCRIPTION
.P
When run with the \-\-cflags option, pcapnav\-config writes to the standard output the \-I compiler flags required
to include libpcapâs header files. When run with the \-\-libs option, pcapnav\-config writes to the standard output
the \-L and \-l linker required to link with libpcapnav, including \-l flags for libraries required by libpcapnav.
+
+.SH SEE ALSO
+.P
+A complete manual of libpcapnav, including pcapnav\-config usage, is available at libpcapnav page (http://netdude.sourceforge.net/doco/libpcapnav).
.SH AUTHORS
.P
@@ -22,5 +26,6 @@
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.3 (http://txt2tags.sf.net)
-.\" cmdline: txt2tags -t man pcapnav-config.1.t2t
+.\" man code generated by txt2tags 2.5 (http://txt2tags.sf.net)
+.\" cmdline: txt2tags -t man contrib/pcapnav-config.3.t2t
+
Modified: packages/libpcapnav/trunk/debian/rules
URL: http://svn.debian.org/wsvn/packages/libpcapnav/trunk/debian/rules?rev=572&op=diff
==============================================================================
--- packages/libpcapnav/trunk/debian/rules (original)
+++ packages/libpcapnav/trunk/debian/rules Thu Aug 13 20:05:24 2009
@@ -45,6 +45,7 @@
rm -rf $(CURDIR)/debian/tmp/usr/share/gtk-doc
binary: binary-arch
+
binary-arch: install
dh_testdir
dh_testroot
@@ -63,4 +64,5 @@
dh_builddeb
binary-indep:
+
.PHONY: build clean binary-indep binary-arch binary install
More information about the debian-br-team-commits
mailing list