Skip to content

Commit

Permalink
remove XB-Python-Egg-Name header
Browse files Browse the repository at this point in the history
  • Loading branch information
p1otr committed Aug 9, 2016
1 parent f1167f5 commit e172a94
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions templates/debian/control.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Depends: ${misc:Depends}, ${python:Depends},{% if binary_arch == 'any' %} ${shli
{{dependency}},{% endfor %}
Recommends: ${python:Recommends}
Suggests: ${python:Suggests}
XB-Python-Egg-Name: {{name}}
Description: {{short_desc}} - Python 2.X
{{long_desc}}{% endif %}
{%- if 'python3' in interpreters %}
Expand All @@ -35,7 +34,6 @@ Depends: ${misc:Depends}, ${python3:Depends},{% if binary_arch == 'any' %} ${shl
{{dependency}},{% endfor %}
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
XB-Python-Egg-Name: {{name}}
Description: {{short_desc}}
{{long_desc}}{% endif %}
{%- if 'pypy' in interpreters %}
Expand All @@ -47,7 +45,6 @@ Depends: ${misc:Depends}, ${pypy:Depends},{% if binary_arch == 'any' %} ${shlibs
{{dependency}},{% endfor %}
Recommends: ${pypy:Recommends}
Suggests: ${pypy:Suggests}
XB-Python-Egg-Name: {{name}}
Description: {{short_desc}}
{{long_desc}}{% endif %}
{%- if docs and 'sphinx_dir' in docs %}
Expand Down

0 comments on commit e172a94

Please sign in to comment.