[Pkg-mono-svn-commits] rev 3835 - monodoc/trunk/debian

David Paleino hanska-guest at alioth.debian.org
Wed Nov 26 09:55:49 UTC 2008


Author: hanska-guest
Date: 2008-11-26 09:55:48 +0000 (Wed, 26 Nov 2008)
New Revision: 3835

Modified:
   monodoc/trunk/debian/changelog
   monodoc/trunk/debian/control
   monodoc/trunk/debian/rules
Log:
* debian/rules:
  + updated dh_installxsp, we install only 2.0
* debian/control:
  + monodoc-http dependencies fixed (we just need XspServer2, not
    also XspServer)
  + Dependency fields wrapped

Modified: monodoc/trunk/debian/changelog
===================================================================
--- monodoc/trunk/debian/changelog	2008-11-25 22:38:57 UTC (rev 3834)
+++ monodoc/trunk/debian/changelog	2008-11-26 09:55:48 UTC (rev 3835)
@@ -1,3 +1,14 @@
+monodoc (2.0-2) UNRELEASED; urgency=low
+
+  * debian/rules:
+    + updated dh_installxsp, we install only 2.0
+  * debian/control:
+    + monodoc-http dependencies fixed (we just need XspServer2, not
+      also XspServer)
+    + Dependency fields wrapped
+
+ -- David Paleino <d.paleino at gmail.com>  Wed, 26 Nov 2008 10:55:01 +0100
+
 monodoc (2.0-1) experimental; urgency=low
 
   [ Jo Shields ]

Modified: monodoc/trunk/debian/control
===================================================================
--- monodoc/trunk/debian/control	2008-11-25 22:38:57 UTC (rev 3834)
+++ monodoc/trunk/debian/control	2008-11-26 09:55:48 UTC (rev 3835)
@@ -6,7 +6,8 @@
  Sebastian Dröge <slomo at debian.org>,
  Jo Shields <directhex at apebox.org>,
  David Paleino <d.paleino at gmail.com>
-Build-Depends: debhelper (>= 5), quilt
+Build-Depends: debhelper (>= 5),
+ quilt
 Build-Depends-Indep: cli-common-dev (>= 0.4.0), 
  pkg-config, 
  autotools-dev,
@@ -23,7 +24,8 @@
 Package: monodoc
 Architecture: all
 Suggests: monodoc-http
-Depends: monodoc-browser, monodoc-manual
+Depends: monodoc-browser,
+ monodoc-manual
 Description: Mono documentation viewer
  The MonoDoc Project is the documentation framework of the Mono project which
  provides detailed API documentation for all Mono components and the Mono CLI
@@ -47,7 +49,9 @@
 Architecture: all
 Section: doc
 Recommends: monodoc-browser | monodoc-http | monodoc-viewer
-Suggests: monodoc-gtk-manual, monodoc-gecko-manual, monodoc-nunit-manual
+Suggests: monodoc-gtk-manual,
+ monodoc-gecko-manual,
+ monodoc-nunit-manual
 Description: compiled XML documentation from the Mono project
  The MonoDoc Project is the documentation framework of the Mono project which
  provides detailed API documentation for all Mono components and the Mono CLI
@@ -58,7 +62,10 @@
 Package: monodoc-http
 Provides: monodoc-viewer
 Architecture: all
-Depends: monodoc-manual, ${cli:Depends}, ${cli:XspServer} | ${cli:XspServer2}, monodoc-base
+Depends: monodoc-manual,
+ ${cli:Depends},
+ ${cli:XspServer2},
+ monodoc-base
 Description: MonoDoc http based viewer
  The MonoDoc Project is the documentation framework of the Mono project which
  provides detailed API documentation for all Mono components and the Mono CLI

Modified: monodoc/trunk/debian/rules
===================================================================
--- monodoc/trunk/debian/rules	2008-11-25 22:38:57 UTC (rev 3834)
+++ monodoc/trunk/debian/rules	2008-11-26 09:55:48 UTC (rev 3835)
@@ -68,7 +68,7 @@
 	  $(CURDIR)/debian/monodoc-manual/usr/share/doc/monodoc-manual/ChangeLog
 	dh_fixperms
 	dh_installdeb
-	dh_installxsp -V 1,2
+	dh_installxsp -V 2
 	dh_makeclilibs -m 1.0
 	dh_clideps
 	dh_gencontrol




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