[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#485884: marked as done (lintian: debian-watch-file-should-mangle-version reported with correctly mangled version)



Your message dated Thu, 12 Jun 2008 16:02:03 +0000
with message-id <E1K6pFT-0004fq-2z@ries.debian.org>
and subject line Bug#485884: fixed in lintian 1.24.1
has caused the Debian Bug report #485884,
regarding lintian: debian-watch-file-should-mangle-version reported with correctly mangled version
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
485884: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=485884
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: lintian
Version: 1.24.0
Severity: normal

Hi,

Today while building a package of mine, I got the
debian-watch-file-should-mangle-version warning from lintian, even when
the debian/watch file is this:

version=3
opts="uversionmangle=s/(?=$)/+dfsg/" \
	http://www.smcc.demon.nl/camstream/download/index.html \
	camstream-(\d.+)\.tar\.gz debian debian/repack.sh

Thinking that lintian was complaining about my use of uversionmangle
instead of dversionmangle, I changed the opts line to:

opts="dversionmangle=s/\+dfsg//" \

But it still complains. I have read the code for the test, but I cannot
see why it fails to detect the mangling.

Uscan agrees that this works correctly:

$ uscan --report
(...)
Newest version on remote site is 0.27, local version is 0.27+dfsg
 (mangled local version number 0.27)
 => Package is up to date

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores)
Locale: LANG=es_AR.UTF-8, LC_CTYPE=es_AR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages lintian depends on:
ii  binutils            2.18.1~cvs20080103-4 The GNU assembler, linker and bina
ii  diffstat            1.45-2               produces graph of changes introduc
ii  dpkg-dev            1.14.19              package building tools for Debian
ii  file                4.24-2               Determines file type using "magic"
ii  gettext             0.17-2               GNU Internationalization utilities
ii  intltool-debian     0.35.0+20060710.1    Help i18n of RFC822 compliant conf
ii  libdigest-sha-perl  5.47-1               Perl extension for SHA-1/224/256/3
ii  libparse-debianchan 1.1.1-2              parse Debian changelogs and output
ii  libtimedate-perl    1.1600-9             Time and date functions for Perl
ii  liburi-perl         1.35.dfsg.1-1        Manipulates and accesses URI strin
ii  man-db              2.5.2-1              on-line manual pager
ii  perl [libdigest-sha 5.10.0-10            Larry Wall's Practical Extraction 

lintian recommends no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: lintian
Source-Version: 1.24.1

We believe that the bug you reported is fixed in the latest version of
lintian, which is due to be installed in the Debian FTP archive:

lintian_1.24.1.dsc
  to pool/main/l/lintian/lintian_1.24.1.dsc
lintian_1.24.1.tar.gz
  to pool/main/l/lintian/lintian_1.24.1.tar.gz
lintian_1.24.1_all.deb
  to pool/main/l/lintian/lintian_1.24.1_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 485884@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Frank Lichtenheld <djpig@debian.org> (supplier of updated lintian package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 12 Jun 2008 17:28:44 +0200
Source: lintian
Binary: lintian
Architecture: source all
Version: 1.24.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
Changed-By: Frank Lichtenheld <djpig@debian.org>
Description: 
 lintian    - Debian package checker
Closes: 485474 485884
Changes: 
 lintian (1.24.1) unstable; urgency=medium
 .
   The "mostly for the benefit of lintian.debian.org only" release.
 .
   * frontend/lintian:
     + [FL] Increase LAB_FORMAT to 8. This should have happened
       in 1.23.47, since the unpack-binpkg-l1 then produced a
       new file which checks depend upon.  Since this only
       affects static labs and only if packages get rechecked
       (i.e. not on harness -i runs) it only got noticed now.
       Use urgency=medium for this fix.
 .
   * checks/watch-file:
     + [FL] Fix the order of two regular expression to use
       the more specific one first.  Patch by Raphael Geissert.
       (Closes: #485884)
 .
   * unpack/unpack-binpkg-l1:
     + [FL] Don't include version number from Source: field in
       the source symlink.  Noted by RA.  (Closes: #485474)
 .
   * lib/Lintian/Collect/Binary.pm:
     + [FL] New module for retrieving binary package information.
 .
   * reporting/checkout-release:
     + [FL] New helper script for lintian.d.o maintenance.
   * reporting/config:
     + [FL] Generate files in $HOME/www directly instead
       of $HOME/www/reports.
   * reporting/html_reports:
     + [FL] Allow inclusion of the new shared templates by
       convenient functions. Remove some duplicated data
       setting while I'm on it.
     + [FL] Generate the manual and lintian.log symlinks
       dynamically, so that we don't need the reports subdirectory
       anymore.  Also generate a reports -> . symlink for
       backwards compatibility.
   * reporting/templates/{head,foot}.tmpl:
     + [FL] New templates meant for inclusion by other templates
       for common header and footer parts
   * reporting/templates/index.tmpl:
     + [FL] Remove obsolete reports/ subdirectory from the links.
   * reporting/templates/maintainer.tmpl:
     + [RA] Redisplay the tag name for each separate binary package, also
       fixing list nesting problems in some cases.  Patch from Jordà
       Polo.
   * reporting/templates/*.tmpl:
     + [FL] Replace common headers/footers with calls to the
       new head()/foot() functions.
Checksums-Sha1: 
 f7f7597059352a7b1171014b1812b1fa18858a47 1112 lintian_1.24.1.dsc
 8b51db681230dc9369c6ff95a2efce31dbd1ec0a 448691 lintian_1.24.1.tar.gz
 3a3c30942635e702587e26ffb45fbb1ec3cc268e 345296 lintian_1.24.1_all.deb
Checksums-Sha256: 
 5995ea1aec60b014568badb2197fce11789d58d582f201b9e45ea30e10dba02f 1112 lintian_1.24.1.dsc
 22747d428537e6f59f714a531b9a12a2a229d00a8e6b9ec52b686e7c5c7551c9 448691 lintian_1.24.1.tar.gz
 df3c57c4231914fe110cadedafefa88a07373a66a07c33e8db6c2d413ce736ab 345296 lintian_1.24.1_all.deb
Files: 
 3089eb8cdd031db1e29f9fa26a39c476 1112 devel optional lintian_1.24.1.dsc
 107a733ec71e649b11a643af3ebb24c8 448691 devel optional lintian_1.24.1.tar.gz
 c6ebfc33681e1a528148abd988debc15 345296 devel optional lintian_1.24.1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkhRRgMACgkQQbn06FtxPfCtGwCeLPMa0ncRtEk1d4fa0uOGRQos
yrEAmwRk0fHv+oqk5xCTx2zMBSX5Cp5h
=Qrul
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: