--- libxmu-1.1.3.orig/.pc/.quilt_patches +++ libxmu-1.1.3/.pc/.quilt_patches @@ -0,0 +1 @@ +debian/patches --- libxmu-1.1.3.orig/.pc/.quilt_series +++ libxmu-1.1.3/.pc/.quilt_series @@ -0,0 +1 @@ +series --- libxmu-1.1.3.orig/.pc/.version +++ libxmu-1.1.3/.pc/.version @@ -0,0 +1 @@ +2 --- libxmu-1.1.3.orig/.pc/01_dont_export_private_deps.diff/xmu.pc.in +++ libxmu-1.1.3/.pc/01_dont_export_private_deps.diff/xmu.pc.in @@ -0,0 +1,12 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: Xmu +Description: Xmu Library +Version: @PACKAGE_VERSION@ +Requires: xproto x11 xt +Requires.private: x11 xt xext +Cflags: -I${includedir} +Libs: -L${libdir} -lXmu --- libxmu-1.1.3.orig/.pc/01_dont_export_private_deps.diff/xmuu.pc.in +++ libxmu-1.1.3/.pc/01_dont_export_private_deps.diff/xmuu.pc.in @@ -0,0 +1,12 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: Xmuu +Description: Mini Xmu Library +Version: @PACKAGE_VERSION@ +Requires: xproto x11 +Requires.private: x11 +Cflags: -I${includedir} +Libs: -L${libdir} -lXmuu --- libxmu-1.1.3.orig/.pc/applied-patches +++ libxmu-1.1.3/.pc/applied-patches @@ -0,0 +1 @@ +01_dont_export_private_deps.diff --- libxmu-1.1.3.orig/autogen.sh +++ libxmu-1.1.3/autogen.sh @@ -0,0 +1,14 @@ +#! /bin/sh + +srcdir=`dirname $0` +test -z "$srcdir" && srcdir=. + +ORIGDIR=`pwd` +cd $srcdir + +autoreconf -v --install || exit 1 +cd $ORIGDIR || exit $? + +if test -z "$NOCONFIGURE"; then + $srcdir/configure "$@" +fi --- libxmu-1.1.3.orig/debian/changelog +++ libxmu-1.1.3/debian/changelog @@ -0,0 +1,231 @@ +libxmu (2:1.1.3-0ubuntu2) impish; urgency=medium + + * No-change rebuild to build packages with zstd compression. + + -- Matthias Klose Thu, 07 Oct 2021 12:19:50 +0200 + +libxmu (2:1.1.3-0ubuntu1) eoan; urgency=medium + + * New upstream version + + -- Sebastien Bacher Sat, 24 Aug 2019 17:30:06 +0300 + +libxmu (2:1.1.2-2) unstable; urgency=medium + + [ Andreas Boll ] + * Switch to dh with the autoreconf and quilt addons, fixing possible FTBFS + when building in parallel (closes: #801059). Thanks, Matthias Klose! + + [ Julien Cristau ] + * Remove Cyril from Uploaders. + * Bump Standards-Version to 3.9.6, update Vcs-* control fields. + + -- Julien Cristau Sat, 14 Nov 2015 10:04:44 +0100 + +libxmu (2:1.1.2-1) unstable; urgency=low + + * New upstream release. + * Add ${misc:Depends} to libxmu-headers. + * Use /usr/share/quilt/quilt.make instead of xsfbs for patching. + * Add build-{arch,indep} debian/rules targets. + * Bump debhelper compat level from 5 to 7. + + -- Julien Cristau Mon, 05 May 2014 14:13:01 +0200 + +libxmu (2:1.1.1-1) unstable; urgency=low + + * New upstream release. + * Don't require (fake)root for debian/rules clean. + * Bump build-deps on xutils-dev, xmlto and xorg-sgml-doctools per + configure.ac. + * Xmu.html no longer hardcodes the full path to xlogo.svg, drop sed call + from debian/rules. + * Remove David Nusinow from Uploaders. + * Bump debhelper build-dep for ${misc:Pre-Depends} usage. + + -- Julien Cristau Sat, 21 Apr 2012 10:50:11 +0200 + +libxmu (2:1.1.0-3) unstable; urgency=low + + * Build for multiarch. + + -- Steve Langasek Fri, 21 Oct 2011 14:47:59 -0700 + +libxmu (2:1.1.0-2) unstable; urgency=low + + [ Christopher James Halse Rogers ] + * debian/patches/01_dont_export_private_deps.patch: + - The Xmu.h header uses libXt symbols in a #define, so libXt is not a + private dep. With binutils-gold, the indirect dependency on Xt is not + considered when linking with Xmu so this causes build failures. + + [ Julien Cristau ] + * Drop Pre-Depends on x11-common, only needed for upgrades from the + monolith. + + -- Julien Cristau Thu, 28 Apr 2011 14:10:11 +0200 + +libxmu (2:1.1.0-1) unstable; urgency=low + + * New upstream release. + * Bump xutils-dev build-dep for new macros. + * Add xmlto, xorg-sgml-doctools, and w3m build-dep for the doc. + * Pass --with-xmlto and --without-fop (we want html and txt only). + * Pass --docdir=/usr/share/doc/libxmu-headers and add this directory to + libxmu-headers.install file. + * Remove the hardcoded path to the X logo in the Xmu.html file. + * Kill *.xml in the doc directory, no point in shipping them. + * Switch from --list-missing to --fail-missing for additional safety. + + -- Cyril Brulebois Fri, 19 Nov 2010 08:42:29 +0100 + +libxmu (2:1.0.5-2) unstable; urgency=high + + [ Julien Cristau ] + * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no + good reason. Thanks, Colin Watson! + * Remove myself from Uploaders + * Don't pass both -s and -Nfoo/-pfoo to dh_strip. This resulted in an empty + libxmuu1-dbg (Closes: #594500). Thanks to Luca Falavigna for the report. + + [ Cyril Brulebois ] + * Add myself to Uploaders. + * Bump urgency to “high” for the RC bugfix. Thanks to Jakub Wilk as well + for the report. + + -- Cyril Brulebois Sat, 04 Sep 2010 14:32:30 +0200 + +libxmu (2:1.0.5-1) unstable; urgency=low + + [ Timo Aaltonen ] + * New upstream release. + + Fix 64bit support (closes: #521887) + + [ Julien Cristau ] + * Bump Standards-Version to 3.8.3. + + -- Julien Cristau Wed, 25 Nov 2009 19:20:17 +0100 + +libxmu (2:1.0.4-2) unstable; urgency=low + + [ Julien Cristau ] + * Drop -1 debian revisions from build-deps. + * libxmu6{,-dbg}, libxmu-dev, libxmuu1{,-dbg} and libxmuu-dev don't need a + dependency on x11-common. + * Build libxmu-headers in binary-indep instead of binary-arch + (closes: #486418). Thanks, Martin Koeppe! + * Run autoreconf on build; build-depend on automake, libtool, xutils-dev. + * Handle parallel builds. + + [ Brice Goglin ] + * Add a link to www.X.org and a reference to the upstream module + in the long description. + * Add upstream URL to debian/copyright. + * Add README.source, bump Standards-Version to 3.8.2. + * Use updated xsfbs, closes: #538587. + * Move -dbg packages to section debug. + + -- Julien Cristau Fri, 07 Aug 2009 14:30:36 +0200 + +libxmu (2:1.0.4-1) unstable; urgency=low + + [ Julien Cristau ] + * New upstream release. + * Make libxmu*-dev depend on libxmu-headers (= ${source:Version}). Thanks, + Josh Triplett. + * Don't export private dependencies in xmu.pc and xmuu.pc. These + dependencies are handled by Requires.private. + * Due to the above, build-depend on quilt and apply the xsfbs patch rules. + * Update xsfbs to the latest version as of 2008-01-06. + * Add myself to Uploaders, and remove Branden and Fabio with their + permission. + * Bump Standards-Version to 3.7.3 (no changes). + * s/^XS-Vcs/Vcs/ + + [ Timo Aaltonen ] + * Bump the epoch so that this can be synced to Ubuntu in the future. + + -- Julien Cristau Thu, 17 Jan 2008 14:57:47 +0100 + +libxmu (1:1.0.3-1) unstable; urgency=low + + * New upstream release. + * Install the upstream changelog. + * Remove outdated CVS information from the package descriptions, and add + XS-Vcs-Git and XS-Vcs-Browser. + * Fix package sections (libraries in libs, development stuff in libdevel). + * Use ${binary:Version} instead of ${Source-Version}. + + -- Julien Cristau Thu, 12 Apr 2007 13:40:07 +0200 + +libxmu (1:1.0.2-2) unstable; urgency=low + + [ Andres Salomon ] + * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build; + idempotency fix. + + [ Drew Parsons ] + * dbg package has priority extra. + + -- David Nusinow Wed, 30 Aug 2006 16:53:25 -0400 + +libxmu (1:1.0.2-1) experimental; urgency=low + + * New upstream release + * Bump debhelper compat to 5 + * Run dh_install with --list-missing + * Version the -headers package's x11-common pre-dep to use version 1:7.0.0 + to match the rest of Debian and shut lintian up + * Bump standards version to 3.7.2.0 + + -- David Nusinow Mon, 3 Jul 2006 18:43:32 -0400 + +libxmu (1:1.0.1-3) unstable; urgency=low + + * Reorder makeshlib command in rules file so that ldconfig is run + properly. Thanks Drew Parsons and Steve Langasek. + + -- David Nusinow Tue, 18 Apr 2006 21:49:59 -0400 + +libxmu (1:1.0.1-2) unstable; urgency=low + + * Upload to unstable + + -- David Nusinow Thu, 23 Mar 2006 22:44:59 -0500 + +libxmu (1:1.0.1-1) experimental; urgency=low + + * First upload to Debian + + -- David Nusinow Thu, 29 Dec 2005 20:53:53 -0500 + +libxmu (1:6.2.3-5) breezy; urgency=low + + * Also, libxmu-dev needs to depend on libxt-dev too. + + -- Adam Conrad Mon, 25 Jul 2005 09:43:47 +0000 + +libxmu (1:6.2.3-4) breezy; urgency=low + + * Bump libxt-dev build-dep once more, _XOPEN_SOURCE begone! + + -- Adam Conrad Sun, 24 Jul 2005 10:48:14 +0000 + +libxmu (1:6.2.3-3) breezy; urgency=low + + * Make libxmu-dev depend on libxext-dev, since libxmu links to it. + + -- Adam Conrad Sun, 24 Jul 2005 07:56:02 +0000 + +libxmu (1:6.2.3-2) breezy; urgency=low + + * Bump Build-Depends on libx11-dev, libxext-dev and libxt-dev to avoid + _XOPEN_SOURCE. + + -- Daniel Stone Sat, 23 Jul 2005 00:20:50 +1000 + +libxmu (1:6.2.3-1) breezy; urgency=low + + * First libxmu release. + + -- Daniel Stone Mon, 16 May 2005 22:10:17 +1000 --- libxmu-1.1.3.orig/debian/compat +++ libxmu-1.1.3/debian/compat @@ -0,0 +1 @@ +9 --- libxmu-1.1.3.orig/debian/control +++ libxmu-1.1.3/debian/control @@ -0,0 +1,156 @@ +Source: libxmu +Section: x11 +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian X Strike Force +Build-Depends: + debhelper (>= 9), + dh-autoreconf, + libx11-dev (>= 1:0.99.2), + libxt-dev (>= 1:0.99.1), + libxext-dev (>= 1:0.99.1), + pkg-config, + quilt, + automake, + libtool, + xutils-dev (>= 1:7.6+2), +# devel-docs: + xmlto (>= 0.0.22), + xorg-sgml-doctools (>= 1:1.8), + w3m, +Standards-Version: 3.9.6 +Vcs-Git: git://anonscm.debian.org/git/pkg-xorg/lib/libxmu +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-xorg/lib/libxmu.git + +Package: libxmu6 +Section: libs +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: X11 miscellaneous utility library + libXmu provides a set of miscellaneous utility convenience functions for X + libraries to use. libXmuu is a lighter-weight version that does not depend + on libXt or libXext; for more information, see libxmuu1. + . + More information about X.Org can be found at: + + . + This module can be found at + git://anongit.freedesktop.org/git/xorg/lib/libXmu + +Package: libxmu6-dbg +Section: debug +Architecture: any +Multi-Arch: same +Priority: extra +Depends: ${shlibs:Depends}, ${misc:Depends}, libxmu6 (= ${binary:Version}) +Description: X11 miscellaneous utility library (debug package) + libXmu provides a set of miscellaneous utility convenience functions for X + libraries to use. libXmuu is a lighter-weight version that does not depend + on libXt or libXext; for more information, see libxmuu1. + . + This package contains the debug versions of the library found in libxmu6. + Non-developers likely have little use for this package. + . + More information about X.Org can be found at: + + . + This module can be found at + git://anongit.freedesktop.org/git/xorg/lib/libXmu + +Package: libxmu-dev +Section: libdevel +Architecture: any +Multi-Arch: same +Depends: ${shlibs:Depends}, ${misc:Depends}, libxext-dev, libxt-dev, libxmu6 (= ${binary:Version}), libxmu-headers (= ${source:Version}) +Description: X11 miscellaneous utility library (development headers) + libXmu provides a set of miscellaneous utility convenience functions for X + libraries to use. libXmuu is a lighter-weight version that does not depend + on libXt or libXext; for more information, see libxmuu1. + . + This package contains the development headers for the library found in + libxmu6. Non-developers likely have little use for this package. + . + More information about X.Org can be found at: + + . + This module can be found at + git://anongit.freedesktop.org/git/xorg/lib/libXmu + +Package: libxmuu1 +Section: libs +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: X11 miscellaneous micro-utility library + libXmuu provides a set of miscellaneous utility convenience functions for X + libraries to use. It is a lighter version of libXmu that does not depend + on libXt or libXext; for more information on libXmu, see libxmu6. + . + More information about X.Org can be found at: + + . + This module can be found at + git://anongit.freedesktop.org/git/xorg/lib/libXmu + +Package: libxmuu1-dbg +Section: debug +Architecture: any +Multi-Arch: same +Priority: extra +Depends: ${shlibs:Depends}, ${misc:Depends}, libxmuu1 (= ${binary:Version}) +Description: X11 miscellaneous micro-utility library (debug package) + libXmuu provides a set of miscellaneous utility convenience functions for X + libraries to use. It is a lighter version of libXmu that does not depend + on libXt or libXext; for more information on libXmu, see libxmu6. + . + This package contains the debug versions of the library found in libxmuu1. + Non-developers likely have little use for this package. + . + More information about X.Org can be found at: + + . + This module can be found at + git://anongit.freedesktop.org/git/xorg/lib/libXmu + +Package: libxmuu-dev +Section: libdevel +Architecture: any +Multi-Arch: same +Depends: ${shlibs:Depends}, ${misc:Depends}, libxmuu1 (= ${binary:Version}), libxmu-headers (= ${source:Version}) +Description: X11 miscellaneous micro-utility library (development headers) + libXmuu provides a set of miscellaneous utility convenience functions for X + libraries to use. It is a lighter version of libXmu that does not depend + on libXt or libXext; for more information on libXmu, see libxmu6. + . + This package contains the development headers for the library found in + libxmuu1. Non-developers likely have little use for this package. + . + More information about X.Org can be found at: + + . + This module can be found at + git://anongit.freedesktop.org/git/xorg/lib/libXmu + +Package: libxmu-headers +Section: libdevel +Architecture: all +Multi-Arch: foreign +Depends: + libx11-dev, + x11proto-core-dev, + ${misc:Depends}, +Description: X11 miscellaneous utility library headers + libXmu and libXmuu are miscellaneous utility libraries for X library + developers to abstract some common functions. This package provides the + headers for both libraries (as libXmuu is a subset of libXmu), and + is depended upon by both. For more information, please see libxmu-dev or + libxmuu-dev. + . + More information about X.Org can be found at: + + . + This module can be found at + git://anongit.freedesktop.org/git/xorg/lib/libXmu --- libxmu-1.1.3.orig/debian/copyright +++ libxmu-1.1.3/debian/copyright @@ -0,0 +1,77 @@ +This package was downloaded from +http://xorg.freedesktop.org/releases/individual/lib/ + +Copyright 1989, 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. + +----------- + +Xmu/StrToBmap.c and Xmu/GrayPixmap.c also have: + +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. + +----------- + +And Xmu/Clip.c has: + +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. --- libxmu-1.1.3.orig/debian/libxmu-dev.install +++ libxmu-1.1.3/debian/libxmu-dev.install @@ -0,0 +1,3 @@ +usr/lib/*/libXmu.a +usr/lib/*/libXmu.so +usr/lib/*/pkgconfig/xmu.pc --- libxmu-1.1.3.orig/debian/libxmu-headers.install +++ libxmu-1.1.3/debian/libxmu-headers.install @@ -0,0 +1,2 @@ +usr/include/X11/* +usr/share/doc/libxmu-headers --- libxmu-1.1.3.orig/debian/libxmu6.install +++ libxmu-1.1.3/debian/libxmu6.install @@ -0,0 +1 @@ +usr/lib/*/libXmu.so.6* --- libxmu-1.1.3.orig/debian/libxmuu-dev.install +++ libxmu-1.1.3/debian/libxmuu-dev.install @@ -0,0 +1,3 @@ +usr/lib/*/libXmuu.a +usr/lib/*/libXmuu.so +usr/lib/*/pkgconfig/xmuu.pc --- libxmu-1.1.3.orig/debian/libxmuu1.install +++ libxmu-1.1.3/debian/libxmuu1.install @@ -0,0 +1 @@ +usr/lib/*/libXmuu.so.1* --- libxmu-1.1.3.orig/debian/patches/01_dont_export_private_deps.diff +++ libxmu-1.1.3/debian/patches/01_dont_export_private_deps.diff @@ -0,0 +1,26 @@ +diff --git a/xmu.pc.in b/xmu.pc.in +index a086f83..15dabbf 100644 +--- a/xmu.pc.in ++++ b/xmu.pc.in +@@ -6,7 +6,7 @@ includedir=@includedir@ + Name: Xmu + Description: Xmu Library + Version: @PACKAGE_VERSION@ +-Requires: xproto x11 xt ++Requires: xproto xt + Requires.private: x11 xt xext + Cflags: -I${includedir} + Libs: -L${libdir} -lXmu +diff --git a/xmuu.pc.in b/xmuu.pc.in +index 1e91ac4..72fa5f9 100644 +--- a/xmuu.pc.in ++++ b/xmuu.pc.in +@@ -6,7 +6,7 @@ includedir=@includedir@ + Name: Xmuu + Description: Mini Xmu Library + Version: @PACKAGE_VERSION@ +-Requires: xproto x11 ++Requires: xproto + Requires.private: x11 + Cflags: -I${includedir} + Libs: -L${libdir} -lXmuu --- libxmu-1.1.3.orig/debian/patches/series +++ libxmu-1.1.3/debian/patches/series @@ -0,0 +1 @@ +01_dont_export_private_deps.diff --- libxmu-1.1.3.orig/debian/rules +++ libxmu-1.1.3/debian/rules @@ -0,0 +1,34 @@ +#!/usr/bin/make -f +# debian/rules for the Debian libxmu package. +# Copyright © 2004 Scott James Remnant +# Copyright © 2005 Daniel Stone +# Copyright © 2005 David Nusinow + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +.PHONY: build +build: + dh build --with quilt,autoreconf --builddirectory=build/ --parallel + +%: + dh $@ --with quilt,autoreconf --builddirectory=build/ --parallel + +override_dh_auto_configure: + dh_auto_configure -- \ + --disable-silent-rules \ + --docdir=\$${prefix}/share/doc/libxmu-headers \ + --with-xmlto \ + --without-fop + +override_dh_auto_install: + dh_auto_install + find debian/tmp/usr/share/doc/libxmu-headers -name '*.xml' -delete + +override_dh_install-arch: + dh_install --fail-missing -Xusr/include -X.la + +override_dh_strip: + dh_strip -Nlibxmu6 -Nlibxmuu1 + dh_strip -plibxmu6 --dbg-package=libxmu6-dbg + dh_strip -plibxmuu1 --dbg-package=libxmuu1-dbg --- libxmu-1.1.3.orig/debian/watch +++ libxmu-1.1.3/debian/watch @@ -0,0 +1,3 @@ +#git=git://anongit.freedesktop.org/xorg/lib/libXmu +version=3 +http://xorg.freedesktop.org/releases/individual/lib/ libXmu-(.*)\.tar\.gz --- libxmu-1.1.3.orig/xmu.pc.in +++ libxmu-1.1.3/xmu.pc.in @@ -6,7 +6,7 @@ Name: Xmu Description: Xmu Library Version: @PACKAGE_VERSION@ -Requires: xproto x11 xt +Requires: xproto xt Requires.private: x11 xt xext Cflags: -I${includedir} Libs: -L${libdir} -lXmu --- libxmu-1.1.3.orig/xmuu.pc.in +++ libxmu-1.1.3/xmuu.pc.in @@ -6,7 +6,7 @@ Name: Xmuu Description: Mini Xmu Library Version: @PACKAGE_VERSION@ -Requires: xproto x11 +Requires: xproto Requires.private: x11 Cflags: -I${includedir} Libs: -L${libdir} -lXmuu