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

[Git][xorg-team/lib/libxaw][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 / libxaw

Commits:

  • 74b3c355
    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
    +libxaw (2:1.0.14-2) UNRELEASED; urgency=medium
    
    2
    +
    
    3
    +  * Move doc build-deps to Build-Depends-Indep. Thanks Samuel Thibault.
    
    4
    +    Closes: #1055396.
    
    5
    +
    
    6
    + -- Emilio Pozuelo Monfort <pochu@debian.org>  Tue, 14 Nov 2023 11:28:02 +0100
    
    7
    +
    
    1 8
     libxaw (2:1.0.14-1) unstable; urgency=medium
    
    2 9
     
    
    3 10
       * New upstream release.
    

  • debian/control
    ... ... @@ -14,7 +14,7 @@ Build-Depends:
    14 14
      quilt,
    
    15 15
      dpkg-dev (>= 1.13.19),
    
    16 16
      xutils-dev (>= 1:7.5+4),
    
    17
    -# specs:
    
    17
    +Build-Depends-Indep:
    
    18 18
      xmlto, xorg-sgml-doctools (>= 1:1.5), w3m,
    
    19 19
     Standards-Version: 4.6.0
    
    20 20
     Vcs-Git: https://salsa.debian.org/xorg-team/lib/libxaw.git
    

  • debian/rules
    ... ... @@ -15,11 +15,12 @@ PACKAGE = libxaw
    15 15
     docflags = --enable-specs
    
    16 16
     
    
    17 17
     override_dh_auto_configure-arch: docflags = --disable-specs
    
    18
    +override_dh_auto_configure-indep: docflags = --with-xmlto
    
    18 19
     override_dh_auto_configure-arch override_dh_auto_configure-indep:
    
    19 20
     	dh_auto_configure -- \
    
    20 21
     		--docdir=\$${datadir}/doc/libxaw7-dev \
    
    21 22
     		--disable-xaw6 \
    
    22
    -		--with-xmlto --without-fop \
    
    23
    +		--without-fop \
    
    23 24
     		--disable-silent-rules \
    
    24 25
     		$(docflags)
    
    25 26
     
    


  • Reply to: