From 8d2d0f35ca6ab1b50d72cf080eba697c9fffda7b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 7 Nov 2011 19:42:03 -0600 Subject: Move tqt3 qembed man page so that it does not conflict with Qt3 on Debian and Ubuntu --- .../dependencies/tqt3/debian/maintain/man/qembed.1 | 32 ---------------------- .../tqt3/debian/maintain/man/tqembed.1 | 32 ++++++++++++++++++++++ debian/squeeze/dependencies/tqt3/debian/rules | 2 +- 3 files changed, 33 insertions(+), 33 deletions(-) delete mode 100644 debian/squeeze/dependencies/tqt3/debian/maintain/man/qembed.1 create mode 100644 debian/squeeze/dependencies/tqt3/debian/maintain/man/tqembed.1 (limited to 'debian/squeeze/dependencies/tqt3/debian') diff --git a/debian/squeeze/dependencies/tqt3/debian/maintain/man/qembed.1 b/debian/squeeze/dependencies/tqt3/debian/maintain/man/qembed.1 deleted file mode 100644 index a9b262f10..000000000 --- a/debian/squeeze/dependencies/tqt3/debian/maintain/man/qembed.1 +++ /dev/null @@ -1,32 +0,0 @@ -.TH "qembed" "1" "3.0.3" "Troll Tech AS, Norway." "" -.SH "NAME" -.LP -qembed \- Converts arbitrary files into C++ code. -.SH "DESCRIPTION" -.LP -The QEmbed tool, found in qt/tools/qembed, converts -arbitrary files into C++ code. This is useful for -including image files and other resources directly into -your application rather than loading the data from -external files. - -QEmbed can also generate uncompressed versions of images -that can be included directly into your application, -thus avoiding both the external file and the need to -parse the image file format. This is useful for small -images such as icons for which compression is not a -great gain. - - -.SH "SYNTAX" -qembed [ \fIgeneral\-files\fP ] <[ \fI\-\-images image\-files \fP]> -.br - -general\-files - These files can be any type of file. -\-\-images image\-files - These files must be in image formats supported by Qt. - -.SH "AUTHORS" -.LP -TrollTech diff --git a/debian/squeeze/dependencies/tqt3/debian/maintain/man/tqembed.1 b/debian/squeeze/dependencies/tqt3/debian/maintain/man/tqembed.1 new file mode 100644 index 000000000..a9b262f10 --- /dev/null +++ b/debian/squeeze/dependencies/tqt3/debian/maintain/man/tqembed.1 @@ -0,0 +1,32 @@ +.TH "qembed" "1" "3.0.3" "Troll Tech AS, Norway." "" +.SH "NAME" +.LP +qembed \- Converts arbitrary files into C++ code. +.SH "DESCRIPTION" +.LP +The QEmbed tool, found in qt/tools/qembed, converts +arbitrary files into C++ code. This is useful for +including image files and other resources directly into +your application rather than loading the data from +external files. + +QEmbed can also generate uncompressed versions of images +that can be included directly into your application, +thus avoiding both the external file and the need to +parse the image file format. This is useful for small +images such as icons for which compression is not a +great gain. + + +.SH "SYNTAX" +qembed [ \fIgeneral\-files\fP ] <[ \fI\-\-images image\-files \fP]> +.br + +general\-files + These files can be any type of file. +\-\-images image\-files + These files must be in image formats supported by Qt. + +.SH "AUTHORS" +.LP +TrollTech diff --git a/debian/squeeze/dependencies/tqt3/debian/rules b/debian/squeeze/dependencies/tqt3/debian/rules index c08b4d08c..9de2ec9df 100755 --- a/debian/squeeze/dependencies/tqt3/debian/rules +++ b/debian/squeeze/dependencies/tqt3/debian/rules @@ -430,7 +430,7 @@ binary-arch: build install dh_installman -ptqt3-designer debian/maintain/man/createcw.1 dh_installman -ptqt3-dev-tools-compat debian/maintain/man/qt20fix.1 debian/maintain/man/mergetr.1 debian/maintain/man/findtr.1 debian/maintain/man/msg2qm.1 dh_installman -ptqt3-dev-tools-embedded debian/maintain/man/makeqpf.1 debian/maintain/man/qvfb.1 - dh_installman -ptqt3-dev-tools debian/maintain/man/qembed.1 + dh_installman -ptqt3-dev-tools debian/maintain/man/tqembed.1 # copy README.Debian for a in libtqt3-mt-dev libtqt3-mt tqt3-doc; do install -D `pwd`/debian/README.Debian `pwd`/debian/"$$a"/usr/share/doc/"$$a"/README.Debian; done -- cgit v1.2.3