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
=== modified file 'debian/changelog'
--- debian/changelog 2010-01-16 17:34:23 +0000
+++ debian/changelog 2010-02-15 10:17:11 +0000
@@ -1,3 +1,9 @@
1pkg-create-dbgsym (0.39) UNRELEASED; urgency=low
2
3 * Strip -O from options passed from dh (lp: #520767).
4
5 -- Michael Bienia <geser@ubuntu.com> Mon, 15 Feb 2010 11:11:17 +0100
6
1pkg-create-dbgsym (0.38) lucid; urgency=low7pkg-create-dbgsym (0.38) lucid; urgency=low
28
3 * tests/run: set the new var PKG_IGNORE_CURRENTLY_BUILDING=1 instead of9 * tests/run: set the new var PKG_IGNORE_CURRENTLY_BUILDING=1 instead of
410
=== modified file 'dh_strip'
--- dh_strip 2010-01-16 16:49:29 +0000
+++ dh_strip 2010-02-15 10:17:11 +0000
@@ -108,7 +108,7 @@
108 continue108 continue
109 fi109 fi
110110
111 case "$p" in111 case "${p#-O}" in
112 -i|--indep)112 -i|--indep)
113 unset actpkgs113 unset actpkgs
114 optsel=1114 optsel=1

Subscribers

People subscribed via source and target branches

to all changes: