~ci-train-bot/qtubuntu/qtubuntu-gles-ubuntu-xenial-landing-044

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: CI Train Bot
  • Author(s): Robert Bruce Park, Michał Sawicz
  • Date: 2015-10-21 11:48:01 UTC
  • mfrom: (39.1.2 origin/sync)
  • Revision ID: ci-train-bot@canonical.com-20151021114801-j89brohzut2f4vky
Sync with upstream
Approved by: Robert Bruce Park, Gerry Boland

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
export DPKG_GENSYMBOLS_CHECK_LEVEL=4
5
5
 
 
6
VERSION := $(shell dpkg-parsechangelog | sed -n -e's/^Version: \(.*\)-[^-]\+/\1/p')
 
7
SOURCE := $(shell dpkg-parsechangelog | sed -n -e's/^Source: \(.*\)-gles/\1/p')
6
8
ANDROID_DIR = build-android
7
9
TMP1_DIR = $(CURDIR)/debian/tmp1
8
10
 
 
11
# Don't try this at /home/: It will only work within https://ci-train.ubuntu.com
 
12
get-orig-source:
 
13
        cp -v ~/silos/$(SILONAME)/$(SOURCE)_$(VERSION).orig.tar.gz \
 
14
                $(CURDIR)/$(SOURCE)-gles_$(VERSION).orig.tar.gz
 
15
 
9
16
%:
10
17
        dh $@
11
18