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

[Git][xorg-team/lib/libpthread-stubs][debian-unstable] 6 commits: Trim trailing whitespace.



Title: GitLab

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

Commits:

  • bdf7af5c
    by root at 2022-02-27T05:18:22+00:00
    Trim trailing whitespace.
    
    Changes-By: lintian-brush
    Fixes: lintian: trailing-whitespace
    See-also: https://lintian.debian.org/tags/trailing-whitespace.html
    
  • 69b73b30
    by root at 2022-02-27T05:18:23+00:00
    Bump debhelper from old 11 to 13.
    
    Changes-By: lintian-brush
    Fixes: lintian: package-uses-old-debhelper-compat-version
    See-also: https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html
    
  • f44e62b7
    by root at 2022-02-27T05:18:23+00:00
    Set debhelper-compat version in Build-Depends.
    
    Changes-By: lintian-brush
    Fixes: lintian: uses-debhelper-compat-file
    See-also: https://lintian.debian.org/tags/uses-debhelper-compat-file.html
    
  • d25a0957
    by root at 2022-02-27T05:18:26+00:00
    Update standards version to 4.6.0, 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
    
  • 404e3a83
    by root at 2022-02-27T05:18:26+00:00
    Remove field Section on binary package libpthread-stubs0-dev that duplicates source.
    
    Changes-By: lintian-brush
    Fixes: lintian: installable-field-mirrors-source
    See-also: https://lintian.debian.org/tags/installable-field-mirrors-source.html
    
  • 63a96549
    by Debian Janitor at 2023-03-01T14:55:08+00:00
    Update standards version to 4.6.2, 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
    1 1
     libpthread-stubs (0.4-2) UNRELEASED; urgency=medium
    
    2 2
     
    
    3 3
       * Remove MIA uploader Julien Danjou <acid@debian.org>. Closes: #928564
    
    4
    +  * Trim trailing whitespace.
    
    5
    +  * Bump debhelper from old 11 to 13.
    
    6
    +  * Set debhelper-compat version in Build-Depends.
    
    7
    +  * Update standards version to 4.6.0, no changes needed.
    
    8
    +  * Remove field Section on binary package libpthread-stubs0-dev that duplicates
    
    9
    +    source.
    
    10
    +  * Update standards version to 4.6.2, no changes needed.
    
    4 11
     
    
    5 12
      -- Debian Janitor <janitor@jelmer.uk>  Sat, 13 Mar 2021 15:21:17 -0000
    
    6 13
     
    
    ... ... @@ -36,7 +43,7 @@ libpthread-stubs (0.3-3) unstable; urgency=low
    36 43
         stubs in libc, but whose libc.so pulls in libpthread-stubs.so, defeating
    
    37 44
         our configure checks; so make the build find an empty libpthread-stubs.so
    
    38 45
         instead of the system one.
    
    39
    -  
    
    46
    +
    
    40 47
       [ Samuel Thibault ]
    
    41 48
       * Fix pthread_exit prototype (closes: #622148).
    
    42 49
     
    
    ... ... @@ -87,4 +94,3 @@ libpthread-stubs (0.1-1) experimental; urgency=low
    87 94
       * Initial release.
    
    88 95
     
    
    89 96
      -- Jamey Sharp <sharpone@debian.org>  Fri, 24 Nov 2006 01:01:49 -0800
    90
    -

  • debian/compat deleted
    1
    -11

  • debian/control
    ... ... @@ -2,13 +2,12 @@ Source: libpthread-stubs
    2 2
     Priority: optional
    
    3 3
     Section: libdevel
    
    4 4
     Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
    
    5
    -Build-Depends: debhelper (>= 11)
    
    6
    -Standards-Version: 4.3.0
    
    5
    +Build-Depends: debhelper-compat (= 13)
    
    6
    +Standards-Version: 4.6.2
    
    7 7
     Vcs-Git: https://salsa.debian.org/xorg-team/lib/libpthread-stubs.git
    
    8 8
     Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libpthread-stubs
    
    9 9
     
    
    10 10
     Package: libpthread-stubs0-dev
    
    11
    -Section: libdevel
    
    12 11
     Architecture: any
    
    13 12
     Multi-Arch: same
    
    14 13
     Depends: ${misc:Depends}
    


  • Reply to: