[Pkg-scicomp-commits] [SCM] MAdLib, a mesh adaptation library. branch, master, updated. debian/1.2.2-1-10-ga07b5fe

Christophe Prud'homme prudhomm at debian.org
Sun Oct 11 13:45:29 UTC 2009


The following commit has been merged in the master branch:
commit 6546d9a9f039cc52aa9e2832d1eb754180ad9a19
Author: Christophe Prud'homme <prudhomm at debian.org>
Date:   Sun Oct 11 12:17:44 2009 +0200

    fix watch file and move archive to tarballs dir

diff --git a/debian/rules b/debian/rules
index 76a392a..59dc344 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,3 +23,4 @@ clean::
 
 get-orig-source:
 	uscan --force-download --rename --verbose --upstream-version $(MADLIB_VERSION)
+	if test -d ../tarballs; then mv madlib_$(MADLIB_VERSION).orig.tar.gz ../tarballs; fi
diff --git a/debian/watch b/debian/watch
index 6e6c76a..3eef026 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,23 +1,2 @@
-# Example watch control file for uscan
-# Rename this file to "watch" and then you can run the "uscan" command
-# to check for upstream updates and more.
-# See uscan(1) for format
-
-# Compulsory line, this is a version 3 file
 version=3
-
-# Uncomment to examine a Webpage
-# <Webpage URL> <string match>
-#http://www.example.com/downloads.php madlib-(.*)\.tar\.gz
-
-# Uncomment to examine a Webserver directory
-#http://www.example.com/pub/madlib-(.*)\.tar\.gz
-
-# Uncommment to examine a FTP server
-#ftp://ftp.example.com/pub/madlib-(.*)\.tar\.gz debian uupdate
-
-# Uncomment to find new files on sourceforge, for devscripts >= 2.9
-# http://sf.net/madlib/madlib-(.*)\.tar\.gz
-
-# Uncomment to find new files on GooglePages
-# http://example.googlepages.com/foo.html madlib-(.*)\.tar\.gz
+http://sites.uclouvain.be/madlib/sources/MAdLib-([\d.]+)-source\.tgz

-- 
MAdLib, a mesh adaptation library.



More information about the Pkg-scicomp-commits mailing list