summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorolavmrk <olavmrk@a716ebb1-153a-0410-b759-cfb97c6a1b53>2010-06-30 14:02:19 +0000
committerolavmrk <olavmrk@a716ebb1-153a-0410-b759-cfb97c6a1b53>2010-06-30 14:02:19 +0000
commitc53fefa5333c58bfb27737b7760c3ce804587ded (patch)
treea8afd2cec6f22b5461e97bdd3615cc30e09b0ee6
parentfc30f9bcdc7ec2744cc97ac273742ae62e1320d8 (diff)
downloadmod_auth_mellon-c53fefa5333c58bfb27737b7760c3ce804587ded.tar.gz
mod_auth_mellon-c53fefa5333c58bfb27737b7760c3ce804587ded.tar.xz
mod_auth_mellon-c53fefa5333c58bfb27737b7760c3ce804587ded.zip
debian: Add debug-symbol package.
git-svn-id: https://modmellon.googlecode.com/svn/trunk@96 a716ebb1-153a-0410-b759-cfb97c6a1b53
-rw-r--r--Makefile.in2
-rw-r--r--debian/control5
-rwxr-xr-xdebian/rules2
3 files changed, 7 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 80daae3..a80861a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -33,7 +33,7 @@ DISTFILES=$(SRC) \
all: mod_auth_mellon.la
mod_auth_mellon.la: $(SRC) auth_mellon.h
- @APXS2@ @OPENSSL_CFLAGS@ @LASSO_CFLAGS@ @CURL_CFLAGS@ @OPENSSL_LIBS@ @LASSO_LIBS@ @CURL_LIBS@ -Wc,-Wall -c $(SRC)
+ @APXS2@ @OPENSSL_CFLAGS@ @LASSO_CFLAGS@ @CURL_CFLAGS@ @OPENSSL_LIBS@ @LASSO_LIBS@ @CURL_LIBS@ -Wc,-Wall -Wc,-g -c $(SRC)
# Building configure (for distribution)
diff --git a/debian/control b/debian/control
index ca2b322..7bcdb03 100644
--- a/debian/control
+++ b/debian/control
@@ -14,3 +14,8 @@ Description: A SAML 2.0 authentication module for Apache
After installing this package, you should run "a2enmon auth_mellon". See
/usr/share/doc/libapache2-mod-auth-mellon/README.gz for configuration
information.
+
+Package: libapache2-mod-auth-mellon-dbg
+Architecture: any
+Depends: libapache2-mod-auth-mellon (=${Source-Version})
+Description: Debug symbols for libapache2-mod-auth-mellon.
diff --git a/debian/rules b/debian/rules
index 0e9f4ec..efa4613 100755
--- a/debian/rules
+++ b/debian/rules
@@ -93,7 +93,7 @@ binary-arch: build install
# dh_installinfo
dh_installman
dh_link
- dh_strip
+ dh_strip --dbg-package=libapache2-mod-auth-mellon-dbg
dh_compress
dh_fixperms
# dh_perl