[Pkg-kde-commits] rev 305 - in branches/kde-3.3.2/kdelibs/debian: . man

Adeodato Sim?? dato-guest@haydn.debian.org
Mon, 13 Dec 2004 19:58:18 -0700


Author: dato-guest
Date: 2004-12-13 19:57:53 -0700 (Mon, 13 Dec 2004)
New Revision: 305

Modified:
   branches/kde-3.3.2/kdelibs/debian/changelog
   branches/kde-3.3.2/kdelibs/debian/man/dcop.sgml
   branches/kde-3.3.2/kdelibs/debian/rules
Log:

  * Updated dcop.1 manpage with patch by Helge Kreutzman. (Closes: #250631)

  * debian/rules:
    - call dh_makeshlibs with DH_COMPAT set to 3, so that -V works again for
      us (worksaround debhelper bug #280830). (Closes: #280826)



Modified: branches/kde-3.3.2/kdelibs/debian/changelog
===================================================================
--- branches/kde-3.3.2/kdelibs/debian/changelog	2004-12-14 02:35:26 UTC (rev 304)
+++ branches/kde-3.3.2/kdelibs/debian/changelog	2004-12-14 02:57:53 UTC (rev 305)
@@ -10,6 +10,8 @@
   * New patches:
     - 06_automake-1.9.diff
 
+  * Updated dcop.1 manpage with patch by Helge Kreutzman. (Closes: #250631)
+
   * New entries in debian/kdelibs-data.install:
     - usr/share/mimelnk/application/java.desktop
     - usr/share/mimelnk/application/xml.desktop
@@ -23,8 +25,12 @@
     - usr/include/kde/kiobuffer.h
     - usr/include/kde/kwallettypes.h
 
- -- Adeodato Simó <asp16@alu.ua.es>  Tue, 14 Dec 2004 03:33:37 +0100
+  * debian/rules:
+    - call dh_makeshlibs with DH_COMPAT set to 3, so that -V works again for
+      us (worksaround debhelper bug #280830). (Closes: #280826)
 
+ -- Adeodato Simó <asp16@alu.ua.es>  Tue, 14 Dec 2004 03:55:06 +0100
+
 kdelibs (4:3.3.1-3) unstable; urgency=high
 
   * Fix kdeaccessability Conflict. Closes: #285391

Modified: branches/kde-3.3.2/kdelibs/debian/man/dcop.sgml
===================================================================
--- branches/kde-3.3.2/kdelibs/debian/man/dcop.sgml	2004-12-14 02:35:26 UTC (rev 304)
+++ branches/kde-3.3.2/kdelibs/debian/man/dcop.sgml	2004-12-14 02:57:53 UTC (rev 305)
@@ -20,7 +20,7 @@
   <!ENTITY dhfirstname "<firstname>Chris</firstname>">
   <!ENTITY dhsurname   "<surname>Cheney</surname>">
   <!-- Please adjust the date whenever revising the manpage. -->
-  <!ENTITY dhdate      "<date>November  6, 2002</date>">
+  <!ENTITY dhdate      "<date>October 13, 2004</date>">
   <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
        allowed: see man(7), man(1). -->
   <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
@@ -73,7 +73,7 @@
     <para>This manual page documents briefly the
       <command>&dhpackage;</command> command.</para>
 
-    <para><command>&dhpackage;</command> is a console DCOP client.</para>
+    <para><command>&dhpackage;</command> is a console DCOP (Desktop Communications Protocol) client.</para>
 
   </refsect1>
   <refsect1>
@@ -136,6 +136,24 @@
     </variablelist>
   </refsect1>
   <refsect1>
+    <title>EXAMPLES</title>
+    
+    <para><example>
+      <title>Return number of the current desktop, e.g. 2</title>
+        <blockquote><literallayout>
+dcop kwin KWinInterface currentDesktop
+        </literallayout></blockquote>
+    </example></para>
+
+    <para><example>
+      <title>Jump to the next dektop</title>
+        <blockquote><literallayout>
+dcop kwin KWinInterface nextDesktop
+        </literallayout></blockquote>
+    </example></para>
+
+  </refsect1>
+  <refsect1>
     <title>AUTHOR</title>
 
     <para>This manual page was written by &dhusername; &lt;&dhemail;&gt; for
@@ -147,6 +165,11 @@
       Texts and no Back-Cover Texts.</para>
 
   </refsect1>
+  <refsect1>
+    <title>SEE ALSO</title>
+      <para><application>kdcop</application>(1), <application>dcopserver</application>(1)</para>
+  </refsect1>
+
 </refentry>
 
 <!-- Keep this comment at the end of the file

Modified: branches/kde-3.3.2/kdelibs/debian/rules
===================================================================
--- branches/kde-3.3.2/kdelibs/debian/rules	2004-12-14 02:35:26 UTC (rev 304)
+++ branches/kde-3.3.2/kdelibs/debian/rules	2004-12-14 02:57:53 UTC (rev 305)
@@ -206,7 +206,7 @@
 	dh_fixperms -Xusr/bin/fileshareset -Xusr/bin/kgrantpty -Xusr/bin/kpac_dhcp_helper
 	dh_perl
 #	dh_python
-	dh_makeshlibs -V
+	env DH_COMPAT=3 dh_makeshlibs -V
 	dh_installdeb
 	dh_shlibdeps -ldebian/kdelibs-bin/usr/lib:debian/kdelibs4/usr/lib
 	dh_gencontrol