[SCM] mma/master: Revise debian/watch for multiple upstream tarball (MUT)

foka at users.alioth.debian.org foka at users.alioth.debian.org
Fri Jan 20 13:59:39 UTC 2017


The following commit has been merged in the master branch:
commit 5ca30674ae9070b1d5717882f9d2dc7548b9032d
Author: Anthony Fok <foka at debian.org>
Date:   Fri Jan 20 05:45:07 2017 -0700

    Revise debian/watch for multiple upstream tarball (MUT)
    
    to handle both mma-bin-*.tar.gz and mma-pdf-*.tar.gz.
    
    The upstream non-tarball chords.pdf.gz still needs to be handled manually.

diff --git a/debian/watch b/debian/watch
index 5b2fc9c..e5d7608 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,7 @@
-version=3
-http://www.mellowood.ca/mma/downloads.html mma-bin-(.*)\.tar\.gz
+version=4
+opts="" \
+    http://www.mellowood.ca/mma/downloads.html \
+    mma-bin-([\d\.]+)\.tar\.gz debian
+opts="component=pdf" \
+    http://www.mellowood.ca/mma/downloads.html \
+    mma-pdf-([\d\.]+)\.tar\.gz same uupdate

-- 
mma packaging



More information about the pkg-multimedia-commits mailing list