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

[Git][xorg-team/lib/libxmu][debian-unstable] Move doc build-deps to Build-Depends-Indep



Title: GitLab

Emilio Pozuelo Monfort pushed to branch debian-unstable at X Strike Force / lib / libxmu

Commits:

  • abd0a05f
    by Emilio Pozuelo Monfort at 2023-11-14T11:31:20+01:00
    Move doc build-deps to Build-Depends-Indep
    
    Thanks to Samuel Thibault.
    

3 changed files:

Changes:

  • debian/changelog
    1 1
     libxmu (2:1.1.3-4) UNRELEASED; urgency=medium
    
    2 2
     
    
    3
    +  [ Debian Janitor ]
    
    3 4
       * Remove constraints unnecessary since buster (oldstable):
    
    4 5
         + Build-Depends: Drop versioned constraint on libx11-dev, libxext-dev,
    
    5 6
           libxt-dev, xorg-sgml-doctools and xutils-dev.
    
    6 7
     
    
    8
    +  [ Emilio Pozuelo Monfort ]
    
    9
    +  * Move doc build-deps to Build-Depends-Indep. Thanks Samuel Thibault.
    
    10
    +    Closes: #1055368.
    
    11
    +
    
    7 12
      -- Debian Janitor <janitor@jelmer.uk>  Wed, 21 Sep 2022 07:15:30 -0000
    
    8 13
     
    
    9 14
     libxmu (2:1.1.3-3) unstable; urgency=medium
    

  • debian/control
    ... ... @@ -10,7 +10,7 @@ Build-Depends:
    10 10
      pkg-config,
    
    11 11
      quilt,
    
    12 12
      xutils-dev,
    
    13
    -# devel-docs:
    
    13
    +Build-Depends-Indep:
    
    14 14
      xmlto (>= 0.0.22),
    
    15 15
      xorg-sgml-doctools,
    
    16 16
      w3m,
    

  • debian/rules
    ... ... @@ -14,11 +14,13 @@ build:
    14 14
     %:
    
    15 15
     	dh $@ --with quilt --builddirectory=build/
    
    16 16
     
    
    17
    -override_dh_auto_configure:
    
    17
    +override_dh_auto_configure-arch: docflags =
    
    18
    +override_dh_auto_configure-indep: docflags = --with-xmlto
    
    19
    +override_dh_auto_configure-arch override_dh_auto_configure-indep::
    
    18 20
     	dh_auto_configure -- \
    
    19 21
     		--disable-silent-rules \
    
    20 22
     		--docdir=\$${prefix}/share/doc/libxmu-headers \
    
    21
    -		--with-xmlto \
    
    23
    +		$(docflags) \
    
    22 24
     		--without-fop
    
    23 25
     
    
    24 26
     override_dh_auto_install:
    


  • Reply to: