Advertisement
battlemidget

Untitled

Mar 4th, 2012
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. #!/usr/bin/make -f
  2.  
  3. DH_ALWAYS_EXCLUDE=.git
  4.  
  5. %:
  6. dh $@
  7.  
  8. override_dh_pysupport:
  9. dh_python2 -p sos
  10. override_dh_fixperms:
  11. dh_fixperms -Xsos
  12. override_dh_auto_test:
  13.  
  14. pkg.pyinstall:
  15. sos/* /usr/share/pyshared/sos/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement