Package: powertop
Version: 2.0-0.3
Severity: normal
Tags: patch

https://01.org/powertop/downloads indicates that 2.2 is out, but uscan
--verbose only finds 2.0.  This is because debian/watch assumes that
upstream will always use bzip2 compression, but they are now using
gzip for some reason.

The attached patch fixes the watch file.

Regards,

        --dkg

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing'), (200, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages powertop depends on:
ii  libc6             2.13-37
ii  libgcc1           1:4.7.2-4
ii  libncursesw5      5.9-10
ii  libnl-3-200       3.2.7-4
ii  libnl-genl-3-200  3.2.7-4
ii  libpci3           1:3.1.9-5
ii  libstdc++6        4.7.2-4
ii  libtinfo5         5.9-10
ii  zlib1g            1:1.2.7.dfsg-13

powertop recommends no packages.

Versions of packages powertop suggests:
ii  cpufrequtils       008-1
ii  laptop-mode-tools  1.61-1
ii  libjs-jquery       1.7.2+dfsg-1

-- no debconf information
diff --git a/debian/watch b/debian/watch
index bd4e872..c0e904f 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-https://01.org/powertop/downloads https://01.org/powertop/sites/default/files/downloads/powertop-([\d\.]*).tar.bz2
+https://01.org/powertop/downloads https://01.org/powertop/sites/default/files/downloads/powertop-([\d\.]*).tar.*z*

Reply via email to