~ubuntu-branches/ubuntu/trusty/mirage/trusty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Luke Faraone
  • Date: 2010-03-16 03:23:44 UTC
  • mfrom: (5.1.3 sid)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: luke@faraone.cc-20100316032344-edvjm2ua6c8di21n
Merge version 0.9.3-5 from Debian Unstable.

* Fix dh_pysupport call, so only python-support controlled files are
  installed (Closes: #566038)
* Fix half-selected images (Closes: #536285). Thanks to Evgeni Golov patch
* Provide a mirage menu item (Closes: #550023)
* Add XDG base directory specification support (Closes: #535816). 
  Thanks to Jakub Wilk <ubanus@users.sf.net> patch
* Add suggest gimp, imagemagick, menu (Closes: #535822)
* By default, Ctrl+E is bound to the gimp-remote-2.4 command, which is no 
  longer available in sid (Closes: #535817)
  Thanks to Jakub Wilk <ubanus@users.sf.net> patch
* Switch to dpkg-source 3.0 (quilt) format
* Bump Standards-Version to 3.8.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
include /usr/share/cdbs/1/rules/debhelper.mk
7
7
include /usr/share/cdbs/1/class/python-distutils.mk
 
8
include /usr/share/cdbs/1/rules/patchsys-quilt.mk
8
9
 
9
10
PYTHONVER = 2.5
10
11
DEB_CONFIGURE_EXTRA_FLAGS := --no-compile --prefix $(DEB_DESTDIR)/usr --install-layout=deb
11
12
 
12
13
binary-install/mirage::
 
14
        /usr/bin/python setup.py install $(DEB_CONFIGURE_EXTRA_FLAGS)
13
15
        dh_pysupport -pmirage
14
 
        /usr/bin/python setup.py install $(DEB_CONFIGURE_EXTRA_FLAGS)
15
16
        dh_installman debian/mirage.1
16
17
        rm -f $(DEB_DESTDIR)/usr/share/mirage/COPYING
17
18
        rm -f $(DEB_DESTDIR)/usr/share/mirage/README