Package: mantis Version: 1.1.6+dfsg-2 Severity: wishlist Tags: patch Mantis 1.1.7 is available.
However, debian/watch is unable to report it (as said in http://packages.qa.debian.org/m/mantis.html : http://dehs.alioth.debian.org/report.php?package=mantis). I propose the following patch that seems to address this problem. Note that the Debian-QA redirector way would work but report available version 1.2.0a3 which may not be what must be monitored. Hope this helps. -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (990, 'testing'), (500, 'testing-proposed-updates') Architecture: i386 (i686) Kernel: Linux 2.6.29-1-686 (SMP w/2 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages mantis depends on: ii apache2 2.2.11-3 Apache HTTP Server metapackage ii apache2-mpm-prefork [http 2.2.11-3 Apache HTTP Server - traditional n ii dbconfig-common 1.8.41 common framework for packaging dat ii debconf [debconf-2.0] 1.5.26 Debian configuration management sy ii libapache2-mod-php5 5.2.6.dfsg.1-3 server-side, HTML-embedded scripti ii libphp-adodb 5.07-1 The ADOdb database abstraction lay ii libphp-phpmailer 2.1-1 full featured email transfer class ii php5-cli 5.2.6.dfsg.1-3 command-line interpreter for the p ii ucf 3.0018 Update Configuration File: preserv Versions of packages mantis recommends: ii mysql-client-5.0 [mysql-c 5.0.51a-24 MySQL database client binaries ii php5-mysql 5.2.6.dfsg.1-3 MySQL module for php5 Versions of packages mantis suggests: ii mysql-server 5.0.51a-24 MySQL database server (metapackage ii mysql-server-5.0 [mysql-s 5.0.51a-24 MySQL database server binaries ii php5-cli 5.2.6.dfsg.1-3 command-line interpreter for the p -- debconf information excluded
diff -u mantis-1.1.6+dfsg/debian/changelog mantis-1.1.6+dfsg/debian/changelog --- mantis-1.1.6+dfsg/debian/changelog +++ mantis-1.1.6+dfsg/debian/changelog @@ -1,3 +1,10 @@ +mantis (1.1.6+dfsg-2.2) unstable; urgency=low + + * NMU + * Fix debian/watch. + + -- Olivier Berger <[email protected]> Mon, 11 May 2009 11:41:23 +0200 + mantis (1.1.6+dfsg-2.1) unstable; urgency=low * NMU diff -u mantis-1.1.6+dfsg/debian/watch mantis-1.1.6+dfsg/debian/watch --- mantis-1.1.6+dfsg/debian/watch +++ mantis-1.1.6+dfsg/debian/watch @@ -4 +4,5 @@ -.*mantisbt\/mantisbt-([\d\.]+)\.tar\.gz\?.* +.*mantisbt-([\d\.]+)\.tar\.gz +# Preferred the above to the following as this would select also alpha releases of 1.2, currently +#http://sf.net/mantisbt/mantisbt-(.+)\.tar\.gz + +

