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

D. Moonfire dmoonfire-guest at alioth.debian.org
Mon Nov 26 17:20:25 UTC 2007


Author: dmoonfire-guest
Date: 2007-11-26 17:20:25 +0000 (Mon, 26 Nov 2007)
New Revision: 3484

Modified:
   xsp/trunk/debian/changelog
   xsp/trunk/debian/control
   xsp/trunk/debian/rules
Log:
Updating XSP to 1.2.5 release, ack'ing a couple NMU stuff,
and fixing a new lintian bug.


Modified: xsp/trunk/debian/changelog
===================================================================
--- xsp/trunk/debian/changelog	2007-11-26 16:39:00 UTC (rev 3483)
+++ xsp/trunk/debian/changelog	2007-11-26 17:20:25 UTC (rev 3484)
@@ -1,3 +1,13 @@
+xsp (1.2.5-1) unstable; urgency=low
+
+  * New upstream release
+  * Dylan R. E. Moonfire
+    + Acknowledged and merged in NMU changes by Andreas Barth (Closes:
+      #431585, #431587)
+    + debian/rules: Changed "clean" rule to remove lintian warning.
+	
+ -- Dylan R. E. Moonfire <debian at mfgames.com>  Mon, 26 Nov 2007 10:50:17 -0600
+
 xsp (1.2.4-1) unstable; urgency=low
 
   * New upstream release

Modified: xsp/trunk/debian/control
===================================================================
--- xsp/trunk/debian/control	2007-11-26 16:39:00 UTC (rev 3483)
+++ xsp/trunk/debian/control	2007-11-26 17:20:25 UTC (rev 3484)
@@ -62,7 +62,7 @@
 Architecture: all
 Conflicts: mono-server
 Replaces: mono-server
-Depends: ${cli:Depends}, debconf (>= 1.2.0) | debconf-2.0, net-tools, mono-xsp-base (= ${source:Version})
+Depends: ${cli:Depends}, debconf (>= 1.2.0) | debconf-2.0, net-tools, mono-xsp-base (= ${source:Version}), perl-modules
 Description: backend for mod_mono Apache module
  mono-apache-server contains the backend for mod_mono. It lets you run ASP.NET
  web applications via Apache. mod_mono will call mono-apache-server to parse
@@ -75,7 +75,7 @@
 Architecture: all
 Conflicts: mono-server
 Replaces: mono-server
-Depends: ${cli:Depends}, debconf (>= 1.2.0) | debconf-2.0, net-tools, mono-xsp2-base (= ${source:Version})
+Depends: ${cli:Depends}, debconf (>= 1.2.0) | debconf-2.0, net-tools, mono-xsp2-base (= ${source:Version}), perl-modules
 Description: backend for mod_mono2 Apache module
  mono-apache-server contains the backend for mod_mono. It lets you run ASP.NET
  web applications via Apache. mod_mono will call mono-apache-server to parse

Modified: xsp/trunk/debian/rules
===================================================================
--- xsp/trunk/debian/rules	2007-11-26 16:39:00 UTC (rev 3483)
+++ xsp/trunk/debian/rules	2007-11-26 17:20:25 UTC (rev 3484)
@@ -69,8 +69,7 @@
 	# Add here commands to clean up after the build process.
 	rm -f config.log
 	# Clean up compiled files
-	-$(MAKE) clean
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	rm -rf server
 	# Moved below the clean so the configured-stuff cleans properly
 	rm -f build-stamp configure-stamp config.status




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