[Pkg-haskell-commits] darcs: shellcheck: rebuild upstream manual page during build

Helmut Grohne helmut at subdivi.de
Thu Apr 30 20:10:10 UTC 2015


Thu Apr 30 19:59:08 UTC 2015  Helmut Grohne <helmut at subdivi.de>
  * rebuild upstream manual page during build

    M ./changelog +1
    A ./clean
    M ./control +1
    M ./rules +2

Thu Apr 30 19:59:08 UTC 2015  Helmut Grohne <helmut at subdivi.de>
  * rebuild upstream manual page during build
diff -rN -u old-shellcheck/changelog new-shellcheck/changelog
--- old-shellcheck/changelog	2015-04-30 20:10:10.219212016 +0000
+++ new-shellcheck/changelog	2015-04-30 20:10:10.223212017 +0000
@@ -4,6 +4,7 @@
     + Update make_testsuite_optional.patch.
     + Update Build-Depends regex-compat -> regex-tdfa.
   * Use upstream manual page.
+  * Rebuild upstream manual page during build.
 
  -- Helmut Grohne <helmut at subdivi.de>  Thu, 30 Apr 2015 21:06:02 +0200
 
diff -rN -u old-shellcheck/clean new-shellcheck/clean
--- old-shellcheck/clean	1970-01-01 00:00:00.000000000 +0000
+++ new-shellcheck/clean	2015-04-30 20:10:10.219212016 +0000
@@ -0,0 +1 @@
+shellcheck.1
diff -rN -u old-shellcheck/control new-shellcheck/control
--- old-shellcheck/control	2015-04-30 20:10:10.219212016 +0000
+++ new-shellcheck/control	2015-04-30 20:10:10.219212016 +0000
@@ -12,6 +12,7 @@
   , libghc-parsec3-dev
   , libghc-regex-tdfa-dev
   , libghc-quickcheck2-dev (>= 2.7.4)
+  , pandoc
 Standards-Version: 3.9.6
 Homepage: http://hackage.haskell.org/package/ShellCheck
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/shellcheck
diff -rN -u old-shellcheck/rules new-shellcheck/rules
--- old-shellcheck/rules	2015-04-30 20:10:10.219212016 +0000
+++ new-shellcheck/rules	2015-04-30 20:10:10.223212017 +0000
@@ -5,4 +5,6 @@
 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
 common-binary-arch:: check-ghc-stamp




More information about the Pkg-haskell-commits mailing list