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

[Git][xorg-team/lib/libxcursor][debian-unstable] 5 commits: Trim trailing whitespace.



Title: GitLab

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

Commits:

  • 60bb43d7
    by Debian Janitor at 2022-11-02T12:23:23+00:00
    Trim trailing whitespace.
    
    Changes-By: lintian-brush
    Fixes: lintian: trailing-whitespace
    See-also: https://lintian.debian.org/tags/trailing-whitespace.html
    
  • 3abb8323
    by Debian Janitor at 2022-11-02T12:23:23+00:00
    Add missing ${misc:Depends} to Depends for libxcursor1-udeb.
    
    Changes-By: lintian-brush
    Fixes: lintian: debhelper-but-no-misc-depends
    See-also: https://lintian.debian.org/tags/debhelper-but-no-misc-depends.html
    
  • e75f0772
    by Debian Janitor at 2022-11-02T12:23:31+00:00
    Drop unnecessary dependency on dh-autoreconf.
    
    Changes-By: lintian-brush
    
  • 82b981ba
    by Debian Janitor at 2022-11-02T12:23:31+00:00
    Replace XC-Package-Type with Package-Type.
    
    Changes-By: lintian-brush
    Fixes: lintian: adopted-extended-field
    See-also: https://lintian.debian.org/tags/adopted-extended-field.html
    
  • 854a5b9a
    by Debian Janitor at 2022-11-02T12:23:31+00:00
    Update standards version to 4.6.1, no changes needed.
    
    Changes-By: lintian-brush
    Fixes: lintian: out-of-date-standards-version
    See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html
    

3 changed files:

Changes:

  • debian/changelog
    ... ... @@ -3,13 +3,18 @@ libxcursor (1:1.2.1-2) UNRELEASED; urgency=medium
    3 3
       * Remove constraints unnecessary since buster:
    
    4 4
         + Build-Depends: Drop versioned constraint on dpkg-dev, libx11-dev,
    
    5 5
           libxfixes-dev, libxrender-dev and xutils-dev.
    
    6
    +  * Trim trailing whitespace.
    
    7
    +  * Add missing ${misc:Depends} to Depends for libxcursor1-udeb.
    
    8
    +  * Drop unnecessary dependency on dh-autoreconf.
    
    9
    +  * Replace XC-Package-Type with Package-Type.
    
    10
    +  * Update standards version to 4.6.1, no changes needed.
    
    6 11
     
    
    7 12
      -- Debian Janitor <janitor@jelmer.uk>  Tue, 26 Jul 2022 03:43:58 -0000
    
    8 13
     
    
    9 14
     libxcursor (1:1.2.1-1) unstable; urgency=medium
    
    10 15
     
    
    11 16
       * Team upload.
    
    12
    -  
    
    17
    +
    
    13 18
       [ Timo Aaltonen ]
    
    14 19
       * control: Migrate to x11proto-dev.
    
    15 20
     
    

  • debian/control
    ... ... @@ -14,7 +14,7 @@ Build-Depends:
    14 14
      automake,
    
    15 15
      libtool,
    
    16 16
      xutils-dev,
    
    17
    -Standards-Version: 4.6.0
    
    17
    +Standards-Version: 4.6.1
    
    18 18
     Homepage: https://www.x.org
    
    19 19
     Vcs-Git: https://salsa.debian.org/xorg-team/lib/libxcursor.git
    
    20 20
     Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libxcursor
    
    ... ... @@ -41,11 +41,12 @@ Description: X cursor management library
    41 41
      configured with update-alternatives --config x-cursor-theme.
    
    42 42
     
    
    43 43
     Package: libxcursor1-udeb
    
    44
    -XC-Package-Type: udeb
    
    44
    +Package-Type: udeb
    
    45 45
     Section: debian-installer
    
    46 46
     Architecture: any
    
    47 47
     Depends:
    
    48 48
      ${shlibs:Depends},
    
    49
    + ${misc:Depends},
    
    49 50
     Description: X cursor management library
    
    50 51
      This is a udeb, or a microdeb, for the debian-installer.
    
    51 52
     
    

  • debian/rules
    ... ... @@ -3,7 +3,7 @@
    3 3
     PACKAGE = libxcursor1
    
    4 4
     
    
    5 5
     %:
    
    6
    -	dh $@ --with autoreconf
    
    6
    +	dh $@
    
    7 7
     
    
    8 8
     override_dh_auto_configure:
    
    9 9
     	dh_auto_configure -- --prefix=/usr --mandir=\$${prefix}/share/man \
    


  • Reply to: