From 11394aecd1f906fee2ebd2b90412aeba4651fbff Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 3 Apr 2019 22:56:40 +0900 Subject: DEB: use _base folder for a distro instead of specific distros (squeeze and maverick). Signed-off-by: Michele Calgaro --- .../python-tqt/debian/manpages/pyuic.1 | 74 ---------------------- 1 file changed, 74 deletions(-) delete mode 100644 ubuntu/maverick/dependencies/python-tqt/debian/manpages/pyuic.1 (limited to 'ubuntu/maverick/dependencies/python-tqt/debian/manpages/pyuic.1') diff --git a/ubuntu/maverick/dependencies/python-tqt/debian/manpages/pyuic.1 b/ubuntu/maverick/dependencies/python-tqt/debian/manpages/pyuic.1 deleted file mode 100644 index f1ffa41ff..000000000 --- a/ubuntu/maverick/dependencies/python-tqt/debian/manpages/pyuic.1 +++ /dev/null @@ -1,74 +0,0 @@ -.TH pyuic 1 "25 June 2001" \" -*- nroff -*- -.SH NAME -pyuic \- Qt user interface compiler for Python -.SH SYNOPSIS -.B pyuic -[options] -.SH DESCRIPTION -This page documents the -.B Python User Interface Compiler -for the Qt GUI application framework. The -.B pyuic -reads a user interface definition file (.ui) in XML as generated by Qt -Designer and creates corresponding Python module. -.PP -.PP -Generate implementation: -.br -.I "\fB pyuic [options] \fI" -.br -.PP -Generate image collection: -.br -.I "\fB pyuic [options] -embed \fI \fP ..." -.br - \fI\fP: project name - \fI\fP: image files -.br -.PP -Generate subclass implementation: -.br -.I "\fB pyuic [options] -subimpl \fI" -.br - \fI\fP: name of the subclass to generate -.PP - -.SH GENERAL OPTIONS -.TP -.I "-o file" -Write output to -.I file -rather than to stdout. -.TP -.I "-p indent" -Set the Python -.I indent -in spaces (0 to use a tab) -.TP -.I "-tr func" -Use -.I func(...) -rather than tr(...) for i18n. -.TP -.I -x -Generate extra code to test the class -.TP -.I -test -Generate extra code to test but not display the class -.TP -.I -version -Display version of pyuic -.TP -.I -help -Display this information - -.SH "SEE ALSO" -.BR uic (1) - -.BR http://www.trolltech.com/ - -.BR http://www.riverbankcomputing.co.uk/ -.SH AUTHOR -This manual page was written by Ricardo J. Cárdenes Medina -for the Debian GNU/Linux System (but may be used by others), based -on Trolltech's manual page for uic -- cgit v1.2.1