[med-svn] r8754 - trunk/packages/mummy/trunk/debian
Mathieu Malaterre
malat-guest at alioth.debian.org
Sun Dec 4 10:20:13 UTC 2011
Author: malat-guest
Date: 2011-12-04 10:20:13 +0000 (Sun, 04 Dec 2011)
New Revision: 8754
Added:
trunk/packages/mummy/trunk/debian/mummy.1.in
Modified:
trunk/packages/mummy/trunk/debian/changelog
trunk/packages/mummy/trunk/debian/compat
trunk/packages/mummy/trunk/debian/control
trunk/packages/mummy/trunk/debian/mummy.1
trunk/packages/mummy/trunk/debian/rules
Log:
Some cleanups
Modified: trunk/packages/mummy/trunk/debian/changelog
===================================================================
--- trunk/packages/mummy/trunk/debian/changelog 2011-12-03 18:37:13 UTC (rev 8753)
+++ trunk/packages/mummy/trunk/debian/changelog 2011-12-04 10:20:13 UTC (rev 8754)
@@ -1,3 +1,10 @@
+mummy (1.0.2-2) UNRELEASED; urgency=low
+
+ * Update mummy man page.
+ * Remove quilt B-D
+
+ -- Mathieu Malaterre <mathieu.malaterre at gmail.com> Sun, 04 Dec 2011 11:20:15 +0100
+
mummy (1.0.2-1) unstable; urgency=low
* Initial release (Closes: #611789)
Modified: trunk/packages/mummy/trunk/debian/compat
===================================================================
--- trunk/packages/mummy/trunk/debian/compat 2011-12-03 18:37:13 UTC (rev 8753)
+++ trunk/packages/mummy/trunk/debian/compat 2011-12-04 10:20:13 UTC (rev 8754)
@@ -1 +1 @@
-7
+8
Modified: trunk/packages/mummy/trunk/debian/control
===================================================================
--- trunk/packages/mummy/trunk/debian/control 2011-12-03 18:37:13 UTC (rev 8753)
+++ trunk/packages/mummy/trunk/debian/control 2011-12-04 10:20:13 UTC (rev 8754)
@@ -4,12 +4,12 @@
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
DM-Upload-Allowed: yes
Uploaders: Mathieu Malaterre <mathieu.malaterre at gmail.com>
-Build-Depends: debhelper (>= 7.0.50~), quilt (>= 0.46-7~), cmake (>= 2.8.2),
+Build-Depends: debhelper (>= 8), cmake (>= 2.8.2),
mono-devel, cli-common-dev (>= 0.5.7), libcableswig-dev, libgccxml-dev, libexpat-dev
Build-Depends-Indep: doxygen (>= 1.6.2), graphviz
Standards-Version: 3.9.2
Homepage: http://www.kitware.com/products/avdownload.php
-Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/mummy/trunk
+Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/mummy/trunk
Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/mummy/trunk/
Package: mummy
@@ -42,6 +42,9 @@
Section: doc
Description: mummy class reference documentation
mummy is a command line executable that generates C# wrappers from gccxml
+ output. A C# class is generated to wrap the wrappable class named in the gccxml
+ output. Settings to control the wrapping are given inline directly in the class
+ header file or in the MummySettings.xml input file.
.
This package contains exhaustive HTML documentation for the all the
documented mummy C++ classes.
Modified: trunk/packages/mummy/trunk/debian/mummy.1
===================================================================
--- trunk/packages/mummy/trunk/debian/mummy.1 2011-12-03 18:37:13 UTC (rev 8753)
+++ trunk/packages/mummy/trunk/debian/mummy.1 2011-12-04 10:20:13 UTC (rev 8754)
@@ -1,8 +1,16 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.38.2.
-.TH MUMMY "1" "February 2011" "mummy version 1.0.2 (revision 599)" "User Commands"
+.TH MUMMY "1" "December 2011" "mummy version 1.0.2 (revision 599)" "User Commands"
.SH NAME
-mummy \- command line executable that generates C# wrappers from gccxml output
+mummy \- generate C# wrappers from C++ code.
+.SH SYNOPSIS
+.B mummy
+.RI [ options ] " files" ...
.SH DESCRIPTION
+mummy is a command line executable that generates C# wrappers from gccxml
+output. A C# class is generated to wrap the wrappable class named in the gccxml
+output. Settings to control the wrapping are given inline directly in the class
+header file or in the MummySettings.xml input file.
+.PP
mummy version 1.0.2 (revision 599)
.PP
Command line options:
@@ -41,18 +49,9 @@
.TP
\fB\-\-version\fR
Display the program version.
-.SH "SEE ALSO"
-The full documentation for
-.B mummy
-is maintained as a Texinfo manual. If the
-.B info
-and
-.B mummy
-programs are properly installed at your site, the command
-.IP
-.B info mummy
-.PP
-should give you access to the complete manual.
-.PP
+.SH AUTHORS
This manual page was written by Mathieu Malaterre <mathieu.malaterre at gmail.com>,
for the Debian project (and may be used by others).
+.SH "SEE ALSO"
+.BR cableidx (1),
+.BR gccxml (1).
Copied: trunk/packages/mummy/trunk/debian/mummy.1.in (from rev 8753, trunk/packages/mummy/trunk/debian/mummy.1)
===================================================================
--- trunk/packages/mummy/trunk/debian/mummy.1.in (rev 0)
+++ trunk/packages/mummy/trunk/debian/mummy.1.in 2011-12-04 10:20:13 UTC (rev 8754)
@@ -0,0 +1,20 @@
+[NAME]
+mummy \- generate C# wrappers from C++ code.
+
+[SYNOPSIS]
+.B mummy
+.RI [ options ] " files" ...
+
+[DESCRIPTION]
+mummy is a command line executable that generates C# wrappers from gccxml
+output. A C# class is generated to wrap the wrappable class named in the gccxml
+output. Settings to control the wrapping are given inline directly in the class
+header file or in the MummySettings.xml input file.
+
+[AUTHORS]
+This manual page was written by Mathieu Malaterre <mathieu.malaterre at gmail.com>,
+for the Debian project (and may be used by others).
+
+[SEE ALSO]
+.BR cableidx (1),
+.BR gccxml (1).
Modified: trunk/packages/mummy/trunk/debian/rules
===================================================================
--- trunk/packages/mummy/trunk/debian/rules 2011-12-03 18:37:13 UTC (rev 8753)
+++ trunk/packages/mummy/trunk/debian/rules 2011-12-04 10:20:13 UTC (rev 8754)
@@ -16,5 +16,9 @@
override_dh_auto_configure:
dh_auto_configure -- $(CMAKE_EXTRA_FLAGS)
+debian/mummy.1: debian/mummy.1.in
+ help2man --include=debian/mummy.1.in \
+ --output=debian/mummy.1 --no-info mummy
+
get-orig-source:
./debian/get-orig-source.sh
More information about the debian-med-commit
mailing list