[Pkg-mono-svn-commits] rev 1150 - libapache-mod-mono/trunk/debian

Eduard Bloch blade@haydn.debian.org
Mon, 21 Jun 2004 16:45:07 -0600


Author: blade
Date: 2004-06-21 16:45:03 -0600 (Mon, 21 Jun 2004)
New Revision: 1150

Removed:
   libapache-mod-mono/trunk/debian/files
Modified:
   libapache-mod-mono/trunk/debian/
   libapache-mod-mono/trunk/debian/changelog
   libapache-mod-mono/trunk/debian/control
   libapache-mod-mono/trunk/debian/rules
Log:
Finalizing the changelog, renamed the source package and moved the
config.guess/sub hack to not f*ck up the clean rule



Property changes on: libapache-mod-mono/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Modified: libapache-mod-mono/trunk/debian/changelog
===================================================================
--- libapache-mod-mono/trunk/debian/changelog	2004-06-21 21:45:51 UTC (rev 1149)
+++ libapache-mod-mono/trunk/debian/changelog	2004-06-21 22:45:03 UTC (rev 1150)
@@ -1,3 +1,10 @@
+mod-mono (0.11-3) unstable; urgency=low
+
+  * Prepared for the upload into the archiv (closes: #255129)
+  * renamed the source package to match the original source name better
+
+ -- Eduard Bloch <blade@debian.org>  Tue, 22 Jun 2004 00:21:47 +0200
+
 libapache-mod-mono (0.11-2) unstable; urgency=low
 
   * Fixed a dependency name, mono-server doesn't exists any more, it will be mono-apache-server

Modified: libapache-mod-mono/trunk/debian/control
===================================================================
--- libapache-mod-mono/trunk/debian/control	2004-06-21 21:45:51 UTC (rev 1149)
+++ libapache-mod-mono/trunk/debian/control	2004-06-21 22:45:03 UTC (rev 1150)
@@ -1,4 +1,4 @@
-Source: libapache-mod-mono
+Source: mod-mono
 Section: web
 Priority: optional
 Maintainer: Pablo Fischer <pablo@pablo.com.mx>

Deleted: libapache-mod-mono/trunk/debian/files
===================================================================
--- libapache-mod-mono/trunk/debian/files	2004-06-21 21:45:51 UTC (rev 1149)
+++ libapache-mod-mono/trunk/debian/files	2004-06-21 22:45:03 UTC (rev 1150)
@@ -1 +0,0 @@
-libapache-mod-mono_0.8-3_i386.deb web optional

Modified: libapache-mod-mono/trunk/debian/rules
===================================================================
--- libapache-mod-mono/trunk/debian/rules	2004-06-21 21:45:51 UTC (rev 1149)
+++ libapache-mod-mono/trunk/debian/rules	2004-06-21 22:45:03 UTC (rev 1150)
@@ -28,6 +28,15 @@
 
 config.status: configure
 	dh_testdir
+
+	-$(MAKE) distclean
+ifneq "$(wildcard /usr/share/misc/config.sub)" ""
+	cp -f /usr/share/misc/config.sub config.sub
+endif
+ifneq "$(wildcard /usr/share/misc/config.guess)" ""
+	cp -f /usr/share/misc/config.guess config.guess
+endif
+
 	# Add here commands to configure the package.
 	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --with-apxs=/usr/bin/apxs
 
@@ -47,17 +56,6 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp 
-
-	# Add here commands to clean up after the build process.
-	-$(MAKE) distclean
-ifneq "$(wildcard /usr/share/misc/config.sub)" ""
-	cp -f /usr/share/misc/config.sub config.sub
-endif
-ifneq "$(wildcard /usr/share/misc/config.guess)" ""
-	cp -f /usr/share/misc/config.guess config.guess
-endif
-
-
 	dh_clean 
 
 install: build