Successfully ran verification for 2.122.0ubuntu2.1 on questing.

root@077f948deee0:/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@077f948deee0:/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=questing
Check installed lintian version:
  2.122.0ubuntu2.1
Run lintian on changes file:
running with root privileges is not recommended!
  W: hello source: missing-debian-watch-file-standard [debian/watch]
  W: hello source: newer-standards-version 4.7.4 (current is 4.7.2)
  W: hello source: orig-tarball-missing-upstream-signature 
hello_2.12.3.orig.tar.gz
  W: hello source: recommended-field (in section for source) Priority 
[debian/control:1]
PASS

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

-- 
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