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: - + debian/clean - debian/control - debian/rules Changes: ===================================== debian/clean ===================================== @@ -0,0 +1,7 @@ +debian/test-out/ +doc/api.html +doc/lintian.html +man/man1/ +man/man3/ +l10n/ +lintian-tags.json ===================================== debian/control ===================================== @@ -28,7 +28,6 @@ Build-Depends: libconst-fast-perl, libfile-basedir-perl, libio-prompt-tiny-perl <!nocheck>, - libio-interactive-perl <!nodoc>, libipc-run3-perl, liblist-someutils-perl <!nocheck>, libmce-perl <!nocheck>, @@ -49,7 +48,7 @@ Build-Depends: libtext-template-perl <!nocheck>, libunicode-utf8-perl, libversion-perl <!nocheck>, - lintian <!nocheck>, + lintian <!nocheck> <!nodoc>, lintian-ssg <!nodoc>, mingw-w64-tools <!nocheck>, pkg-php-tools <!nocheck>, @@ -179,14 +178,10 @@ Description: Debian package checker Package: lintian-doc Architecture: all Section: doc -Description: Debian package checker -- static website +Description: Debian package checker -- HTML documentation Lintian dissects Debian packages and reports bugs and policy violations. It contains automated checks for many aspects of Debian policy as well as some checks for common errors. . - This package is useful for all people who want to check Debian packages for - compliance with Debian policy. Every Debian maintainer should check packages - with this tool before uploading them to the archive. - . - This package provides a Web version of Lintian tags' explanations, created by - lintian-ssg. + This package provides Lintian tags' explanations in HTML format, generated + with lintian-ssg, suitable to be browsed locally or published online. ===================================== debian/rules ===================================== @@ -29,12 +29,6 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) private/runtests endif -execute_before_dh_clean: - rm -rf $(CURDIR)/debian/test-out - rm -rf doc/api.html doc/lintian.html - rm -rf man/man1/ man/man3/ l10n/ - rm -f lintian-tags.json - execute_after_dh_install: echo "Setting LINTIAN_VERSION to $(VER)" $(PERL) -p -i -e 's/my \$$LINTIAN_VERSION;/my \$$LINTIAN_VERSION = q{$(VER)};/;' \ View it on GitLab: https://salsa.debian.org/lintian/lintian/-/compare/ee6c5082abc833f064ae38f5f067d0ca441661ca...b250fa524b2f3b3950f3be3269640ac2f18e6565 -- View it on GitLab: https://salsa.debian.org/lintian/lintian/-/compare/ee6c5082abc833f064ae38f5f067d0ca441661ca...b250fa524b2f3b3950f3be3269640ac2f18e6565 You're receiving this email because of your account on salsa.debian.org.