source: ProjectBuilder/projects/python-formats/pbconf/python-formats/deb/rules@ 2413

Last change on this file since 2413 was 2413, checked in by Bruno Cornec, 5 years ago

correct PYBUILD_NAME without python prefix

File size: 412 bytes
RevLine 
[2407]1#!/usr/bin/make -f
2
[2413]3export PYBUILD_NAME=formats
[2407]4
5%:
6 dh $@ --with python2,python3 PBPYBUILD
7
8PYPI_DESC = A tiny library for creating wrappers around web APIs
9DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p')
10 help2man = PYTHONPATH=${CURDIR} help2man -N --version-string=${DEB_UPSTREAM_VERSION} \
11 -o $1 -n '$2' $(CURDIR)/debian/python-formats/usr/bin/$(subst .1,,$1)
Note: See TracBrowser for help on using the repository browser.