[Pkg-cli-libs-commits] [SCM] ironruby branch, master, updated. debian/0.9.0+dfsg-1-53-g866334e

C.J. Adams-Collier cjac at colliertech.org
Fri Aug 14 20:09:55 UTC 2009


The following commit has been merged in the master branch:
commit 866334efccfd15ee7b28196cd88936acadeb9536
Author: C.J. Adams-Collier <cjac at colliertech.org>
Date:   Fri Aug 14 13:20:52 2009 -0700

    changed upstream package fetch data

diff --git a/debian/copyright b/debian/copyright
index a421cf5..74dc4d7 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,7 +2,7 @@ This package was debianized by C.J. Adams-Collier <cjac at colliertech.org> on
 Fri, 31 July 2009 15:42:42 -0800.
 
 It was downloaded from:
-http://dlrci.colliertech.org/source/
+http://github.com/mletterle/ironruby/downloads
 
 Upstream Authors:
   Daniele Alessandri, Shri Borde, Peter Bacon Darwin, Jim Deville, 
diff --git a/debian/rules b/debian/rules
index 444df58..e5ffefd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -62,6 +62,7 @@ get-orig-source:
 		--force-download \
 		--rename \
 		--repack
+	mv $(UPVERSION) $(DEB_SOURCE_NAME)_$(UPVERSION).orig.tar.gz
 	if [ -d $(TARBALL_DIR) ]; then \
 		echo "$(TARBALL_DIR) is in the way, bailing out!"; \
 		exit 1; \
diff --git a/debian/watch b/debian/watch
index d0542f9..3427751 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,2 @@
 version=3
-http://dlrci.colliertech.org/source/ironruby-([\d\.]+)\.tar\.gz debian uupdate
-http://githubredir.debian.net/github/mletterle/ironruby/(\d{8}\+git\.[\da-f]{8})\.tar\.gz
+http://github.com/mletterle/ironruby/downloads .*/mletterle/ironruby/tarball/(\d{8}\+git\.[\da-f]{8})

-- 
ironruby



More information about the Pkg-cli-libs-commits mailing list