debian.buildscript 547 B

1234567891011121314151617181920212223242526
  1. #!/bin/sh
  2. set -e -x
  3. really ./debian.rules clean
  4. ./debian.rules diff source
  5. ./debian.rules build
  6. really ./debian.rules binary
  7. curd="`pwd`"
  8. newd="`basename \"$curd\"`"elf
  9. rm -rf ../"$newd"
  10. cp -dpR . ../"$newd"
  11. PATH=/usr/i486-linuxaout/bin:$PATH
  12. export PATH
  13. really ./debian.rules clean
  14. ./debian.rules build
  15. really ./debian.rules binary
  16. cp doc/guidelines.texi ..
  17. version=`sed -n 's/^version=//p' debian.rules`
  18. perl debian.mkchanges "$version" <debian.changestemplate \
  19. | pgp-auto -fast >../dpkg-$version.`dpkg --print-architecture`.changes
  20. echo