Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Distutils should be able to produce Debian packages (.deb) #40314

Closed
kaleissin mannequin opened this issue May 31, 2004 · 2 comments
Closed

Distutils should be able to produce Debian packages (.deb) #40314

kaleissin mannequin opened this issue May 31, 2004 · 2 comments
Assignees
Labels
stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@kaleissin
Copy link
Mannequin

kaleissin mannequin commented May 31, 2004

BPO 963825
Nosy @akuchling

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/akuchling'
closed_at = <Date 2004-06-01.12:41:54.000>
created_at = <Date 2004-05-31.21:16:48.000>
labels = ['type-feature', 'library']
title = 'Distutils should be able to produce Debian packages (.deb)'
updated_at = <Date 2004-06-01.12:41:54.000>
user = 'https://bugs.python.org/kaleissin'

bugs.python.org fields:

activity = <Date 2004-06-01.12:41:54.000>
actor = 'akuchling'
assignee = 'akuchling'
closed = True
closed_date = None
closer = None
components = ['Distutils']
creation = <Date 2004-05-31.21:16:48.000>
creator = 'kaleissin'
dependencies = []
files = []
hgrepos = []
issue_num = 963825
keywords = []
message_count = 2.0
messages = ['20941', '20942']
nosy_count = 2.0
nosy_names = ['akuchling', 'kaleissin']
pr_nums = []
priority = 'normal'
resolution = 'later'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue963825'
versions = []

@kaleissin
Copy link
Mannequin Author

kaleissin mannequin commented May 31, 2004

Distutils should be able to produce Debian packages
(.deb), it's the Other[TM] large linux package-format
after all. It might perhaps be done by using "alien" on
an .rpm, but for the simple cases of pure Python
modules and packages it ought to be handled internally.

@kaleissin kaleissin mannequin closed this as completed May 31, 2004
@kaleissin kaleissin mannequin assigned akuchling May 31, 2004
@kaleissin kaleissin mannequin added stdlib Python modules in the Lib dir type-feature A feature request or enhancement labels May 31, 2004
@kaleissin kaleissin mannequin closed this as completed May 31, 2004
@kaleissin kaleissin mannequin assigned akuchling May 31, 2004
@kaleissin kaleissin mannequin added stdlib Python modules in the Lib dir type-feature A feature request or enhancement labels May 31, 2004
@akuchling
Copy link
Member

Logged In: YES
user_id=11375

Please see nondist/sandbox/Lib/bdist_dpkg.py in the Python
CVS tree for a partial implementation. Help developing this
would be gratefully accepted.

Closing this bug report.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stdlib Python modules in the Lib dir type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

1 participant