--- xman-1.0.1.orig/debian/changelog +++ xman-1.0.1/debian/changelog @@ -0,0 +1,43 @@ +xman (1:1.0.1-0ubuntu2) dapper; urgency=low + + * Fix man pages search path. + (Close malone: #34216) + + -- Fabio M. Di Nitto Mon, 20 Mar 2006 12:32:42 +0100 + +xman (1:1.0.1-0ubuntu1) dapper; urgency=low + + * New upstream release. + * Change maintainer from Fabio to myself. + + -- Daniel Stone Wed, 4 Jan 2006 14:01:45 +1100 + +xman (1:1.0.0-0ubuntu1) dapper; urgency=low + + * New upstream release. + + -- Daniel Stone Mon, 19 Dec 2005 08:10:29 +1100 + +xman (1:0.99.3-0ubuntu1) dapper; urgency=low + + * New upstream release. + + -- Daniel Stone Sat, 10 Dec 2005 16:21:28 +1100 + +xman (0.99.2-0ubuntu1) dapper; urgency=low + + * New upstream release. + + -- Daniel Stone Tue, 15 Nov 2005 13:50:27 +1100 + +xman (0.99.1-1) dapper; urgency=low + + * New upstream release. + + -- Daniel Stone Tue, 25 Oct 2005 12:26:57 +1000 + +xman (0.99.0-1) breezy; urgency=low + + * First xman release. + + -- Fabio M. Di Nitto Fri, 19 Aug 2005 10:26:16 +0200 --- xman-1.0.1.orig/debian/compat +++ xman-1.0.1/debian/compat @@ -0,0 +1 @@ +4 --- xman-1.0.1.orig/debian/rules +++ xman-1.0.1/debian/rules @@ -0,0 +1,86 @@ +#!/usr/bin/make -f +# debian/rules for the Debian xman 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 --sysconfdir=/etc --mandir=\$${prefix}/share/man \ + --infodir=\$${prefix}/share/info --datadir=\$${prefix}/share/xman $(confflags) \ + --with-sysmanpath=\$${prefix}/share/man --with-localmanpath=\$${prefix}/local/man \ + 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/xman install + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + + dh_installdocs + dh_installchangelogs + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + 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 --- xman-1.0.1.orig/debian/control +++ xman-1.0.1/debian/control @@ -0,0 +1,20 @@ +Source: xman +Section: x11 +Priority: optional +Maintainer: Daniel Stone +Build-Depends: debhelper (>= 4.0.0), pkg-config, libxaw7-dev +Standards-Version: 3.6.1.0 + +Package: xman +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Replaces: xbase-clients (<< 6.8.2-38) +Description: X client - xman + xman is a small tool that was part of xbase-clients. + . + More information about X.Org can be found at: + + + . + This module can be found as the module 'app/xman' at + :pserver:anoncvs@cvs.freedesktop.org:/cvs/xorg --- xman-1.0.1.orig/debian/copyright +++ xman-1.0.1/debian/copyright @@ -0,0 +1,26 @@ +Copyright (c) 1987, 1988 X Consortium + +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 X CONSORTIUM 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 X Consortium 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 X Consortium. +