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

[Git][tex-team/latex-cjk-japanese-wadalab][master] Update debian/rules to enforce ANSI C compilation for wftodm.c,



Title: GitLab

Danai Sae-Han pushed to branch master at Debian TeX Maintainers / Latex Cjk Japanese Wadalab

Commits:

  • a9cb0e42
    by Danai SAE-HAN (韓達耐) at 2024-08-05T12:18:49+08:00
    Update debian/rules to enforce ANSI C compilation for wftodm.c,
    and update Hilmar's email address in debian/control.
    

2 changed files:

Changes:

  • debian/changelog
    1
    -latex-cjk-japanese-wadalab (0.20050817-19) UNRELEASED; urgency=medium
    
    1
    +latex-cjk-japanese-wadalab (0.20050817-19) unstable; urgency=medium
    
    2 2
     
    
    3
    +  [ Debian Janitor ]
    
    3 4
       * Remove constraints unnecessary since buster (oldstable):
    
    4 5
         + Build-Depends: Drop versioned constraint on tex-common.
    
    5 6
         + Build-Depends-Indep: Drop versioned constraint on perl-base.
    
    6 7
         + Remove 2 maintscript entries from 1 files.
    
    7 8
     
    
    8
    - -- Debian Janitor <janitor@jelmer.uk>  Wed, 16 Nov 2022 03:26:33 -0000
    
    9
    +  [ Danai SAE-HAN (韓達耐) ]
    
    10
    +  * [rules]
    
    11
    +     - Add '-ansi' to the compiler options for 'wftodm.c'.  The code
    
    12
    +       may be a bit old-fashioned and cause errors instead of warnings
    
    13
    +       in GCC 14, but the risk to end users is minimal as the 'wftodm'
    
    14
    +       binary is only used during build time and not distributed to
    
    15
    +       end users (Closes: #1077439).  Thanks to Lucas for the bug
    
    16
    +       report.
    
    17
    +
    
    18
    +  [ Hilmar Preusse ]
    
    19
    +  * [control]
    
    20
    +     - Update my Uploaders/Maintainers email address.
    
    21
    +
    
    22
    + -- Danai SAE-HAN (韓達耐) <danai@debian.org>  Mon, 05 Aug 2024 12:17:05 +0800
    
    9 23
     
    
    10 24
     latex-cjk-japanese-wadalab (0.20050817-18) unstable; urgency=medium
    
    11 25
     
    

  • debian/rules
    ... ... @@ -54,7 +54,7 @@ unpack-stamp:
    54 54
     	dh_testdir
    
    55 55
     
    
    56 56
     	mkdir build
    
    57
    -	cc -Wall -g -O2 -o build/wftodm wftodm.c
    
    57
    +	cc -Wall -ansi -g -O2 -o build/wftodm wftodm.c
    
    58 58
     
    
    59 59
     	@for i in ./*.tar.gz; do ( cd build && echo "Unpacking $$i." && tar xzf ../$$i ); done
    
    60 60
     
    


  • Reply to: