tests/test-debian-packages.t
changeset 34405 9ecc622ca23f
parent 34401 13d3f8aaed87
child 34406 0133ca39c688
equal deleted inserted replaced
34404:159a6f7e09a9 34405:9ecc622ca23f
    19   $ dpkg --contents mercurial_*.deb | egrep '(localrepo|parsers)'
    19   $ dpkg --contents mercurial_*.deb | egrep '(localrepo|parsers)'
    20   * ./usr/lib/python2.7/dist-packages/mercurial/cext/parsers*.so (glob)
    20   * ./usr/lib/python2.7/dist-packages/mercurial/cext/parsers*.so (glob)
    21 mercurial-common should have py but no .so or pyc
    21 mercurial-common should have py but no .so or pyc
    22   $ dpkg --contents mercurial-common_*.deb | egrep '(localrepo|parsers.*so)'
    22   $ dpkg --contents mercurial-common_*.deb | egrep '(localrepo|parsers.*so)'
    23   * ./usr/lib/python2.7/dist-packages/mercurial/localrepo.py (glob)
    23   * ./usr/lib/python2.7/dist-packages/mercurial/localrepo.py (glob)
       
    24 zsh completions should be in the common package
       
    25   $ dpkg --contents mercurial-common_*.deb | egrep 'zsh.*[^/]$'
       
    26   * ./usr/share/zsh/vendor-completions/_hg (glob)