تماشای ویدئو How to Create Debian Package for Python Application از آی-ویدئو

How to Create Ubuntu Debian Package for Python Application http://fosshelp.blogspot.in/2014/04/how-to-create-debian-package-for-python.html 1) Clone the project #git clone https://github.com/sajuptpm/python-smpplib.git #cd python-smpplib 2) Create "debian" folder #mkdir debian 3) Create "debian/changelog" file #dch --create 4) Create an empty copyright File #vim debian/copyright 5) Create an empty compat File #vim debian/compat 6) Create an empty rules File #vim debian/rules 7) C
30 خرداد 1396
آی-ویدئو