[Pkg-octave-commit] [octave] 01/01: d/watch: Add .gz as a possible extension for the upstream tarball
Rafael Laboissiere
rafael at debian.org
Sun Nov 20 16:01:33 UTC 2016
This is an automated email from the git hooks/post-receive script.
rafael pushed a commit to branch master
in repository octave.
commit 7eb517b941881d36c5f7a46d36460411a155c307
Author: Rafael Laboissiere <rafael at debian.org>
Date: Sun Nov 20 13:52:38 2016 -0200
d/watch: Add .gz as a possible extension for the upstream tarball
In the release 4.2.0 of Octave, there is no xz-compressed tarball
available, as in the previuos releases. Only gzip- and
lzip-compressed versions are present at the ftp.gnu.org website.
(lzip is not a allowed as compression type for dpkg-deb).
---
debian/watch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/watch b/debian/watch
index b731652..26f08e4 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
version=3
-opts=pgpsigurlmangle=s/$/.sig/ http://ftpmirror.gnu.org/octave/octave-([\d\.]+)\.tar\.(?:xz|bz2)
+opts=pgpsigurlmangle=s/$/.sig/ http://ftpmirror.gnu.org/octave/octave-([\d\.]+)\.tar\.(?:xz|bz2|gz)
--
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave.git
More information about the Pkg-octave-commit
mailing list