The branch, master has been updated via 405482cda26c23aea234ea6909ca8eb257cb5b13 (commit) via 600da22725e6b03fb7ac340fc0990706d8e4707e (commit) from 91acae00388848f9068ffd421d955036cf059174 (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 405482cda26c23aea234ea6909ca8eb257cb5b13 Author: Reinhard Tartler <siretart@tauware.de> Date: Wed Aug 17 13:49:04 2011 +0200 Add -dbg package commit 600da22725e6b03fb7ac340fc0990706d8e4707e Author: Reinhard Tartler <siretart@tauware.de> Date: Wed Aug 17 13:50:38 2011 +0200 remove self references in breaks and replaces fields ----------------------------------------------------------------------- Summary of changes: debian/control | 19 +++++++++++++++++-- debian/rules | 5 ++++- 2 files changed, 21 insertions(+), 3 deletions(-) The diff of changes is: diff --git a/debian/control b/debian/control index 3313fa0..63de454 100644 --- a/debian/control +++ b/debian/control @@ -43,8 +43,8 @@ Depends: libxcomp-dev, x11proto-core-dev, libx11-dev -Breaks: nxcompext-dev, libxcompext-dev -Replaces: nxcompext-dev, libxcompext-dev +Breaks: nxcompext-dev +Replaces: nxcompext-dev Description: NX X11 protocol compression extensions library NX is a software suite from NoMachine which implements very efficient compression of the X11 protocol. This increases performance when @@ -53,3 +53,18 @@ Description: NX X11 protocol compression extensions library libXcompext extends the core NX library with additional features. . This package contains the development files for the nxcompext library. + +Package: libxcompext-dbg +Architecture: any +Section: debug +Priority: extra +Depends: + libxcompext3 (= ${binary:Version}), + ${misc:Depends} +Description: NX X11 protocol compression extensions library + NX is a software suite from NoMachine which implements very efficient + compression of the X11 protocol. This increases performance when + using X applications over a network, especially a slow one. + . + This package contains the debug symbols for the libxcompext3 library. + diff --git a/debian/rules b/debian/rules index 45bc4c7..5feb4d5 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=libxcompext-dbg hooks/post-receive -- nxcompext.git (NX compext 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 "nxcompext.git" (NX compext library).