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

Mirco Bauer meebey-guest@haydn.debian.org
Tue, 17 Aug 2004 10:03:22 -0600


Author: meebey-guest
Date: 2004-08-17 10:03:11 -0600 (Tue, 17 Aug 2004)
New Revision: 1334

Added:
   monodoc/trunk/debian/lintian
Modified:
   monodoc/trunk/debian/changelog
   monodoc/trunk/debian/control
   monodoc/trunk/debian/rules
Log:
- cleanups, lintian foo (doesn't work for some reason)



Modified: monodoc/trunk/debian/changelog
===================================================================
--- monodoc/trunk/debian/changelog	2004-08-17 09:32:36 UTC (rev 1333)
+++ monodoc/trunk/debian/changelog	2004-08-17 16:03:11 UTC (rev 1334)
@@ -1,6 +1,11 @@
 monodoc (1.0.1-1) unstable; urgency=low
 
   * New upstream release
+  * Mirco 'meebey' Bauer
+    + debian/rules cleanup
+      remove executable flag from dll files
+    + changed package short description
+      (proper namings as defined in MonoConventions)
 
  -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Tue, 17 Aug 2004 11:22:47 +0200
 

Modified: monodoc/trunk/debian/control
===================================================================
--- monodoc/trunk/debian/control	2004-08-17 09:32:36 UTC (rev 1333)
+++ monodoc/trunk/debian/control	2004-08-17 16:03:11 UTC (rev 1334)
@@ -10,7 +10,7 @@
 Architecture: all
 Suggests: monodoc-http
 Depends: monodoc-browser (>= ${Source-Version}), monodoc-manual
-Description: The MONO documentation viewer
+Description: The 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 .NET
  Framework.
@@ -33,7 +33,7 @@
 Package: monodoc-manual
 Architecture: all
 Depends: monodoc-browser | monodoc-http | monodoc-viewer
-Description: compiled XML documentation from the MONO project
+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 .NET
  Framework.

Added: monodoc/trunk/debian/lintian
===================================================================
--- monodoc/trunk/debian/lintian	2004-08-17 09:32:36 UTC (rev 1333)
+++ monodoc/trunk/debian/lintian	2004-08-17 16:03:11 UTC (rev 1334)
@@ -0,0 +1 @@
+monodoc-browser: menu-command-not-in-package /usr/lib/menu/monodoc-browser:3 /usr/bin/monodoc

Modified: monodoc/trunk/debian/rules
===================================================================
--- monodoc/trunk/debian/rules	2004-08-17 09:32:36 UTC (rev 1333)
+++ monodoc/trunk/debian/rules	2004-08-17 16:03:11 UTC (rev 1334)
@@ -17,11 +17,6 @@
 	rm -f build-stamp
 	-$(MAKE) clean
 	rm -rf $$MONO_SHARED_DIR/.wapi
-	# remove our shipped files
-	#-cd $(CURDIR)/browser/web && \
-	#  rm -f common.css
-	# remove the decoded files
-	#-rm -rf $(CURDIR)/debian/missing-files
 	dh_clean 
 
 install: build
@@ -29,13 +24,8 @@
 	dh_testroot
 	dh_clean -k
 	dh_installdirs
-	# fix, upstream forgot some files (should be fixed in 0.11)
-	#cd $(CURDIR)/debian && \
-	#  uudecode -o - missing-files.tar.uu | tar x
-	#cd $(CURDIR)/debian/missing-files && \
-	#  cp common.css mono-new.png \
-	#    $(CURDIR)/browser/web
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
+	-cd $(CURDIR)/debian/tmp && find -type f -name "*.dll" -exec chmod -x {} \;
 
 ALIAS_PATHS = usr/share/dotnet/mono/monodoc usr/share/dotnet/mono/gtk-sharp
 binary-indep: build install
@@ -43,6 +33,7 @@
 	dh_testroot -i
 	dh_movefiles -i
 	dh_link -i
+	install -m644 -D debian/lintian debian/mono-base/usr/share/lintian/overrides/monodoc
 	dh_install -i
 	ln -sf monodoc debian/monodoc-base/usr/share/dotnet/monodoc/mod
 	cp $(CURDIR)/debian/monodoc-http-script $(CURDIR)/debian/monodoc-http/usr/bin/monodoc-http
@@ -81,4 +72,3 @@
 
 binary: binary-indep
 .PHONY: build clean binary-indep binary install
-