[Pkg-mono-svn-commits] rev 377 - mono-vhostmanager/trunk/debian
Pablo Fischer
pabl0-guest@quantz.debian.org
Sat, 28 Feb 2004 07:27:46 +0100
Author: pabl0-guest
Date: 2004-02-28 07:27:46 +0100 (Sat, 28 Feb 2004)
New Revision: 377
Modified:
mono-vhostmanager/trunk/debian/changelog
mono-vhostmanager/trunk/debian/rules
Log:
* rules:
+ Fixed a kbd error, should be a TAB instead of a space
+ We don't need movefiles, we only have one package, and we are installing
directly into it
+ We don't have a Changelog, so.. remove it
* changelog:
+ Same as rules file, a kbd error, it shoudl be double space instead of one
Modified: mono-vhostmanager/trunk/debian/changelog
===================================================================
--- mono-vhostmanager/trunk/debian/changelog 2004-02-28 06:20:21 UTC (rev 376)
+++ mono-vhostmanager/trunk/debian/changelog 2004-02-28 06:27:46 UTC (rev 377)
@@ -2,5 +2,6 @@
* NOT RELEASED YET
* Pablo Fischer
- + Initial Release.
- -- Pablo Fischer <pablo@pablo.com.mx> Tue, 24 Feb 2004 10:36:29 -0600
+ + Initial Release
+
+ -- Pablo Fischer <pablo@pablo.com.mx> Tue, 24 Feb 2004 10:36:29 -0600
Modified: mono-vhostmanager/trunk/debian/rules
===================================================================
--- mono-vhostmanager/trunk/debian/rules 2004-02-28 06:20:21 UTC (rev 376)
+++ mono-vhostmanager/trunk/debian/rules 2004-02-28 06:27:46 UTC (rev 377)
@@ -26,15 +26,13 @@
# We should follow the MonoConventions
# First, link the .exe files and then move them to the dotnet/bin directory
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
+ mv debian/mono-vhostmanager/usr/bin/*.exe debian/mono-vhostmanager/usr/share/dotnet/bin
binary-indep: build install
dh_testdir -i
dh_testroot -i
- dh_movefiles -i
dh_link -i
dh_install -i
- dh_installchangelogs -i ChangeLog
dh_installdocs -i
dh_installdirs
dh_installman doc/mono-vhostmanager.1