From 8273aba6c02ec57615c8f075086c2e994f720a95 Mon Sep 17 00:00:00 2001 From: B Stack Date: Sun, 16 Aug 2020 16:18:55 -0400 Subject: WIP: newmoon compile attempt 1 The dpkg built on d2-03a but had some palemoon naming artifacts, so this commit is for building it with the attempted fixes for that. --- newmoon/debian/watch | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 newmoon/debian/watch (limited to 'newmoon/debian/watch') diff --git a/newmoon/debian/watch b/newmoon/debian/watch new file mode 100644 index 0000000..cc46979 --- /dev/null +++ b/newmoon/debian/watch @@ -0,0 +1,7 @@ +# Reference: +version=4 +opts=filenamemangle=s/.+\/v?(\d\S+)_Release\.tar\.gz/palemoon_$1.orig\.tar\.gz/ \ + https://github.com/MoonchildProductions/Pale-Moon/tags .*/v?(\d\S+)_Release\.tar\.gz +# not working. Uscan does not want to download specific, untagged git commits. +#opts="component=platform" \ +# https://github.com/MoonchildProductions/UXP/archive/41e5925b4271c598601fdc77238bbf6497576594.tar.gz -- cgit