File: py2deb

package info (click to toggle)
freesas 2024.9.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,528 kB
  • sloc: python: 7,650; sh: 275; makefile: 120; ansic: 10
file content (5 lines) | stat: -rw-r--r-- 153 bytes parent folder | download | duplicates (2)
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