[Pkg-kde-commits] rev 1344 - people/chrsmrtn/qt-x11-free/debian

Christopher Martin chrsmrtn-guest at costa.debian.org
Thu Jul 21 19:53:29 UTC 2005


Author: chrsmrtn-guest
Date: 2005-07-21 19:53:28 +0000 (Thu, 21 Jul 2005)
New Revision: 1344

Modified:
   people/chrsmrtn/qt-x11-free/debian/qt3-assistant.postinst
   people/chrsmrtn/qt-x11-free/debian/qt3-designer.postinst
   people/chrsmrtn/qt-x11-free/debian/qt3-dev-tools.postinst
   people/chrsmrtn/qt-x11-free/debian/qt3-linguist.postinst
   people/chrsmrtn/qt-x11-free/debian/qt3-qtconfig.postinst
Log:
Change priority from 35 to 45 as discussed.


Modified: people/chrsmrtn/qt-x11-free/debian/qt3-assistant.postinst
===================================================================
--- people/chrsmrtn/qt-x11-free/debian/qt3-assistant.postinst	2005-07-21 19:51:44 UTC (rev 1343)
+++ people/chrsmrtn/qt-x11-free/debian/qt3-assistant.postinst	2005-07-21 19:53:28 UTC (rev 1344)
@@ -3,7 +3,7 @@
 set -e
 
 update-alternatives --install \
-	/usr/bin/assistant-qt3 assistant "/usr/bin/assistant-qt3" "35" \
+	/usr/bin/assistant-qt3 assistant "/usr/bin/assistant-qt3" "45" \
 	--slave /usr/share/man/man1/assistant.1.gz assistant.1.gz \
 	"/usr/share/man/man1/assistant-qt3.1.gz"
 

Modified: people/chrsmrtn/qt-x11-free/debian/qt3-designer.postinst
===================================================================
--- people/chrsmrtn/qt-x11-free/debian/qt3-designer.postinst	2005-07-21 19:51:44 UTC (rev 1343)
+++ people/chrsmrtn/qt-x11-free/debian/qt3-designer.postinst	2005-07-21 19:53:28 UTC (rev 1344)
@@ -3,7 +3,7 @@
 set -e
 
 update-alternatives --install \
-	/usr/bin/designer designer "/usr/bin/designer-qt3" "35" \
+	/usr/bin/designer designer "/usr/bin/designer-qt3" "45" \
 	--slave /usr/share/man/man1/designer.1.gz designer.1.gz \
 	"/usr/share/man/man1/designer-qt3.1.gz"
 

Modified: people/chrsmrtn/qt-x11-free/debian/qt3-dev-tools.postinst
===================================================================
--- people/chrsmrtn/qt-x11-free/debian/qt3-dev-tools.postinst	2005-07-21 19:51:44 UTC (rev 1343)
+++ people/chrsmrtn/qt-x11-free/debian/qt3-dev-tools.postinst	2005-07-21 19:53:28 UTC (rev 1344)
@@ -3,22 +3,22 @@
 set -e
 
 update-alternatives --install \
-	/usr/bin/moc moc "/usr/bin/moc-qt3" "35" \
+	/usr/bin/moc moc "/usr/bin/moc-qt3" "45" \
 	--slave /usr/share/man/man1/moc.1.gz moc.1.gz \
 	"/usr/share/man/man1/moc-qt3.1.gz"
 
 update-alternatives --install \
-        /usr/bin/uic uic "/usr/bin/uic-qt3" "35" \
+        /usr/bin/uic uic "/usr/bin/uic-qt3" "45" \
 	--slave /usr/share/man/man1/uic.1.gz uic.1.gz \
 	"/usr/share/man/man1/uic-qt3.1.gz"
 
 update-alternatives --install \
-        /usr/bin/lupdate lupdate "/usr/bin/lupdate-qt3" "35" \
+        /usr/bin/lupdate lupdate "/usr/bin/lupdate-qt3" "45" \
 	--slave /usr/share/man/man1/lupdate.1.gz lupdate.1.gz \
 	"/usr/share/man/man1/lupdate-qt3.1.gz"
 		
 update-alternatives --install \
-        /usr/bin/lrelease lrelease "/usr/bin/lrelease-qt3" "35" \
+        /usr/bin/lrelease lrelease "/usr/bin/lrelease-qt3" "45" \
 	--slave /usr/share/man/man1/lrelease.1.gz lrelease.1.gz \
 	"/usr/share/man/man1/lrelease-qt3.1.gz"
 		

Modified: people/chrsmrtn/qt-x11-free/debian/qt3-linguist.postinst
===================================================================
--- people/chrsmrtn/qt-x11-free/debian/qt3-linguist.postinst	2005-07-21 19:51:44 UTC (rev 1343)
+++ people/chrsmrtn/qt-x11-free/debian/qt3-linguist.postinst	2005-07-21 19:53:28 UTC (rev 1344)
@@ -3,7 +3,7 @@
 set -e
 
 update-alternatives --install \
-	/usr/bin/linguist-qt3 linguist "/usr/bin/linguist-qt3" "35" \
+	/usr/bin/linguist-qt3 linguist "/usr/bin/linguist-qt3" "45" \
 	--slave /usr/share/man/man1/linguist.1.gz linguist.1.gz \
 	"/usr/share/man/man1/linguist-qt3.1.gz"
 

Modified: people/chrsmrtn/qt-x11-free/debian/qt3-qtconfig.postinst
===================================================================
--- people/chrsmrtn/qt-x11-free/debian/qt3-qtconfig.postinst	2005-07-21 19:51:44 UTC (rev 1343)
+++ people/chrsmrtn/qt-x11-free/debian/qt3-qtconfig.postinst	2005-07-21 19:53:28 UTC (rev 1344)
@@ -3,7 +3,7 @@
 set -e
 
 update-alternatives --install \
-	/usr/bin/qtconfig-qt3 qtconfig "/usr/bin/qtconfig-qt3" "35" \
+	/usr/bin/qtconfig-qt3 qtconfig "/usr/bin/qtconfig-qt3" "45" \
 	--slave /usr/share/man/man1/qtconfig.1.gz qtconfig.1.gz \
 	"/usr/share/man/man1/qtconfig-qt3.1.gz"
 




More information about the Pkg-kde-commits mailing list