~ubuntu-branches/ubuntu/saucy/libgpevtype/saucy

« back to all changes in this revision

Viewing changes to gpe-dist.am

  • Committer: Bazaar Package Importer
  • Author(s): Moray Allan
  • Date: 2006-01-14 17:56:44 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060114175644-7fs3qfr0ogprsgmv
Tags: 0.14-1
* New upstream release.
* Now Build-depends on libeventdb-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
CVSTAG := $(shell echo $(PACKAGE)-$(VERSION) | tr [a-z.] [A-Z_])
 
2
 
 
3
dist-upload: dist
 
4
        scp $(PACKAGE)-$(VERSION).tar.bz2 $(USER)@handhelds.org:/home/ftp/projects/gpe/source/
 
5
 
 
6
tag:
 
7
        cvs tag $(CVSTAG)
 
8
 
 
9
retag:
 
10
        cvs tag -F $(CVSTAG)
 
11
 
 
12
source: tag dist-upload