Project

Profile

Help

Task #2803

Updated by mihai.ibanescu@gmail.com almost 7 years ago

python-debpkgr is a library for creating debian repositories. 

 The source code is https://github.com/sassoftware/python-debpkgr 

 It needs to be packaged as an RPM. 

 There is no spec file for it at the moment, but being a python-debpgkr.spec.in pure python module, one can run: 

 python setup.py bdist_rpm 

 and a spec file that can will be used as an entry point. generated in the source rpm (under dist).

Back