~mitya57/ubuntu/trusty/dh-python/tests-dependencies

« back to all changes in this revision

Viewing changes to tests/t302/Makefile

  • Committer: Package Import Robot
  • Author(s): Piotr Ożarowski
  • Date: 2013-07-07 21:47:50 UTC
  • Revision ID: package-import@ubuntu.com-20130707214750-d6wmodmuzp78kt75
Tags: upstream-1.0~b1
Import upstream version 1.0~b1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make -f
 
2
include ../common.mk
 
3
 
 
4
all: run check
 
5
 
 
6
run: clean
 
7
        dpkg-buildpackage -b -us -uc
 
8
 
 
9
check:
 
10
        grep -q "py3compile -p python3-foo /usr/lib/python3-foo"\
 
11
                debian/python3-foo/DEBIAN/postinst
 
12
        [ "`find debian/python3-foo/usr/lib/python3/dist-packages/foo -name 'bar.cpython-*.so'`" != "" ]
 
13
 
 
14
clean:
 
15
        ./debian/rules clean
 
16
        rm -rf lib/Foo.egg-info build