Skip to content
Snippets Groups Projects
Commit 9c620347 authored by Piotr Ożarowski's avatar Piotr Ożarowski
Browse files

* move dh_python2 to python package

* rename dh sequence file to python2
parent 09e35ccf
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ install-dev:
$(INSTALL) -m 644 runtime.d/* $(DESTDIR)$(PREFIX)/share/python/runtime.d/
$(INSTALL) -m 644 autoscripts/* $(DESTDIR)$(PREFIX)/share/debhelper/autoscripts/
$(INSTALL) -m 755 dh_python2 $(DESTDIR)$(PREFIX)/bin/
$(INSTALL) -m 644 dh_python2.pm $(DESTDIR)$(PREFIX)/share/perl5/Debian/Debhelper/Sequence/
$(INSTALL) -m 644 python2.pm $(DESTDIR)$(PREFIX)/share/perl5/Debian/Debhelper/Sequence/
install-runtime:
$(INSTALL) -m 755 -d $(DESTDIR)$(PREFIX)/share/python/debpython $(DESTDIR)$(PREFIX)/bin
......
......@@ -4,8 +4,9 @@ python-defaults (2.6.5-2) UNRELEASED; urgency=low
* dh_python2:
- create extension symlinks in /usr/lib/pyshared/pythonX.Y
- add support for debian/pydist-overrides
- add dh sequence file (use "--with dh_python2" in debian/rules)
- add dh sequence file (use "--with python2" in debian/rules)
- some bugs fixed
- moved from python-dev to python package
* Support for Python3 removed in dh_python2, pycompile and pyclean
(moved to python3-defaults)
* debian/copyright: Add a note about dh_python2, pycompile, pyclean and
......
......@@ -142,7 +142,7 @@ stamp-dh_python:
dh_testdir
dh_testroot
dh_installdirs
DESTDIR=debian/python-dev make install-dev
DESTDIR=debian/python make install-dev
DESTDIR=debian/python-minimal make install-runtime
find debian/python-minimal
touch $@
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment