Package: emacspeak Version: 28.0-3 Severity: minor Tags: patch Watch file fails right now with:
[EMAIL PROTECTED]:~/tmp/emacspeak/emacspeak-28.0$ uscan -verbose -report -- Scanning for watchfiles in . -- Found watchfile in ./debian -- In debian/watch, processing watchfile line: ftp://heanet.dl.sourceforge.net/e/em/emacspeak/emacspeak-(.*)\.tar\.bz2 debian uupdate uscan warning: In watchfile debian/watch, reading FTP directory ftp://heanet.dl.sourceforge.net/e/em/emacspeak/ failed: 404 Not Found -- Scan finished After an attached patch applied uscan works fine: [EMAIL PROTECTED]:~/tmp/emacspeak/emacspeak-28.0$ uscan -verbose -report -- Scanning for watchfiles in . -- Found watchfile in ./debian -- In debian/watch, processing watchfile line: http://emacspeak.googlecode.com/ files/emacspeak-(.*)\.tar\.bz2 debian uupdate -- Found the following matching hrefs: http://emacspeak.googlecode.com/files/emacspeak-28.0.tar.bz2 Newest version on remote site is 28.0, local version is 28.0 => Package is up to date -- Scan finished -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (900, 'testing'), (800, 'unstable'), (700, 'experimental'), (500, 'feisty') Architecture: i386 (i686) Kernel: Linux 2.6.26-1-openvz-686 (SMP w/2 CPU cores) Locale: LANG=uk_UA.UTF-8, LC_CTYPE=uk_UA.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages emacspeak depends on: ii emacs21 21.4a+1-5.6 The GNU Emacs editor ii emacs22 22.2+2-4 The GNU Emacs editor ii emacsen-common 1.4.17 Common facilities for all emacsen ii make 3.81-5 The GNU version of the "make" util ii perl 5.10.0-16 Larry Wall's Practical Extraction ii tcl8.4 8.4.19-2 Tcl (the Tool Command Language) v8 ii tclx8.4 8.4.0-1 Extended Tcl (TclX) - shared libra ii w3-url-e21 2005.10.23-5 URL library for use by w3-el-e21 emacspeak recommends no packages. Versions of packages emacspeak suggests: pn calc <none> (no description available) ii eflite 0.4.1-1 Festival-Lite based emacspeak spee ii emacspeak-ss 1.12-1 Emacspeak speech server for severa ii espeak 1.37-1 A multi-lingual software speech sy pn psgml <none> (no description available) pn w3-el-e21 <none> (no description available) ii xsltproc 1.1.24-2 XSLT command line processor -- debconf-show failed
>From 07fef8be0751327f86aa067290f6746f9ca54f5e Mon Sep 17 00:00:00 2001 From: Mykola Nikishov <[EMAIL PROTECTED]> Date: Mon, 27 Oct 2008 18:41:49 +0200 Subject: [PATCH] check for updates using http://emacspeak.googlecode.com --- debian/watch | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/debian/watch b/debian/watch index 6f85866..681d48d 100644 --- a/debian/watch +++ b/debian/watch @@ -11,5 +11,6 @@ version=3 # this doesn't seem to work either #ftp://ftp.sf.net/pub/sourceforge/e/em/emacspeak/emacspeak-(.*)\.tar\.bz2 debian uupdate -ftp://heanet.dl.sourceforge.net/e/em/emacspeak/emacspeak-(.*)\.tar\.bz2 debian uupdate +#ftp://heanet.dl.sourceforge.net/e/em/emacspeak/emacspeak-(.*)\.tar\.bz2 debian uupdate # ftp://heanet.dl.sourceforge.net/g/gp/gpsbabel/gpsbabel-([0-9a-z.]+)\.tar.gz debian uupdate +http://emacspeak.googlecode.com/ files/emacspeak-(.*)\.tar\.bz2 debian uupdate -- 1.6.0.2

