From 22ae00882c8afd963e53d67a35eb697c5f0c79f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 7 Jul 2020 15:17:24 +0200 Subject: DEB tqt3: Refrect qt -> tqt changes to man1. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- debian/_base/dependencies/tqt3/debian/rules | 9 ++++----- debian/_base/dependencies/tqt3/debian/tqt3-designer.manpages | 1 + debian/_base/dependencies/tqt3/debian/tqt3-designer.postinst | 2 +- debian/_base/dependencies/tqt3/debian/tqt3-dev-tools.manpages | 5 +++++ debian/_base/dependencies/tqt3/debian/tqt3-dev-tools.postinst | 8 ++++---- debian/_base/dependencies/tqt3/debian/tqt3-linguist.manpages | 1 + debian/_base/dependencies/tqt3/debian/tqt3-linguist.postinst | 2 +- debian/_base/dependencies/tqt3/debian/tqt3-qtconfig.manpages | 1 + debian/_base/dependencies/tqt3/debian/tqt3-qtconfig.postinst | 2 +- dilos/dependencies/tqt3/debian/rules | 9 ++++----- dilos/dependencies/tqt3/debian/tqt3-designer.manpages | 1 + dilos/dependencies/tqt3/debian/tqt3-designer.postinst | 2 +- dilos/dependencies/tqt3/debian/tqt3-dev-tools.manpages | 5 +++++ dilos/dependencies/tqt3/debian/tqt3-dev-tools.postinst | 8 ++++---- dilos/dependencies/tqt3/debian/tqt3-linguist.manpages | 1 + dilos/dependencies/tqt3/debian/tqt3-linguist.postinst | 2 +- dilos/dependencies/tqt3/debian/tqt3-qtconfig.manpages | 1 + dilos/dependencies/tqt3/debian/tqt3-qtconfig.postinst | 2 +- ubuntu/_base/dependencies/tqt3/debian/rules | 9 ++++----- ubuntu/_base/dependencies/tqt3/debian/tqt3-designer.manpages | 1 + ubuntu/_base/dependencies/tqt3/debian/tqt3-designer.postinst | 2 +- ubuntu/_base/dependencies/tqt3/debian/tqt3-dev-tools.manpages | 5 +++++ ubuntu/_base/dependencies/tqt3/debian/tqt3-dev-tools.postinst | 8 ++++---- ubuntu/_base/dependencies/tqt3/debian/tqt3-linguist.manpages | 1 + ubuntu/_base/dependencies/tqt3/debian/tqt3-linguist.postinst | 2 +- ubuntu/_base/dependencies/tqt3/debian/tqt3-qtconfig.manpages | 1 + ubuntu/_base/dependencies/tqt3/debian/tqt3-qtconfig.postinst | 2 +- 27 files changed, 57 insertions(+), 36 deletions(-) create mode 100644 debian/_base/dependencies/tqt3/debian/tqt3-designer.manpages create mode 100644 debian/_base/dependencies/tqt3/debian/tqt3-dev-tools.manpages create mode 100644 debian/_base/dependencies/tqt3/debian/tqt3-linguist.manpages create mode 100644 debian/_base/dependencies/tqt3/debian/tqt3-qtconfig.manpages create mode 100644 dilos/dependencies/tqt3/debian/tqt3-designer.manpages create mode 100644 dilos/dependencies/tqt3/debian/tqt3-dev-tools.manpages create mode 100644 dilos/dependencies/tqt3/debian/tqt3-linguist.manpages create mode 100644 dilos/dependencies/tqt3/debian/tqt3-qtconfig.manpages create mode 100644 ubuntu/_base/dependencies/tqt3/debian/tqt3-designer.manpages create mode 100644 ubuntu/_base/dependencies/tqt3/debian/tqt3-dev-tools.manpages create mode 100644 ubuntu/_base/dependencies/tqt3/debian/tqt3-linguist.manpages create mode 100644 ubuntu/_base/dependencies/tqt3/debian/tqt3-qtconfig.manpages diff --git a/debian/_base/dependencies/tqt3/debian/rules b/debian/_base/dependencies/tqt3/debian/rules index 8b800260a..b83a3da10 100755 --- a/debian/_base/dependencies/tqt3/debian/rules +++ b/debian/_base/dependencies/tqt3/debian/rules @@ -281,6 +281,8 @@ binary-indep: build install dh_installchangelogs -i changes-3.3.8 dh_installchangelogs -i changes-3.3.8b + dh_installman -i + find doc/man -path \*/CVS -prune -o -print | cpio -pmd $(P_DOC)/usr/share/tqt3/doc/ -rm -f `find $(P_DOC)/usr/share/tqt3/doc/ -name "*.o"` @@ -404,11 +406,6 @@ binary-arch: build install cd `pwd`/debian/tqt3-dev-tools/usr/share/tqt3/mkspecs/ && for a in *; do cd "$$a" && cat qmake.conf | sed 's/\$$(QTDIR)\/include/\/usr\/share\/tqt3\/include/g' | sed 's/\$$(QTDIR)/\/usr\/share\/tqt3/g' | \ sed 's/\-I\/usr\/include/&\/tqt3/g' >> qmake.conf.new && mv qmake.conf.new qmake.conf && cd ../; done - install -D doc/man/man1/moc.1 `pwd`/debian/tqt3-dev-tools/usr/share/man/man1/moc-tqt3.1 - install -D doc/man/man1/uic.1 `pwd`/debian/tqt3-dev-tools/usr/share/man/man1/uic-tqt3.1 - install -D doc/man/man1/lrelease.1 `pwd`/debian/tqt3-dev-tools/usr/share/man/man1/lrelease-tqt3.1 - install -D doc/man/man1/lupdate.1 `pwd`/debian/tqt3-dev-tools/usr/share/man/man1/lupdate-tqt3.1 - dh_link -ptqt3-designer usr/share/tqt3/doc/html usr/share/doc/tqt3-designer/html dh_link -ptqt3-assistant usr/share/tqt3/doc/html usr/share/doc/tqt3-assistant/html dh_link -ptqt3-linguist usr/share/tqt3/doc/html usr/share/doc/tqt3-linguist/html @@ -439,6 +436,8 @@ binary-arch: build install dh_installchangelogs -a $(IBASE) changes-3.3.8 dh_installchangelogs -a $(IBASE) changes-3.3.8b + dh_installman -a $(IBASE) + dh_link -a $(IBASE) dh_strip -a $(IBASE) --dbg-package=tqt-x11-free-dbg $(if $(wildcard /usr/bin/dh_strip_nondeterminism),\ diff --git a/debian/_base/dependencies/tqt3/debian/tqt3-designer.manpages b/debian/_base/dependencies/tqt3/debian/tqt3-designer.manpages new file mode 100644 index 000000000..5fcb29982 --- /dev/null +++ b/debian/_base/dependencies/tqt3/debian/tqt3-designer.manpages @@ -0,0 +1 @@ +doc/man/man1/tqdesigner.1 diff --git a/debian/_base/dependencies/tqt3/debian/tqt3-designer.postinst b/debian/_base/dependencies/tqt3/debian/tqt3-designer.postinst index 91d69ce08..54bc5ea75 100644 --- a/debian/_base/dependencies/tqt3/debian/tqt3-designer.postinst +++ b/debian/_base/dependencies/tqt3/debian/tqt3-designer.postinst @@ -5,6 +5,6 @@ set -e update-alternatives --install \ /usr/bin/designer designer "/usr/bin/tqdesigner" "45" \ --slave /usr/share/man/man1/designer.1.gz designer.1.gz \ - "/usr/share/man/man1/designer-tqt3.1.gz" + "/usr/share/man/man1/tqdesigner.1.gz" #DEBHELPER# diff --git a/debian/_base/dependencies/tqt3/debian/tqt3-dev-tools.manpages b/debian/_base/dependencies/tqt3/debian/tqt3-dev-tools.manpages new file mode 100644 index 000000000..2976f6c84 --- /dev/null +++ b/debian/_base/dependencies/tqt3/debian/tqt3-dev-tools.manpages @@ -0,0 +1,5 @@ +doc/man/man1/tqembed.1 +doc/man/man1/tqlrelease.1 +doc/man/man1/tqlupdate.1 +doc/man/man1/tqmoc.1 +doc/man/man1/tquic.1 diff --git a/debian/_base/dependencies/tqt3/debian/tqt3-dev-tools.postinst b/debian/_base/dependencies/tqt3/debian/tqt3-dev-tools.postinst index b6c833de8..e7f14ec70 100644 --- a/debian/_base/dependencies/tqt3/debian/tqt3-dev-tools.postinst +++ b/debian/_base/dependencies/tqt3/debian/tqt3-dev-tools.postinst @@ -5,22 +5,22 @@ set -e update-alternatives --install \ /usr/bin/moc moc "/usr/bin/tqmoc" "45" \ --slave /usr/share/man/man1/moc.1.gz moc.1.gz \ - "/usr/share/man/man1/moc-tqt3.1.gz" + "/usr/share/man/man1/tqmoc.1.gz" update-alternatives --install \ /usr/bin/uic uic "/usr/bin/tquic" "45" \ --slave /usr/share/man/man1/uic.1.gz uic.1.gz \ - "/usr/share/man/man1/uic-tqt3.1.gz" + "/usr/share/man/man1/tquic.1.gz" update-alternatives --install \ /usr/bin/lupdate lupdate "/usr/bin/tqlupdate" "45" \ --slave /usr/share/man/man1/lupdate.1.gz lupdate.1.gz \ - "/usr/share/man/man1/lupdate-tqt3.1.gz" + "/usr/share/man/man1/tqlupdate.1.gz" update-alternatives --install \ /usr/bin/lrelease lrelease "/usr/bin/tqlrelease" "45" \ --slave /usr/share/man/man1/lrelease.1.gz lrelease.1.gz \ - "/usr/share/man/man1/lrelease-tqt3.1.gz" + "/usr/share/man/man1/tqlrelease.1.gz" update-alternatives --install \ /usr/bin/qmake qmake "/usr/bin/tqmake" "45" \ diff --git a/debian/_base/dependencies/tqt3/debian/tqt3-linguist.manpages b/debian/_base/dependencies/tqt3/debian/tqt3-linguist.manpages new file mode 100644 index 000000000..14380e5ab --- /dev/null +++ b/debian/_base/dependencies/tqt3/debian/tqt3-linguist.manpages @@ -0,0 +1 @@ +doc/man/man1/tqlinguist.1 diff --git a/debian/_base/dependencies/tqt3/debian/tqt3-linguist.postinst b/debian/_base/dependencies/tqt3/debian/tqt3-linguist.postinst index 4c51e97bf..48b3216db 100644 --- a/debian/_base/dependencies/tqt3/debian/tqt3-linguist.postinst +++ b/debian/_base/dependencies/tqt3/debian/tqt3-linguist.postinst @@ -5,6 +5,6 @@ set -e update-alternatives --install \ /usr/bin/linguist linguist "/usr/bin/tqlinguist" "45" \ --slave /usr/share/man/man1/linguist.1.gz linguist.1.gz \ - "/usr/share/man/man1/linguist-tqt3.1.gz" + "/usr/share/man/man1/tqlinguist.1.gz" #DEBHELPER# diff --git a/debian/_base/dependencies/tqt3/debian/tqt3-qtconfig.manpages b/debian/_base/dependencies/tqt3/debian/tqt3-qtconfig.manpages new file mode 100644 index 000000000..025ff0ad8 --- /dev/null +++ b/debian/_base/dependencies/tqt3/debian/tqt3-qtconfig.manpages @@ -0,0 +1 @@ +doc/man/man1/tqtconfig.1 diff --git a/debian/_base/dependencies/tqt3/debian/tqt3-qtconfig.postinst b/debian/_base/dependencies/tqt3/debian/tqt3-qtconfig.postinst index 68671a6ef..773022f72 100644 --- a/debian/_base/dependencies/tqt3/debian/tqt3-qtconfig.postinst +++ b/debian/_base/dependencies/tqt3/debian/tqt3-qtconfig.postinst @@ -5,6 +5,6 @@ set -e update-alternatives --install \ /usr/bin/qtconfig qtconfig "/usr/bin/tqtconfig" "45" \ --slave /usr/share/man/man1/qtconfig.1.gz qtconfig.1.gz \ - "/usr/share/man/man1/qtconfig-tqt3.1.gz" + "/usr/share/man/man1/tqtconfig.1.gz" #DEBHELPER# diff --git a/dilos/dependencies/tqt3/debian/rules b/dilos/dependencies/tqt3/debian/rules index 3e1153f3a..228582b63 100755 --- a/dilos/dependencies/tqt3/debian/rules +++ b/dilos/dependencies/tqt3/debian/rules @@ -287,6 +287,8 @@ binary-indep: build install dh_installchangelogs -i changes-3.3.8 dh_installchangelogs -i changes-3.3.8b + dh_installman -i + find doc/man -path \*/CVS -prune -o -print | cpio -pmd $(P_DOC)/usr/share/tqt3/doc/ -rm -f `find $(P_DOC)/usr/share/tqt3/doc/ -name "*.o"` @@ -410,11 +412,6 @@ binary-arch: build install cd `pwd`/debian/tqt3-dev-tools/usr/share/tqt3/mkspecs/ && for a in *; do cd "$$a" && cat qmake.conf | sed 's/\$$(QTDIR)\/include/\/usr\/share\/tqt3\/include/g' | sed 's/\$$(QTDIR)/\/usr\/share\/tqt3/g' | \ sed 's/\-I\/usr\/include/&\/tqt3/g' >> qmake.conf.new && mv qmake.conf.new qmake.conf && cd ../; done - install -D doc/man/man1/moc.1 `pwd`/debian/tqt3-dev-tools/usr/share/man/man1/moc-tqt3.1 - install -D doc/man/man1/uic.1 `pwd`/debian/tqt3-dev-tools/usr/share/man/man1/uic-tqt3.1 - install -D doc/man/man1/lrelease.1 `pwd`/debian/tqt3-dev-tools/usr/share/man/man1/lrelease-tqt3.1 - install -D doc/man/man1/lupdate.1 `pwd`/debian/tqt3-dev-tools/usr/share/man/man1/lupdate-tqt3.1 - dh_link -ptqt3-designer usr/share/tqt3/doc/html usr/share/doc/tqt3-designer/html dh_link -ptqt3-assistant usr/share/tqt3/doc/html usr/share/doc/tqt3-assistant/html dh_link -ptqt3-linguist usr/share/tqt3/doc/html usr/share/doc/tqt3-linguist/html @@ -445,6 +442,8 @@ binary-arch: build install dh_installchangelogs -a $(IBASE) changes-3.3.8 dh_installchangelogs -a $(IBASE) changes-3.3.8b + dh_installman -a $(IBASE) + dh_link -a $(IBASE) dh_strip -a $(IBASE) --dbg-package=tqt-x11-free-dbg $(if $(wildcard /usr/bin/dh_strip_nondeterminism),\ diff --git a/dilos/dependencies/tqt3/debian/tqt3-designer.manpages b/dilos/dependencies/tqt3/debian/tqt3-designer.manpages new file mode 100644 index 000000000..5fcb29982 --- /dev/null +++ b/dilos/dependencies/tqt3/debian/tqt3-designer.manpages @@ -0,0 +1 @@ +doc/man/man1/tqdesigner.1 diff --git a/dilos/dependencies/tqt3/debian/tqt3-designer.postinst b/dilos/dependencies/tqt3/debian/tqt3-designer.postinst index 2cf5abe7f..4ebd22505 100644 --- a/dilos/dependencies/tqt3/debian/tqt3-designer.postinst +++ b/dilos/dependencies/tqt3/debian/tqt3-designer.postinst @@ -8,6 +8,6 @@ fi update-alternatives --install \ /usr/bin/designer designer "/usr/bin/tqdesigner" "45" \ --slave /usr/share/man/man1/designer.1.gz designer.1.gz \ - "/usr/share/man/man1/designer-tqt3.1.gz" + "/usr/share/man/man1/tqdesigner.1.gz" #DEBHELPER# diff --git a/dilos/dependencies/tqt3/debian/tqt3-dev-tools.manpages b/dilos/dependencies/tqt3/debian/tqt3-dev-tools.manpages new file mode 100644 index 000000000..2976f6c84 --- /dev/null +++ b/dilos/dependencies/tqt3/debian/tqt3-dev-tools.manpages @@ -0,0 +1,5 @@ +doc/man/man1/tqembed.1 +doc/man/man1/tqlrelease.1 +doc/man/man1/tqlupdate.1 +doc/man/man1/tqmoc.1 +doc/man/man1/tquic.1 diff --git a/dilos/dependencies/tqt3/debian/tqt3-dev-tools.postinst b/dilos/dependencies/tqt3/debian/tqt3-dev-tools.postinst index 1ea211dc0..9af54f964 100644 --- a/dilos/dependencies/tqt3/debian/tqt3-dev-tools.postinst +++ b/dilos/dependencies/tqt3/debian/tqt3-dev-tools.postinst @@ -8,22 +8,22 @@ fi update-alternatives --install \ /usr/bin/moc moc "/usr/bin/tqmoc" "45" \ --slave /usr/share/man/man1/moc.1.gz moc.1.gz \ - "/usr/share/man/man1/moc-tqt3.1.gz" + "/usr/share/man/man1/tqmoc.1.gz" update-alternatives --install \ /usr/bin/uic uic "/usr/bin/tquic" "45" \ --slave /usr/share/man/man1/uic.1.gz uic.1.gz \ - "/usr/share/man/man1/uic-tqt3.1.gz" + "/usr/share/man/man1/tquic.1.gz" update-alternatives --install \ /usr/bin/lupdate lupdate "/usr/bin/tqlupdate" "45" \ --slave /usr/share/man/man1/lupdate.1.gz lupdate.1.gz \ - "/usr/share/man/man1/lupdate-tqt3.1.gz" + "/usr/share/man/man1/tqlupdate.1.gz" update-alternatives --install \ /usr/bin/lrelease lrelease "/usr/bin/tqlrelease" "45" \ --slave /usr/share/man/man1/lrelease.1.gz lrelease.1.gz \ - "/usr/share/man/man1/lrelease-tqt3.1.gz" + "/usr/share/man/man1/tqlrelease.1.gz" update-alternatives --install \ /usr/bin/qmake qmake "/usr/bin/tqmake" "45" \ diff --git a/dilos/dependencies/tqt3/debian/tqt3-linguist.manpages b/dilos/dependencies/tqt3/debian/tqt3-linguist.manpages new file mode 100644 index 000000000..14380e5ab --- /dev/null +++ b/dilos/dependencies/tqt3/debian/tqt3-linguist.manpages @@ -0,0 +1 @@ +doc/man/man1/tqlinguist.1 diff --git a/dilos/dependencies/tqt3/debian/tqt3-linguist.postinst b/dilos/dependencies/tqt3/debian/tqt3-linguist.postinst index 1acec2d69..fc135a3e1 100644 --- a/dilos/dependencies/tqt3/debian/tqt3-linguist.postinst +++ b/dilos/dependencies/tqt3/debian/tqt3-linguist.postinst @@ -8,6 +8,6 @@ fi update-alternatives --install \ /usr/bin/linguist linguist "/usr/bin/tqlinguist" "45" \ --slave /usr/share/man/man1/linguist.1.gz linguist.1.gz \ - "/usr/share/man/man1/linguist-tqt3.1.gz" + "/usr/share/man/man1/tqlinguist.1.gz" #DEBHELPER# diff --git a/dilos/dependencies/tqt3/debian/tqt3-qtconfig.manpages b/dilos/dependencies/tqt3/debian/tqt3-qtconfig.manpages new file mode 100644 index 000000000..025ff0ad8 --- /dev/null +++ b/dilos/dependencies/tqt3/debian/tqt3-qtconfig.manpages @@ -0,0 +1 @@ +doc/man/man1/tqtconfig.1 diff --git a/dilos/dependencies/tqt3/debian/tqt3-qtconfig.postinst b/dilos/dependencies/tqt3/debian/tqt3-qtconfig.postinst index ffe1572da..3964f38d3 100644 --- a/dilos/dependencies/tqt3/debian/tqt3-qtconfig.postinst +++ b/dilos/dependencies/tqt3/debian/tqt3-qtconfig.postinst @@ -8,6 +8,6 @@ fi update-alternatives --install \ /usr/bin/qtconfig qtconfig "/usr/bin/tqtconfig" "45" \ --slave /usr/share/man/man1/qtconfig.1.gz qtconfig.1.gz \ - "/usr/share/man/man1/qtconfig-tqt3.1.gz" + "/usr/share/man/man1/tqtconfig.1.gz" #DEBHELPER# diff --git a/ubuntu/_base/dependencies/tqt3/debian/rules b/ubuntu/_base/dependencies/tqt3/debian/rules index 8b800260a..b83a3da10 100755 --- a/ubuntu/_base/dependencies/tqt3/debian/rules +++ b/ubuntu/_base/dependencies/tqt3/debian/rules @@ -281,6 +281,8 @@ binary-indep: build install dh_installchangelogs -i changes-3.3.8 dh_installchangelogs -i changes-3.3.8b + dh_installman -i + find doc/man -path \*/CVS -prune -o -print | cpio -pmd $(P_DOC)/usr/share/tqt3/doc/ -rm -f `find $(P_DOC)/usr/share/tqt3/doc/ -name "*.o"` @@ -404,11 +406,6 @@ binary-arch: build install cd `pwd`/debian/tqt3-dev-tools/usr/share/tqt3/mkspecs/ && for a in *; do cd "$$a" && cat qmake.conf | sed 's/\$$(QTDIR)\/include/\/usr\/share\/tqt3\/include/g' | sed 's/\$$(QTDIR)/\/usr\/share\/tqt3/g' | \ sed 's/\-I\/usr\/include/&\/tqt3/g' >> qmake.conf.new && mv qmake.conf.new qmake.conf && cd ../; done - install -D doc/man/man1/moc.1 `pwd`/debian/tqt3-dev-tools/usr/share/man/man1/moc-tqt3.1 - install -D doc/man/man1/uic.1 `pwd`/debian/tqt3-dev-tools/usr/share/man/man1/uic-tqt3.1 - install -D doc/man/man1/lrelease.1 `pwd`/debian/tqt3-dev-tools/usr/share/man/man1/lrelease-tqt3.1 - install -D doc/man/man1/lupdate.1 `pwd`/debian/tqt3-dev-tools/usr/share/man/man1/lupdate-tqt3.1 - dh_link -ptqt3-designer usr/share/tqt3/doc/html usr/share/doc/tqt3-designer/html dh_link -ptqt3-assistant usr/share/tqt3/doc/html usr/share/doc/tqt3-assistant/html dh_link -ptqt3-linguist usr/share/tqt3/doc/html usr/share/doc/tqt3-linguist/html @@ -439,6 +436,8 @@ binary-arch: build install dh_installchangelogs -a $(IBASE) changes-3.3.8 dh_installchangelogs -a $(IBASE) changes-3.3.8b + dh_installman -a $(IBASE) + dh_link -a $(IBASE) dh_strip -a $(IBASE) --dbg-package=tqt-x11-free-dbg $(if $(wildcard /usr/bin/dh_strip_nondeterminism),\ diff --git a/ubuntu/_base/dependencies/tqt3/debian/tqt3-designer.manpages b/ubuntu/_base/dependencies/tqt3/debian/tqt3-designer.manpages new file mode 100644 index 000000000..5fcb29982 --- /dev/null +++ b/ubuntu/_base/dependencies/tqt3/debian/tqt3-designer.manpages @@ -0,0 +1 @@ +doc/man/man1/tqdesigner.1 diff --git a/ubuntu/_base/dependencies/tqt3/debian/tqt3-designer.postinst b/ubuntu/_base/dependencies/tqt3/debian/tqt3-designer.postinst index 91d69ce08..54bc5ea75 100644 --- a/ubuntu/_base/dependencies/tqt3/debian/tqt3-designer.postinst +++ b/ubuntu/_base/dependencies/tqt3/debian/tqt3-designer.postinst @@ -5,6 +5,6 @@ set -e update-alternatives --install \ /usr/bin/designer designer "/usr/bin/tqdesigner" "45" \ --slave /usr/share/man/man1/designer.1.gz designer.1.gz \ - "/usr/share/man/man1/designer-tqt3.1.gz" + "/usr/share/man/man1/tqdesigner.1.gz" #DEBHELPER# diff --git a/ubuntu/_base/dependencies/tqt3/debian/tqt3-dev-tools.manpages b/ubuntu/_base/dependencies/tqt3/debian/tqt3-dev-tools.manpages new file mode 100644 index 000000000..2976f6c84 --- /dev/null +++ b/ubuntu/_base/dependencies/tqt3/debian/tqt3-dev-tools.manpages @@ -0,0 +1,5 @@ +doc/man/man1/tqembed.1 +doc/man/man1/tqlrelease.1 +doc/man/man1/tqlupdate.1 +doc/man/man1/tqmoc.1 +doc/man/man1/tquic.1 diff --git a/ubuntu/_base/dependencies/tqt3/debian/tqt3-dev-tools.postinst b/ubuntu/_base/dependencies/tqt3/debian/tqt3-dev-tools.postinst index b6c833de8..e7f14ec70 100644 --- a/ubuntu/_base/dependencies/tqt3/debian/tqt3-dev-tools.postinst +++ b/ubuntu/_base/dependencies/tqt3/debian/tqt3-dev-tools.postinst @@ -5,22 +5,22 @@ set -e update-alternatives --install \ /usr/bin/moc moc "/usr/bin/tqmoc" "45" \ --slave /usr/share/man/man1/moc.1.gz moc.1.gz \ - "/usr/share/man/man1/moc-tqt3.1.gz" + "/usr/share/man/man1/tqmoc.1.gz" update-alternatives --install \ /usr/bin/uic uic "/usr/bin/tquic" "45" \ --slave /usr/share/man/man1/uic.1.gz uic.1.gz \ - "/usr/share/man/man1/uic-tqt3.1.gz" + "/usr/share/man/man1/tquic.1.gz" update-alternatives --install \ /usr/bin/lupdate lupdate "/usr/bin/tqlupdate" "45" \ --slave /usr/share/man/man1/lupdate.1.gz lupdate.1.gz \ - "/usr/share/man/man1/lupdate-tqt3.1.gz" + "/usr/share/man/man1/tqlupdate.1.gz" update-alternatives --install \ /usr/bin/lrelease lrelease "/usr/bin/tqlrelease" "45" \ --slave /usr/share/man/man1/lrelease.1.gz lrelease.1.gz \ - "/usr/share/man/man1/lrelease-tqt3.1.gz" + "/usr/share/man/man1/tqlrelease.1.gz" update-alternatives --install \ /usr/bin/qmake qmake "/usr/bin/tqmake" "45" \ diff --git a/ubuntu/_base/dependencies/tqt3/debian/tqt3-linguist.manpages b/ubuntu/_base/dependencies/tqt3/debian/tqt3-linguist.manpages new file mode 100644 index 000000000..14380e5ab --- /dev/null +++ b/ubuntu/_base/dependencies/tqt3/debian/tqt3-linguist.manpages @@ -0,0 +1 @@ +doc/man/man1/tqlinguist.1 diff --git a/ubuntu/_base/dependencies/tqt3/debian/tqt3-linguist.postinst b/ubuntu/_base/dependencies/tqt3/debian/tqt3-linguist.postinst index 4c51e97bf..48b3216db 100644 --- a/ubuntu/_base/dependencies/tqt3/debian/tqt3-linguist.postinst +++ b/ubuntu/_base/dependencies/tqt3/debian/tqt3-linguist.postinst @@ -5,6 +5,6 @@ set -e update-alternatives --install \ /usr/bin/linguist linguist "/usr/bin/tqlinguist" "45" \ --slave /usr/share/man/man1/linguist.1.gz linguist.1.gz \ - "/usr/share/man/man1/linguist-tqt3.1.gz" + "/usr/share/man/man1/tqlinguist.1.gz" #DEBHELPER# diff --git a/ubuntu/_base/dependencies/tqt3/debian/tqt3-qtconfig.manpages b/ubuntu/_base/dependencies/tqt3/debian/tqt3-qtconfig.manpages new file mode 100644 index 000000000..025ff0ad8 --- /dev/null +++ b/ubuntu/_base/dependencies/tqt3/debian/tqt3-qtconfig.manpages @@ -0,0 +1 @@ +doc/man/man1/tqtconfig.1 diff --git a/ubuntu/_base/dependencies/tqt3/debian/tqt3-qtconfig.postinst b/ubuntu/_base/dependencies/tqt3/debian/tqt3-qtconfig.postinst index 68671a6ef..773022f72 100644 --- a/ubuntu/_base/dependencies/tqt3/debian/tqt3-qtconfig.postinst +++ b/ubuntu/_base/dependencies/tqt3/debian/tqt3-qtconfig.postinst @@ -5,6 +5,6 @@ set -e update-alternatives --install \ /usr/bin/qtconfig qtconfig "/usr/bin/tqtconfig" "45" \ --slave /usr/share/man/man1/qtconfig.1.gz qtconfig.1.gz \ - "/usr/share/man/man1/qtconfig-tqt3.1.gz" + "/usr/share/man/man1/tqtconfig.1.gz" #DEBHELPER# -- cgit v1.2.1