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

[Git][lintian/lintian][lintian-doc] 3 commits: d/clean: add file and remove d/rules hook



Title: GitLab

Louis-Philippe Véronneau pushed to branch lintian-doc at lintian / lintian

Commits:

  • b79e13f0
    by Louis-Philippe Véronneau at 2024-11-12T17:24:06-05:00
    d/clean: add file and remove d/rules hook
    
  • 40694838
    by Louis-Philippe Véronneau at 2024-11-12T17:25:13-05:00
    d/rules: ajust dependencies for nodoc profile
    
  • b250fa52
    by Louis-Philippe Véronneau at 2024-11-12T17:26:08-05:00
    d/control: Improve lintian-doc description
    

3 changed files:

Changes:

  • debian/clean
    1
    +debian/test-out/
    
    2
    +doc/api.html
    
    3
    +doc/lintian.html
    
    4
    +man/man1/
    
    5
    +man/man3/
    
    6
    +l10n/
    
    7
    +lintian-tags.json

  • debian/control
    ... ... @@ -28,7 +28,6 @@ Build-Depends:
    28 28
      libconst-fast-perl,
    
    29 29
      libfile-basedir-perl,
    
    30 30
      libio-prompt-tiny-perl <!nocheck>,
    
    31
    - libio-interactive-perl <!nodoc>,
    
    32 31
      libipc-run3-perl,
    
    33 32
      liblist-someutils-perl <!nocheck>,
    
    34 33
      libmce-perl <!nocheck>,
    
    ... ... @@ -49,7 +48,7 @@ Build-Depends:
    49 48
      libtext-template-perl <!nocheck>,
    
    50 49
      libunicode-utf8-perl,
    
    51 50
      libversion-perl <!nocheck>,
    
    52
    - lintian <!nocheck>,
    
    51
    + lintian <!nocheck> <!nodoc>,
    
    53 52
      lintian-ssg <!nodoc>,
    
    54 53
      mingw-w64-tools <!nocheck>,
    
    55 54
      pkg-php-tools <!nocheck>,
    
    ... ... @@ -179,14 +178,10 @@ Description: Debian package checker
    179 178
     Package: lintian-doc
    
    180 179
     Architecture: all
    
    181 180
     Section: doc
    
    182
    -Description: Debian package checker -- static website
    
    181
    +Description: Debian package checker -- HTML documentation
    
    183 182
      Lintian dissects Debian packages and reports bugs and policy violations. It
    
    184 183
      contains automated checks for many aspects of Debian policy as well as some
    
    185 184
      checks for common errors.
    
    186 185
      .
    
    187
    - This package is useful for all people who want to check Debian packages for
    
    188
    - compliance with Debian policy. Every Debian maintainer should check packages
    
    189
    - with this tool before uploading them to the archive.
    
    190
    - .
    
    191
    - This package provides a Web version of Lintian tags' explanations, created by
    
    192
    - lintian-ssg.
    186
    + This package provides Lintian tags' explanations in HTML format, generated
    
    187
    + with lintian-ssg, suitable to be browsed locally or published online.

  • debian/rules
    ... ... @@ -29,12 +29,6 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
    29 29
     	private/runtests
    
    30 30
     endif
    
    31 31
     
    
    32
    -execute_before_dh_clean:
    
    33
    -	rm -rf $(CURDIR)/debian/test-out
    
    34
    -	rm -rf doc/api.html doc/lintian.html
    
    35
    -	rm -rf man/man1/ man/man3/ l10n/
    
    36
    -	rm -f lintian-tags.json
    
    37
    -
    
    38 32
     execute_after_dh_install:
    
    39 33
     	echo "Setting LINTIAN_VERSION to $(VER)"
    
    40 34
     	$(PERL) -p -i -e 's/my \$$LINTIAN_VERSION;/my \$$LINTIAN_VERSION = q{$(VER)};/;' \
    


  • Reply to: