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

Bug#367324: marked as done (lintian: reports amd64 as non-standard arch (infomational message))



Your message dated Tue, 27 Jun 2006 18:02:30 -0700
with message-id <E1FvORq-0005u3-Iu@spohr.debian.org>
and subject line Bug#367324: fixed in lintian 1.23.22
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: lintian
Version: 1.23.21
Severity: normal

--- /usr/share/lintian/checks/common_data.pm.orig       2006-05-15 03:05:45.000000000 +0000
+++ /usr/share/lintian/checks/common_data.pm    2006-05-15 03:08:32.000000000 +0000
@@ -15,7 +15,7 @@
 # simple defines for commonly needed data

 %known_archs = map { $_ => 1 }
-    ('alpha', 'arm', 'hppa', 'hurd-i386', 'i386', 'ia64', 'mips', 'mipsel',
+    ('alpha', 'amd64', 'arm', 'hppa', 'hurd-i386', 'i386', 'ia64', 'mips', 'mipsel',
      'm68k', 'powerpc', 's390', 'sparc', 'any', 'all');

 # From /usr/share/dpkg/cputable, included here to make lintian results

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-22-amd64-k8
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages lintian depends on:
ii  binutils             2.16.1cvs20060413-1 The GNU assembler, linker and bina
ii  diffstat             1.41-1              produces graph of changes introduc
ii  dpkg-dev             1.13.19             package building tools for Debian
ii  file                 4.17-1              Determines file type using "magic"
ii  gettext              0.14.5-2            GNU Internationalization utilities
ii  intltool-debian      0.34.2+20060512     Help i18n of RFC822 compliant conf
ii  libparse-debianchang 1.0-1               parse Debian changelogs and output
ii  man-db               2.4.3-3             The on-line manual pager
ii  perl [libdigest-md5- 5.8.8-4             Larry Wall's Practical Extraction 

lintian recommends no packages.

-- no debconf information


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

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.23.22.dsc
  to pool/main/l/lintian/lintian_1.23.22.dsc
lintian_1.23.22.tar.gz
  to pool/main/l/lintian/lintian_1.23.22.tar.gz
lintian_1.23.22_all.deb
  to pool/main/l/lintian/lintian_1.23.22_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 367324@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Russ Allbery <rra@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.7
Date: Tue, 27 Jun 2006 17:50:05 -0700
Source: lintian
Binary: lintian
Architecture: source all
Version: 1.23.22
Distribution: unstable
Urgency: low
Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
Changed-By: Russ Allbery <rra@debian.org>
Description: 
 lintian    - Debian package checker
Closes: 366531 367324 367534 368206 372190 374399 374878 375246 375479
Changes: 
 lintian (1.23.22) unstable; urgency=low
 .
   * checks/debconf:
     + [JvW] Teach lintian to know about the 'error' debconf template
       question type. (Closes: #374399)
     + [RA] Exclude debconf templates with "for internal use" in the short
       description from style checks and document this in the log
       description of the tags most likely to trigger on internal
       templates.  (Closes: #368206)
   * checks/common_data.pm:
     + [RA] Add amd64 to the standard architectures.  (Closes: #367324)
   * checks/debhelper:
     + [RA] Use the Dep library to check debhelper build dependencies
       rather than parsing Build-Depends with regexes.  This avoids false
       positives due to matching package names ending in debhelper.
       Reported by Fabio Tranchitella.  (Closes: #366531)
   * checks/fields:
     + [RA] Allow build-depend on quilt if clean depends on the xsfclean
       rule, for packages maintained by the X Strike Force.
     + [RA] CDBS packages that use the python-distutils class should list
       Python in Build-Depends, not Build-Depends-Indep, since CDBS wants
       to use it in debian/rules clean.  Thanks, Jan Lübbe.
     + [HE] Add check for build-deps on build-essential. Yes, people do that.
     + [RA] Recognize direct invocations of quilt in clean rules and allow
       Build-Depends on quilt in that case.  Reported by Sam Hocevar.
       (Closes: #374878)
     + [RA] Fix handling of versioned Build-Depends to avoid spurious
       build-depends-without-arch-dep warnings.  Reported by Marcus
       Better.
     + [RA] Don't require Build-Depends on perl even if run explicitly in
       debian/rules clean, since perl-base may be sufficient.  Catch more
       ways perl could be run, including the common idiom for packages that
       use Build.PL.
     + [RA] Downgrade build-depends-without-arch-dep to info from warning.
       Policy doesn't require using Build-Depends-Indep for
       arch-independent packages and the test has a lot of false positives.
     + [RA] Require ant in Build-Depends when using the CDBS ant rule.
     + [RA] Bypass the build-depends-without-arch-dep check entirely when
       using ant, since determining which Java dependencies are then
       permissible in Build-Depends is too complex to do a proper job.
       Reported by Peter Eisentraut.  (Closes: #372190)
     + [RA] Only allow patch in Build-Depends for yada unpatch, don't
       require it, since yada depends on patch.  (Closes: #375479)
   * checks/po-debconf:
     + [RA] Don't consider templates.in to be a stray translated template
       file.  Thanks, Thomas Huriaux.  (Closes: #367534)
 .
   * lib/Util.pm:
     + [RA] Pass the --wildcards option to tar, now required by a change in
       the default tar semantics.  (Closes: #375246)
Files: 
 e21600374aa6f4935f32783e5724937e 803 devel optional lintian_1.23.22.dsc
 3f52fb94f19a46d89f4710e1305e4967 298866 devel optional lintian_1.23.22.tar.gz
 8f26d81b45930034bf1f9cd3273e1199 256818 devel optional lintian_1.23.22_all.deb

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

iD8DBQFEodMs+YXjQAr8dHYRAutVAJ4nciOaFATefvctyTAoPLQ3K25CkACfbbfb
Ffiw7dpKNN9Ga44jem1HyXM=
=/Jd3
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: