[Pkg-mono-svn-commits] rev 372 - mono-vhostmanager/trunk/debian

Pablo Fischer pabl0-guest@quantz.debian.org
Sat, 28 Feb 2004 06:20:17 +0100


Author: pabl0-guest
Date: 2004-02-28 06:20:17 +0100 (Sat, 28 Feb 2004)
New Revision: 372

Added:
   mono-vhostmanager/trunk/debian/mono-vhostmanager.dirs
Removed:
   mono-vhostmanager/trunk/debian/mono-nethostmanager.dirs
Modified:
   mono-vhostmanager/trunk/debian/changelog
   mono-vhostmanager/trunk/debian/control
   mono-vhostmanager/trunk/debian/rules
Log:
* Control:
 + Renamed the package name to mono-vhostmanager, as source and as package,
   also as the description
* Renamed files:
 + The .dirs file of the main package (the only one) to mono-vhostmanager
* ChangeLog:
 + Replaced the old name of the package to the new one
 + Decrease the version, from .2 to .1
* Rules:
 + Replaced the DESTDIR=package to the new package name
 + At dh_installman, replaced to the new man filename



Modified: mono-vhostmanager/trunk/debian/changelog
===================================================================
--- mono-vhostmanager/trunk/debian/changelog	2004-02-28 04:52:51 UTC (rev 371)
+++ mono-vhostmanager/trunk/debian/changelog	2004-02-28 05:20:17 UTC (rev 372)
@@ -1,4 +1,4 @@
-mono-nethostmanager (0.10-2) unstable; urgency=low
+mono-vhostmanager (0.10-1) unstable; urgency=low
 
   * NOT RELEASED YET
   * Pablo Fischer

Modified: mono-vhostmanager/trunk/debian/control
===================================================================
--- mono-vhostmanager/trunk/debian/control	2004-02-28 04:52:51 UTC (rev 371)
+++ mono-vhostmanager/trunk/debian/control	2004-02-28 05:20:17 UTC (rev 372)
@@ -1,15 +1,15 @@
-Source: mono-nethostmanager
+Source: mono-vhostmanager
 Section: devel
 Priority: optional
 Maintainer: Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>
 Build-Depends: debhelper (>= 4.0.0), mono-mcs | c-sharp-compiler
 Standards-Version: 3.6.1
 
-Package: mono-nethostmanager
+Package: mono-vhostmanager
 Architecture: all
 Depends: mono-jit, cli-common
 Description: A XML VirtualHost manager, made in mono
- Mono-NetHostManager is a very little app to manage a 'host file' forthe XSP (or Mod-mono-server). 
+ Mono-VHostManager is a very little app to manage a 'host file' forthe XSP (or Mod-mono-server). 
  .
- What mono-hostmanger do, is add hosts (with their alias and path) andremove them.
+ What mono-vhostmanger do, is add hosts (with their alias and path) andremove them.
 

Deleted: mono-vhostmanager/trunk/debian/mono-nethostmanager.dirs
===================================================================
--- mono-vhostmanager/trunk/debian/mono-nethostmanager.dirs	2004-02-28 04:52:51 UTC (rev 371)
+++ mono-vhostmanager/trunk/debian/mono-nethostmanager.dirs	2004-02-28 05:20:17 UTC (rev 372)
@@ -1,2 +0,0 @@
-usr/bin
-usr/share/dotnet/bin

Copied: mono-vhostmanager/trunk/debian/mono-vhostmanager.dirs (from rev 367, mono-vhostmanager/trunk/debian/mono-nethostmanager.dirs)

Modified: mono-vhostmanager/trunk/debian/rules
===================================================================
--- mono-vhostmanager/trunk/debian/rules	2004-02-28 04:52:51 UTC (rev 371)
+++ mono-vhostmanager/trunk/debian/rules	2004-02-28 05:20:17 UTC (rev 372)
@@ -20,13 +20,13 @@
 	dh_testroot
 	dh_clean -k
 	dh_installdirs
-	mkdir -p debian/mono-nethostmanager/usr/share/dotnet/bin
+	mkdir -p debian/mono-vhostmanager/usr/share/dotnet/bin
 	# Now we should install it..
-	$(MAKE) install DESTDIR=$(CURDIR)/debian/mono-nethostmanager
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/mono-vhostmanager
 	# We should follow the MonoConventions
 	# First, link the .exe files and then move them to the dotnet/bin directory
-	for x in debian/mono-nethostmanager/usr/bin/*.exe ; do ln -sf cli-wrapper $${x%.exe} ; done
-        mv debian/mono-nethostmanager/usr/bin/*.exe debian/mono-nethostmanager/usr/share/dotnet/bin	
+	for x in debian/mono-vhostmanager/usr/bin/*.exe ; do ln -sf cli-wrapper $${x%.exe} ; done
+        mv debian/mono-vhostmanager/usr/bin/*.exe debian/mono-vhostmanager/usr/share/dotnet/bin	
 
 binary-indep: build install
 	dh_testdir -i
@@ -37,7 +37,7 @@
 	dh_installchangelogs -i ChangeLog
 	dh_installdocs -i
 	dh_installdirs
-	dh_installman doc/nethostmanager.1
+	dh_installman doc/mono-vhostmanager.1
 	dh_strip -i
 	dh_fixperms -i
 	dh_installdeb -i