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

[Git][xorg-team/lib/libxxf86vm][debian-unstable] 6 commits: Source format: 3.0 (quilt)



Title: GitLab

Andreas Tille pushed to branch debian-unstable at X Strike Force / lib / libxxf86vm

Commits:

  • 9af14d44
    by Andreas Tille at 2025-11-06T07:32:38+01:00
    Source format: 3.0 (quilt)
    
  • b7d5b5a2
    by Andreas Tille at 2025-11-06T07:34:03+01:00
    Remove explicit -dbg package
    
  • a70537d2
    by Andreas Tille at 2025-11-06T07:34:47+01:00
    Do not explicitly Build-Depend quilt
    
  • 2757b6f4
    by Andreas Tille at 2025-11-06T07:36:32+01:00
    Build-Depends: pkg-config => pkgconf
    
  • 9ac10c8b
    by Andreas Tille at 2025-11-06T07:37:13+01:00
    Remove quilt usage from debian/README.source
    
  • 4bb404c5
    by Andreas Tille at 2025-11-06T07:42:47+01:00
    Upload to unstable
    

9 changed files:

Changes:

  • autogen.sh deleted
    1
    -#! /bin/sh
    
    2
    -
    
    3
    -srcdir=`dirname $0`
    
    4
    -test -z "$srcdir" && srcdir=.
    
    5
    -
    
    6
    -ORIGDIR=`pwd`
    
    7
    -cd $srcdir
    
    8
    -
    
    9
    -autoreconf -v --install || exit 1
    
    10
    -cd $ORIGDIR || exit $?
    
    11
    -
    
    12
    -if test -z "$NOCONFIGURE"; then
    
    13
    -    $srcdir/configure "$@"
    
    14
    -fi

  • 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 1
     ------------------------------------
    
    18 2
     Guide To The X Strike Force Packages
    
    19 3
     ------------------------------------
    

  • debian/changelog
    1
    -libxxf86vm (1:1.1.4-2) UNRELEASED; urgency=medium
    
    1
    +libxxf86vm (1:1.1.4-2) unstable; urgency=medium
    
    2 2
     
    
    3 3
       * Team upload.
    
    4 4
     
    
    ... ... @@ -35,8 +35,13 @@ libxxf86vm (1:1.1.4-2) UNRELEASED; urgency=medium
    35 35
       * d/watch: version=4
    
    36 36
       * Rebuild to avoid overly huge ELF segment alignment
    
    37 37
         Closes: #1065542
    
    38
    +  * Source format: 3.0 (quilt)
    
    39
    +  * Remove explicit -dbg package
    
    40
    +  * Do not explicitly Build-Depend quilt
    
    41
    +  * Build-Depends: pkg-config => pkgconf
    
    42
    +  * Remove quilt usage from debian/README.source
    
    38 43
     
    
    39
    - -- Debian Janitor <janitor@jelmer.uk>  Mon, 14 Nov 2022 20:59:25 -0000
    
    44
    + -- Andreas Tille <tille@debian.org>  Thu, 06 Nov 2025 07:37:53 +0100
    
    40 45
     
    
    41 46
     libxxf86vm (1:1.1.4-1) unstable; urgency=medium
    
    42 47
     
    

  • debian/control
    ... ... @@ -8,8 +8,7 @@ Build-Depends:
    8 8
      x11proto-dev,
    
    9 9
      libx11-6,
    
    10 10
      libxext-dev,
    
    11
    - pkg-config,
    
    12
    - quilt,
    
    11
    + pkgconf,
    
    13 12
      xutils-dev,
    
    14 13
     Standards-Version: 4.7.2
    
    15 14
     Vcs-Git: https://salsa.debian.org/xorg-team/lib/libxxf86vm.git
    
    ... ... @@ -34,26 +33,6 @@ Description: X11 XFree86 video mode extension library
    34 33
      This module can be found at
    
    35 34
      git://anongit.freedesktop.org/git/xorg/lib/libXxf86vm
    
    36 35
     
    
    37
    -Package: libxxf86vm1-dbg
    
    38
    -Section: debug
    
    39
    -Architecture: any
    
    40
    -Depends: ${shlibs:Depends}, ${misc:Depends}, libxxf86vm1 (= ${binary:Version})
    
    41
    -Multi-Arch: same
    
    42
    -Description: X11 XFree86 video mode extension library (debug package)
    
    43
    - libXxf86vm provides an interface to the XFree86-VidModeExtension
    
    44
    - extension, which allows client applications to get and set video mode
    
    45
    - timings in extensive detail.  It is used by the xvidtune program in
    
    46
    - particular.
    
    47
    - .
    
    48
    - This package contains the debug versions of the library found in libxxf86vm1.
    
    49
    - Non-developers likely have little use for this package.
    
    50
    - .
    
    51
    - More information about X.Org can be found at:
    
    52
    - <URL:http://www.X.org>
    
    53
    - .
    
    54
    - This module can be found at
    
    55
    - git://anongit.freedesktop.org/git/xorg/lib/libXxf86vm
    
    56
    -
    
    57 36
     Package: libxxf86vm-dev
    
    58 37
     Section: libdevel
    
    59 38
     Architecture: any
    

  • debian/patches/autogen.sh.diff
    1
    +--- libxxf86vm-1.1.4.orig/autogen.sh
    
    2
    ++++ libxxf86vm-1.1.4/autogen.sh
    
    3
    +@@ -0,0 +1,14 @@
    
    4
    ++#! /bin/sh
    
    5
    ++
    
    6
    ++srcdir=`dirname $0`
    
    7
    ++test -z "$srcdir" && srcdir=.
    
    8
    ++
    
    9
    ++ORIGDIR=`pwd`
    
    10
    ++cd $srcdir
    
    11
    ++
    
    12
    ++autoreconf -v --install || exit 1
    
    13
    ++cd $ORIGDIR || exit $?
    
    14
    ++
    
    15
    ++if test -z "$NOCONFIGURE"; then
    
    16
    ++    $srcdir/configure "$@"
    
    17
    ++fi

  • debian/patches/editorial_manpage_fix.patch
    1
    +Origin: d6a928004a6784ef9e44d6ffdf34c9288f62a3ac Mon Sep 17 00:00:00 2001
    
    2
    +From: Bjarni Ingi Gislason <bjarniig@simnet.is>
    
    3
    +Last-Update: 2025-04-12
    
    4
    +Subject: [PATCH] XF86VM.3: Some editorial changes for this man page [Debian bug #1102885]
    
    5
    +Bug-Debian: https://bugs.debian.org/1102885
    
    6
    +Forwarded: no
    
    7
    +
    
    8
    +Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    
    9
    +Part-of: <https://gitlab.freedesktop.org/xorg/lib/libxxf86vm/-/merge_requests/10>
    
    10
    +---
    
    11
    + man/XF86VM.man | 42 ++++++++++++++++++++++++++++++------------
    
    12
    + 1 file changed, 30 insertions(+), 12 deletions(-)
    
    13
    +
    
    14
    +diff --git a/man/XF86VM.man b/man/XF86VM.man
    
    15
    +index aa03da1..931f476 100644
    
    16
    +--- a/man/XF86VM.man
    
    17
    ++++ b/man/XF86VM.man
    
    18
    +@@ -9,17 +9,31 @@
    
    19
    + .RS
    
    20
    + .nf
    
    21
    + .sp 1
    
    22
    +-.ft CW
    
    23
    ++.if t \{\
    
    24
    ++.  ie \\n(.g .ft CR
    
    25
    ++.  el .ft CW
    
    26
    ++.\}
    
    27
    + ..
    
    28
    + .de EE
    
    29
    + .ft
    
    30
    + .sp 1
    
    31
    + .fi
    
    32
    ++.if t .ft R
    
    33
    + .RE
    
    34
    + ..
    
    35
    + .TH XF86VIDMODE __libmansuffix__ __vendorversion__
    
    36
    + .SH NAME
    
    37
    +-XF86VidModeQueryExtension, XF86VidModeQueryVersion, XF86VidModeSetClientVersion, XF86VidModeGetModeLine, XF86VidModeGetAllModeLines, XF86VidModeAddModeLine, XF86VidModeDeleteModeLine, XF86VidModeModModeLine, XF86VidModeValidateModeLine, XF86VidModeSwitchMode, XF86VidModeSwitchToMode, XF86VidModeLockModeSwitch, XF86VidModeGetMonitor, XF86VidModeGetViewPort, XF86VidModeSetViewPort, XF86VidModeGetDotClocks, XF86VidModeGetGamma, XF86VidModeSetGamma, XF86VidModeGetGammaRamp, XF86VidModeSetGammaRamp, XF86VidModeGetGammaRampSize, XF86VidModeGetPermissions \- Extension library for the XFree86-VidMode X extension
    
    38
    ++XF86VidModeQueryExtension, XF86VidModeQueryVersion,
    
    39
    ++XF86VidModeSetClientVersion, XF86VidModeGetModeLine,
    
    40
    ++XF86VidModeGetAllModeLines, XF86VidModeAddModeLine,
    
    41
    ++XF86VidModeDeleteModeLine, XF86VidModeModModeLine,
    
    42
    ++XF86VidModeValidateModeLine, XF86VidModeSwitchMode,
    
    43
    ++XF86VidModeSwitchToMode, XF86VidModeLockModeSwitch, XF86VidModeGetMonitor,
    
    44
    ++XF86VidModeGetViewPort, XF86VidModeSetViewPort, XF86VidModeGetDotClocks,
    
    45
    ++XF86VidModeGetGamma, XF86VidModeSetGamma, XF86VidModeGetGammaRamp,
    
    46
    ++XF86VidModeSetGammaRamp, XF86VidModeGetGammaRampSize,
    
    47
    ++XF86VidModeGetPermissions \- Extension library for the XFree86-VidMode X
    
    48
    ++extension
    
    49
    + .SH SYNOPSIS
    
    50
    + .nf
    
    51
    + 
    
    52
    +@@ -256,8 +270,8 @@ These functions provide an interface to the server extension
    
    53
    + which allows the video modes to be
    
    54
    + queried and adjusted dynamically and mode switching to be controlled.
    
    55
    + Applications that use these functions must be linked with
    
    56
    +-.ZN -lXxf86vm
    
    57
    +-.SS "MODELINE FUNCTIONS"
    
    58
    ++.ZN \-lXxf86vm
    
    59
    ++.SS MODELINE FUNCTIONS
    
    60
    + The
    
    61
    + .ZN XF86VidModeGetModeLine
    
    62
    + function is used to query the settings for the currently selected
    
    63
    +@@ -288,7 +302,7 @@ The first element of the array corresponds to the current video mode.
    
    64
    + The
    
    65
    + .ZN XF86VidModeModModeLine
    
    66
    + function can be used to change the settings of the current video mode
    
    67
    +-provided the requested settings are valid (e.g. they don't exceed the
    
    68
    ++provided the requested settings are valid (e.g., they don't exceed the
    
    69
    + capabilities of the monitor).
    
    70
    + .PP
    
    71
    + To add a mode to the list of available modes, the
    
    72
    +@@ -327,13 +341,13 @@ be deleted.
    
    73
    + The validity of a mode can be checked with the
    
    74
    + .ZN XF86VidModeValidateModeLine
    
    75
    + function.
    
    76
    +-If the specified mode can be used by the server (i.e. meets all the
    
    77
    ++If the specified mode can be used by the server (i.e., meets all the
    
    78
    + constraints placed upon a mode by the combination of the server, card,
    
    79
    + and monitor) the function returns
    
    80
    + .ZN MODE_OK ,
    
    81
    + otherwise it returns a value indicating the reason why the mode is
    
    82
    + invalid (as defined in \fIxf86.h\fP)
    
    83
    +-.SS "MODE SWITCH FUNCTIONS"
    
    84
    ++.SS MODE SWITCH FUNCTIONS
    
    85
    + When the function
    
    86
    + .ZN XF86VidModeSwitchMode
    
    87
    + is called, the server will change the video mode to next (or previous)
    
    88
    +@@ -352,7 +366,7 @@ or
    
    89
    + .ZN XF86VidModeSwitchToMode
    
    90
    + functions or from one of the mode switch key sequences.
    
    91
    + .PP
    
    92
    +-.RB Note:
    
    93
    ++.BR Note :
    
    94
    + Because of the asynchronous nature of the X protocol, a call to
    
    95
    + .ZN XFlush
    
    96
    + is needed if the application wants to see the mode change immediately.
    
    97
    +@@ -360,7 +374,7 @@ To be informed of the execution status of the request, a
    
    98
    + custom error handler should be installed using
    
    99
    + .ZN XSetErrorHandler
    
    100
    + before calling the mode switching function.
    
    101
    +-.SS "MONITOR FUNCTIONS"
    
    102
    ++.SS MONITOR FUNCTIONS
    
    103
    + Information known to the server about the monitor is returned by the
    
    104
    + .ZN XF86VidModeGetMonitor
    
    105
    + function.  The
    
    106
    +@@ -390,14 +404,14 @@ and
    
    107
    + .ZN vsync
    
    108
    + fields point to dynamically allocated storage that should be freed
    
    109
    + by the caller.
    
    110
    +-.SS "VIEWPORT FUNCTIONS"
    
    111
    ++.SS VIEWPORT FUNCTIONS
    
    112
    + The
    
    113
    + .ZN XF86VidModeGetViewPort
    
    114
    + and
    
    115
    + .ZN XF86VidModeSetViewPort
    
    116
    + functions can be used to, respectively, query and change the location
    
    117
    + of the upper left corner of the viewport into the virtual screen.
    
    118
    +-.SS "OTHER FUNCTIONS"
    
    119
    ++.SS OTHER FUNCTIONS
    
    120
    + The
    
    121
    + .ZN XF86VidModeQueryVersion
    
    122
    + function can be used to determine the version of the extension
    
    123
    +@@ -421,6 +435,10 @@ XF86VidModeGetPermissions
    
    124
    + functions need to be documented.  In the meantime, check the source
    
    125
    + code for information about how to use them.
    
    126
    + .SH SEE ALSO
    
    127
    +-__xservername__(__appmansuffix__), __xconfigfile__(__filemansuffix__), XFlush(__libmansuffix__), XSetErrorHandler(__libmansuffix__), xvidtune(__appmansuffix__)
    
    128
    ++.BR __xservername__ (__appmansuffix__),
    
    129
    ++.BR __xconfigfile__ (__filemansuffix__),
    
    130
    ++.BR XFlush (__libmansuffix__),
    
    131
    ++.BR XSetErrorHandler (__libmansuffix__),
    
    132
    ++.BR xvidtune (__appmansuffix__)
    
    133
    + .SH AUTHORS
    
    134
    + Kaleb Keithley, Jon Tombs, David Dawes, and Joe Moss
    
    135
    +-- 
    
    136
    +GitLab
    
    137
    +

  • debian/patches/series
    1
    +autogen.sh.diff
    
    1 2
     editorial_manpage_fix.patch

  • debian/rules
    ... ... @@ -11,10 +11,5 @@ override_dh_install:
    11 11
     	find debian/tmp -name '*.la' -delete
    
    12 12
     	dh_install
    
    13 13
     
    
    14
    -# Debug package:
    
    15
    -override_dh_strip:
    
    16
    -	dh_strip -p$(PACKAGE) --dbg-package=$(PACKAGE)-dbg
    
    17
    -	dh_strip -N$(PACKAGE)
    
    18
    -
    
    19 14
     %:
    
    20
    -	dh $@ --with quilt --builddirectory=build/
    15
    +	dh $@ --builddirectory=build/

  • debian/source/format
    1
    +3.0 (quilt)


  • Reply to: