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

[Git][xorg-team/lib/libei][debian-unstable] 2 commits: Run wrap-and-sort



Title: GitLab

Jeremy Bícha pushed to branch debian-unstable at X Strike Force / lib / libei

Commits:

  • 96d8dcbd
    by Jeremy Bícha at 2025-09-11T22:00:58-04:00
    Run wrap-and-sort
    
  • 1bf25c5b
    by Jeremy Bícha at 2025-09-11T22:01:46-04:00
    releasing package libei version 1.5.0-2
    

6 changed files:

Changes:

  • debian/changelog
    1
    +libei (1.5.0-2) unstable; urgency=medium
    
    2
    +
    
    3
    +  * debian/watch: convert to Version: 5
    
    4
    +
    
    5
    + -- Jeremy Bícha <jbicha@ubuntu.com>  Thu, 11 Sep 2025 22:01:33 -0400
    
    6
    +
    
    1 7
     libei (1.5.0-1) unstable; urgency=medium
    
    2 8
     
    
    3 9
       * New upstream release
    

  • debian/control
    ... ... @@ -27,8 +27,8 @@ Section: libs
    27 27
     Architecture: any
    
    28 28
     Multi-Arch: same
    
    29 29
     Depends:
    
    30
    - ${shlibs:Depends},
    
    31 30
      ${misc:Depends},
    
    31
    + ${shlibs:Depends}
    
    32 32
     Description: Emulated Input client library
    
    33 33
      libei is a library for Emulated Input, primarily aimed at the Wayland
    
    34 34
      stack. It provides three parts:
    
    ... ... @@ -43,8 +43,8 @@ Section: libs
    43 43
     Architecture: any
    
    44 44
     Multi-Arch: same
    
    45 45
     Depends:
    
    46
    - ${shlibs:Depends},
    
    47 46
      ${misc:Depends},
    
    47
    + ${shlibs:Depends}
    
    48 48
     Description: Emulated Input server library
    
    49 49
      libei is a library for Emulated Input, primarily aimed at the Wayland
    
    50 50
      stack. It provides three parts:
    
    ... ... @@ -59,8 +59,8 @@ Section: libs
    59 59
     Architecture: any
    
    60 60
     Multi-Arch: same
    
    61 61
     Depends:
    
    62
    - ${shlibs:Depends},
    
    63 62
      ${misc:Depends},
    
    63
    + ${shlibs:Depends}
    
    64 64
     Description: RemoteDesktop portal DBus helper library
    
    65 65
      libei is a library for Emulated Input, primarily aimed at the Wayland
    
    66 66
      stack. It provides three parts:
    
    ... ... @@ -75,8 +75,8 @@ Section: libdevel
    75 75
     Architecture: any
    
    76 76
     Multi-Arch: same
    
    77 77
     Depends:
    
    78
    - ${misc:Depends},
    
    79 78
      libei1 (= ${binary:Version}),
    
    79
    + ${misc:Depends}
    
    80 80
     Description: Emulated Input client library (development headers)
    
    81 81
      libei is a library for Emulated Input, primarily aimed at the Wayland
    
    82 82
      stack. It provides three parts:
    
    ... ... @@ -92,8 +92,8 @@ Section: libdevel
    92 92
     Architecture: any
    
    93 93
     Multi-Arch: same
    
    94 94
     Depends:
    
    95
    - ${misc:Depends},
    
    96 95
      libeis1 (= ${binary:Version}),
    
    96
    + ${misc:Depends}
    
    97 97
     Description: Emulated Input server library (development headers)
    
    98 98
      libei is a library for Emulated Input, primarily aimed at the Wayland
    
    99 99
      stack. It provides three parts:
    
    ... ... @@ -109,9 +109,9 @@ Section: libdevel
    109 109
     Architecture: any
    
    110 110
     Multi-Arch: same
    
    111 111
     Depends:
    
    112
    - ${misc:Depends},
    
    113 112
      liboeffis1 (= ${binary:Version}),
    
    114 113
      libsystemd-dev,
    
    114
    + ${misc:Depends}
    
    115 115
     Description: RemoteDesktop portal DBus helper library (development headers)
    
    116 116
      libei is a library for Emulated Input, primarily aimed at the Wayland
    
    117 117
      stack. It provides three parts:
    
    ... ... @@ -125,8 +125,8 @@ Description: RemoteDesktop portal DBus helper library (development headers)
    125 125
     Package: libei-tests
    
    126 126
     Architecture: any
    
    127 127
     Depends:
    
    128
    - ${shlibs:Depends},
    
    129 128
      ${misc:Depends},
    
    129
    + ${shlibs:Depends}
    
    130 130
     Description: Emulated Input client library - installed tests
    
    131 131
      libei is a library for Emulated Input, primarily aimed at the Wayland
    
    132 132
      stack. It provides three parts:
    

  • debian/libei-dev.install
    1
    +usr/include/libei-1.0/libei.h
    
    1 2
     usr/lib/*/libei.so
    
    2 3
     usr/lib/*/pkgconfig/libei-1.0.pc
    3
    -usr/include/libei-1.0/libei.h

  • debian/libei-tests.install
    1
    -usr/lib/*/libmunit.so usr/libexec/libei
    
    2 1
     obj-*/test/eierpecken usr/libexec/libei/tests
    
    3 2
     obj-*/test/unit-tests-ei usr/libexec/libei/tests
    
    4 3
     obj-*/test/unit-tests-eis usr/libexec/libei/tests
    
    5 4
     obj-*/test/unit-tests-oeffis usr/libexec/libei/tests
    
    6 5
     obj-*/test/unit-tests-utils usr/libexec/libei/tests
    
    6
    +usr/lib/*/libmunit.so usr/libexec/libei

  • debian/libeis-dev.install
    1
    +usr/include/libei-1.0/libeis.h
    
    1 2
     usr/lib/*/libeis.so
    
    2 3
     usr/lib/*/pkgconfig/libeis-1.0.pc
    3
    -usr/include/libei-1.0/libeis.h

  • debian/liboeffis-dev.install
    1
    +usr/include/libei-1.0/liboeffis.h
    
    1 2
     usr/lib/*/liboeffis.so
    
    2 3
     usr/lib/*/pkgconfig/liboeffis-1.0.pc
    3
    -usr/include/libei-1.0/liboeffis.h


  • Reply to: