The branch, master has been updated via e4e92822acabf95e460371582683ef8b03248438 (commit) via 013e898cbd8f435cd5d7276e64c163f7c63212bd (commit) from 68b507b01d1a7aeab734a2955ddb2d513dbe8ace (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e4e92822acabf95e460371582683ef8b03248438 Author: Reinhard Tartler <siretart@tauware.de> Date: Wed Aug 17 13:45:01 2011 +0200 add package libxcomp-dbg that ships debug symbols of libxcomp commit 013e898cbd8f435cd5d7276e64c163f7c63212bd Author: Reinhard Tartler <siretart@tauware.de> Date: Wed Aug 17 13:42:19 2011 +0200 fix dependency declarations of libxcomp-dev ----------------------------------------------------------------------- Summary of changes: debian/control | 17 ++++++++++++++--- debian/rules | 5 ++++- 2 files changed, 18 insertions(+), 4 deletions(-) The diff of changes is: diff --git a/debian/control b/debian/control index 644fc39..d1137b6 100644 --- a/debian/control +++ b/debian/control @@ -34,12 +34,23 @@ Package: libxcomp-dev Section: libdevel Architecture: any Depends: - libxcoBmp3 (= ${binary:Version}), + libxcomp3 (= ${binary:Version}), ${misc:Depends} -Breaks: nxcomp-dev, libxcomp-dev -Replaces: nxcomp-dev, libxcomp-dev +Breaks: nxcomp-dev +Replaces: nxcomp-dev Description: NX X compression library-headers NX provides a differential X compression library for X11. . This package provides the compression library headers. +Package: libxcomp-dbg +Priority: extra +Section: debug +Architecture: any +Depends: + libxcomp3 (= ${binary:Version}), + ${misc:Depends} +Description: NX X compression debug symbols + NX provides a differential X compression library for X11. + . + This package provides debug symbols for the libxcomp3 library. diff --git a/debian/rules b/debian/rules index 922b9bc..e98f075 100755 --- a/debian/rules +++ b/debian/rules @@ -3,4 +3,7 @@ %: dh --with autoreconf --parallel $@ -override_dh_auto_install: \ No newline at end of file +override_dh_auto_install: + +override_dh_strip: + dh_strip --dbg-package=libxcomp-dbg hooks/post-receive -- nxcomp.git (NX comp library) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "nxcomp.git" (NX comp library).