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

Bug#914952: lintian: Two typos in tests; patch attached



Package: lintian
Version: 2.5.114
Severity: normal
Tags: patch
User: ubuntu-devel@lists.ubuntu.com
Usertags: origin-ubuntu disco ubuntu-patch



In Ubuntu, the attached patch was applied to achieve the following:

  * Fix two typos introduced when parameterising test architectures in:
    - 9e128d0f0087ce7025bd09dee7188b57269da992
    - fd01abbf7c2551dfed48e72f38c59f8e5a48b95d

Looking at the context of those two commits, and the attached patch,
it should all be fairly self-explanatory, I'd imagine.

Cheers,

... Adam

-- System Information:
Debian Release: buster/sid
  APT prefers disco
  APT policy: (500, 'disco')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.18.0-11-lowlatency (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_CA:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff -Nru lintian-2.5.114ubuntu1/t/tests/binaries-missing-lfs/debian/control.in lintian-2.5.114ubuntu2/t/tests/binaries-missing-lfs/debian/control.in
--- lintian-2.5.114ubuntu1/t/tests/binaries-missing-lfs/debian/control.in	2018-11-26 01:21:31.000000000 -0700
+++ lintian-2.5.114ubuntu2/t/tests/binaries-missing-lfs/debian/control.in	2018-11-28 14:07:00.000000000 -0700
@@ -7,7 +7,7 @@
 Rules-Requires-Root: no
 
 Package: libbasic2
-Architecture: ${package_architecture}
+Architecture: {$package_architecture}
 Section: libs
 Depends: $\{misc:Depends\}, $\{shlibs:Depends\}
 Description: {$description}
diff -Nru lintian-2.5.114ubuntu1/t/tests/deb-format-udeb-compression/debian/control.in lintian-2.5.114ubuntu2/t/tests/deb-format-udeb-compression/debian/control.in
--- lintian-2.5.114ubuntu1/t/tests/deb-format-udeb-compression/debian/control.in	2018-11-26 01:21:31.000000000 -0700
+++ lintian-2.5.114ubuntu2/t/tests/deb-format-udeb-compression/debian/control.in	2018-11-28 14:07:00.000000000 -0700
@@ -7,7 +7,7 @@
 Rules-Requires-Root: no
 
 Package: some-udeb
-Architecture: ${package_architecture}
+Architecture: {$package_architecture}
 Depends: $\{misc:Depends\}
 Package-Type: udeb
 Description: {$description}

Reply to: