[X2go-Commits] nxcomp.git - build-main (branch) updated: 3.4.0.8-13-g6c00c20
X2go dev team
git-admin at x2go.org
Wed Aug 17 17:44:29 CEST 2011
The branch, build-main has been updated
via 6c00c20e5d12062ad6944109401df5780369e35c (commit)
via fa3c1ddecc22c1b1a50a82185e0cf69d3d08b28c (commit)
via e4e92822acabf95e460371582683ef8b03248438 (commit)
via 013e898cbd8f435cd5d7276e64c163f7c63212bd (commit)
via 68b507b01d1a7aeab734a2955ddb2d513dbe8ace (commit)
via c9af53b1a2373baf71282e65ba260171d2a22687 (commit)
via de5e4c62a278547a610a0ab58aa4d2b76753271b (commit)
from 109f5bf285c1610f9ff7431524d821dd0332941f (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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
Makefile.in | 2 +-
debian/changelog | 7 ++++++-
debian/control | 15 +++++++++++++++
debian/rules | 5 ++++-
4 files changed, 26 insertions(+), 3 deletions(-)
The diff of changes is:
diff --git a/Makefile.in b/Makefile.in
index 109f147..d695661 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -274,7 +274,7 @@ install.bin:
install.lib: all
./mkinstalldirs $(DESTDIR)$(prefix)/lib
./mkinstalldirs $(DESTDIR)$(prefix)/include
- $(INSTALL) $(DESTDIR)$(prefix)/lib
+ $(INSTALL) -d $(DESTDIR)$(prefix)/lib
$(INSTALL_DATA) libXcomp.so.3.* $(DESTDIR)$(prefix)/lib
$(INSTALL_LINK) libXcomp.so.3 $(DESTDIR)$(prefix)/lib
$(INSTALL_LINK) libXcomp.so $(DESTDIR)$(prefix)/lib
diff --git a/debian/changelog b/debian/changelog
index 3b9eb3a..3325c9e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,16 @@
nxcomp (3.5.0-1-0~x2go1) UNRELEASED; urgency=low
+ [ Reinhard Tartler ]
[Reinhard Tartler]
* New upstream version
- [Mike Gabriel]
+ [ Mike Gabriel ]
* User mkinstalldirs to create install paths.
* Don't let Makefile run fail if ldconfig fails.
+ * Breaks/replaces nxcomp package.
+
+ [ Ivan Kabaivanov ]
+ * Tarball installer fix.
-- Reinhard Tartler <siretart at tauware.de> Wed, 29 Jun 2011 15:41:10 +0200
diff --git a/debian/control b/debian/control
index 83f2d63..d1137b6 100644
--- a/debian/control
+++ b/debian/control
@@ -23,6 +23,8 @@ Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends}
+Breaks: nxcomp
+Replaces: nxcomp
Description: NX X compression library
NX provides a differential X compression library for X11.
.
@@ -34,8 +36,21 @@ Architecture: any
Depends:
libxcomp3 (= ${binary:Version}),
${misc:Depends}
+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).
More information about the x2go-commits
mailing list