Merge lp:~peter-pearse/ubuntu/natty/gss/prop001 into lp:ubuntu/natty/gss

Proposed by Peter Pearse
Status: Needs review
Proposed branch: lp:~peter-pearse/ubuntu/natty/gss/prop001
Merge into: lp:ubuntu/natty/gss
Diff against target: 30 lines (+11/-1)
2 files modified
debian/changelog (+7/-0)
debian/rules (+4/-1)
To merge this branch: bzr merge lp:~peter-pearse/ubuntu/natty/gss/prop001
Reviewer Review Type Date Requested Status
Steve Langasek Pending
Review via email: mp+52825@code.launchpad.net
To post a comment you must log in.

Unmerged revisions

11. By Peter Pearse

For cross builds, search cross install directories, rather than system ones

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2010-05-20 17:48:39 +0000
3+++ debian/changelog 2011-03-10 11:17:10 +0000
4@@ -1,3 +1,10 @@
5+gss (1.0.1-1ubuntu1) natty; urgency=low
6+
7+ * For cross builds, search cross install directories, rather than
8+ system ones
9+
10+ -- Peter Pearse <peter.pearse@linaro.org> Thu, 10 Mar 2011 11:11:55 +0000
11+
12 gss (1.0.1-1) unstable; urgency=low
13
14 * New upstream version.
15
16=== modified file 'debian/rules'
17--- debian/rules 2010-05-20 17:48:39 +0000
18+++ debian/rules 2011-03-10 11:17:10 +0000
19@@ -6,7 +6,10 @@
20 include /usr/share/cdbs/1/class/autotools.mk
21
22 DEB_CONFIGURE_EXTRA_FLAGS = --with-po-suffix --with-packager=Debian --with-packager-version=$(DEB_VERSION) --with-packager-bug-reports=http://bugs.debian.org/
23-
24+ifneq ($(cdbs_crossbuild),)
25+ # Search cross install directories, rather than system ones
26+ DEB_CONFIGURE_EXTRA_FLAGS += --with-libshishi-prefix=/usr/$(DEB_HOST_GNU_TYPE)
27+endif
28 DEB_DH_MAKESHLIBS_ARGS_libgss3 = -V'libgss3 (>= $(DEB_UPSTREAM_VERSION))'
29
30 DEB_COMPRESS_EXCLUDE := gss.pdf

Subscribers

People subscribed via source and target branches

to all changes: