File: build-deb.sh

package info (click to toggle)
pymca 4.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 60,820 kB
  • sloc: python: 106,383; ansic: 33,545; cpp: 826; xml: 24; makefile: 17; sh: 8
file content (8 lines) | stat: -rwxr-xr-x 254 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/bin/sh
#
# By Jerome Kieffer (Jerome.Kieffer@esrf.fr) 
#
# For building Debian / Ubuntu packages you will need the package python-stdeb
rm -rf deb_dist
python setup.py --command-packages=stdeb.command bdist_deb
sudo dpkg -i deb_dist/python-pymca*.deb