[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][xorg-team/proto/xorgproto][debian-unstable] 2 commits: remove binaries not shipped with the tarball



Title: GitLab

Timo Aaltonen pushed to branch debian-unstable at X Strike Force / proto / xorgproto

Commits:

13 changed files:

Changes:

  • debian/README.source
    1
    +------------------------------------------------------
    
    2
    +Quick Guide To Patching This Package For The Impatient
    
    3
    +------------------------------------------------------
    
    4
    +
    
    5
    +1. Make sure you have quilt installed
    
    6
    +2. Unpack the package as usual with "dpkg-source -x"
    
    7
    +3. Run the "patch" target in debian/rules
    
    8
    +4. Create a new patch with "quilt new" (see quilt(1))
    
    9
    +5. Edit all the files you want to include in the patch with "quilt edit"
    
    10
    +   (see quilt(1)).
    
    11
    +6. Write the patch with "quilt refresh" (see quilt(1))
    
    12
    +7. Run the "clean" target in debian/rules
    
    13
    +
    
    14
    +Alternatively, instead of using quilt directly, you can drop the patch in to
    
    15
    +debian/patches and add the name of the patch to debian/patches/series.
    
    16
    +
    
    17
    +------------------------------------
    
    18
    +Guide To The X Strike Force Packages
    
    19
    +------------------------------------
    
    20
    +
    
    21
    +The X Strike Force team maintains X packages in git repositories on
    
    22
    +salsa.debian.org under xorg-team hierarchy. Most upstream packages
    
    23
    +are actually maintained in git repositories as well, so they often
    
    24
    +just need to be pulled into salsa.debian.org in a "upstream-*" branch.
    
    25
    +Otherwise, the upstream sources are manually installed in the Debian
    
    26
    +git repository.
    
    27
    +
    
    28
    +The .orig.tar.gz upstream source file could be generated this
    
    29
    +"upstream-*" branch in the Debian git repository but it is actually
    
    30
    +copied from upstream tarballs directly.
    
    31
    +
    
    32
    +Due to X.org being highly modular, packaging all X.org applications
    
    33
    +as their own independent packages would have created too many Debian
    
    34
    +packages. For this reason, some X.org applications have been grouped
    
    35
    +into larger packages: xutils, xutils-dev, x11-apps, x11-session-utils,
    
    36
    +x11-utils, x11-xfs-utils, x11-xkb-utils, x11-xserver-utils.
    
    37
    +Most packages, including the X.org server itself and all libraries
    
    38
    +and drivers are, however maintained independently.
    
    39
    +
    
    40
    +The Debian packaging is added by creating the "debian-*" git branch
    
    41
    +which contains the aforementioned "upstream-*" branch plus the debian/
    
    42
    +repository files.
    
    43
    +When a patch has to be applied to the Debian package, two solutions
    
    44
    +are involved:
    
    45
    +* If the patch is available in one of the upstream branches, it
    
    46
    +  may be git'cherry-picked into the Debian repository. In this
    
    47
    +  case, it appears directly in the .diff.gz.
    
    48
    +* Otherwise, the patch is added to debian/patches/ which is managed
    
    49
    +  with quilt as documented in /usr/share/doc/quilt/README.source.

  • debian/changelog
    1
    +xorgproto (2018.1-1) UNRELEASED; urgency=medium
    
    2
    +
    
    3
    +  * Initial release. (Closes: #)
    
    4
    +
    
    5
    + -- Timo Aaltonen <tjaalton@debian.org>  Tue, 06 Feb 2018 13:02:56 +0200

  • debian/compat
    1
    +10

  • debian/control
    1
    +Source: xorgproto
    
    2
    +Section: x11
    
    3
    +Priority: optional
    
    4
    +Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
    
    5
    +XSBC-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
    
    6
    +Build-Depends:
    
    7
    + debhelper (>= 10),
    
    8
    + quilt,
    
    9
    + xutils-dev (>= 1:7.6+2),
    
    10
    + pkg-config,
    
    11
    +# specs:
    
    12
    + xmlto,
    
    13
    + xorg-sgml-doctools (>= 1:1.8),
    
    14
    + w3m,
    
    15
    + xsltproc,
    
    16
    +Standards-Version: 4.1.3
    
    17
    +Vcs-Git: https://salsa.debian.org/git/xorg-team/proto/xorgproto.git
    
    18
    +Vcs-Browser: https://salsa.debian.org/git/xorg-team/proto/xorgproto.git
    
    19
    +
    
    20
    +Package: x11proto-dev
    
    21
    +Architecture: all
    
    22
    +Depends:
    
    23
    + ${shlibs:Depends},
    
    24
    + ${misc:Depends},
    
    25
    + xorg-sgml-doctools (>= 1:1.5),
    
    26
    +Multi-Arch: foreign
    
    27
    +Breaks:
    
    28
    + x11proto-bigreqs-dev (<< 2018.1),
    
    29
    + x11proto-composite-dev (<< 2018.1),
    
    30
    + x11proto-core-dev (<< 2018.1),
    
    31
    + x11proto-damage-dev (<< 2018.1),
    
    32
    + x11proto-dmx-dev (<< 2018.1),
    
    33
    + x11proto-dri2-dev (<< 2018.1),
    
    34
    + x11proto-dri3-dev (<< 2018.1),
    
    35
    + x11proto-fixes-dev (<< 2018.1),
    
    36
    + x11proto-fonts-dev (<< 2018.1),
    
    37
    + x11proto-gl-dev (<< 2018.1),
    
    38
    + x11proto-input-dev (<< 2018.1),
    
    39
    + x11proto-kb-dev (<< 2018.1),
    
    40
    + x11proto-present-dev (<< 2018.1),
    
    41
    + x11proto-print-dev (<< 2018.1),
    
    42
    + x11proto-randr-dev (<< 2018.1),
    
    43
    + x11proto-record-dev (<< 2018.1),
    
    44
    + x11proto-render-dev (<< 2018.1),
    
    45
    + x11proto-resource-dev (<< 2018.1),
    
    46
    + x11proto-scrnsaver-dev (<< 2018.1),
    
    47
    + x11proto-video-dev (<< 2018.1),
    
    48
    + x11proto-xcmisc-dev (<< 2018.1),
    
    49
    + x11proto-xext-dev (<< 2018.1),
    
    50
    + x11proto-xf86bigfont-dev (<< 2018.1),
    
    51
    + x11proto-xf86dga-dev (<< 2018.1),
    
    52
    + x11proto-xf86dri-dev (<< 2018.1),
    
    53
    + x11proto-xf86vidmode-dev (<< 2018.1),
    
    54
    + x11proto-xinerama-dev (<< 2018.1),
    
    55
    +Provides:
    
    56
    + x11proto-bigreqs-dev,
    
    57
    + x11proto-composite-dev,
    
    58
    + x11proto-core-dev,
    
    59
    + x11proto-damage-dev,
    
    60
    + x11proto-dmx-dev,
    
    61
    + x11proto-dri2-dev,
    
    62
    + x11proto-dri3-dev,
    
    63
    + x11proto-fixes-dev,
    
    64
    + x11proto-fonts-dev,
    
    65
    + x11proto-gl-dev,
    
    66
    + x11proto-input-dev,
    
    67
    + x11proto-kb-dev,
    
    68
    + x11proto-present-dev,
    
    69
    + x11proto-print-dev,
    
    70
    + x11proto-randr-dev,
    
    71
    + x11proto-record-dev,
    
    72
    + x11proto-render-dev,
    
    73
    + x11proto-resource-dev,
    
    74
    + x11proto-scrnsaver-dev,
    
    75
    + x11proto-video-dev,
    
    76
    + x11proto-xcmisc-dev,
    
    77
    + x11proto-xext-dev,
    
    78
    + x11proto-xf86bigfont-dev,
    
    79
    + x11proto-xf86dga-dev,
    
    80
    + x11proto-xf86dri-dev,
    
    81
    + x11proto-xf86vidmode-dev,
    
    82
    + x11proto-xinerama-dev,
    
    83
    +Replaces:
    
    84
    + x11proto-bigreqs-dev (<< 2018.1),
    
    85
    + x11proto-composite-dev (<< 2018.1),
    
    86
    + x11proto-core-dev (<< 2018.1),
    
    87
    + x11proto-damage-dev (<< 2018.1),
    
    88
    + x11proto-dmx-dev (<< 2018.1),
    
    89
    + x11proto-dri2-dev (<< 2018.1),
    
    90
    + x11proto-dri3-dev (<< 2018.1),
    
    91
    + x11proto-fixes-dev (<< 2018.1),
    
    92
    + x11proto-fonts-dev (<< 2018.1),
    
    93
    + x11proto-gl-dev (<< 2018.1),
    
    94
    + x11proto-input-dev (<< 2018.1),
    
    95
    + x11proto-kb-dev (<< 2018.1),
    
    96
    + x11proto-present-dev (<< 2018.1),
    
    97
    + x11proto-print-dev (<< 2018.1),
    
    98
    + x11proto-randr-dev (<< 2018.1),
    
    99
    + x11proto-record-dev (<< 2018.1),
    
    100
    + x11proto-render-dev (<< 2018.1),
    
    101
    + x11proto-resource-dev (<< 2018.1),
    
    102
    + x11proto-scrnsaver-dev (<< 2018.1),
    
    103
    + x11proto-video-dev (<< 2018.1),
    
    104
    + x11proto-xcmisc-dev (<< 2018.1),
    
    105
    + x11proto-xext-dev (<< 2018.1),
    
    106
    + x11proto-xf86bigfont-dev (<< 2018.1),
    
    107
    + x11proto-xf86dga-dev (<< 2018.1),
    
    108
    + x11proto-xf86dri-dev (<< 2018.1),
    
    109
    + x11proto-xf86vidmode-dev (<< 2018.1),
    
    110
    + x11proto-xinerama-dev (<< 2018.1),
    
    111
    +Description: X11 extension protocols and auxiliary headers
    
    112
    + This package provides development headers describing the wire protocol
    
    113
    + for the X11 core and extension protocols, and also provides a number of
    
    114
    + utility headers, used to abstract OS-specific functions.
    
    115
    + .
    
    116
    + More information about X.Org can be found at:
    
    117
    + <URL:https://www.X.org>
    
    118
    + .
    
    119
    + This package is built from the X.org xorgproto module.
    
    120
    +
    
    121
    +Package: x11proto-bigreqs-dev
    
    122
    +Section: oldlibs
    
    123
    +Architecture: all
    
    124
    +Depends: ${misc:Depends}, x11proto-dev
    
    125
    +Description: transitional dummy package
    
    126
    + This is a transitional dummy package, it can be safely removed.
    
    127
    +
    
    128
    +Package: x11proto-composite-dev
    
    129
    +Section: oldlibs
    
    130
    +Architecture: all
    
    131
    +Depends: ${misc:Depends}, x11proto-dev
    
    132
    +Description: transitional dummy package
    
    133
    + This is a transitional dummy package, it can be safely removed.
    
    134
    +
    
    135
    +Package: x11proto-core-dev
    
    136
    +Section: oldlibs
    
    137
    +Architecture: all
    
    138
    +Depends: ${misc:Depends}, x11proto-dev
    
    139
    +Description: transitional dummy package
    
    140
    + This is a transitional dummy package, it can be safely removed.
    
    141
    +
    
    142
    +Package: x11proto-damage-dev
    
    143
    +Section: oldlibs
    
    144
    +Architecture: all
    
    145
    +Depends: ${misc:Depends}, x11proto-dev
    
    146
    +Description: transitional dummy package
    
    147
    + This is a transitional dummy package, it can be safely removed.
    
    148
    +
    
    149
    +Package: x11proto-dmx-dev
    
    150
    +Section: oldlibs
    
    151
    +Architecture: all
    
    152
    +Depends: ${misc:Depends}, x11proto-dev
    
    153
    +Description: transitional dummy package
    
    154
    + This is a transitional dummy package, it can be safely removed.
    
    155
    +
    
    156
    +Package: x11proto-dri2-dev
    
    157
    +Section: oldlibs
    
    158
    +Architecture: all
    
    159
    +Depends: ${misc:Depends}, x11proto-dev
    
    160
    +Description: transitional dummy package
    
    161
    + This is a transitional dummy package, it can be safely removed.
    
    162
    +
    
    163
    +Package: x11proto-dri3-dev
    
    164
    +Section: oldlibs
    
    165
    +Architecture: all
    
    166
    +Depends: ${misc:Depends}, x11proto-dev
    
    167
    +Description: transitional dummy package
    
    168
    + This is a transitional dummy package, it can be safely removed.
    
    169
    +
    
    170
    +Package: x11proto-fixes-dev
    
    171
    +Section: oldlibs
    
    172
    +Architecture: all
    
    173
    +Depends: ${misc:Depends}, x11proto-dev
    
    174
    +Description: transitional dummy package
    
    175
    + This is a transitional dummy package, it can be safely removed.
    
    176
    +
    
    177
    +Package: x11proto-fonts-dev
    
    178
    +Section: oldlibs
    
    179
    +Architecture: all
    
    180
    +Depends: ${misc:Depends}, x11proto-dev
    
    181
    +Description: transitional dummy package
    
    182
    + This is a transitional dummy package, it can be safely removed.
    
    183
    +
    
    184
    +Package: x11proto-gl-dev
    
    185
    +Section: oldlibs
    
    186
    +Architecture: all
    
    187
    +Depends: ${misc:Depends}, x11proto-dev
    
    188
    +Description: transitional dummy package
    
    189
    + This is a transitional dummy package, it can be safely removed.
    
    190
    +
    
    191
    +Package: x11proto-input-dev
    
    192
    +Section: oldlibs
    
    193
    +Architecture: all
    
    194
    +Depends: ${misc:Depends}, x11proto-dev
    
    195
    +Description: transitional dummy package
    
    196
    + This is a transitional dummy package, it can be safely removed.
    
    197
    +
    
    198
    +Package: x11proto-kb-dev
    
    199
    +Section: oldlibs
    
    200
    +Architecture: all
    
    201
    +Depends: ${misc:Depends}, x11proto-dev
    
    202
    +Description: transitional dummy package
    
    203
    + This is a transitional dummy package, it can be safely removed.
    
    204
    +
    
    205
    +Package: x11proto-present-dev
    
    206
    +Section: oldlibs
    
    207
    +Architecture: all
    
    208
    +Depends: ${misc:Depends}, x11proto-dev
    
    209
    +Description: transitional dummy package
    
    210
    + This is a transitional dummy package, it can be safely removed.
    
    211
    +
    
    212
    +Package: x11proto-print-dev
    
    213
    +Section: oldlibs
    
    214
    +Architecture: all
    
    215
    +Depends: ${misc:Depends}, x11proto-dev
    
    216
    +Description: transitional dummy package
    
    217
    + This is a transitional dummy package, it can be safely removed.
    
    218
    +
    
    219
    +Package: x11proto-randr-dev
    
    220
    +Section: oldlibs
    
    221
    +Architecture: all
    
    222
    +Depends: ${misc:Depends}, x11proto-dev
    
    223
    +Description: transitional dummy package
    
    224
    + This is a transitional dummy package, it can be safely removed.
    
    225
    +
    
    226
    +Package: x11proto-record-dev
    
    227
    +Section: oldlibs
    
    228
    +Architecture: all
    
    229
    +Depends: ${misc:Depends}, x11proto-dev
    
    230
    +Description: transitional dummy package
    
    231
    + This is a transitional dummy package, it can be safely removed.
    
    232
    +
    
    233
    +Package: x11proto-render-dev
    
    234
    +Section: oldlibs
    
    235
    +Architecture: all
    
    236
    +Depends: ${misc:Depends}, x11proto-dev
    
    237
    +Description: transitional dummy package
    
    238
    + This is a transitional dummy package, it can be safely removed.
    
    239
    +
    
    240
    +Package: x11proto-resource-dev
    
    241
    +Section: oldlibs
    
    242
    +Architecture: all
    
    243
    +Depends: ${misc:Depends}, x11proto-dev
    
    244
    +Description: transitional dummy package
    
    245
    + This is a transitional dummy package, it can be safely removed.
    
    246
    +
    
    247
    +Package: x11proto-scrnsaver-dev
    
    248
    +Section: oldlibs
    
    249
    +Architecture: all
    
    250
    +Depends: ${misc:Depends}, x11proto-dev
    
    251
    +Description: transitional dummy package
    
    252
    + This is a transitional dummy package, it can be safely removed.
    
    253
    +
    
    254
    +Package: x11proto-video-dev
    
    255
    +Section: oldlibs
    
    256
    +Architecture: all
    
    257
    +Depends: ${misc:Depends}, x11proto-dev
    
    258
    +Description: transitional dummy package
    
    259
    + This is a transitional dummy package, it can be safely removed.
    
    260
    +
    
    261
    +Package: x11proto-xcmisc-dev
    
    262
    +Section: oldlibs
    
    263
    +Architecture: all
    
    264
    +Depends: ${misc:Depends}, x11proto-dev
    
    265
    +Description: transitional dummy package
    
    266
    + This is a transitional dummy package, it can be safely removed.
    
    267
    +
    
    268
    +Package: x11proto-xext-dev
    
    269
    +Section: oldlibs
    
    270
    +Architecture: all
    
    271
    +Depends: ${misc:Depends}, x11proto-dev
    
    272
    +Description: transitional dummy package
    
    273
    + This is a transitional dummy package, it can be safely removed.
    
    274
    +
    
    275
    +Package: x11proto-xf86bigfont-dev
    
    276
    +Section: oldlibs
    
    277
    +Architecture: all
    
    278
    +Depends: ${misc:Depends}, x11proto-dev
    
    279
    +Description: transitional dummy package
    
    280
    + This is a transitional dummy package, it can be safely removed.
    
    281
    +
    
    282
    +Package: x11proto-xf86dga-dev
    
    283
    +Section: oldlibs
    
    284
    +Architecture: all
    
    285
    +Depends: ${misc:Depends}, x11proto-dev
    
    286
    +Description: transitional dummy package
    
    287
    + This is a transitional dummy package, it can be safely removed.
    
    288
    +
    
    289
    +Package: x11proto-xf86dri-dev
    
    290
    +Section: oldlibs
    
    291
    +Architecture: all
    
    292
    +Depends: ${misc:Depends}, x11proto-dev
    
    293
    +Description: transitional dummy package
    
    294
    + This is a transitional dummy package, it can be safely removed.
    
    295
    +
    
    296
    +Package: x11proto-xf86vidmode-dev
    
    297
    +Section: oldlibs
    
    298
    +Architecture: all
    
    299
    +Depends: ${misc:Depends}, x11proto-dev
    
    300
    +Description: transitional dummy package
    
    301
    + This is a transitional dummy package, it can be safely removed.
    
    302
    +
    
    303
    +Package: x11proto-xinerama-dev
    
    304
    +Section: oldlibs
    
    305
    +Architecture: all
    
    306
    +Depends: ${misc:Depends}, x11proto-dev
    
    307
    +Description: transitional dummy package
    
    308
    + This is a transitional dummy package, it can be safely removed.

  • debian/copyright
    1
    +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
    
    2
    +Upstream-Name: xorgproto
    
    3
    +Source: 
    
    4
    +
    
    5
    +Files: *
    
    6
    +Copyright:
    
    7
    +	1985-2003 The Open Group
    
    8
    +	1986-2002 Hewlett-Packard Company
    
    9
    +	1987 Apollo Computer Inc., Chelmsford, Massachusetts.
    
    10
    +	1987-1997 Digital Equipment Corporation, Maynard, Massachusetts.
    
    11
    +	1988-1995 Network Computing Devices, Inc.
    
    12
    +	1991-2006 Oracle and/or its affiliates. All rights reserved.
    
    13
    +	1991-2000 Silicon Graphics, Inc. All Rights Reserved.
    
    14
    +	1992 X Consortium
    
    15
    +	1995 Kaleb S. KEITHLEY
    
    16
    +	1996 Fujitsu Limited
    
    17
    +	1996 Hitachi, Ltd.
    
    18
    +	1996 International Business Machines Corp.
    
    19
    +	1996 Novell, Inc.
    
    20
    +	1998-1999 Precision Insight, Inc., Cedar Park, Texas.
    
    21
    +	1998-1999 Shunsuke Akiyama <akiyama@jp.FreeBSD.org>.
    
    22
    +	1998-1999 X-TrueType Server Project, All rights reserved.
    
    23
    +	1999-2002 The XFree86 Project Inc.
    
    24
    +	2000 Compaq Computer Corporation
    
    25
    +	2000 SuSE, Inc.
    
    26
    +	2000 VA Linux Systems, Inc.
    
    27
    +	2001-2013 Keith Packard
    
    28
    +	2002-2010 Red Hat, Inc.
    
    29
    +	2002-2009 Apple, Inc.
    
    30
    +	2004 Sun Microsystems, Inc. 
    
    31
    +	2004 The Unichrome Project. All rights reserved.
    
    32
    +	2006 Intel Corporation
    
    33
    +	2007-2008 Peter Hutterer
    
    34
    +	2007 Eric Anholt
    
    35
    +License: MIT
    
    36
    +
    
    37
    +Files: debian
    
    38
    +Copyright: Timo Aaltonen <tjaalton@debian.org>
    
    39
    +License: MIT
    
    40
    +
    
    41
    +License: MIT
    
    42
    + Permission is hereby granted, free of charge, to any person obtaining a
    
    43
    + copy of this software and associated documentation files (the "Software"),
    
    44
    + to deal in the Software without restriction, including without limitation
    
    45
    + the rights to use, copy, modify, merge, publish, distribute, sublicense,
    
    46
    + and/or sell copies of the Software, and to permit persons to whom the
    
    47
    + Software is furnished to do so, subject to the following conditions:
    
    48
    + .
    
    49
    + The above copyright notice and this permission notice (including the next
    
    50
    + paragraph) shall be included in all copies or substantial portions of the
    
    51
    + Software.
    
    52
    + .
    
    53
    + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    
    54
    + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    
    55
    + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
    
    56
    + THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    
    57
    + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
    
    58
    + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
    
    59
    + DEALINGS IN THE SOFTWARE.

  • debian/patches/series
    1
    +# placeholder

  • debian/rules
    1
    +#!/usr/bin/make -f
    
    2
    +
    
    3
    +PACKAGE = x11proto-dev
    
    4
    +
    
    5
    +# Build html and txt only:
    
    6
    +override_dh_auto_configure:
    
    7
    +	dh_auto_configure -- \
    
    8
    +		--docdir=\$${prefix}/share/doc/$(PACKAGE) \
    
    9
    +		--libdir=\$${prefix}/lib \
    
    10
    +		--with-xmlto
    
    11
    +
    
    12
    +# Install in debian/tmp to retain control through dh_install:
    
    13
    +override_dh_auto_install:
    
    14
    +	dh_auto_install --destdir=debian/tmp
    
    15
    +
    
    16
    +# Forget no-one:
    
    17
    +override_dh_install:
    
    18
    +	find debian/tmp/usr/share/doc/$(PACKAGE) -name '*.xml' -delete
    
    19
    +	find debian/tmp/usr/share/doc/$(PACKAGE) -name '*.db' -delete
    
    20
    +	find debian/tmp/usr/share/doc/$(PACKAGE) -name '*.ps' -delete
    
    21
    +
    
    22
    +	dh_install
    
    23
    +
    
    24
    +override_dh_missing:
    
    25
    +	dh_missing --fail-missing
    
    26
    +
    
    27
    +%:
    
    28
    +	dh $@ --with quilt --builddirectory=build/

  • debian/upstream/signing-key.asc
    1
    +-----BEGIN PGP PUBLIC KEY BLOCK-----
    
    2
    +Version: GnuPG v2
    
    3
    +
    
    4
    +mQGNBFnVVFMBDACz5+V0s2/JjDuvutBbI4hAO3Zgb8mlny5nM/YgkCCVe79MsOAe
    
    5
    +5Kn4Gj+lc8LiwJ4fyYPAWx1FIliryYE4RgpnKhipQhZB/UcvImTHQA4tqIavReyo
    
    6
    +H4o5+CbPgRY7XNE2wRWOogWd3WuSeuq/37mu1gORmq3KogzuarjJvffLNL4saA+w
    
    7
    +J37BXWhQ3P+eRiyF0qHaozf+bMenqtWEy0n0IQEg5wUS/zGXVlOX3fNhJeskq93a
    
    8
    +US0bu3axZL4sxOMKxnhRK0XDziFaiMu/DTj4Y0SWDXgK0owkcc7Ow2eAX52Z+zvw
    
    9
    +m9O3nBaQvQV7cUxNwYBmc2WkVts9XBrGT7tZ3HmFAkzB6YyPfdXYT4TpyFLofLVs
    
    10
    +JDvpa8iXkOmy22JUuqJlW36Idpmv/2jNkEfiIbby3wwZtONJOD9xNxCmOiVGA59+
    
    11
    +q+Lgs0aCWzomNx07zMOEeVvLOj9ficZhTqfvhZrkPD4iEOKKIpRRjCyDyMa0HTb7
    
    12
    +XAkDYk/NcZe4kQsAEQEAAbQcQWRhbSBKYWNrc29uIDxhamF4QG53bmsubmV0PokB
    
    13
    +zgQTAQgAOBYhBJle1cimE46wlh8YR0wJ3YPKqlCyBQJZ1VRTAhsDBQsJCAcCBhUI
    
    14
    +CQoLAgQWAgMBAh4BAheAAAoJEEwJ3YPKqlCy6A4L/Ru8dHFdsNKvKtBH9szNgd5d
    
    15
    +qcjEVWzw6YZKRTVpqw30O9uTcfuHzjV5ATIVTPEdXLklQficyCb4mGQLwxL2q5kT
    
    16
    +YMrGteTwBt4pYExo/DYIEZom3f9+75+OgN1PleXQ9pTYo+Ndw18GsnD/sW04HX2I
    
    17
    +IGKY3qUX3qhlxG6zdXsHTTIoCCBXrWepaD/IdA9Nw37tiyaTq2NH/ChcxFN7SuYr
    
    18
    +SWpBkPRhcsxKDju7j+s4KzO9f1QYFB2Vi3TbbYLEJ3BJg6AxVoiVe4B9xfl6KfCa
    
    19
    +EUjFWMqUprWiOjxNAdRUnfBN3UF2O/BxAtgZMk3RwVGG7fAEkfACkws8G5lcraTu
    
    20
    +kHQJBfzdlbbwrQG4020kRRdNihblPHZAWI5PJG5jpdGcqftyD+lRvv4gljHpAg/I
    
    21
    +eMK4rHjGANX3uQvcCelNwKf8TPVIDTB5vYvWmnHtRmEQkIeHhrMRzjhZej+uzNDF
    
    22
    +FpKPZayGn2uyPLv77aZCQmEs1O1EafWz1+IfBWDUmLkBjQRZ1VRTAQwA5E5W/FDK
    
    23
    +wfm+owkPenG0VYoXRfLlrBDvHcewLt04evdygHZZxNdV9Ycpsve9INdEg4nTJHj4
    
    24
    +mf302faUGECtiMKek78mfymzbAXS0kEXc2NoaXtEgFlPhavM4e8PpJ5aAKEsSHnQ
    
    25
    +1HMS2KJ4bPbDNSLpWkT4HBDAzsJHOFNDu0Z6TsyG/bA1VLoj0iMC9jL8xWz1lOBN
    
    26
    +iAhukMkjHOvmeq4BA2ktH5CUh8qwn8iEyw4sps5RcFKanIeru3sg8SVed4w0oCId
    
    27
    +Tw54mSNE3vzGiK9tDk0yhDRq2oFT7ER4r0Cr3ctyAsDPJCwhgVJ2YWAGdHewdfg6
    
    28
    +l1hfsvmO1omjR1SQBSEbw6Ftl6GySd91rsvT9i5+3LiNIpYgYb2L6wNn7cSXc9NF
    
    29
    +RXDWtw07P1mRJiRrBHwX1Brro7h9tvFT751F5yWSDdah5dUaqbl0C3cmXMoM+FLv
    
    30
    +E0dECfuM/mwOvtvlYzL1htdTSLZRb25dddZ6nTlH3sLkVpd9oZRSd7kdABEBAAGJ
    
    31
    +AbYEGAEIACAWIQSZXtXIphOOsJYfGEdMCd2DyqpQsgUCWdVUUwIbDAAKCRBMCd2D
    
    32
    +yqpQsjd+C/sHZFFz3zSLBo1sUIHCGl6P2DYHatEoQTP7R8g1kAHd145pAGrvXzR4
    
    33
    +F6T5SgM8t4a04Ia2SJLaptNXpf1pJXKlEpEaCb/oDhB/eCt8sOilcqSojkEmpe7z
    
    34
    +1xZY/ePNSzbsXDWTOagTM70UdaxgDand1dxMs2q8+Q3y3xZltXcYDmM48a/mRwe7
    
    35
    +rtPK68v3A54ZbcXojNcIMS1JBk+XcuBbmeI0yfGkcqbO2hiP8W81n1mb96jfZ/wj
    
    36
    +QhNzLqI3zxRnFHPiBMLy9tF0odNCRccQ2mbKdV2cfOIF5WKC4lrcyqz3eit2RYdS
    
    37
    +W3PPUqS3x2696I40zI2KoFjRn7YcWJ6T+skZPWW5bHCVcUN57v7270IG2MCA6D6a
    
    38
    +Rto7m6yUbLNgGadDyIjTQladTN1aKYK/QAsxS4y+EhkAPeaQRvZxBhZEocjIAE0B
    
    39
    +D2qzco+dq7IuQHIhXTnGRGEsS0bQdEnpQAoTQMVRo7loR2/XqzCIjkG40JH7Cr/r
    
    40
    +gPSRdLLYOLo=
    
    41
    +=+H4u
    
    42
    +-----END PGP PUBLIC KEY BLOCK-----
    
    43
    +

  • debian/watch
    1
    +#git=git://anongit.freedesktop.org/xorg/proto/xorgproto
    
    2
    +version=3
    
    3
    +opts=pgpsigurlmangle=s/$/.sig/ \
    
    4
    +https://xorg.freedesktop.org/releases/individual/proto/ xorgproto-(.*)\.tar\.gz

  • debian/x11proto-dev.install
    1
    +usr/include/GL/*
    
    2
    +usr/include/X11/*
    
    3
    +usr/share/pkgconfig/*.pc
    
    4
    +usr/share/doc/x11proto-dev/PM_spec
    
    5
    +usr/share/doc/x11proto-dev/*.txt

  • specs/xp_proto.book deleted
    No preview for this file type
  • specs/xp_protoIX.doc deleted
    No preview for this file type
  • specs/xp_protoTOC.doc deleted
    No preview for this file type

  • Reply to: