diff options
author | Agney Lopes Roth Ferraz <agney@debian.org> | 2006-06-23 00:35:08 -0300 |
---|---|---|
committer | Simon Quigley <tsimonq2@ubuntu.com> | 2017-06-19 14:38:37 -0500 |
commit | 7c03859545faa5dff9d54a63e892de75a4e39d2c (patch) | |
tree | 50534d9e1f9fdc5f4f1dbbdb564baf0b7d72263e /debian | |
parent | 078e9c700feccfcf1318b7bde49d6e464bc2ac8c (diff) |
Import Debian changes 0.4.1-2
hardinfo (0.4.1-2) unstable; urgency=low
* fixed debian/watch file.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/watch | 8 |
2 files changed, 11 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 90133520..cbe7da38 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +hardinfo (0.4.1-2) unstable; urgency=low + + * fixed debian/watch file. + + -- Agney Lopes Roth Ferraz <agney@debian.org> Fri, 23 Jun 2006 00:35:08 -0300 + hardinfo (0.4.1-1) unstable; urgency=low * New upstream release. diff --git a/debian/watch b/debian/watch index 5e21d0b9..1016e4c0 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,6 @@ version=3 -http://prdownload.berlios.de/hardinfo/hardinfo-0.4.tar.gz \ - http://download.berlios.de/hardinfo/hardinfo-(.*).tar.gz \ - debian uupdate +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 + |