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

[Git][xorg-team/lib/libxmu][debian-unstable] 4 commits: control: Fix -headers to depend on x11proto-dev instead of -core- dev.



Title: GitLab

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

Commits:

3 changed files:

Changes:

  • debian/changelog
    1
    +libxmu (2:1.1.3-3) unstable; urgency=medium
    
    2
    +
    
    3
    +  [ Bas Couwenberg ]
    
    4
    +  * Fix dh_install override. (closes: #1005796)
    
    5
    +
    
    6
    + -- Timo Aaltonen <tjaalton@debian.org>  Tue, 15 Feb 2022 09:09:53 +0200
    
    7
    +
    
    8
    +libxmu (2:1.1.3-2) unstable; urgency=medium
    
    9
    +
    
    10
    +  * control: Fix -headers to depend on x11proto-dev instead of -core-
    
    11
    +    dev.
    
    12
    +
    
    13
    + -- Timo Aaltonen <tjaalton@debian.org>  Mon, 14 Feb 2022 16:53:55 +0200
    
    14
    +
    
    1 15
     libxmu (2:1.1.3-1) unstable; urgency=medium
    
    2 16
     
    
    3 17
       * New upstream release.
    

  • debian/control
    ... ... @@ -96,7 +96,7 @@ Architecture: all
    96 96
     Multi-Arch: foreign
    
    97 97
     Depends:
    
    98 98
      libx11-dev,
    
    99
    - x11proto-core-dev,
    
    99
    + x11proto-dev,
    
    100 100
      ${misc:Depends},
    
    101 101
     Description: X11 miscellaneous utility library headers
    
    102 102
      libXmu and libXmuu are miscellaneous utility libraries for X library
    

  • debian/rules
    ... ... @@ -25,7 +25,7 @@ override_dh_auto_install:
    25 25
     	dh_auto_install
    
    26 26
     	find debian/tmp/usr/share/doc/libxmu-headers -name '*.xml' -delete
    
    27 27
     
    
    28
    -override_dh_install-arch:
    
    28
    +override_dh_install:
    
    29 29
     	find debian/tmp -name '*.la' -delete
    
    30 30
     	dh_install
    
    31 31
     
    


  • Reply to: