Changeset 164 for trunk/Makefile
- Timestamp:
- 04/08/12 22:02:58 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r156 r164 6 6 7 7 PKGNAME=debbuild 8 VERSION=0.9. 38 VERSION=0.9.4 9 9 10 10 MANDIR=/usr/share/man … … 26 26 tar cf - $(MANIFEST) | (cd $(PKGNAME)-$(VERSION); tar xvf -) 27 27 /usr/bin/perl -p -e 's/#VERSION#/$(VERSION)/' < $(PKGNAME).spec > $(PKGNAME)-$(VERSION)/$(PKGNAME).spec 28 /usr/bin/perl -p -e 's/[\d.]+"; #VERSION#/$(VERSION)";/' < debbuild > $(PKGNAME)-$(VERSION)/debbuild 28 29 tar cvf $(PKGNAME)-$(VERSION).tar $(PKGNAME)-$(VERSION) 29 30 gzip -v -f -9 $(PKGNAME)-$(VERSION).tar 30 31 rm -rf $(PKGNAME)-$(VERSION) 31 #gpg --detach-sign $(PKGNAME)-$(VERSION).tar.gz32 gpg --detach-sign $(PKGNAME)-$(VERSION).tar.gz
Note:
See TracChangeset
for help on using the changeset viewer.