summaryrefslogtreecommitdiffstats
path: root/ubuntu/_base
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-07-07 15:17:24 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-07-07 15:51:53 +0200
commit22ae00882c8afd963e53d67a35eb697c5f0c79f2 (patch)
tree8a59dc88b7dd6d7b40ee7c9edb3edbb994620aee /ubuntu/_base
parent549156df1542fed8ad3fc828ef42a8b07ece8c28 (diff)
downloadtde-packaging-22ae00882c8afd963e53d67a35eb697c5f0c79f2.tar.gz
tde-packaging-22ae00882c8afd963e53d67a35eb697c5f0c79f2.zip
DEB tqt3: Refrect qt -> tqt changes to man1.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'ubuntu/_base')
-rwxr-xr-xubuntu/_base/dependencies/tqt3/debian/rules9
-rw-r--r--ubuntu/_base/dependencies/tqt3/debian/tqt3-designer.manpages1
-rw-r--r--ubuntu/_base/dependencies/tqt3/debian/tqt3-designer.postinst2
-rw-r--r--ubuntu/_base/dependencies/tqt3/debian/tqt3-dev-tools.manpages5
-rw-r--r--ubuntu/_base/dependencies/tqt3/debian/tqt3-dev-tools.postinst8
-rw-r--r--ubuntu/_base/dependencies/tqt3/debian/tqt3-linguist.manpages1
-rw-r--r--ubuntu/_base/dependencies/tqt3/debian/tqt3-linguist.postinst2
-rw-r--r--ubuntu/_base/dependencies/tqt3/debian/tqt3-qtconfig.manpages1
-rw-r--r--ubuntu/_base/dependencies/tqt3/debian/tqt3-qtconfig.postinst2
9 files changed, 19 insertions, 12 deletions
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#