Merge lp:~geser/pkg-create-dbgsym/fix-520767 into lp:pkg-create-dbgsym

Proposed by Michael Bienia
Status: Merged
Merged at revision: not available
Proposed branch: lp:~geser/pkg-create-dbgsym/fix-520767
Merge into: lp:pkg-create-dbgsym
Diff against target: 26 lines (+7/-1)
2 files modified
debian/changelog (+6/-0)
dh_strip (+1/-1)
To merge this branch: bzr merge lp:~geser/pkg-create-dbgsym/fix-520767
Reviewer Review Type Date Requested Status
Ubuntu Core Development Team Pending
Review via email: mp+19323@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Michael Bienia (geser) wrote :

Strip -O from options passed from dh (bug #520767).

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-01-16 17:34:23 +0000
3+++ debian/changelog 2010-02-15 10:17:11 +0000
4@@ -1,3 +1,9 @@
5+pkg-create-dbgsym (0.39) UNRELEASED; urgency=low
6+
7+ * Strip -O from options passed from dh (lp: #520767).
8+
9+ -- Michael Bienia <geser@ubuntu.com> Mon, 15 Feb 2010 11:11:17 +0100
10+
11 pkg-create-dbgsym (0.38) lucid; urgency=low
12
13 * tests/run: set the new var PKG_IGNORE_CURRENTLY_BUILDING=1 instead of
14
15=== modified file 'dh_strip'
16--- dh_strip 2010-01-16 16:49:29 +0000
17+++ dh_strip 2010-02-15 10:17:11 +0000
18@@ -108,7 +108,7 @@
19 continue
20 fi
21
22- case "$p" in
23+ case "${p#-O}" in
24 -i|--indep)
25 unset actpkgs
26 optsel=1

Subscribers

People subscribed via source and target branches

to all changes: