Newer
Older
Digital_Repository / OARiNZ / DIY / webmin-oarinz / Makefile
nstanger on 20 Jun 2007 475 bytes - Corrected variable format.
  1. #!/usr/bin/make -f
  2.  
  3. SHELL=/bin/sh
  4.  
  5.  
  6. VERSION=1.340-0ubuntu1
  7.  
  8.  
  9. .PHONY: source binary source-unsigned source-signed clean
  10.  
  11.  
  12. binary: webmin-oarinz_$(VERSION).dsc
  13. sudo pbuilder build *.dsc
  14. cp /var/cache/pbuilder/result/webmin-oarinz_$(VERSION)_all.deb .
  15.  
  16.  
  17. source: source-unsigned
  18.  
  19. source-unsigned:
  20. cd webmin-oarinz-1.340 && debuild -S -us -uc -iCVS
  21.  
  22.  
  23. source-signed:
  24. cd webmin-oarinz-1.340 && debuild -S -k402A6FAF -iCVS
  25.  
  26.  
  27. clean:
  28. rm -f *.diff.gz *.dsc *.deb *.build *.changes