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
- Bumped revision to 2.
- Fixed Makefile to build correct version number.
master
1 parent
63b9586
commit
e9d3033ff9dbd5663a6fa8f0a4af18c3f12252f1
nstanger
authored
on 5 Jul 2007
Patch
Showing
2 changed files
OARiNZ/DIY/deb_package/Makefile
OARiNZ/DIY/deb_package/eprints-3.0/debian/changelog
Ignore Space
Show notes
View
OARiNZ/DIY/deb_package/Makefile
#!/usr/bin/make -f SHELL=/bin/sh VERSION=3.0-0ubuntu2 .PHONY: source binary source-unsigned source-signed clean binary: eprints_${VERSION}.dsc sudo pbuilder build eprints_${VERSION}.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
#!/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
Ignore Space
Show notes
View
OARiNZ/DIY/deb_package/eprints-3.0/debian/changelog
eprints (3.0-0ubuntu2) edgy; urgency=low * Broadened dependency for mail transport agent. -- Nigel Stanger <nstanger@infoscience.otago.ac.nz> Thu, 5 Jul 2007 17:40:27 +1200 eprints (3.0-0ubuntu1) edgy; urgency=low * Initial release. -- Nigel Stanger <nstanger@infoscience.otago.ac.nz> Fri, 13 Apr 2007 15:56:35 +1200
eprints (3.0-0ubuntu1) edgy; urgency=low * Initial release. -- Nigel Stanger <nstanger@infoscience.otago.ac.nz> Fri, 13 Apr 2007 15:56:35 +1200
Show line notes below