[Pkg-mono-svn-commits] rev 3014 - in cli-common/trunk: . debian

Mirco Bauer meebey-guest at alioth.debian.org
Tue Apr 3 20:39:58 UTC 2007


Author: meebey-guest
Date: 2007-04-03 20:39:58 +0000 (Tue, 03 Apr 2007)
New Revision: 3014

Modified:
   cli-common/trunk/cli-policy.sgml
   cli-common/trunk/debian/changelog
Log:
- CLI Policy fix



Modified: cli-common/trunk/cli-policy.sgml
===================================================================
--- cli-common/trunk/cli-policy.sgml	2007-04-02 04:58:43 UTC (rev 3013)
+++ cli-common/trunk/cli-policy.sgml	2007-04-03 20:39:58 UTC (rev 3014)
@@ -5,7 +5,7 @@
   
   <author>
     <name>Mirco Bauer</name>
-    <email>meebey at meebey.net</email>
+    <email>meebey at debian.org</email>
   </author>
   <author>
     <name>Brandon Hale</name>
@@ -21,7 +21,7 @@
   </author>
   
   <version>
-    Version 0.4.2
+    Version 0.4.3
   </version>
 
   <abstract>
@@ -31,7 +31,7 @@
 
   <copyright>
     <copyrightsummary>
-      Copyright &copy; 2005-2006 Mirco Bauer, Brandon Hale, Sebastian
+      Copyright &copy; 2005-2007 Mirco Bauer, Brandon Hale, Sebastian
       Dr&ouml;ge and Dylan R. E. Moonfire.
     </copyrightsummary>
     
@@ -60,10 +60,18 @@
     <p>Here are the changes to the Debian CLI Policy document.</p>
     
     <p>
+      Changes from 0.4.2 to 0.4.3:
+      <list>
+        <item><ref id="dh_installcligac">: Fixed order of dh_installcligac calls.</item>
+        <item><ref id="debhelper-example">: Fixed debhelper example (order).</item>
+        <item><ref id="cdbs-example">: Fixed cdbs example (order).</item>
+      </list>
+    </p>
+    <p>
       Changes from 0.4.1 to 0.4.2:
       <list>
         <item><ref id="gac-policy-file-example">: Fixed naming of the policy
-        files</item>
+        files.</item>
       </list>
     </p>
     <p>
@@ -785,9 +793,8 @@
 	the same time.</p>
 
 	<p><file>dh_installcligac</file> needs to be called after
-	<file>dh_install</file> and before <file>dh_makeclilibs</file>
-	and <file>dh_clideps</file>. See <manref
-	name="dh_installcligac" section="1"> for details.</p>
+	<file>dh_install</file> and before <file>dh_clideps</file>.
+        See <manref name="dh_installcligac" section="1"> for details.</p>
       </sect1>
     </sect>
 
@@ -802,8 +809,8 @@
 	...
 	dh_shlibdeps -a
 	dh_makeclilibs -a -V
+	dh_installcligac -a
 	dh_clideps -a -d
-	dh_installcligac -a
 	...
           </example>
 
@@ -812,8 +819,8 @@
 binary-indep: build install
 	...
 	dh_makeclilibs -i -V
+	dh_installcligac -i
 	dh_clideps -i
-	dh_installcligac -i
 	...
           </example>
         </p>
@@ -827,8 +834,8 @@
 common-binary-predeb-arch common-binary-predeb-indep::
 	dh_shlibdeps
 	dh_makeclilibs -V
+	dh_installcligac
 	dh_clideps -d
-	dh_installcligac
           </example>
         </p>
       </sect1>

Modified: cli-common/trunk/debian/changelog
===================================================================
--- cli-common/trunk/debian/changelog	2007-04-02 04:58:43 UTC (rev 3013)
+++ cli-common/trunk/debian/changelog	2007-04-03 20:39:58 UTC (rev 3014)
@@ -1,3 +1,10 @@
+cli-common (0.4.8) experimental; urgency=low
+  
+  * Mirco 'meebey' Bauer':
+    + Includes CLI policy version 0.4.3.
+
+ -- Mirco Bauer <meebey at debian.org>  Tue, 3 Apr 2007 22:26:20 +0200
+
 cli-common (0.4.7) experimental; urgency=low
   
   * Sebastian 'slomo' Dröge:




More information about the Pkg-mono-svn-commits mailing list