--- libxmu-1.1.3.orig/.gitignore +++ libxmu-1.1.3/.gitignore @@ -0,0 +1,78 @@ +# +# X.Org module default exclusion patterns +# The next section if for module specific patterns +# +# Do not edit the following section +# GNU Build System (Autotools) +aclocal.m4 +autom4te.cache/ +autoscan.log +ChangeLog +compile +config.guess +config.h +config.h.in +config.log +config-ml.in +config.py +config.status +config.status.lineno +config.sub +configure +configure.scan +depcomp +.deps/ +INSTALL +install-sh +.libs/ +libtool +libtool.m4 +ltmain.sh +lt~obsolete.m4 +ltoptions.m4 +ltsugar.m4 +ltversion.m4 +Makefile +Makefile.in +mdate-sh +missing +mkinstalldirs +*.pc +py-compile +stamp-h? +symlink-tree +texinfo.tex +ylwrap + +# Do not edit the following section +# Edit Compile Debug Document Distribute +*~ +*.[0-9] +*.[0-9]x +*.bak +*.bin +core +*.dll +*.exe +*-ISO*.bdf +*-JIS*.bdf +*-KOI8*.bdf +*.kld +*.ko +*.ko.cmd +*.lai +*.l[oa] +*.[oa] +*.obj +*.patch +*.so +*.pcf.gz +*.pdb +*.tar.bz2 +*.tar.gz +# +# Add & Override patterns for libXmu +# +# Edit the following section as needed +# For example, !report.pc overrides *.pc. See 'man gitignore' +# --- 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,265 @@ +libxmu (2:1.1.3-4) unstable; urgency=medium + + * Team upload + + [ Debian Janitor ] + * Remove constraints unnecessary since buster (oldstable): + + Build-Depends: Drop versioned constraint on libx11-dev, libxext-dev, + libxt-dev, xorg-sgml-doctools and xutils-dev. + * Use secure URI in debian/watch + * Update standards version to 4.7.3 + * Opportunistically check upstream PGP signatures + + [ Emilio Pozuelo Monfort ] + * Move doc build-deps to Build-Depends-Indep. Thanks Samuel Thibault. + Closes: #1055368. + + [ Jeremy Bícha ] + * Add debian/gbp.conf + + -- Jeremy Bícha Wed, 24 Dec 2025 19:51:25 -0500 + +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,108 @@ +Source: libxmu +Section: x11 +Maintainer: Debian X Strike Force +Build-Depends: + debhelper-compat (= 13), + libx11-dev, + libxt-dev, + libxext-dev, + pkgconf, + xutils-dev, +Build-Depends-Indep: + xmlto (>= 0.0.22), + xorg-sgml-doctools, + w3m, +Standards-Version: 4.7.3 +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 +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: ${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 +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: ${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/gbp.conf +++ libxmu-1.1.3/debian/gbp.conf @@ -0,0 +1,9 @@ +[DEFAULT] +debian-branch = debian-unstable +upstream-branch = upstream-unstable + +[dch] +multimaint-merge = True + +[pq] +patch-numbers = False --- 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,30 @@ +#!/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 + +%: + dh $@ + +override_dh_auto_configure-arch: docflags = +override_dh_auto_configure-indep: docflags = --with-xmlto +override_dh_auto_configure-arch override_dh_auto_configure-indep:: + dh_auto_configure -- \ + --docdir=\$${prefix}/share/doc/libxmu-headers \ + $(docflags) \ + --without-fop + +execute_after_dh_auto_install: + find debian/tmp/usr/share/doc/libxmu-headers -name '*.xml' -delete + +execute_before_dh_install: + find debian/tmp -name '*.la' -delete + +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/upstream/signing-key.asc +++ libxmu-1.1.3/debian/upstream/signing-key.asc @@ -0,0 +1,58 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- + +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 +=rX43 +-----END PGP PUBLIC KEY BLOCK----- --- 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 +opts=pgpsigurlmangle=s/$/.sig/,pgpmode=auto https://xorg.freedesktop.org/releases/individual/lib/ libXmu-(.*)\.tar\.gz --- libxmu-1.1.3.orig/doc/.gitignore +++ libxmu-1.1.3/doc/.gitignore @@ -0,0 +1,5 @@ +*.txt +*.html +*.pdf +*.ps +*.db