--- nxcompshad-3.3.0-2.orig/debian/docs +++ nxcompshad-3.3.0-2/debian/docs @@ -0,0 +1 @@ +changelog --- nxcompshad-3.3.0-2.orig/debian/control +++ nxcompshad-3.3.0-2/debian/control @@ -0,0 +1,29 @@ +Source: nxcompshad +Priority: extra +Maintainer: FreeNX Team +Build-Depends: debhelper (>= 5), autoconf, cdbs, dpatch, libxtst-dev, libxdamage-dev, libxrandr-dev, automake +Standards-Version: 3.8.0 +Section: x11 + +Package: libxcompshad3 +Section: x11 +Architecture: any +Depends: ${shlibs:Depends} +Description: NoMachine NX - NX compression library + NoMachine NX is the next-generation X compression and roundtrip suppression + scheme. It can operate remote X11 sessions over 56k modem dialup links or + anything better. + . + This package contains the NX Shadow library. + +Package: libxcompshad-dev +Section: libdevel +Architecture: any +Depends: libxcompshad3 +Conflicts: libnxcomp0, libnxcompext0 +Description: NoMachine NX - NX compression library + NoMachine NX is the next-generation X compression and roundtrip suppression + scheme. It can operate remote X11 sessions over 56k modem dialup links or + anything better. + . + This package contains the development files for the libxcompshad library. --- nxcompshad-3.3.0-2.orig/debian/libxcompshad-dev.install +++ nxcompshad-3.3.0-2/debian/libxcompshad-dev.install @@ -0,0 +1,4 @@ +*.h usr/include/nx +*.a usr/lib/nx/ +lib*.so usr/lib/ +*.a usr/lib/ --- nxcompshad-3.3.0-2.orig/debian/rules +++ nxcompshad-3.3.0-2/debian/rules @@ -0,0 +1,20 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/buildcore.mk +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/dpatch.mk + +common-build-arch common-build-indep:: debian/stamp-custom-build +debian/stamp-custom-build: + # we need -fPIC + autoreconf -f -i && \ + ./configure && \ + $(MAKE) + cp CHANGELOG changelog + +clean:: + [ ! -f Makefile ] || $(MAKE) distclean + [ ! -f aclocal.m4 ] || rm aclocal.m4 + [ ! -f configure ] || rm configure + [ ! -f changelog ] || rm changelog + --- nxcompshad-3.3.0-2.orig/debian/libxcompshad3.install +++ nxcompshad-3.3.0-2/debian/libxcompshad3.install @@ -0,0 +1 @@ +lib*.so.* usr/lib/ --- nxcompshad-3.3.0-2.orig/debian/changelog +++ nxcompshad-3.3.0-2/debian/changelog @@ -0,0 +1,81 @@ +nxcompshad (3.3.0-2-0freenxteam1~hardy1) hardy; urgency=low + + * Upload to hardy + + -- Marcelo Boveto Shima Mon, 08 Dec 2008 15:01:50 -0200 + +nxcompshad (3.3.0-2-0freenxteam1) intrepid; urgency=low + + * New upstream release + + -- Marcelo Boveto Shima Thu, 20 Nov 2008 23:15:35 -0200 + +nxcompshad (3.2.0-3-0ubuntu1) jaunty; urgency=low + + * First upload to Ubuntu. + + -- Marcelo Boveto Shima Mon, 17 Nov 2008 17:48:54 -0200 + +nxcompshad (3.2.0-3-0freenxteam1~dapper2) dapper; urgency=low + + * Remove binary:Version + + -- Marcelo Boveto Shima Sat, 20 Sep 2008 14:17:54 -0300 + +nxcompshad (3.2.0-3-0freenxteam1~dapper1) dapper; urgency=low + + * Backport to Dapper + + -- Marcelo Boveto Shima Sat, 20 Sep 2008 13:39:06 -0300 + +nxcompshad (3.2.0-3-0freenxteam1) hardy; urgency=low + + * Change Maintainer to FreeNX Team + + -- Marcelo Boveto Shima Sat, 20 Sep 2008 10:52:23 -0300 + +nxcompshad (3.2.0-3-0~freenx1) hardy; urgency=low + + * First upload to FreeNX Team PPA + + -- Marcelo Boveto Shima Sun, 06 Jul 2008 16:20:03 -0300 + +nxcompshad (3.2.0-3-0.1~px) hardy; urgency=low + + * Non-maintainer upload + * New upstream release + * Modified 01_system_wide_build.dpatch + * lintian fixes: + ** debian-rules-ignores-make-clean-error line 15 + -> removed ignore + ** ancient-standards-version 3.7.2 (current is 3.8.0) + -> bumped the version number + ** patch-system-but-direct-changes-in-diff configure + -> del configure on debian/rules clean + ** extra-license-file usr/share/doc/libxcompshad3/COPYING.gz + -> removed COPYING from debian/docs + ** old-fsf-address-in-copyright-file + -> changed debian/copyright file + ** wrong-name-for-upstream-changelog usr/share/doc/libxcompshad3/CHANGELOG.gz + -> use lowercase changelog + + -- Per Hansen Wed, 18 Jun 2008 10:00:00 +0200 + +nxcompshad (3.2.0-1-0ppa1) hardy; urgency=low + + * New upstream release + + -- Marcelo Boveto Shima Wed, 09 Apr 2008 22:20:59 +0000 + +nxcompshad (3.1.0-2-0ubuntu0ppa1) feisty; urgency=low + + * New upstream release + + -- Marcelo Boveto Shima Sun, 16 Dec 2007 15:39:36 -0200 + +nxcompshad (3.0.0.19-0ubuntu0~ppa1) feisty; urgency=low + + * Initial release + + -- Marcelo Boveto Shima Sun, 16 Sep 2007 18:30:51 -0300 + --- nxcompshad-3.3.0-2.orig/debian/compat +++ nxcompshad-3.3.0-2/debian/compat @@ -0,0 +1 @@ +5 --- nxcompshad-3.3.0-2.orig/debian/patches/00list +++ nxcompshad-3.3.0-2/debian/patches/00list @@ -0,0 +1 @@ +01_system_wide_build --- nxcompshad-3.3.0-2.orig/debian/patches/01_system_wide_build.dpatch +++ nxcompshad-3.3.0-2/debian/patches/01_system_wide_build.dpatch @@ -0,0 +1,23 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 01_system_wide_build.dpatch by +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + +@DPATCH@ +diff -urNad nxcompshad~/configure.in nxcompshad/configure.in +--- nxcompshad~/configure.in 2007-06-04 13:39:49.000000000 +0200 ++++ nxcompshad/configure.in 2008-06-18 10:00:00.000000000 +0200 +@@ -17,9 +17,9 @@ + + dnl Prefer headers and libraries from nx-X11, if present. + +-if test -d "../nx-X11/exports/include" ; then +- CXXFLAGS="$CXXFLAGS -I../nx-X11/exports/include" +- LIBS="$LIBS -L../nx-X11/exports/lib" ++if test -d "/usr/include/nx" ; then ++ CXXFLAGS="$CXXFLAGS -I/usr/include/nx" ++ LIBS="$LIBS -L/usr/lib/nx" + fi + + dnl Check whether --with-ipaq was given. --- nxcompshad-3.3.0-2.orig/debian/copyright +++ nxcompshad-3.3.0-2/debian/copyright @@ -0,0 +1,38 @@ +This package was debianized by Marcelo Boveto Shima on +Sat, 15 Sep 2007 03:20:37 -0300. + +It was downloaded from: http://www.nomachine.com/sources.php + +Upstream author: NoMachine, http://www.nomachine.com/ + +Upstream LICENSE file contains: + + +Copyright (C) 2001, 2007 NoMachine - http://www.nomachine.com/. + +NXCOMPSHAD and NX extensions to X are copyright of NoMachine. + +Redistribution and use of this software is allowed according to the +following terms: + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License Version 2, and +not any other version, as published by the Free Software Foundation. + +This program is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTA- +BILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General +Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, you can request a copy to NoMachine +or write to the Free Software Foundation, Inc., 51 Franklin St, +Fifth Floor, Boston, MA 02110-1301, USA. + +All rights reserved. + + +The FSF address has been updated! + +The full text of the GNU General Public License, version 2, can be +found in "/usr/share/common-licenses/GPL-2" on Debian systems.