~ubuntu-branches/ubuntu/jaunty/nfoview/jaunty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2009-02-09 20:07:53 UTC
  • Revision ID: james.westby@ubuntu.com-20090209200753-8uzn060zsukq8iqm
Tags: 1.2.1-0ubuntu1
* Initial release (LP: #327282).
* Fixed data/nfoview.desktop.in according with Freedesktop.org spec.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make -f
 
2
 
 
3
DEB_PYTHON_SYSTEM=pycentral
 
4
 
 
5
include /usr/share/cdbs/1/rules/debhelper.mk
 
6
include /usr/share/cdbs/1/class/python-distutils.mk
 
7
 
 
8
# Don't compress .py files
 
9
DEB_COMPRESS_EXCLUDE := .py
 
10
 
 
11
binary-install/nfoview::
 
12
        dh_desktop
 
13