Package: magit
Version: 0.7-1.1
Severity: wishlist
Use GitHub redirector [1] but it has problem with tags containing
released version number only. So for now 'uscan --report --debug'
provides
uscan debug: matching pattern(s)
(?:(?:http://githubredir.debian.net)?\/github\/philjackson\/magit)?(.+).tar.gz
-- Found the following matching hrefs:
/github/philjackson/magit/0.8.0.tar.gz
/github/philjackson/magit/0.8.1.tar.gz
/github/philjackson/magit/magit_0.5-1.tar.gz
/github/philjackson/magit/magit_0.6-1.tar.gz
/github/philjackson/magit/magit_0.6.1.tar.gz
/github/philjackson/magit/magit_0.7.tar.gz
Newest version on remote site is /magit_0.7, local version is 0.7
=> Newer version available from
http://githubredir.debian.net/github/philjackson/magit/magit_0.7.tar.gz
-- Scan finished
and fails to recongnize the latest available version 0.8.1.
[1] http://githubredir.debian.net/
-- System Information:
Debian Release: squeeze/sid
APT prefers stable
APT policy: (700, 'stable'), (650, 'testing'), (600, 'unstable'), (1,
'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.32-5-openvz-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages magit depends on:
ii dpkg 1.15.7.2 Debian package management system
ii emacs-snapshot [emacsen] 1:20100612-1 The GNU Emacs editor (development
ii git [git-core] 1:1.7.1-1 fast, scalable, distributed revisi
ii git-core 1:1.7.1-1 fast, scalable, distributed revisi
ii install-info 4.13a.dfsg.1-5 Manage installed documentation in
magit recommends no packages.
magit suggests no packages.
-- no debconf information
>From 0f729a0c481a3a3b69ac76e2a6bdf7a6aa5d7cc5 Mon Sep 17 00:00:00 2001
From: Mykola Nikishov <[email protected]>
Date: Mon, 14 Jun 2010 18:22:28 +0300
Subject: [PATCH 2/2] Provide watch file
Use GitHub redirector [1] but it has problem with tags containing
released version number only. So for now 'uscan --report --debug'
provides
uscan debug: matching pattern(s)
(?:(?:http://githubredir.debian.net)?\/github\/philjackson\/magit)?(.+).tar.gz
-- Found the following matching hrefs:
/github/philjackson/magit/0.8.0.tar.gz
/github/philjackson/magit/0.8.1.tar.gz
/github/philjackson/magit/magit_0.5-1.tar.gz
/github/philjackson/magit/magit_0.6-1.tar.gz
/github/philjackson/magit/magit_0.6.1.tar.gz
/github/philjackson/magit/magit_0.7.tar.gz
Newest version on remote site is /magit_0.7, local version is 0.7
=> Newer version available from
http://githubredir.debian.net/github/philjackson/magit/magit_0.7.tar.gz
-- Scan finished
and fails to recongnize the latest available version 0.8.1.
[1] http://githubredir.debian.net/
Signed-off-by: Mykola Nikishov <[email protected]>
---
debian/watch | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
create mode 100644 debian/watch
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..a3dd9fe
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://githubredir.debian.net/github/philjackson/magit (.+).tar.gz
--
1.7.1