[Pkg-mono-svn-commits] [SCM] moon branch, master, updated. upstream/2.3-47-g8f32d36

Jo Shields directhex at apebox.org
Fri Nov 5 00:58:43 UTC 2010


The following commit has been merged in the master branch:
commit f064d91e6d4db4706f52bb14a499cc7348ef0018
Author: Jo Shields <directhex at apebox.org>
Date:   Thu Nov 4 23:40:37 2010 +0000

    fix get-orig-source
    (Historic bzr commit from Wed 2010-02-17 10:20:56 +0000)

diff --git a/debian/rules b/debian/rules
index 0101ab6..1c67868 100644
--- a/debian/rules
+++ b/debian/rules
@@ -118,8 +118,8 @@ get-orig-source:
 		--rename
 	wget -c http://ftp.novell.com/pub/mono/sources/moon/$(VERSION)/mono-2.6.1.tar.bz2 
 	wget -c http://ftp.novell.com/pub/mono/sources/moon/$(VERSION)/mono-basic-2.6.tar.bz2 
-	mv mono-2.6.tar.bz2 ./moon_2.0.orig-mono-2-6.tar.bz2
-	mv mono-basic-2.6.tar.bz2 ./moon_2.0.orig-mono-basic-2-6.tar.bz2
+	mv mono-2.6.1.tar.bz2 ./moon_$(VERSION).orig-mono-2-6.tar.bz2
+	mv mono-basic-2.6.tar.bz2 ./moon_$(VERSION).orig-mono-basic-2-6.tar.bz2
 
 binary: install-stamp
 

-- 
moon



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