~ubuntu-branches/ubuntu/saucy/x11-xkb-utils/saucy-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Julien Cristau
  • Date: 2010-07-12 10:40:30 UTC
  • mfrom: (2.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100712104030-ea95vcumrw8jr3ga
Tags: 7.5+5
One more xkbcomp fix, this time to be able to detect EOF on architectures
where 'char' is unsigned (closes: #588658).

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
 
105
105
binary: binary-indep binary-arch
106
106
.PHONY: build clean binary-indep binary-arch binary install
 
107
 
 
108
.PHONY: get-tarballs
 
109
get-tarballs: $(addprefix get-tarball-,$(SUBDIRS))
 
110
 
 
111
.PHONY: get-tarball-%
 
112
get-tarball-%:
 
113
        uscan --no-conf --download --no-symlink --package $* --upstream-version $(shell awk -F = '/^PACKAGE_VERSION=/ { print $$2 }' < $*/configure ) --watchfile debian/watch.$* || test $$? = 1