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

Sebastian Dröge slomo at alioth.debian.org
Thu Dec 13 12:50:29 UTC 2007


Author: slomo
Date: 2007-12-13 12:50:29 +0000 (Thu, 13 Dec 2007)
New Revision: 3509

Modified:
   monodoc/trunk/debian/changelog
   monodoc/trunk/debian/monodoc-http.menu
   monodoc/trunk/debian/rules
Log:
* debian/rules:
  + Call dh_desktop.
* debian/monodoc-http.menu:
  + Fix section of the menu file.

Modified: monodoc/trunk/debian/changelog
===================================================================
--- monodoc/trunk/debian/changelog	2007-12-13 12:42:07 UTC (rev 3508)
+++ monodoc/trunk/debian/changelog	2007-12-13 12:50:29 UTC (rev 3509)
@@ -5,6 +5,10 @@
     + Update Standards-Version to 3.7.3, no additional changes needed.
   * debian/monodoc-manual.install:
     + Ship monoapi docs again.
+  * debian/rules:
+    + Call dh_desktop.
+  * debian/monodoc-http.menu:
+    + Fix section of the menu file.
 
  -- Sebastian Dröge <slomo at debian.org>  Thu, 13 Dec 2007 13:34:26 +0100
 

Modified: monodoc/trunk/debian/monodoc-http.menu
===================================================================
--- monodoc/trunk/debian/monodoc-http.menu	2007-12-13 12:42:07 UTC (rev 3508)
+++ monodoc/trunk/debian/monodoc-http.menu	2007-12-13 12:50:29 UTC (rev 3509)
@@ -1,3 +1,3 @@
-?package(monodoc-http):needs="text" section="Apps/Programming"\
+?package(monodoc-http):needs="text" section="Applications/Programming"\
   title="Monodoc (http)" command="/usr/bin/monodoc-http"\
   icon="/usr/share/pixmaps/monodoc.png"

Modified: monodoc/trunk/debian/rules
===================================================================
--- monodoc/trunk/debian/rules	2007-12-13 12:42:07 UTC (rev 3508)
+++ monodoc/trunk/debian/rules	2007-12-13 12:50:29 UTC (rev 3509)
@@ -37,6 +37,7 @@
 	# fix upstream file permissions
 	find debian/monodoc-http/usr/lib/monodoc/web -type f -exec chmod 644 {} \;
 	find debian/monodoc-http/usr/lib/monodoc/web -type d -exec chmod 755 {} \;
+	dh_desktop
 	dh_installchangelogs ChangeLog
 	dh_installdocs
 	dh_installmenu




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