File: py2deb

package info (click to toggle)
freesas 2026.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,348 kB
  • sloc: python: 8,381; sh: 297; makefile: 125; ansic: 10
file content (5 lines) | stat: -rw-r--r-- 153 bytes parent folder | download | duplicates (3)
1
2
3
4
5
#!/bin/sh
rm -rf deb_dist
export DEB_BUILD_OPTIONS=nocheck
python setup.py --command-packages=stdeb.command bdist_deb
sudo dpkg -i deb_dist/python-*.deb