mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 16:11:15 +00:00
- debian/control: build-depend on python-support instead of pycentral, also remove unneeded XB-Python-Version field from binary stanza. - debian/rules: set DEB_PYTHON_SYSTEM to pysupport. - ubuntu-dev-tools.preinst: remove stale pycentral files on upgrades.
9 lines
198 B
Makefile
Executable File
9 lines
198 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
DEB_PYTHON_SYSTEM := pysupport
|
|
|
|
include /usr/share/cdbs/1/rules/debhelper.mk
|
|
include /usr/share/cdbs/1/class/python-distutils.mk
|
|
|
|
DEB_INSTALL_MANPAGES_ubuntu-dev-tools = doc/*.1
|