Resolute verification:

root@ephemeral-resolute-1868:~# apt-get update -q -q --yes
root@ephemeral-resolute-1868:~# apt-get install -q -q --yes lua5.5 liblua5.5-dev
root@ephemeral-resolute-1868:~# apt-cache policy lua5.5
lua5.5:
  Installed: 5.5.0-3
  Candidate: 5.5.0-3
  Version table:
 *** 5.5.0-3 500
        500 http://archive.ubuntu.com/ubuntu resolute/universe amd64 Packages
        100 /var/lib/dpkg/status
root@ephemeral-resolute-1868:~# export PCDIR=$(pkgconf lua5.5 --variable 
pcfiledir)
root@ephemeral-resolute-1868:~# head -n4 $PCDIR/lua5.5.pc
prefix=/usr
major_version=5.5
version=5.5.#define LUA_VERSION_RELEASE LUAI_TOSTR(LUA_VERSION_RELEASE_N) 
<----- bad
lib_name_include=lua5.5

[enabled proposed]

root@ephemeral-resolute-1868:~# apt-cache policy lua5.5
lua5.5:
  Installed: 5.5.0-3ubuntu0.1
  Candidate: 5.5.0-3ubuntu0.1
  Version table:
 *** 5.5.0-3ubuntu0.1 100
        100 http://archive.ubuntu.com/ubuntu resolute-proposed/universe amd64 
Packages
        100 /var/lib/dpkg/status
     5.5.0-3 500
        500 http://archive.ubuntu.com/ubuntu resolute/universe amd64 Packages

root@ephemeral-resolute-1868:~# head -n4 $PCDIR/lua5.5.pc
prefix=/usr
major_version=5.5
version=5.5.0 <------ good
lib_name_include=lua5.5


verification done and passed


** Tags removed: verification-needed-resolute
** Tags added: verification-done-resolute

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2160598

Title:
  lua5.5.pc file has an error in the version variable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lua5.5/+bug/2160598/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to