[Git][haskell-team/DHG_packages][master] 2 commits: Shellcheck: Fix manpage generation (closes: #918555, #985003)
Samuel Henrique (@samueloph)
gitlab at salsa.debian.org
Sun Aug 15 18:19:29 BST 2021
Samuel Henrique pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
fe907a4d by Samuel Henrique at 2021-08-15T18:11:32+01:00
Shellcheck: Fix manpage generation (closes: #918555, #985003)
- - - - -
82104e37 by Samuel Henrique at 2021-08-15T18:13:06+01:00
Shellcheck: Finalize changelog for 0.7.2-2 unstable upload
- - - - -
2 changed files:
- p/shellcheck/debian/changelog
- p/shellcheck/debian/rules
Changes:
=====================================
p/shellcheck/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+shellcheck (0.7.2-2) unstable; urgency=medium
+
+ * d/rules: Fix manpage generation (closes: #918555, #985003)
+
+ -- Samuel Henrique <samueloph at debian.org> Sun, 15 Aug 2021 18:12:05 +0100
+
shellcheck (0.7.2-1) unstable; urgency=medium
* New upstream release
=====================================
p/shellcheck/debian/rules
=====================================
@@ -17,5 +17,5 @@ include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
common-build-arch::
- pandoc -s -t man shellcheck.1.md -o shellcheck.1
+ pandoc -s -f markdown-smart -t man shellcheck.1.md -o shellcheck.1
common-binary-arch:: check-ghc-stamp
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/3eed10298e32f26194b9e5f21d43f94628160bcb...82104e374bdc66954e52a35edc60888703d0d9e8
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/3eed10298e32f26194b9e5f21d43f94628160bcb...82104e374bdc66954e52a35edc60888703d0d9e8
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20210815/f5fd577e/attachment.htm>
More information about the Pkg-haskell-commits
mailing list