GitBucket
4.21.2
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
nigel.stanger
/
Digital_Repository
Browse code
- Added deb package Makefile.
master
1 parent
e1ef7e7
commit
f5de183e2cd979d299db12de0e1d0a19d02d49f2
nstanger
authored
on 11 Jun 2007
Patch
Showing
1 changed file
OARiNZ/DIY/deb_package/Makefile
Ignore Space
Show notes
View
OARiNZ/DIY/deb_package/Makefile
0 → 100755
#!/usr/bin/make -f SHELL=/bin/sh VERSION=3.0-0ubuntu1 .PHONY: source binary source-unsigned source-signed clean binary: eprints_${VERSION}.dsc sudo pbuilder build *.dsc cp /var/cache/pbuilder/result/eprints_${VERSION}_all.deb . source: source-unsigned source-unsigned: cd eprints-3.0 && debuild -S -us -uc -iCVS cd .. source-signed: cd eprints-3.0 && debuild -S -k402A6FAF -iCVS cd .. clean: rm -f *.diff.gz *.dsc *.deb *.build *.changes
Show line notes below