Author: dnusinow Date: 2006-03-05 20:07:19 -0500 (Sun, 05 Mar 2006) New Revision: 1380
Added: branches/modular/app/xfs-X11R7.0-1.0.1/debian/ branches/modular/app/xfs-X11R7.0-1.0.1/debian/changelog branches/modular/app/xfs-X11R7.0-1.0.1/debian/compat branches/modular/app/xfs-X11R7.0-1.0.1/debian/control branches/modular/app/xfs-X11R7.0-1.0.1/debian/copyright branches/modular/app/xfs-X11R7.0-1.0.1/debian/patches/ branches/modular/app/xfs-X11R7.0-1.0.1/debian/patches/series branches/modular/app/xfs-X11R7.0-1.0.1/debian/rules Log: Add debian packaging Added: branches/modular/app/xfs-X11R7.0-1.0.1/debian/changelog =================================================================== --- branches/modular/app/xfs-X11R7.0-1.0.1/debian/changelog 2006-03-06 00:53:56 UTC (rev 1379) +++ branches/modular/app/xfs-X11R7.0-1.0.1/debian/changelog 2006-03-06 01:07:19 UTC (rev 1380) @@ -0,0 +1,5 @@ +xfs (1:1.0.1-1) experimental; urgency=low + + * First modular upload to Debian + + -- David Nusinow <[EMAIL PROTECTED]> Sun, 19 Feb 2006 19:58:38 -0500 Added: branches/modular/app/xfs-X11R7.0-1.0.1/debian/compat =================================================================== --- branches/modular/app/xfs-X11R7.0-1.0.1/debian/compat 2006-03-06 00:53:56 UTC (rev 1379) +++ branches/modular/app/xfs-X11R7.0-1.0.1/debian/compat 2006-03-06 01:07:19 UTC (rev 1380) @@ -0,0 +1 @@ +4 Added: branches/modular/app/xfs-X11R7.0-1.0.1/debian/control =================================================================== --- branches/modular/app/xfs-X11R7.0-1.0.1/debian/control 2006-03-06 00:53:56 UTC (rev 1379) +++ branches/modular/app/xfs-X11R7.0-1.0.1/debian/control 2006-03-06 01:07:19 UTC (rev 1380) @@ -0,0 +1,21 @@ +Source: xfs +Section: x11 +Priority: optional +Maintainer: Debian X Strike Force <[email protected]> +Uploaders: David Nusinow <[EMAIL PROTECTED]>, Branden Robinson <[EMAIL PROTECTED]>, Fabio M. Di Nitto <[EMAIL PROTECTED]> +Build-Depends: debhelper (>= 4.0.0), pkg-config, libfs-dev (>= 2:1.0.0-1), libxfont-dev (>= 1:1.0.0-1), xtrans-dev (>= 1.0.0-1) +Standards-Version: 3.6.1.0 + +Package: xfs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Suggests: xfonts-100dpi | xfonts-75dpi, xfonts-base, xfonts-scalable +Description: X font server + xfs is a daemon that listens on a network port and serves X fonts to X + servers (and thus to X clients). All X servers have the ability to serve + locally installed fonts for themselves, but xfs makes it possible to offload + that job from the X server, and/or have a central repository of fonts on a + networked machine running xfs so that all the machines running X servers on a + network do not require their own set of fonts. xfs may also be invoked by + users to, for instance, make available X fonts in user accounts that are not + available to the X server or to an already running system xfs. Added: branches/modular/app/xfs-X11R7.0-1.0.1/debian/copyright =================================================================== --- branches/modular/app/xfs-X11R7.0-1.0.1/debian/copyright 2006-03-06 00:53:56 UTC (rev 1379) +++ branches/modular/app/xfs-X11R7.0-1.0.1/debian/copyright 2006-03-06 01:07:19 UTC (rev 1380) @@ -0,0 +1,47 @@ +Copyright 1989, 1998 The Open Group +Copyright 2005 Hitachi, Ltd. + +Permission to use, copy, modify, distribute, and sell this software and its +documentation for any purpose is hereby granted without fee, provided that +the above copyright notice appear in all copies and that both that +copyright notice and this permission notice appear in supporting +documentation. + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN +AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the name of The Open Group shall not be +used in advertising or otherwise to promote the sale, use or other dealings +in this Software without prior written authorization from The Open Group. + + + Copyright 1988 by Evans & Sutherland Computer Corporation, + Salt Lake City, Utah + Cambridge, Massachusetts + + All Rights Reserved + + Permission to use, copy, modify, and distribute this software and + its documentation for any purpose and without fee is hereby + granted, provided that the above copyright notice appear in all + copies and that both that copyright notice and this permis- + sion notice appear in supporting documentation, and that the + name of Evans & Sutherland not be used in advertising + in publicity pertaining to distribution of the software without + specific, written prior permission. + + EVANS & SUTHERLAND DISCLAIMs ALL WARRANTIES WITH REGARD + TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANT- + ABILITY AND FITNESS, IN NO EVENT SHALL EVANS & SUTHERLAND + BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAM- + AGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA + OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE + OR PERFORMANCE OF THIS SOFTWARE. Added: branches/modular/app/xfs-X11R7.0-1.0.1/debian/patches/series =================================================================== Added: branches/modular/app/xfs-X11R7.0-1.0.1/debian/rules =================================================================== --- branches/modular/app/xfs-X11R7.0-1.0.1/debian/rules 2006-03-06 00:53:56 UTC (rev 1379) +++ branches/modular/app/xfs-X11R7.0-1.0.1/debian/rules 2006-03-06 01:07:19 UTC (rev 1380) @@ -0,0 +1,98 @@ +#!/usr/bin/make -f +# debian/rules for the Debian xfs 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 = xfs + +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 + +confflags += --enable-man-pages=3 + +# so very wrong +CFLAGS += -DLIBXCURSOR=\\\"libXcursor.so.1\\\" + +build: patch 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: xsfclean + 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_installexamples + 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/app/xfs-X11R7.0-1.0.1/debian/rules ___________________________________________________________________ Name: svn:executable + * -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

