~ubuntu-branches/ubuntu/saucy/pixman/saucy-security

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Julien Cristau
  • Date: 2009-09-28 18:12:47 UTC
  • mfrom: (1.1.8 upstream) (2.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090928181247-3iehog63i50htejf
Tags: 0.16.2-1
* New upstream release (closes: #546849).
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
snapshot:
9
9
        distdir="$(distdir)-`date '+%Y%m%d'`"; \
10
 
        test -d "$(srcdir)/.git" && distdir=$$distdir-`cd "$(srcdir)" && git-rev-parse HEAD | cut -c 1-6`; \
 
10
        test -d "$(srcdir)/.git" && distdir=$$distdir-`cd "$(srcdir)" && git rev-parse HEAD | cut -c 1-6`; \
11
11
        $(MAKE) $(AM_MAKEFLAGS) distdir="$$distdir" dist
12
12
 
13
13
GPGKEY=6FF7C1A8
80
80
release-check: ensure-prev release-verify-newer release-remove-old distcheck
81
81
 
82
82
release-tag:
83
 
        git-tag -u $(GPGKEY) -m "$(PACKAGE) $(VERSION) release" $(PACKAGE)-$(VERSION)
 
83
        git tag -u $(GPGKEY) -m "$(PACKAGE) $(VERSION) release" $(PACKAGE)-$(VERSION)
84
84
 
85
85
release-upload: release-check $(tar_gz) $(tar_bz2) $(sha1_tgz) $(sha1_tbz2) $(md5_tgz) $(gpg_file)
86
86
        mkdir -p releases
123
123
        @echo " tag: $(PACKAGE)-$(VERSION)"
124
124
        @echo ""
125
125
        @echo "Log:"
126
 
        @git-log --no-merges "$(PACKAGE)-$(PREV)".."$(PACKAGE)-$(VERSION)" | git shortlog | awk '{ printf "\t"; print ; }' | cut -b1-80
 
126
        @git log --no-merges "$(PACKAGE)-$(PREV)".."$(PACKAGE)-$(VERSION)" | git shortlog | awk '{ printf "\t"; print ; }' | cut -b1-80
127
127
        @echo "============================== CUT HERE =============================="
128
128
        @echo ""
129
129