--- libxaw-7.0.2.orig/debian/compat +++ libxaw-7.0.2/debian/compat @@ -0,0 +1 @@ +4 --- libxaw-7.0.2.orig/debian/rules +++ libxaw-7.0.2/debian/rules @@ -0,0 +1,89 @@ +#!/usr/bin/make -f +# debian/rules for the Debian libxaw package. +# Copyright © 2004 Scott James Remnant +# Copyright © 2005 Daniel Stone + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +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 -Nlibxaw6 -Nlibaw7 + dh_strip -plibxaw6 --dbg-package=libxaw6 + dh_strip -plibxaw7 --dbg-package=libxaw7 + 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 --- libxaw-7.0.2.orig/debian/control +++ libxaw-7.0.2/debian/control @@ -0,0 +1,137 @@ +Source: libxaw +Section: x11 +Priority: optional +Maintainer: Daniel Stone +Build-Depends: debhelper (>= 4.0.0), libx11-dev (>= 1:6.2.1+cvs.20050722-1), x11proto-core-dev (>= 6.8.99.15+cvs.20050722-1), libxt-dev (>= 1:0.1.5-5), libxmu-dev (>= 1:6.2.3-2), libxpm-dev (>= 1:3.5.2-4), pkg-config +Standards-Version: 3.6.1.0 + +Package: libxaw6 +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, x-common +Description: X11 Athena Widget library + libXaw6 provides the original version of Xaw, the Athena Widgets tookit, + which is largely used by legacy X applications. Within the Xaw series, + version 6 is itself considered deprecated; version 7 is in most common + usage. See libxaw7 for more information. + . + More information about X.Org can be found at: + + + . + This module can be found as the module 'lib/Xaw' at + :pserver:anoncvs@cvs.freedesktop.org:/cvs/xorg + +Package: libxaw6-dbg +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, x-common, libxaw6 (= ${Source-Version}) +Description: X11 Athena Widget library (debug package) + libXaw6 provides the original version of Xaw, the Athena Widgets tookit, + which is largely used by legacy X applications. Within the Xaw series, + version 6 is itself considered deprecated; version 7 is in most common + usage. See libxaw7 for more information. In general, use of a more + modern toolkit such as GTK+ is recommended. + . + This package contains the debug versions of the library found in libxaw6. + Non-developers likely have little use for this package. + . + More information about X.Org can be found at: + + + . + This module can be found as the module 'lib/Xaw' at + :pserver:anoncvs@cvs.freedesktop.org:/cvs/xorg + +Package: libxaw6-dev +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, x-common, libxaw6 (= ${Source-Version}), libxaw-headers (= ${Source-Version}) +Description: X11 Athena Widget library (development headers) + libXaw6 provides the original version of Xaw, the Athena Widgets tookit, + which is largely used by legacy X applications. Within the Xaw series, + version 6 is itself considered deprecated; version 7 is in most common + usage. See libxaw7 for more information. In general, use of a more + modern toolkit such as GTK+ is recommended. + . + This package contains the development headers for the library found in + libxaw6. Non-developers likely have little use for this package. + . + More information about X.Org can be found at: + + + . + This module can be found as the module 'lib/Xaw' at + :pserver:anoncvs@cvs.freedesktop.org:/cvs/xorg + +Package: libxaw7 +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, x-common +Description: X11 Athena Widget library + libXaw7 provides the second version of Xaw, the Athena Widgets tookit, + which is largely used by legacy X applications. This version is the + most common version, as version 6 is considered deprecated, and version + 8, which adds Xprint support, is unsupported and not widely used. + In general, use of a more modern toolkit such as GTK+ is recommended. + . + More information about X.Org can be found at: + + + . + This module can be found as the module 'lib/Xaw' at + :pserver:anoncvs@cvs.freedesktop.org:/cvs/xorg + +Package: libxaw7-dbg +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, x-common, libxaw7 (= ${Source-Version}) +Description: X11 Athena Widget library (debug package) + libXaw7 provides the second version of Xaw, the Athena Widgets tookit, + which is largely used by legacy X applications. This version is the + most common version, as version 6 is considered deprecated, and version + 8, which adds Xprint support, is unsupported and not widely used. + In general, use of a more modern toolkit such as GTK+ is recommended. + . + This package contains the debug versions of the library found in libxaw7. + Non-developers likely have little use for this package. + . + More information about X.Org can be found at: + + + . + This module can be found as the module 'lib/Xaw' at + :pserver:anoncvs@cvs.freedesktop.org:/cvs/xorg + +Package: libxaw7-dev +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, x-common, libxaw7 (= ${Source-Version}), libxaw-headers (= ${Source-Version}) +Description: X11 Athena Widget library (development headers) + libXaw7 provides the second version of Xaw, the Athena Widgets tookit, + which is largely used by legacy X applications. This version is the + most common version, as version 6 is considered deprecated, and version + 8, which adds Xprint support, is unsupported and not widely used. + In general, use of a more modern toolkit such as GTK+ is recommended. + . + This package contains the development headers for the library found in + libxaw7. Non-developers likely have little use for this package. + . + More information about X.Org can be found at: + + + . + This module can be found as the module 'lib/Xaw' at + :pserver:anoncvs@cvs.freedesktop.org:/cvs/xorg + +Package: libxaw-headers +Architecture: all +Depends: libx11-dev, libxmu-dev, libxpm-dev, x11proto-core-dev +Replaces: libxaw6-dev (<< 7.0.2-1), libxaw7-dev (<< 7.0.2-1), libxaw8-dev +Pre-Depends: x-common (>= 1.0) +Description: X11 Athena Widget library (development headers) + libxaw-headers provides common development headers for libXaw versions 6 + and 7; please see libxaw6-dev and libxaw7-dev for more information. Note + that libxaw7-dev is recommended over libxaw6-dev, but in general, use of a + more modern toolkit such as GTK+ is recommended. + . + More information about X.Org can be found at: + + + . + This module can be found as the module 'lib/Xaw' at + :pserver:anoncvs@cvs.freedesktop.org:/cvs/xorg --- libxaw-7.0.2.orig/debian/libxaw-headers.install +++ libxaw-7.0.2/debian/libxaw-headers.install @@ -0,0 +1,2 @@ +usr/include/X11/* +usr/share/aclocal/xaw.m4 --- libxaw-7.0.2.orig/debian/libxaw7.links +++ libxaw-7.0.2/debian/libxaw7.links @@ -0,0 +1 @@ +usr/lib/libXaw7.so.7 usr/lib/libXaw.so.7 --- libxaw-7.0.2.orig/debian/libxaw6-dev.install +++ libxaw-7.0.2/debian/libxaw6-dev.install @@ -0,0 +1,3 @@ +usr/lib/libXaw6.a +usr/lib/libXaw6.so +usr/lib/pkgconfig/xaw6.pc --- libxaw-7.0.2.orig/debian/libxaw6.links +++ libxaw-7.0.2/debian/libxaw6.links @@ -0,0 +1 @@ +usr/lib/libXaw6.so.6 usr/lib/libXaw.so.6 --- libxaw-7.0.2.orig/debian/libxaw6.install +++ libxaw-7.0.2/debian/libxaw6.install @@ -0,0 +1 @@ +usr/lib/libXaw6.so.6* --- libxaw-7.0.2.orig/debian/libxaw7.install +++ libxaw-7.0.2/debian/libxaw7.install @@ -0,0 +1 @@ +usr/lib/libXaw7.so.7* --- libxaw-7.0.2.orig/debian/copyright +++ libxaw-7.0.2/debian/copyright @@ -0,0 +1,126 @@ +Copyright (c) 1998 by The XFree86 Project, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +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 XFREE86 PROJECT 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 XFree86 Project 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 +XFree86 Project. + +Copyright (c) 1991, 1994, 1998 The Open Group + +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 1987, 1988 by Digital Equipment Corporation, Maynard, 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 permission notice appear in +supporting documentation, and that the name of Digital not be +used in advertising or publicity pertaining to distribution of the +software without specific, written prior permission. + +DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING +ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL +DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES 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. + +Copyright 1991 by OMRON Corporation + +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, and that the name of OMRON not be used in advertising +or publicity pertaining to distribution of the software without specific, +written prior permission. OMRON makes no representations about the +suitability of this software for any purpose. It is provided "as is" +without express or implied warranty. + +OMRON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO +EVENT SHALL OMRON BE LIABLE FOR ANY SPECIAL, INDIRECT OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTUOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. + +(c) Copyright 2003 Danny Backx +(c) Copyright 2003-2004 Roland Mainz + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +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 +COPYRIGHT HOLDERS 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 names of the copyright holders shall +not be used in advertising or otherwise to promote the sale, use or other +dealings in this Software without prior written authorization from said +copyright holders. + +Copyright 1989 Prentice Hall + +Permission to use, copy, modify, and distribute this software for any +purpose and without fee is hereby granted, provided that the above +copyright notice appear in all copies and that both the copyright notice +and this permission notice appear in supporting documentation. + +Prentice Hall and the authors disclaim all warranties with regard +to this software, including all implied warranties of merchantability and +fitness. In no event shall Prentice Hall or the authors be liable +for any special, indirect or cosequential damages 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. --- libxaw-7.0.2.orig/debian/changelog +++ libxaw-7.0.2/debian/changelog @@ -0,0 +1,18 @@ +libxaw (7.0.2-3) breezy; urgency=low + + * Add libxmu-dev and libxpm-dev to the libxaw-headers dependencies.: + + -- Adam Conrad Mon, 25 Jul 2005 05:46:47 +0000 + +libxaw (7.0.2-2) breezy; urgency=low + + * Bump Build-Depends on libx11-dev, libxt-dev, libxmu-dev, libxpm-dev, and + x11proto-core-dev to avoid _XOPEN_SOURCE. + + -- Daniel Stone Sat, 23 Jul 2005 00:31:45 +1000 + +libxaw (7.0.2-1) breezy; urgency=low + + * First libxaw release. + + -- Daniel Stone Mon, 16 May 2005 22:10:17 +1000 --- libxaw-7.0.2.orig/debian/libxaw7-dev.install +++ libxaw-7.0.2/debian/libxaw7-dev.install @@ -0,0 +1,4 @@ +usr/lib/libXaw.so +usr/lib/libXaw7.a +usr/lib/libXaw7.so +usr/lib/pkgconfig/xaw7.pc