Successfully ran verification for 2.114.0ubuntu1.8 on jammy.

root@b15c5d8ea315:/work/debcraft/hello# cat test.sh 
#!/bin/bash
set -euo pipefail
echo "Check hello_2.12.3-1ubuntu1_source.changes:"
grep stonking hello_2.12.3-1ubuntu1_source.changes | sed 's/^/  /'
echo "Check current running series:"
grep UBUNTU_CODENAME /etc/os-release | sed 's/^/  /'
echo "Check installed lintian version:"
dpkg -l lintian | grep '^ii' | awk '{print $3}' | sed 's/^/  /'
echo "Run lintian on changes file:"
lintian hello_2.12.3-1ubuntu1_source.changes | sed 's/^/  /' && echo PASS || 
echo FAIL

root@b15c5d8ea315:/work/debcraft/hello# ./test.sh 
Check hello_2.12.3-1ubuntu1_source.changes:
  Distribution: stonking
   hello (2.12.3-1ubuntu1) stonking; urgency=medium
     * Nochange rebuild for testing if lintian knows stonking
Check current running series:
  UBUNTU_CODENAME=jammy
Check installed lintian version:
  2.114.0ubuntu1.8
Run lintian on changes file:
running with root privileges is not recommended!
  W: hello source: missing-debian-watch-file-standard
  W: hello source: newer-standards-version 4.7.4 (current is 4.6.0.1)
  W: hello source: orig-tarball-missing-upstream-signature 
hello_2.12.3.orig.tar.gz
  W: hello source: recommended-field debian/control@source Priority
PASS

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

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

Title:
  [SRU] Add stonking as a known distro series

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lintian/+bug/2151306/+subscriptions


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

Reply via email to