--- libxmu-1.1.3.orig/ChangeLog +++ libxmu-1.1.3/ChangeLog @@ -1,132 +1,3 @@ -commit e9efe2d027b4c46cf6834cc532222f8ad1d1d3c3 -Author: Alan Coopersmith -Date: Sat Mar 16 11:40:41 2019 -0700 - - libXmu 1.1.3 - - Signed-off-by: Alan Coopersmith - -commit 9469d3593c9fb1b60cac0602d97f274e209163d7 -Author: Alan Coopersmith -Date: Fri Dec 7 19:46:09 2018 -0800 - - Update configure.ac bug URL for gitlab migration - - Signed-off-by: Alan Coopersmith - -commit 3e706ded2e46464732170ae06bdc9e9d286179ed -Author: Alan Coopersmith -Date: Mon Nov 19 22:26:50 2018 -0800 - - Update README for gitlab migration - - Signed-off-by: Alan Coopersmith - -commit 5bd4eb821bd9e88c3a131de9a8b781f5184e22b1 -Author: Alan Coopersmith -Date: Sat May 5 11:32:12 2018 -0700 - - Apply standard X.Org formatting & bracketing to StrToWidg.c - - Makes code easier for humans to read and gets rid of gcc warning: - - StrToWidg.c: In function ‘XmuCvtStringToWidget’: - StrToWidg.c:107:3: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation] - for (widgetP = parent->core.popup_list; i; i--, widgetP++) - ^~~ - StrToWidg.c:114:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’ - XtStringConversionWarning(fromVal->addr, XtRWidget); - ^~~~~~~~~~~~~~~~~~~~~~~~~ - - Signed-off-by: Alan Coopersmith - -commit bc78541e9a9a95bbd5413d62bfc114ddc9265c36 -Author: Alan Coopersmith -Date: Sat May 5 11:26:17 2018 -0700 - - Convert tabs to spaces in StrToWidg.c - - Signed-off-by: Alan Coopersmith - -commit 4f0939d69a17d37be414d0de7ff717e92e7e2b11 -Author: Mihail Konev -Date: Thu Jan 26 13:52:49 2017 +1000 - - autogen: add default patch prefix - - Signed-off-by: Mihail Konev - -commit 99265d50e4c100182f1375b59c5ecf3e5732356d -Author: Emil Velikov -Date: Mon Mar 9 12:00:52 2015 +0000 - - autogen.sh: use quoted string variables - - Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent - fall-outs, when they contain space. - - Signed-off-by: Emil Velikov - Reviewed-by: Peter Hutterer - Signed-off-by: Peter Hutterer - -commit 6a79027955dc7f10569ac6e904844624224d5c60 -Author: Peter Hutterer -Date: Tue Jan 24 10:32:07 2017 +1000 - - autogen.sh: use exec instead of waiting for configure to finish - - Syncs the invocation of configure with the one from the server. - - Signed-off-by: Peter Hutterer - Reviewed-by: Emil Velikov - -commit 4459e6940fe3fdf26a8d5d4c71989498bc400a62 -Author: Jon TURNEY -Date: Sat Sep 13 21:57:39 2014 +0100 - - Include for _getdrives() on Win32 - - Signed-off-by: Jon TURNEY - Reviewed-by: David Macek - -commit 24bcdbd17913a1ca39c975113767aa2c556b69cc -Author: Jon TURNEY -Date: Sat Sep 13 21:57:17 2014 +0100 - - Remove pointless X_NOT_POSIX - - Both stdlib.h (only included for prototype of atoi()), and limits.h (only - included for PATH_MAX) are in C89, so putting this under X_NOT_POSIX seems a - little excessive. - - Signed-off-by: Jon TURNEY - Reviewed-by: Alan Coopersmith - -commit 22d9c590901e121936f50dee97dc60c4f7defb63 -Author: Alan Coopersmith -Date: Mon Dec 2 13:00:05 2013 -0800 - - ShapeEllipseOrRoundedRectangle: Check height AND width, not width twice - - Fixed to match check in ShapeOval() - https://bugs.freedesktop.org/show_bug.cgi?id=72245 - - Fixes cppcheck warning: - [ShapeWidg.c:204]: (style) Same expression on both sides of '||'. - - Signed-off-by: Alan Coopersmith - -commit e02c30fac32e4873240e507cadc416f710188feb -Author: Alan Coopersmith -Date: Sun Nov 17 09:41:14 2013 -0800 - - Remove SUNSHLIB support for SunOS 4.x shared libraries - - Never enabled in modular builds, was only enabled for SunOS 4.x in imake. - - Signed-off-by: Alan Coopersmith - Reviewed-by: Mark Kettenis - commit 2539e539eafdac88177c8ee30b043c5d52f017e4 Author: Alan Coopersmith Date: Sat Sep 7 21:28:14 2013 -0700 --- libxmu-1.1.3.orig/autogen.sh +++ libxmu-1.1.3/autogen.sh @@ -0,0 +1,17 @@ +#! /bin/sh + +srcdir=`dirname "$0"` +test -z "$srcdir" && srcdir=. + +ORIGDIR=`pwd` +cd "$srcdir" + +autoreconf -v --install || exit 1 +cd "$ORIGDIR" || exit $? + +git config --local --get format.subjectPrefix >/dev/null 2>&1 || + git config --local format.subjectPrefix "PATCH libXmu" + +if test -z "$NOCONFIGURE"; then + exec "$srcdir"/configure "$@" +fi --- libxmu-1.1.3.orig/debian/changelog +++ libxmu-1.1.3/debian/changelog @@ -0,0 +1,244 @@ +libxmu (2:1.1.3-3) unstable; urgency=medium + + [ Bas Couwenberg ] + * Fix dh_install override. (closes: #1005796) + + -- Timo Aaltonen Tue, 15 Feb 2022 09:09:53 +0200 + +libxmu (2:1.1.3-2) unstable; urgency=medium + + * control: Fix -headers to depend on x11proto-dev instead of -core- + dev. + + -- Timo Aaltonen Mon, 14 Feb 2022 16:53:55 +0200 + +libxmu (2:1.1.3-1) unstable; urgency=medium + + * New upstream release. + * watch: Update upstream vcs url. + * control: Update vcs urls for salsa. + * control, rules: Migrate to debhelper-compat, bump to 13. + * Migrate to dbgsym packages. + * control: Bump policy to 4.6.0. + + -- Timo Aaltonen Mon, 14 Feb 2022 16:38:18 +0200 + +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/control +++ libxmu-1.1.3/debian/control @@ -0,0 +1,112 @@ +Source: libxmu +Section: x11 +Priority: optional +Maintainer: Debian X Strike Force +Build-Depends: + debhelper-compat (= 13), + libx11-dev (>= 1:0.99.2), + libxt-dev (>= 1:0.99.1), + libxext-dev (>= 1:0.99.1), + pkg-config, + quilt, + xutils-dev (>= 1:7.6+2), +# devel-docs: + xmlto (>= 0.0.22), + xorg-sgml-doctools (>= 1:1.8), + w3m, +Standards-Version: 4.6.0 +Vcs-Git: https://salsa.debian.org/xorg-team/lib/libxmu.git +Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libxmu + +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: 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: 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-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,35 @@ +#!/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 --builddirectory=build/ + +%: + dh $@ --with quilt --builddirectory=build/ + +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: + find debian/tmp -name '*.la' -delete + dh_install + +override_dh_strip: + dh_strip -Nlibxmu6 -Nlibxmuu1 + dh_strip -plibxmu6 --dbgsym-migration='libxmu6-dbg (<< 2:1.1.3-1)' + dh_strip -plibxmuu1 --dbgsym-migration='libxmuu1-dbg (<< 2:1.1.3-1)' --- libxmu-1.1.3.orig/debian/watch +++ libxmu-1.1.3/debian/watch @@ -0,0 +1,3 @@ +#git=https://gitlab.freedesktop.org/xorg/lib/libXmu +version=3 +http://xorg.freedesktop.org/releases/individual/lib/ libXmu-(.*)\.tar\.gz