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

[Git][lintian/lintian][master] 2 commits: Revert "Update changelog for 2.118.0~git release"



Title: GitLab

Bastien Roucariès pushed to branch master at lintian / lintian

Commits:

  • 18c573c9
    by Bastien Roucariès at 2024-07-30T09:06:12+00:00
    Revert "Update changelog for 2.118.0~git release"
    
    This reverts commit 69eab1e637f705242d7b82e1e821c70e6a0a363d.
    
  • 2e453c0b
    by Bastien Roucariès at 2024-07-30T09:06:59+00:00
    Use C UTF8 lcoale for building
    

2 changed files:

Changes:

  • debian/changelog
    1
    -lintian (2.118.0) unstable; urgency=medium
    
    1
    +lintian (2.118.0~git) UNRELEASED; urgency=medium
    
    2 2
     
    
    3
    -  * Retroactively add missing entry to the 2.117.1 changelog entry
    
    4
    -    (Closes: #1077557)
    
    3
    +  * WIP (generated at release time: please do not add entries below.)
    
    5 4
     
    
    6
    - -- Bastien Roucariès <rouca@debian.org>  Tue, 30 Jul 2024 08:54:34 +0000
    
    5
    + -- Bastien Roucariès <rouca@debian.org>  Tue, 30 Jul 2024 08:43:52 +0000
    
    7 6
     
    
    8 7
     lintian (2.117.1) unstable; urgency=medium
    
    9 8
     
    

  • debian/rules
    ... ... @@ -51,7 +51,7 @@ generate-docs: generate-docs-stamp
    51 51
     generate-docs-stamp: $(docsources)
    
    52 52
     	dh_testdir
    
    53 53
     # A UTF-8 locale seemed appropriate; manual uses &sect; character
    
    54
    -	cd doc && LC_ALL=en_US.UTF-8 rst2html lintian.rst > lintian.html
    
    54
    +	cd doc && LC_ALL=C.UTF-8 rst2html lintian.rst > lintian.html
    
    55 55
     	mkdir -p man/man1/ man/man3/
    
    56 56
     	$(pod2man) --name lintian --section=1 man/lintian.pod > man/man1/lintian.1
    
    57 57
     	set -e ; for POD in $(pod2mansources) ; do \
    


  • Reply to: