[Pkg-mono-svn-commits] rev 2176 - xsp/trunk/debian

Mirco Bauer meebey-guest at costa.debian.org
Mon Jan 16 23:46:20 UTC 2006


Author: meebey-guest
Date: 2006-01-16 23:46:11 +0000 (Mon, 16 Jan 2006)
New Revision: 2176

Modified:
   xsp/trunk/debian/changelog
   xsp/trunk/debian/control
   xsp/trunk/debian/rules
Log:
- cosmetics



Modified: xsp/trunk/debian/changelog
===================================================================
--- xsp/trunk/debian/changelog	2006-01-16 20:24:16 UTC (rev 2175)
+++ xsp/trunk/debian/changelog	2006-01-16 23:46:11 UTC (rev 2176)
@@ -2,20 +2,19 @@
 
   * New upstream release
   * Dylan R. E. Moonfire <debian at mfgames.com>
-    - debian/rules: Changed binary-arch to binary-indep (per meebey)
-    - debian/control: Removed the other uploaders.
-    - debian/control: Removed the mono from depends.
-    - debian/rules: Added dh_makeclilibs
-    - Corrected the dependencies for asp.net and asp.net2 examples to use
+    + debian/rules: Changed binary-arch to binary-indep (per meebey)
+    + debian/control: Removed the other uploaders.
+    + debian/control: Removed mono from depends.
+    + Corrected the dependencies for asp.net and asp.net2 examples to use
       dh_installxsp.
-    - Remove debian/MAINTAINERS as per meebey.
-    - Fixed the paths generated by the mono-server*-update and also
+    + Remove debian/MAINTAINERS as per meebey.
+    + Fixed the paths generated by the mono-server*-update and also
       updated the documentation in the README.Debian to properly identify
       the script name.
-    - debian/control: Added ${Source-Version} to four packages.
-    - Added "Conflicts:" to support upgrading from older versions.
-    - Package cleanups and fixing problems with the build process.
-    - Corrected the server directive for mono-server2-update.conf (Thanks
+    + debian/control: Added ${Source-Version} to four packages.
+    + Added "Conflicts:" to support upgrading from older versions.
+    + Package cleanups and fixing problems with the build process.
+    + Corrected the server directive for mono-server2-update.conf (Thanks
       Matt Petteys). Also fixed the mono-server-update.conf because it broke
       also.
     + Added partial translations. These are partial because the new package
@@ -30,15 +29,18 @@
         <clytie at riverland.net.au>. (Closes: #324272)
       - Added a partial Swedish translation from Daniel Nylander
         <yeager at lidkoping.net>. (Closes: #330768)
-    - Added "debconf | debconf-2.0" to the control files. (Closes: #332159)
-    - Removed all the lintian warnings.
-    - Added a Build-Depends on mono-gmcs to make sure it compiles
+    + Added "debconf | debconf-2.0" to the control files. (Closes: #332159)
+    + Removed all the lintian warnings.
+    + Added a Build-Depends on mono-gmcs to make sure it compiles
       properly (thanks to tjfontaine).
-    - Working on getting the interaction between this and mod-mono working
+    + Working on getting the interaction between this and mod-mono working
       properly with dependencies.
-    - Updated all of the paths with the new layout differences from 1.0.5
+    + Updated all of the paths with the new layout differences from 1.0.5
       and 1.0.9. Upstream significantly changed the layout of both the
       source package and the installation locations.
+  * Mirco 'meebey' Bauer
+     + debian/rules:
+       - Cosmetic cleanup
 
  -- Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>  Wed, 04 Jan 2006 09:54:43 -0600
 

Modified: xsp/trunk/debian/control
===================================================================
--- xsp/trunk/debian/control	2006-01-16 20:24:16 UTC (rev 2175)
+++ xsp/trunk/debian/control	2006-01-16 23:46:11 UTC (rev 2176)
@@ -8,7 +8,7 @@
 
 Package: mono-xsp-base
 Architecture: all
-Depends: ${cli:Depends}, mono-mcs (>> 1.0)
+Depends: ${cli:Depends}, mono-mcs
 Conflicts: mono-utils (<= 1.1.9.2-1)
 Description: base libraries for XSP 1.1
  This is the core libraries needed to install the XSP application,

Modified: xsp/trunk/debian/rules
===================================================================
--- xsp/trunk/debian/rules	2006-01-16 20:24:16 UTC (rev 2175)
+++ xsp/trunk/debian/rules	2006-01-16 23:46:11 UTC (rev 2176)
@@ -8,7 +8,6 @@
 export MONO_SHARED_DIR=$(CURDIR)
 
 configure: configure-stamp templates.pot
-
 configure-stamp:
 	dh_testdir
 	mkdir -p $$MONO_SHARED_DIR	
@@ -16,7 +15,6 @@
 	touch configure-stamp
 
 build: build-stamp
-
 build-stamp: configure-stamp
 	dh_testdir
 	# Add here commands to compile the package.
@@ -64,19 +62,13 @@
 	-$(MAKE) clean
 	-$(MAKE) distclean
 	rm -rf server
-
 	# Moved below the clean so the configured-stuff cleans properly
 	rm -f build-stamp configure-stamp config.status
-	#use updated config.{sub|guess} files
-#	-test -r /usr/share/misc/config.sub && \
-#	cp -f /usr/share/misc/config.sub config/config.sub
-#	-test -r /usr/share/misc/config.guess && \
-#	cp -f /usr/share/misc/config.guess config/config.guess
 	rm -rf $$MONO_SHARED_DIR/.wapi
-	dh_clean 
 	rm -f $(CURDIR)/debian/*.8
 	rm -f $(CURDIR)/debian/*.1
 	rm -rf $(CURDIR)/debian/tmp/
+	dh_clean 
 
 install: build
 	dh_testdir
@@ -139,15 +131,8 @@
 	dh_installexamples
 	dh_installdirs
 	dh_install
-#	dh_installmenu
 	dh_installdebconf	
-#	dh_installlogrotate
-#	dh_installemacsen
-#	dh_installpam
-#	dh_installmime
 	dh_installinit --noscripts
-#	dh_installcron
-#	dh_installinfo
 
 #	We are using our local version along with our local copies of the
 #	file to make sure asp.net gets the proper version.
@@ -158,12 +143,8 @@
 	dh_strip
 	dh_compress
 	dh_fixperms
-#	dh_perl
-#	dh_python
-#	dh_makeshlibs
 	dh_installdeb
 	dh_shlibdeps
-#	dh_makeclilibs
 	dh_clideps -d
 	dh_gencontrol
 	dh_md5sums




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