Package: libapache2-mod-auth-kerb
Version: 5.4-2
Severity: wishlist
Tags: patch

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

   * What led up to the situation?

I have weird behavior with Apache/mod_auth_kerb, and wanted to investigate in 
detail with gdb.

   * What exactly did you do (or not do) that was effective (or
     ineffective)?

I wanted to attach gdb to an Apache process.

   * What was the outcome of this action?

The part of the stack trace concerning mod_auth_kerb can't be investigated as 
is.

   * What outcome did you expect instead?

It would be better to have a debug symbols package, in the end I whipped up 
mine,
but it's not sustainable.

*** End of the template - remove these lines ***


-- System Information:
Debian Release: 7.7
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libapache2-mod-auth-kerb depends on:
ii  apache2.2-common  2.2.22-13+deb7u3
ii  krb5-config       2.3
ii  libc6             2.13-38+deb7u6
ii  libcomerr2        1.42.5-1.1
ii  libgssapi-krb5-2  1.10.1+dfsg-5+deb7u2
ii  libk5crypto3      1.10.1+dfsg-5+deb7u2
ii  libkrb5-3         1.10.1+dfsg-5+deb7u2

libapache2-mod-auth-kerb recommends no packages.

libapache2-mod-auth-kerb suggests no packages.

-- no debconf information
--- libapache-mod-auth-kerb-5.4/debian/control    2014-10-24 14:39:57.000000000 +0900
+++ libapache-mod-auth-kerb-5.4-dbg/debian/control    2014-10-24 14:48:01.159119885 +0900
@@ -13,3 +13,15 @@
  It supports basic user and password authentication or a
  negotiate auth based on Kerberos tickets.
  .
+
+Package: libapache2-mod-auth-kerb-dbg
+Architecture: any
+Depends: ${misc:Depends}, libapache2-mod-auth-kerb (= ${binary:Version})
+Priority: extra
+Section: debug
+Multi-Arch: same
+Description: Debugging files for apache2 module for Kerberos auth
+ An apache2 module for authenticating users in a Kerberos realm.
+ It supports basic user and password authentication or a
+ negotiate auth based on Kerberos tickets.
+ .
diff -x '*.debhelper.log' -ru /root/libapache-mod-auth-kerb-5.4/debian/rules /tmp/libapache-mod-auth-kerb-5.4-dbg/debian/rules
--- libapache-mod-auth-kerb-5.4/debian/rules    2014-10-24 14:39:57.000000000 +0900
+++ libapache-mod-auth-kerb-5.4-dbg/debian/rules    2014-10-24 14:43:24.938235066 +0900
@@ -89,6 +89,8 @@
     dh_installexamples
     dh_installman
     dh_link
+    set -e ; DH_OPTIONS="" dh_strip -plibapache2-mod-auth-kerb --dbg-package=libapache2-mod-auth-kerb-dbg
+    set -e ; DH_OPTIONS="" dh_makeshlibs -plibapache2-mod-auth-kerb -- -c4
     dh_strip
     dh_compress
     dh_fixperms

Reply via email to