[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:42 UTC 2010


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

    Fix debian/watch to actually support non-latest-version downloads. That was painful.
    (Historic bzr commit from Wed 2010-02-17 10:11:53 +0000)

diff --git a/debian/changelog b/debian/changelog
index fedc1ee..d3fd1b2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-moon (2.0-0ubuntu1~pre~ppa1) UNRELEASED; urgency=low
+moon (2.1-0ubuntu1~pre~ppa1) UNRELEASED; urgency=low
 
   * New upstream release
   * debian/control:
diff --git a/debian/rules b/debian/rules
index ae78419..0101ab6 100644
--- a/debian/rules
+++ b/debian/rules
@@ -116,7 +116,7 @@ get-orig-source:
 		--destdir . \
 		--force-download \
 		--rename
-	wget -c http://ftp.novell.com/pub/mono/sources/moon/$(VERSION)/mono-2.6.tar.bz2 
+	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
diff --git a/debian/watch b/debian/watch
index 67632c4..96e6aef 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=3
 opts=uversionmangle=s/([.\d]+)b/$1~beta/ \
- http://ftp.novell.com/pub/mono/sources/moon/([.\d]+b*\d*)/moonlight-([.\d]+b*\d*)\.tar\.bz2
+ http://ftp.novell.com/pub/mono/sources/moon/(\d.\d)/moonlight-([\.\d]+)\.tar\.bz2

-- 
moon



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