~allsymes/vineyard/fixes

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Christian Dannie Storgaard
  • Date: 2010-02-09 19:49:10 UTC
  • Revision ID: cybolic@smallgrey-20100209194910-us1wopax78s9v25j
Added man page for vineyard-preferences. Fixed some file attributes and removed most (all?) lintian warnings for the build packages. Fixed package build script to work on other computers than my own.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
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
 
2
#VERSION := $(shell head debian/changelog -n 1 | cut -d\( -f2 | cut -d\) -f1 | cut -d- -f1)
 
3
 
 
4
#override_dh_auto_build:
 
5
#       pod2man --section=1 --release=$(VERSION) --center="Windows On Unix" debian/vineyard-preferences.pod > vineyard-#preferences.1
 
6
 
 
7
#DEB_INSTALL_MANPAGES_vineyard = vineyard-preferences.1
 
8
 
 
9
%:
 
10
        dh $@