Both versions return the same results:

ubuntu@creation-test-amd64-1:~$ (apt-cache showsrc e2fsprogs 3>&1 1>&2 2>&3 
3>&- | grep -v ^W: ) 3>&1 1>&2 2>&3 3>&- | awk '/^Package-List:/ { show=1; next 
} (/^ / && show==1) { print $1 ":*"; next } { show=0 }' | sort -u | tr '\\n' ' '
comerr-dev:*
e2fsck-static:*
e2fsprogs-l10 :*
e2fsprogs-udeb:*
e2fsprogs:*
fuse2fs:*
libcom-err2:*
libext2fs-dev:*
libext2fs2:*
libss2:*
logsave:*
ss-dev:*
ubuntu@creation-test-amd64-1:~$ apt-cache showsrc e2fsprogs 2>&1 | grep -v ^W: 
| awk '/^Package-List:/ { show=1; next } (/^ / && show==1) { print $1 ":*"; 
next } { show=0 }' | sort -u | tr '\\n' ' '
comerr-dev:*
e2fsck-static:*
e2fsprogs-l10 :*
e2fsprogs-udeb:*
e2fsprogs:*
fuse2fs:*
libcom-err2:*
libext2fs-dev:*
libext2fs2:*
libss2:*
logsave:*
ss-dev:*

-- 
https://code.launchpad.net/~ubuntu-release/autopkgtest/+git/development/+merge/457169
Your team Canonical's Ubuntu QA is subscribed to branch 
~ubuntu-release/autopkgtest/+git/development:master.


-- 
Mailing list: https://launchpad.net/~canonical-ubuntu-qa
Post to     : canonical-ubuntu-qa@lists.launchpad.net
Unsubscribe : https://launchpad.net/~canonical-ubuntu-qa
More help   : https://help.launchpad.net/ListHelp

Reply via email to