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

[Git][xorg-team/lib/libxau][debian-unstable] 5 commits: Add missing ${misc:Depends} to Depends for libxau6-udeb.



Title: GitLab

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

Commits:

  • 2f4d2e6a
    by Debian Janitor at 2022-11-27T13:06:20+00:00
    Add missing ${misc:Depends} to Depends for libxau6-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
    
  • 23e1bb80
    by Debian Janitor at 2022-11-27T13:06:37+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
    
  • d41953ea
    by Debian Janitor at 2022-11-27T13:06:37+00:00
    Use canonical URL in Vcs-Git.
    
    Changes-By: lintian-brush
    Fixes: lintian: vcs-field-not-canonical
    See-also: https://lintian.debian.org/tags/vcs-field-not-canonical.html
    
  • 14bb6320
    by Debian Janitor at 2022-11-27T13:06:37+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
    
  • 24cbbd9c
    by Debian Janitor at 2023-03-01T04:50:35+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
    

2 changed files:

Changes:

  • debian/changelog
    ... ... @@ -2,6 +2,11 @@ libxau (1:1.0.9-2) UNRELEASED; urgency=medium
    2 2
     
    
    3 3
       * Remove constraints unnecessary since buster:
    
    4 4
         + Build-Depends: Drop versioned constraint on xutils-dev.
    
    5
    +  * Add missing ${misc:Depends} to Depends for libxau6-udeb.
    
    6
    +  * Replace XC-Package-Type with Package-Type.
    
    7
    +  * Use canonical URL in Vcs-Git.
    
    8
    +  * Update standards version to 4.6.1, no changes needed.
    
    9
    +  * Update standards version to 4.6.2, no changes needed.
    
    5 10
     
    
    6 11
      -- Debian Janitor <janitor@jelmer.uk>  Sat, 27 Aug 2022 03:19:36 -0000
    
    7 12
     
    

  • debian/control
    ... ... @@ -8,8 +8,8 @@ Build-Depends:
    8 8
      x11proto-dev,
    
    9 9
      quilt,
    
    10 10
      xutils-dev,
    
    11
    -Standards-Version: 4.5.1
    
    12
    -Vcs-Git: https://salsa.debian.org/xorg-team/lib/libxau
    
    11
    +Standards-Version: 4.6.2
    
    12
    +Vcs-Git: https://salsa.debian.org/xorg-team/lib/libxau.git
    
    13 13
     Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libxau
    
    14 14
     
    
    15 15
     Package: libxau6
    
    ... ... @@ -32,11 +32,12 @@ Description: X11 authorisation library
    32 32
      https://gitlab.freedesktop.org/xorg/lib/libxau
    
    33 33
     
    
    34 34
     Package: libxau6-udeb
    
    35
    -XC-Package-Type: udeb
    
    35
    +Package-Type: udeb
    
    36 36
     Section: debian-installer
    
    37 37
     Architecture: any
    
    38 38
     Depends:
    
    39 39
      ${shlibs:Depends},
    
    40
    + ${misc:Depends},
    
    40 41
     Description: X11 authorisation library
    
    41 42
      This is a udeb, or a microdeb, for the debian-installer.
    
    42 43
     
    


  • Reply to: