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

Debhelper's python2 sequence now inserts dh_python2 before dh_installinit (closes: 670418)

parent c9d97c9c
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,8 @@ python-defaults (2.7.3-1) unstable; urgency=low
* pyversions, dh_python2, pycompile: allow to override system's list of
supported Python versions via DEBPYTHON_SUPPORTED and default Python
version via DEBPYTHON_DEFAULT env. variables
* Debhelper's python2 sequence now inserts dh_python2 before dh_installinit
(closes: 670418)
[ Scott Kitterman ]
* Bump upstream version to match current unstable/wheezy python2.7 version
......
......@@ -5,7 +5,7 @@ use warnings;
use strict;
use Debian::Debhelper::Dh_Lib;
insert_after("dh_perl", "dh_python2");
insert_before("dh_installinit", "dh_python2");
remove_command("dh_pycentral");
remove_command("dh_pysupport");
......
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