diff options
author | Simon Quigley <tsimonq2@ubuntu.com> | 2017-06-19 22:37:34 -0500 |
---|---|---|
committer | Simon Quigley <tsimonq2@ubuntu.com> | 2017-06-19 22:37:34 -0500 |
commit | 8d5bdb510d0d2c1abbce65cdc04915ae05aa5b0d (patch) | |
tree | 1f6f9fbd116733674b71c7ce8472f1ad23e1bf5b /debian | |
parent | 8e6fb63866e9fbfd29e8959dcf8b5d346b2a51f5 (diff) |
Rewrite debian/watch to pull from new upstream location.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/watch | 9 |
2 files changed, 4 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog index 127a233b..7d221af7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,7 @@ hardinfo (0.5.1+git20170619-1) UNRELEASED; urgency=medium - Add aarch64.diff (rewritten for the new build system based off of Matthias Klose's initial patch) (Closes: #779465) - Recommend lm-sensors in order to read information from sensors. + * Rewrite debian/watch to pull from new upstream location. -- Simon Quigley <tsimonq2@ubuntu.com> Sun, 18 Jun 2017 22:25:05 -0500 diff --git a/debian/watch b/debian/watch index 1016e4c0..85ca29ab 100644 --- a/debian/watch +++ b/debian/watch @@ -1,6 +1,3 @@ -version=3 -opts=downloadurlmangle=s/prdownload/download/ \ - http://developer.berlios.de/project/showfiles.php?group_id=5897 \ - http://prdownload.berlios.de/hardinfo/hardinfo-(.*)\.tar\.gz \ - debian uupdate - +version=4 +opts=filenamemangle=s/.+\/release-?(\d\S+)\.tar\.gz/hardinfo_$1\.orig\.tar\.gz/ \ + https://github.com/lpereira/hardinfo/tags .*/release-?(\d\S+)\.tar\.gz |