Switch to unified view

a/packaging/debian/debianrclqt4/rules b/packaging/debian/debianrclqt4/rules
...
...
46
    dh_testroot
46
    dh_testroot
47
    dh_prep
47
    dh_prep
48
    dh_installdirs
48
    dh_installdirs
49
49
50
    $(MAKE) STRIP=ls prefix=$(CURDIR)/debian/tmp/usr install
50
    $(MAKE) STRIP=ls prefix=$(CURDIR)/debian/tmp/usr install
51
  # Note: the debian rules file uses --prefix instead of --root
52
  # but this ends up generating an error on the ubuntu ppa:
53
  #   "Found files in /usr/lib/python2.7/site-packages (must be in
54
  #    dist-packages for python2.7)."
51
    (cd python/recoll; python setup.py install \
55
    (cd python/recoll; python setup.py install \
52
                                       --install-layout=deb \
56
                                       --install-layout=deb \
53
                                       --prefix=$(CURDIR)/debian/tmp/usr )
57
                                       --root=$(CURDIR)/debian/tmp )
54
58
55
binary-arch: build install
59
binary-arch: build install
56
    dh_testdir
60
    dh_testdir
57
    dh_testroot
61
    dh_testroot
58
    dh_installchangelogs ChangeLog
62
    dh_installchangelogs ChangeLog