--- libxkbfile-1.1.0.orig/ChangeLog +++ libxkbfile-1.1.0/ChangeLog @@ -1,127 +1,3 @@ -commit 261992d42905f209cd5bf6afcf8a7ae3aa30b3ff -Author: Alan Coopersmith -Date: Sat Mar 16 11:30:41 2019 -0700 - - libxkbfile 1.1.0 - - Signed-off-by: Alan Coopersmith - -commit 306087b60496d6493323433573ee9b9fb392dd7b -Author: Alan Coopersmith -Date: Sat Mar 16 11:22:06 2019 -0700 - - Add description of libxkbfile to README.md - - Signed-off-by: Alan Coopersmith - -commit 28822317438b6800435145a0312dbce59a03eaa3 -Author: Alan Coopersmith -Date: Fri Dec 7 19:44:24 2018 -0800 - - Update configure.ac bug URL for gitlab migration - - Signed-off-by: Alan Coopersmith - -commit 340581e83d57414b5f33fd2f9f22fdfebf0d4b8d -Author: Alan Coopersmith -Date: Mon Nov 19 23:07:00 2018 -0800 - - Update README for gitlab migration - - Signed-off-by: Alan Coopersmith - -commit b660c757e308b7c561dba16d45d18863bfa2973e -Author: Alan Coopersmith -Date: Sat Nov 10 13:21:42 2018 -0800 - - Remove obsolete B16 & B32 tags in struct definitions - - Signed-off-by: Alan Coopersmith - -commit d2ec504fec2550f4fd046e801b34317ef4a4bab9 -Author: Martin Burggraf -Date: Thu Aug 13 21:16:40 2015 +0200 - - correcting mathematical nonsense - - V2: Fixing the issue with numbers between 0 -1 - - Reviewed-by: Alan Coopersmith - Signed-off-by: Alan Coopersmith - -commit 1c070d1153e293169909b0fc8e9ff65be9121fa0 -Author: Mihail Konev -Date: Thu Jan 26 13:52:49 2017 +1000 - - autogen: add default patch prefix - - Signed-off-by: Mihail Konev - -commit 9e39e36316f3dd28b1fd6f71562ec93bce2da35a -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 cfea939bb7d61d51b74493d77294010ddef490f0 -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 56fa447282c47bf23d05e18a42bbd0184dbd8302 -Author: Andreas Wettstein -Date: Sat Feb 15 17:35:50 2014 +0100 - - Fix mistyped argument of sizeof - - A pointer rather than the buffer was given to sizeof. As the data to be - written is only one or two bytes, a pointer size is at least four bytes, and - the buffer has 32 bytes, this error did not have negative effects. - - Signed-off-by: Andreas Wettstein - Reviewed-by: Alan Coopersmith - Signed-off-by: Alan Coopersmith - -commit a594dde52b7903feab839f5cfe08755753aca20e -Author: Andreas Wettstein -Date: Sat Feb 15 17:35:29 2014 +0100 - - Add support for genKeyEvent flag - - ActionMessage has an optional flag genKeyEvent. This change makes sure this - flag is printed when it is set. - - Signed-off-by: Andreas Wettstein - Reviewed-By: Ran Benita - Signed-off-by: Alan Coopersmith - -commit 6223ec08213cb8cc546418690c27e0fdd4f0addd -Author: Andreas Wettstein -Date: Sat Feb 15 17:35:09 2014 +0100 - - Add missing support for NoLock and NoUnlock flags - - The LockMods, ISOLock and LockControls support an "affect" flag to selectively - enable and disable locking and unlocking for these actions. This change adds - output of these flags. - - Signed-off-by: Andreas Wettstein - Reviewed-By: Ran Benita - Signed-off-by: Alan Coopersmith - commit de4f2307448583988a55a587cb6a3f43e4868378 Author: Alan Coopersmith Date: Thu Apr 30 22:24:39 2015 -0700 --- libxkbfile-1.1.0.orig/autogen.sh +++ libxkbfile-1.1.0/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 libxkbfile" + +if test -z "$NOCONFIGURE"; then + exec "$srcdir"/configure "$@" +fi --- libxkbfile-1.1.0.orig/debian/README.source +++ libxkbfile-1.1.0/debian/README.source @@ -0,0 +1,49 @@ +------------------------------------------------------ +Quick Guide To Patching This Package For The Impatient +------------------------------------------------------ + +1. Make sure you have quilt installed +2. Unpack the package as usual with "dpkg-source -x" +3. Run the "patch" target in debian/rules +4. Create a new patch with "quilt new" (see quilt(1)) +5. Edit all the files you want to include in the patch with "quilt edit" + (see quilt(1)). +6. Write the patch with "quilt refresh" (see quilt(1)) +7. Run the "clean" target in debian/rules + +Alternatively, instead of using quilt directly, you can drop the patch in to +debian/patches and add the name of the patch to debian/patches/series. + +------------------------------------ +Guide To The X Strike Force Packages +------------------------------------ + +The X Strike Force team maintains X packages in git repositories on +git.debian.org in the pkg-xorg subdirectory. Most upstream packages +are actually maintained in git repositories as well, so they often +just need to be pulled into git.debian.org in a "upstream-*" branch. +Otherwise, the upstream sources are manually installed in the Debian +git repository. + +The .orig.tar.gz upstream source file could be generated this +"upstream-*" branch in the Debian git repository but it is actually +copied from upstream tarballs directly. + +Due to X.org being highly modular, packaging all X.org applications +as their own independent packages would have created too many Debian +packages. For this reason, some X.org applications have been grouped +into larger packages: xutils, xutils-dev, x11-apps, x11-session-utils, +x11-utils, x11-xfs-utils, x11-xkb-utils, x11-xserver-utils. +Most packages, including the X.org server itself and all libraries +and drivers are, however maintained independently. + +The Debian packaging is added by creating the "debian-*" git branch +which contains the aforementioned "upstream-*" branch plus the debian/ +repository files. +When a patch has to be applied to the Debian package, two solutions +are involved: +* If the patch is available in one of the upstream branches, it + may be git'cherry-picked into the Debian repository. In this + case, it appears directly in the .diff.gz. +* Otherwise, the patch is added to debian/patches/ which is managed + with quilt as documented in /usr/share/doc/quilt/README.source. --- libxkbfile-1.1.0.orig/debian/changelog +++ libxkbfile-1.1.0/debian/changelog @@ -0,0 +1,206 @@ +libxkbfile (1:1.1.0-1build4) noble; urgency=high + + * No change rebuild for 64-bit time_t and frame pointers. + + -- Julian Andres Klode Mon, 08 Apr 2024 18:10:04 +0200 + +libxkbfile (1:1.1.0-1build3) jammy; urgency=high + + * No change rebuild for ppc64el baseline bump. + + -- Julian Andres Klode Thu, 24 Mar 2022 17:15:16 +0100 + +libxkbfile (1:1.1.0-1build2) impish; urgency=medium + + * No-change rebuild to build packages with zstd compression. + + -- Matthias Klose Thu, 07 Oct 2021 12:19:43 +0200 + +libxkbfile (1:1.1.0-1build1) hirsute; urgency=medium + + * No-change rebuild to drop the udeb package. + + -- Matthias Klose Mon, 22 Feb 2021 10:35:12 +0100 + +libxkbfile (1:1.1.0-1) unstable; urgency=medium + + * New upstream release. + * control: Use debhelper-compat, bump to 12. + * control: Update Vcs urls. + * control: Bump policy to 4.5.0. + * Switch to dbgsym package. + * rules: Remove .la files before dh_install. + * control: Migrate depends to x11proto-dev. + * watch: Update git url. + + -- Timo Aaltonen Wed, 18 Mar 2020 10:44:03 +0200 + +libxkbfile (1:1.0.9-2) unstable; urgency=medium + + * Team upload. + * Restore separate build directory. + + -- Julien Cristau Wed, 28 Oct 2015 11:13:13 +0000 + +libxkbfile (1:1.0.9-1) unstable; urgency=medium + + * Team upload. + * New upstream release + * Let uscan verify tarball signatures. + * Switch d/rules to dh with dh-autoreconf. + * Delete XSFBS scripts. + * Remove Drew and Cyril from Uploaders. + * Bump Standards-Version to 3.9.6, update Vcs-* control fields. + + -- Julien Cristau Wed, 28 Oct 2015 10:32:49 +0000 + +libxkbfile (1:1.0.8-1) unstable; urgency=low + + * New upstream release. + * Remove David Nusinow from Uploaders. + * Don't require (fake)root for debian/rules clean. + * Build-Depend on newer xutils-dev for util-macros 1.8. + * Build for multiarch. + + -- Julien Cristau Sat, 21 Apr 2012 00:01:05 +0200 + +libxkbfile (1:1.0.7-1) unstable; urgency=low + + * New upstream release. + * Switch from --list-missing to --fail-missing for additional safety. + + -- Cyril Brulebois Sat, 06 Nov 2010 15:54:11 +0100 + +libxkbfile (1:1.0.6-2) unstable; urgency=low + + [ Julien Cristau ] + * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no + good reason. Thanks, Colin Watson! + * Remove myself from Uploaders + + [ Cyril Brulebois ] + * Add udeb needed for the graphical installer: libxkbfile1-udeb. + * Bump the B-D on libx11-dev to make sure libxkbfile1-udeb gets a + dependency on libx11-6-udeb. + * Bump Standards-Version from 3.8.3 to 3.8.4 (no changes needed). + * Add myself to Uploaders. + + -- Cyril Brulebois Thu, 11 Mar 2010 22:00:21 +0100 + +libxkbfile (1:1.0.6-1) unstable; urgency=low + + [ Brice Goglin ] + * Add a link to www.X.org and a reference to the upstream module + in the long description. + + [ Timo Aaltonen ] + * New upstream release. + + makes misc:typo option work (closes: #513356) + * Run autoreconf on build. Add build-deps on automake, libtool + and xutils-dev. + * Parse space-separated DEB_BUILD_OPTIONS, and handle parallel=N. + * Bump Standards-Version to 3.8.3. + * Move -dbg package to section debug. + * Drop pre-dependency on x11-common from libxkbfile-dev. This was needed + for upgrades from sarge. + + -- Julien Cristau Wed, 25 Nov 2009 19:11:28 +0100 + +libxkbfile (1:1.0.5-1) unstable; urgency=low + + * New upstream release. + * Minor updates to debian/copyright to add download URL and more closely + match upstream's COPYING file. + * Remove Branden and Fabio from Uploaders with their permission, and add + myself. + * Don't build-depend on packages with a -1 debian revision. + * Bump Standards-Version to 3.7.3. + * Drop XS- prefix from Vcs-Git, add Vcs-Browser control field. + * libxkbfile1 and libxkbfile1-dbg don't need a dependency on x11-common. + * Use ${binary:Version} instead of the obsolete ${Source-Version}. + * Move libxkbfile1 to Section: libs, libxkbfile{1-dbg,-dev} to libdevel. + + -- Julien Cristau Fri, 21 Mar 2008 12:18:53 +0100 + +libxkbfile (1:1.0.4-1) unstable; urgency=low + + [ Julien Cristau ] + * New upstream release (X11R7.2). + * Drop obsolete CVS info from the descriptions, and add XS-Vcs-Git. + * Install the upstream ChangeLog. + + -- Drew Parsons Fri, 13 Apr 2007 01:20:22 +1000 + +libxkbfile (1:1.0.3-2) unstable; urgency=low + + * Bring X11R7.1 into unstable. + * dbg package has priority extra. + + -- Drew Parsons Sat, 26 Aug 2006 21:10:30 +1000 + +libxkbfile (1:1.0.3-1) experimental; urgency=low + + * New upstream version (X11R7.1). + * Don't install libxkbfile.la. + + -- Drew Parsons Sun, 6 Aug 2006 21:39:03 +1000 + +libxkbfile (1:1.0.2-4) UNRELEASED; urgency=low + + * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build; + idempotency fix. + * Run dh_install w/ --list-missing. + * Drop duplicate x11-common dep in -dev package. + * Bump standards version to 3.7.2.0. + * Version x11-common pre-dep in -dev package to 1:7.0.0 to match + the rest of Debian. + * Bump debhelper compat to 5. + * Fix dh_strip call to skip the -dbg package. + + -- Andres Salomon Mon, 17 Jul 2006 01:21:10 -0400 + +libxkbfile (1:1.0.2-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:50:03 -0400 + +libxkbfile (1:1.0.2-2) unstable; urgency=low + + * Upload to unstable + + -- David Nusinow Thu, 23 Mar 2006 22:44:43 -0500 + +libxkbfile (1:1.0.2-1) experimental; urgency=low + + * New upstream release + + -- David Nusinow Tue, 21 Mar 2006 21:29:21 -0500 + +libxkbfile (1:1.0.1-1) experimental; urgency=low + + * First modular upload to Debian + + -- David Nusinow Thu, 29 Dec 2005 20:53:36 -0500 + +libxkbfile (7.0.0-3) breezy; urgency=low + + * Allow options to appear with other mappings, as this restriction seems to + make no sense. + + -- Daniel Stone Mon, 10 Oct 2005 15:40:36 +1000 + +libxkbfile (7.0.0-2) breezy; urgency=low + + * Bump Build-Depends on libx11-dev to avoid _XOPEN_SOURCE. + + -- Daniel Stone Sat, 23 Jul 2005 00:41:03 +1000 + +libxkbfile (7.0.0-1) breezy; urgency=low + + * First libxkbfile release. + * This version number may change; the exact versioning scheme is currently a + matter of debate within the release team. + + -- Daniel Stone Mon, 16 May 2005 22:10:17 +1000 --- libxkbfile-1.1.0.orig/debian/control +++ libxkbfile-1.1.0/debian/control @@ -0,0 +1,59 @@ +Source: libxkbfile +Section: x11 +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian X Strike Force +Build-Depends: + debhelper-compat (= 12), + libx11-dev (>= 2:1.3.3-2), + x11proto-dev, + pkg-config, + xutils-dev (>= 1:7.5+4), +Standards-Version: 4.5.0 +Vcs-Git: https://salsa.debian.org/xorg-team/lib/libxkbfile.git +Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libxkbfile + +Package: libxkbfile1 +Section: libs +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: X11 keyboard file manipulation library + libxkbfile provides an interface to read and manipulate description files for + XKB, the X11 keyboard configuration extension. + . + More information about X.Org can be found at: + + . + This module can be found at + git://anongit.freedesktop.org/git/xorg/lib/libxkbfile + +Package: libxkbfile1-udeb +XC-Package-Type: udeb +Section: debian-installer +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: X11 keyboard file manipulation library + This is a udeb, or a microdeb, for the debian-installer. + +Package: libxkbfile-dev +Section: libdevel +Architecture: any +Multi-Arch: same +Depends: ${shlibs:Depends}, ${misc:Depends}, + libxkbfile1 (= ${binary:Version}), + libx11-dev, + x11proto-dev, +Description: X11 keyboard file manipulation library (development headers) + libxkbfile provides an interface to read and manipulate description files for + XKB, the X11 keyboard configuration extension. + . + This package contains the development headers for the library found in + libxkbfile1. 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/libxkbfile --- libxkbfile-1.1.0.orig/debian/copyright +++ libxkbfile-1.1.0/debian/copyright @@ -0,0 +1,70 @@ +This package was downloaded from +http://xorg.freedesktop.org/releases/individual/lib/ + +Copyright (c) 1994-1996 by Silicon Graphics Computer Systems, Inc. + +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 Silicon Graphics not be +used in advertising or publicity pertaining to distribution +of the software without specific prior written permission. +Silicon Graphics makes no representation about the suitability +of this software for any purpose. It is provided "as is" +without any express or implied warranty. + +SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS +SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON +GRAPHICS 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 1987, 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 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. + --- libxkbfile-1.1.0.orig/debian/libxkbfile-dev.install +++ libxkbfile-1.1.0/debian/libxkbfile-dev.install @@ -0,0 +1,4 @@ +usr/include/X11/* +usr/lib/*/libxkbfile.a +usr/lib/*/libxkbfile.so +usr/lib/*/pkgconfig/xkbfile.pc --- libxkbfile-1.1.0.orig/debian/libxkbfile1-udeb.install +++ libxkbfile-1.1.0/debian/libxkbfile1-udeb.install @@ -0,0 +1 @@ +usr/lib/*/libxkbfile.so.1* usr/lib/ --- libxkbfile-1.1.0.orig/debian/libxkbfile1.install +++ libxkbfile-1.1.0/debian/libxkbfile1.install @@ -0,0 +1 @@ +usr/lib/*/libxkbfile.so.1* --- libxkbfile-1.1.0.orig/debian/rules +++ libxkbfile-1.1.0/debian/rules @@ -0,0 +1,18 @@ +#!/usr/bin/make -f +# debian/rules for the Debian libxkbfile package. + +# set this to the name of the main shlib's binary package +PACKAGE = libxkbfile1 + +%: + dh $@ --builddirectory=build/ + +override_dh_install: + find debian/tmp -name '*.la' -delete + dh_install --sourcedir=debian/tmp + +override_dh_missing: + dh_missing --fail-missing + +override_dh_makeshlibs: + dh_makeshlibs --add-udeb=$(PACKAGE)-udeb --- libxkbfile-1.1.0.orig/debian/upstream/signing-key.asc +++ libxkbfile-1.1.0/debian/upstream/signing-key.asc @@ -0,0 +1,60 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v1 + +mQGiBEab+moRBACDH5yKqS3wcc5bdxY7PBNuwKvF5TKMfagmSvuRDtZjjIIWaA/n +Z1KboV9Gq5g7kP7+Kfu+Qgd8u65eVsWwmPW10fXvj3aCU53glx2EdGdrHcgiyH2g +EQfPiyBw+trIppWFRV0IDXSLMA1FNC92t2nSG/VFHaPTVwcgkIRSfcXDvwCglGdE +a6f4uLqoNHP+m4yYnzapFuMD/R4+2AJDAvEWKDdYCGZzlawjAmmWyXrmT7/C/mx9 +8qUR473l4buXjHgDkkXXlHqdzil1vK85PhrKzNJDCCmlHUJNz+QwiAMOLwpD+kwV +Pb57RG7y+a5JQ5+jtVw4RlUxZIk/wj2An9YBO3A5vR7PdjM32ZJCN2+aM4dYfNzQ +xQKTA/47icvBaBVTl9rztjg2pd2Aqpc1P/GsIYLGj7XjnnJvGAENBHSH1QjpZMJG +CTS9oJ+B0/wrIr+pA+MdFgYAb6ojMQJOO6UChjWWSGjMFcs/CeXhxlLBido3DtAE +TbNTwO6OEfAvdosvTdhJFnwvZlJ+zZGGy5CrF2Fd9PUe9tmASbQoQWxhbiBDb29w +ZXJzbWl0aCA8YWxhbmNAZnJlZWRlc2t0b3Aub3JnPohoBBMRAgAoAhsDBgsJCAcD +AgYVCAIJCgsEFgIDAQIeAQIXgAUCUXnRYgUJFEPYeAAKCRCi+54IHy0TDonxAKCP +cAgXNojuujUg5Wqi6v0RBFVSUgCggq1SsVEdq9NDWvXvkeGyNaBivSK0K0FsYW4g +Q29vcGVyc21pdGggPGFsYW4uY29vcGVyc21pdGhAc3VuLmNvbT6IZgQTEQIAJgIb +AwYLCQgHAwIEFQIIAwQWAgMBAh4BAheABQJRedFiBQkUQ9h4AAoJEKL7nggfLRMO +6sUAn0jl3h9rY4OJ13Lu7nsKclyhDpOqAKCFgTmaDGRuDRxloLg9jftrn7a7vrQu +QWxhbiBDb29wZXJzbWl0aCA8YWxhbi5jb29wZXJzbWl0aEBvcmFjbGUuY29tPohr +BBMRAgArAhsDBgsJCAcDAgYVCAIJCgsEFgIDAQIeAQIXgAIZAQUCUXnRYgUJFEPY +eAAKCRCi+54IHy0TDtBZAJ9IgVVNoFIPRjTsNjcSFaLznuDRJgCcC/WgV312IrxS +Q8PRAyEgozSB9Ke5Ag0ERpv6bxAIAJp5aUlho5rUhpS6ik7spsAQFPRuycPKMNu0 +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 +=tc6G +-----END PGP PUBLIC KEY BLOCK----- --- libxkbfile-1.1.0.orig/debian/watch +++ libxkbfile-1.1.0/debian/watch @@ -0,0 +1,4 @@ +#git=https://gitlab.freedesktop.org/xorg/lib/libxkbfile.git +version=3 +opts=pgpsigurlmangle=s/$/.sig/ \ +http://xorg.freedesktop.org/releases/individual/lib/ libxkbfile-(.*)\.tar\.gz