Author: dnusinow Date: 2005-11-24 19:49:48 -0500 (Thu, 24 Nov 2005) New Revision: 898
Added: branches/modular/lib/dmx/debian/ branches/modular/lib/dmx/debian/changelog branches/modular/lib/dmx/debian/compat branches/modular/lib/dmx/debian/control branches/modular/lib/dmx/debian/libdmx-dev.install branches/modular/lib/dmx/debian/rules Log: Re-add libdmx packaging. Stupid .svn dir... Added: branches/modular/lib/dmx/debian/changelog =================================================================== --- branches/modular/lib/dmx/debian/changelog 2005-11-25 00:39:00 UTC (rev 897) +++ branches/modular/lib/dmx/debian/changelog 2005-11-25 00:49:48 UTC (rev 898) @@ -0,0 +1,17 @@ +libdmx (1:0.99.1-1) UNRELEASED; urgency=low + + * First upload to Debian + + -- David Nusinow <[EMAIL PROTECTED]> Mon, 31 Oct 2005 20:35:29 -0500 + +libdmx (7.0.0-2) breezy; urgency=low + + * Bump libx11-dev and libxext-dev Build-Depends to avoid _XOPEN_SOURCE. + + -- Daniel Stone <[EMAIL PROTECTED]> Sat, 23 Jul 2005 00:27:06 +1000 + +libdmx (7.0.0-1) breezy; urgency=low + + * First libdmx release. + + -- Daniel Stone <[EMAIL PROTECTED]> Mon, 16 May 2005 22:10:17 +1000 Added: branches/modular/lib/dmx/debian/compat =================================================================== --- branches/modular/lib/dmx/debian/compat 2005-11-25 00:39:00 UTC (rev 897) +++ branches/modular/lib/dmx/debian/compat 2005-11-25 00:49:48 UTC (rev 898) @@ -0,0 +1 @@ +4 Added: branches/modular/lib/dmx/debian/control =================================================================== --- branches/modular/lib/dmx/debian/control 2005-11-25 00:39:00 UTC (rev 897) +++ branches/modular/lib/dmx/debian/control 2005-11-25 00:49:48 UTC (rev 898) @@ -0,0 +1,74 @@ +Source: libdmx +Section: x11 +Priority: optional +Maintainer: Debian X Strike Force <debian-x@lists.debian.org> +Uploaders: David Nusinow <[EMAIL PROTECTED]>, Branden Robinson <[EMAIL PROTECTED]>, Fabio M. Di Nitto <[EMAIL PROTECTED]> +Build-Depends: debhelper (>= 4.0.0), libx11-dev (>= 1:0.99.2-1), x11proto-dmx-dev, libxext-dev (>= 1:0.99.1-1), pkg-config +Standards-Version: 3.6.1.0 + +Package: libdmx1 +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common +Description: X11 Distributed Multihead extension library + libdmx is an interface to the DMX extension for X, which allows a single + server to be set up as a proxy spanning multiple servers -- not unlike + Xinerama across discrete physical machines. It can be reconfigured + on the fly to change the layout, and it is presented as a single logical + display to clients. + . + libdmx allows clients to configure the layout of DMX servers by adding + and removing screens, input devices, et al. + . + More information about X.Org can be found at: + <URL:http://xorg.freedesktop.org> + <URL:http://lists.freedesktop.org/mailman/listinfo/xorg> + . + This module can be found as the module 'lib/dmx' at + :pserver:[EMAIL PROTECTED]:/cvs/xorg + +Package: libdmx1-dbg +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libdmx1 (= ${Source-Version}) +Description: X11 Distributed Multihead library (debug package) + libdmx is an interface to the DMX extension for X, which allows a single + server to be set up as a proxy spanning multiple servers -- not unlike + Xinerama across discrete physical machines. It can be reconfigured + on the fly to change the layout, and it is presented as a single logical + display to clients. + . + libdmx allows clients to configure the layout of DMX servers by adding + and removing screens, input devices, et al. + . + This package contains the debug versions of the library found in libdmx1. + Non-developers likely have little use for this package. + . + More information about X.Org can be found at: + <URL:http://xorg.freedesktop.org> + <URL:http://lists.freedesktop.org/mailman/listinfo/xorg> + . + This module can be found as the module 'lib/dmx' at + :pserver:[EMAIL PROTECTED]:/cvs/xorg + +Package: libdmx-dev +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libdmx1 (= ${Source-Version}), libx11-dev, x11proto-dmx-dev +Pre-Depends: x11-common (>= 1.0) +Description: X11 Distributed Multihead extension library (development headers) + libdmx is an interface to the DMX extension for X, which allows a single + server to be set up as a proxy spanning multiple servers -- not unlike + Xinerama across discrete physical machines. It can be reconfigured + on the fly to change the layout, and it is presented as a single logical + display to clients. + . + libdmx allows clients to configure the layout of DMX servers by adding + and removing screens, input devices, et al. + . + This package contains the development headers for the library found in + libdmx1. Non-developers likely have little use for this package. + . + More information about X.Org can be found at: + <URL:http://xorg.freedesktop.org> + <URL:http://lists.freedesktop.org/mailman/listinfo/xorg> + . + This module can be found as the module 'lib/dmx' at + :pserver:[EMAIL PROTECTED]:/cvs/xorg Added: branches/modular/lib/dmx/debian/libdmx-dev.install =================================================================== --- branches/modular/lib/dmx/debian/libdmx-dev.install 2005-11-25 00:39:00 UTC (rev 897) +++ branches/modular/lib/dmx/debian/libdmx-dev.install 2005-11-25 00:49:48 UTC (rev 898) @@ -0,0 +1,5 @@ +usr/include/X11/* +usr/share/man/* +usr/lib/libdmx.a +usr/lib/libdmx.so +usr/lib/pkgconfig/dmx.pc Added: branches/modular/lib/dmx/debian/rules =================================================================== --- branches/modular/lib/dmx/debian/rules 2005-11-25 00:39:00 UTC (rev 897) +++ branches/modular/lib/dmx/debian/rules 2005-11-25 00:49:48 UTC (rev 898) @@ -0,0 +1,93 @@ +#!/usr/bin/make -f +# debian/rules for the Debian libdmx package. +# Copyright © 2004 Scott James Remnant <[EMAIL PROTECTED]> +# Copyright © 2005 Daniel Stone <[EMAIL PROTECTED]> +# Copyright © 2005 David Nusinow <[EMAIL PROTECTED]> + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# set this to the name of the main shlib's binary package +PACKAGE = libdmx1 + +include debian/xsfbs/xsfbs.mk + +CFLAGS = -Wall -g +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif +ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) + INSTALL_PROGRAM += -s +endif + +DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) +ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE)) + confflags += --build=$(DEB_HOST_GNU_TYPE) +else + confflags += --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE) +endif + + +build: build-stamp +build-stamp: + dh_testdir + + mkdir obj-$(DEB_BUILD_GNU_TYPE) + cd obj-$(DEB_BUILD_GNU_TYPE) && \ + ../configure --prefix=/usr --mandir=\$${prefix}/share/man \ + --infodir=\$${prefix}/share/info $(confflags) \ + CFLAGS="$(CFLAGS)" + cd obj-$(DEB_BUILD_GNU_TYPE) && $(MAKE) + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + rm -f config.cache config.log config.status + rm -f */config.cache */config.log */config.status + rm -f conftest* */conftest* + rm -rf autom4te.cache */autom4te.cache + rm -rf obj-* + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + cd obj-$(DEB_BUILD_GNU_TYPE) && $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + + dh_installdocs + dh_install --sourcedir=debian/tmp + dh_installchangelogs + dh_link + dh_strip --dbg-package=$(PACKAGE) + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_makeshlibs + dh_gencontrol + dh_md5sums + dh_builddeb + +# Build architecture-independent files here. +binary-indep: build install +# Nothing to do + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install Property changes on: branches/modular/lib/dmx/debian/rules ___________________________________________________________________ Name: svn:executable + * -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]