Fixup Java versions on Debian
[zeroinstall/solver.git] / tests / dpkg / dpkg-query
blobd20bc8f749ab7a3c4591b159563790629b331550
1 #!/bin/sh
2 if [ "$4" = "python-bittorrent" ]; then
3 echo "3.4.2-10ubuntu2 any install ok installed"
4 elif [ "$4" = "libxcomposite-dev" ]; then
5 echo "1:0.3.1-1 i386 install ok installed"
6 elif [ "$4" = "openjdk-7-jre" ]; then
7 echo "7~u3-2.1.1-3 amd64 install ok installed"
8 fi