~ubuntu-branches/debian/sid/pondus/sid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Eike Nicklas
  • Date: 2010-12-21 21:30:38 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20101221213038-j3xm35pze55a9w3s
Tags: 0.7.3-1
* switch from python-support to dh_python2
* update Standards-Version to 3.9.1: no changes required
* debian/control:
  - update homepage
* debian/copyright:
  - update for 2010 and 2011
  - update to conform with DEP5 candidate
* debian/rules:
  - add '--install-layout=deb' and remove '--prefix=/usr'
* debian/source/format:
  - change source format to 3.0 (quilt)
* debian/watch:
  - update homepage

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
        dh_testroot
19
19
        dh_clean -k
20
20
        dh_installdirs
21
 
        python setup.py install --prefix=/usr --root $(CURDIR)/debian/pondus --no-compile
 
21
        python setup.py install --install-layout=deb --root $(CURDIR)/debian/pondus --no-compile
22
22
 
23
23
binary-indep: build install
24
24
        dh_testdir
28
28
        rm -f $(CURDIR)/debian/pondus/usr/share/doc/pondus/NEWS
29
29
        dh_installmenu
30
30
        dh_icons
31
 
        dh_pysupport
 
31
        dh_python2
32
32
        dh_compress
33
33
        dh_fixperms
34
34
        dh_installdeb