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

[Git][xorg-team/lib/libxrandr][debian-unstable] 12 commits: autogen.sh: use exec instead of waiting for configure to finish



Title: GitLab

Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / libxrandr

Commits:

9 changed files:

Changes:

  • Makefile.am
    ... ... @@ -35,3 +35,5 @@ ChangeLog:
    35 35
     	$(CHANGELOG_CMD)
    
    36 36
     
    
    37 37
     dist-hook: ChangeLog INSTALL
    
    38
    +
    
    39
    +EXTRA_DIST = README.md

  • READMEREADME.md
    1 1
     libXrandr - X Resize, Rotate and Reflection extension library
    
    2
    +--------------------------------------------------------------
    
    3
    +
    
    4
    +libXrandr is the libX11-based library for the X Resize, Rotate and
    
    5
    +Reflection (RandR) extension.
    
    2 6
     
    
    3 7
     All questions regarding this software should be directed at the
    
    4 8
     Xorg mailing list:
    
    5 9
     
    
    6
    -        http://lists.freedesktop.org/mailman/listinfo/xorg
    
    7
    -
    
    8
    -Please submit bug reports to the Xorg bugzilla:
    
    9
    -
    
    10
    -        https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
    
    10
    +  https://lists.x.org/mailman/listinfo/xorg
    
    11 11
     
    
    12 12
     The master development code repository can be found at:
    
    13 13
     
    
    14
    -        git://anongit.freedesktop.org/git/xorg/lib/libXrandr
    
    14
    +  https://gitlab.freedesktop.org/xorg/lib/libXrandr
    
    15 15
     
    
    16
    -        http://cgit.freedesktop.org/xorg/lib/libXrandr
    
    16
    +Please submit bug reports and requests to merge patches there.
    
    17 17
     
    
    18 18
     For patch submission instructions, see:
    
    19 19
     
    
    20
    -	http://www.x.org/wiki/Development/Documentation/SubmittingPatches
    
    21
    -
    
    22
    -For more information on the git code manager, see:
    
    23
    -
    
    24
    -        http://wiki.x.org/wiki/GitPage
    
    20
    +  https://www.x.org/wiki/Development/Documentation/SubmittingPatches
    
    25 21
     

  • autogen.sh
    1 1
     #! /bin/sh
    
    2 2
     
    
    3
    -srcdir=`dirname $0`
    
    3
    +srcdir=`dirname "$0"`
    
    4 4
     test -z "$srcdir" && srcdir=.
    
    5 5
     
    
    6 6
     ORIGDIR=`pwd`
    
    7
    -cd $srcdir
    
    7
    +cd "$srcdir"
    
    8 8
     
    
    9 9
     autoreconf -v --install || exit 1
    
    10
    -cd $ORIGDIR || exit $?
    
    10
    +cd "$ORIGDIR" || exit $?
    
    11
    +
    
    12
    +git config --local --get format.subjectPrefix >/dev/null 2>&1 ||
    
    13
    +    git config --local format.subjectPrefix "PATCH libXrandr"
    
    11 14
     
    
    12 15
     if test -z "$NOCONFIGURE"; then
    
    13
    -    $srcdir/configure "$@"
    
    16
    +    exec "$srcdir"/configure "$@"
    
    14 17
     fi

  • configure.ac
    ... ... @@ -29,8 +29,8 @@ AC_PREREQ([2.60])
    29 29
     # digit in the version number to track changes which don't affect the
    
    30 30
     # protocol, so Xrandr version l.n.m corresponds to protocol version l.n
    
    31 31
     #
    
    32
    -AC_INIT([libXrandr], [1.5.1],
    
    33
    -        [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libXrandr])
    
    32
    +AC_INIT([libXrandr], [1.5.2],
    
    33
    +        [https://gitlab.freedesktop.org/xorg/lib/libXrandr/issues], [libXrandr])
    
    34 34
     AC_CONFIG_SRCDIR([Makefile.am])
    
    35 35
     AC_CONFIG_HEADERS([config.h])
    
    36 36
     
    

  • debian/changelog
    1
    +libxrandr (2:1.5.2-1) UNRELEASED; urgency=medium
    
    2
    +
    
    3
    +  * New upstream release.
    
    4
    +  * Migrate to debhelper-compat, bump to 13.
    
    5
    +  * control: Migrate to x11proto-dev.
    
    6
    +
    
    7
    + -- Timo Aaltonen <tjaalton@debian.org>  Tue, 09 Feb 2021 13:21:35 +0200
    
    8
    +
    
    1 9
     libxrandr (2:1.5.1-1) unstable; urgency=medium
    
    2 10
     
    
    3 11
       [ Andreas Boll ]
    

  • debian/compat deleted
    1
    -10

  • debian/control
    ... ... @@ -3,11 +3,10 @@ Section: x11
    3 3
     Priority: optional
    
    4 4
     Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
    
    5 5
     Build-Depends:
    
    6
    - debhelper (>= 10),
    
    6
    + debhelper-compat (= 13),
    
    7 7
      libx11-dev (>= 1:0.99.2),
    
    8 8
      libxext-dev (>= 1:0.99.1),
    
    9
    - x11proto-randr-dev (>= 1.5),
    
    10
    - x11proto-render-dev,
    
    9
    + x11proto-dev,
    
    11 10
      libxrender-dev (>= 1:0.9.0-2),
    
    12 11
      pkg-config,
    
    13 12
      quilt,
    
    ... ... @@ -45,7 +44,7 @@ Depends:
    45 44
      libxrandr2 (= ${binary:Version}),
    
    46 45
      libx11-dev,
    
    47 46
      libxext-dev,
    
    48
    - x11proto-randr-dev (>= 1.4),
    
    47
    + x11proto-dev,
    
    49 48
      libxrender-dev,
    
    50 49
     Description: X11 RandR extension library (development headers)
    
    51 50
      libXrandr provides an X Window System client interface to the RandR
    

  • debian/rules
    ... ... @@ -14,7 +14,7 @@ PACKAGE = libxrandr2
    14 14
     	dh $@ --with quilt --builddirectory=build/
    
    15 15
     
    
    16 16
     override_dh_install:
    
    17
    -	dh_install --fail-missing -XlibXrandr.la
    
    17
    +	dh_install -XlibXrandr.la
    
    18 18
     
    
    19 19
     override_dh_strip:
    
    20 20
     	dh_strip --dbgsym-migration="$(PACKAGE)-dbg (<< 2:1.5.1-1~)"
    

  • src/XrrCrtc.c
    ... ... @@ -459,6 +459,7 @@ XRRGetCrtcTransform (Display *dpy,
    459 459
         e = extra;
    
    460 460
     
    
    461 461
         if (e + rep.pendingNbytesFilter > end) {
    
    462
    +	XFree (attr);
    
    462 463
     	XFree (extra);
    
    463 464
     	return False;
    
    464 465
         }
    
    ... ... @@ -468,6 +469,7 @@ XRRGetCrtcTransform (Display *dpy,
    468 469
         for (p = 0; p < rep.pendingNparamsFilter; p++) {
    
    469 470
     	INT32	f;
    
    470 471
     	if (e + 4 > end) {
    
    472
    +	    XFree (attr);
    
    471 473
     	    XFree (extra);
    
    472 474
     	    return False;
    
    473 475
     	}
    
    ... ... @@ -478,6 +480,7 @@ XRRGetCrtcTransform (Display *dpy,
    478 480
         attr->pendingNparams = rep.pendingNparamsFilter;
    
    479 481
     
    
    480 482
         if (e + rep.currentNbytesFilter > end) {
    
    483
    +	XFree (attr);
    
    481 484
     	XFree (extra);
    
    482 485
     	return False;
    
    483 486
         }
    
    ... ... @@ -487,6 +490,7 @@ XRRGetCrtcTransform (Display *dpy,
    487 490
         for (p = 0; p < rep.currentNparamsFilter; p++) {
    
    488 491
     	INT32	f;
    
    489 492
     	if (e + 4 > end) {
    
    493
    +	    XFree (attr);
    
    490 494
     	    XFree (extra);
    
    491 495
     	    return False;
    
    492 496
     	}
    


  • Reply to: