BBlack has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/348589 )

Change subject: Create nginx-{full,light,extras}-dbg by hand.
......................................................................

Create nginx-{full,light,extras}-dbg by hand.

Autogenerated -dbgsym packages are supported by debhelper
9.20151219 or greater, while Jessie ships 9.20150101.

Change-Id: I01266b7bccf9856add6780e2c71f9504a6977d4c
---
M debian/control
M debian/rules
2 files changed, 45 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/software/nginx 
refs/changes/89/348589/1

diff --git a/debian/control b/debian/control
index 9ff681a..7c9bab0 100644
--- a/debian/control
+++ b/debian/control
@@ -110,6 +110,20 @@
  THIRD PARTY MODULES: Auth PAM, DAV Ext, Echo, HTTP Substitutions, Upstream
  Fair Queue.
 
+Package: nginx-full-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends: nginx-full (= ${binary:Version}), ${misc:Depends}
+Conflicts: nginx-extras-dbg, nginx-light-dbg
+Description: nginx web/proxy server (standard version) - debugging symbols
+ Nginx ("engine X") is a high-performance web and reverse proxy server
+ created by Igor Sysoev. It can be used both as a standalone web server
+ and as a proxy to reduce the load on back-end HTTP or mail servers.
+ .
+ This package provides debugging symbols for nginx-full, to assist in debugging
+ issues that you may find. It should not be required for normal operation.
+
 Package: nginx-light
 Architecture: any
 Priority: extra
@@ -137,6 +151,21 @@
  Pool, WebDAV, Upstream.
  .
  THIRD PARTY MODULES: Echo.
+
+Package: nginx-light-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends: nginx-light (= ${binary:Version}), ${misc:Depends}
+Conflicts: nginx-extras-dbg, nginx-full-dbg
+Description: nginx web/proxy server (basic version) - debugging symbols
+ Nginx ("engine X") is a high-performance web and reverse proxy server
+ created by Igor Sysoev. It can be used both as a standalone web server
+ and as a proxy to reduce the load on back-end HTTP or mail servers.
+ .
+ This package provides debugging symbols for nginx-light, to assist in
+ debugging issues that you may find. It should not be required for normal
+ operation.
 
 Package: nginx-extras
 Architecture: any
@@ -190,6 +219,21 @@
  Headers More, Embedded Lua, HTTP Substitutions, Nchan, Upload Progress,
  Upstream Fair Queue.
 
+Package: nginx-extras-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends: nginx-extras (= ${binary:Version}), ${misc:Depends}
+Conflicts: nginx-full-dbg, nginx-light-dbg
+Description: nginx web/proxy server (extended version) - debugging symbols
+ Nginx ("engine X") is a high-performance web and reverse proxy server
+ created by Igor Sysoev. It can be used both as a standalone web server
+ and as a proxy to reduce the load on back-end HTTP or mail servers.
+ .
+ This package provides debugging symbols for nginx-extras, to assist in
+ debugging issues that you may find. It should not be required for normal
+ operation.
+
 Package: libnginx-mod-http-geoip
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
diff --git a/debian/rules b/debian/rules
index f223860..3dfff69 100755
--- a/debian/rules
+++ b/debian/rules
@@ -165,7 +165,7 @@
        $(MAKE) -C $(BUILDDIR_$*) build
 
 strip.arch.%:
-       dh_strip --package=nginx-$(*) -O--dbgsym-migration='nginx-$(*)-dbg (<< 
1.10.1-3~)'
+       dh_strip --dbg-package=nginx-$(*)-dbg
 
 strip.mods.%:
        dh_strip --package=libnginx-mod-$(*) -O--automatic-dbgsym

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I01266b7bccf9856add6780e2c71f9504a6977d4c
Gerrit-PatchSet: 1
Gerrit-Project: operations/software/nginx
Gerrit-Branch: wmf-1.11.10
Gerrit-Owner: BBlack <[email protected]>
Gerrit-Reviewer: Ema <[email protected]>

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

Reply via email to