BBlack has submitted this change and it was merged.

Change subject: Remove --automatic-dbgsym on dyn mod dh_strip
......................................................................


Remove --automatic-dbgsym on dyn mod dh_strip

We're backporting into jessie, jessie's debhelper lacks this flag,
and I think the only effect is we'll lack the -dbg packages for
the dyn modules, none of which we actually use right now
anyways...

Bug: T96848
Change-Id: I859a9a08027d7a8832985bd413c951239efc9225
---
M debian/rules
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  BBlack: Verified; Looks good to me, approved



diff --git a/debian/rules b/debian/rules
index 63abd77..577326e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -148,7 +148,7 @@
        dh_strip --package=nginx-$(*) --dbg-package=nginx-$(*)-dbg
 
 strip.mods.%:
-       dh_strip --package=libnginx-mod-$(*) --automatic-dbgsym
+       dh_strip --package=libnginx-mod-$(*)
 
 config.arch.%:
        dh_testdir

-- 
To view, visit https://gerrit.wikimedia.org/r/286507
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I859a9a08027d7a8832985bd413c951239efc9225
Gerrit-PatchSet: 1
Gerrit-Project: operations/software/nginx
Gerrit-Branch: wmf-1.10.0-1
Gerrit-Owner: BBlack <[email protected]>
Gerrit-Reviewer: BBlack <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to