diff options
Diffstat (limited to 'p/haskell-blogliterately')
5 files changed, 8 insertions, 7 deletions
diff --git a/p/haskell-blogliterately/debian/BlogLiterately.md b/p/haskell-blogliterately/debian/BlogLiterately.md index 90480b636..592f86ee7 100644 --- a/p/haskell-blogliterately/debian/BlogLiterately.md +++ b/p/haskell-blogliterately/debian/BlogLiterately.md @@ -1,4 +1,4 @@ -% BLOGLITERATELY(1) BlogLiteerately Manual +% BLOGLITERATELY(1) BlogLiterately Manual % Robert Greayer, Brent Yorgey % 2014-12-04 # NAME diff --git a/p/haskell-blogliterately/debian/blogliterately.haskell-binaries b/p/haskell-blogliterately/debian/blogliterately.haskell-binaries new file mode 100644 index 000000000..8e1df79db --- /dev/null +++ b/p/haskell-blogliterately/debian/blogliterately.haskell-binaries @@ -0,0 +1 @@ +BlogLiterately diff --git a/p/haskell-blogliterately/debian/blogliterately.install b/p/haskell-blogliterately/debian/blogliterately.install deleted file mode 100644 index 0add99754..000000000 --- a/p/haskell-blogliterately/debian/blogliterately.install +++ /dev/null @@ -1 +0,0 @@ -dist-ghc/build/BlogLiterately/BlogLiterately usr/bin diff --git a/p/haskell-blogliterately/debian/control b/p/haskell-blogliterately/debian/control index c804a9e70..533a5353d 100644 --- a/p/haskell-blogliterately/debian/control +++ b/p/haskell-blogliterately/debian/control @@ -119,12 +119,12 @@ X-Description: Tool for posting articles to blogs (internals) syntax highlighting, format ghci sessions, and upload to any blog supporting the metaWeblog API (such as Wordpress) . - This package is made avaliliable to make customization possible, + This package is made available to make customization possible, in particular, to create your own executable which adds extra custom transformations. . End-user is probably interested in `blogliterately' package, which - provides ready to use executable. + provides a ready to use executable. Package: libghc-blogliterately-dev Architecture: any @@ -174,7 +174,7 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: blogliterately Architecture: any -Section: misc +Section: web Depends: ${shlibs:Depends} , ${haskell:Depends} , ${misc:Depends} diff --git a/p/haskell-blogliterately/debian/rules b/p/haskell-blogliterately/debian/rules index f66481d7d..c7847eec6 100755 --- a/p/haskell-blogliterately/debian/rules +++ b/p/haskell-blogliterately/debian/rules @@ -6,7 +6,8 @@ DEB_DEFAULT_COMPILER = ghc include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk -build/haskell-blogliterately-utils:: build-ghc-stamp +build/blogliterately:: build-ghc-stamp +install/blogliterately:: debian/BlogLiterately.1 -install/blogliterately:: +debian/BlogLiterately.1: debian/BlogLiterately.md pandoc -st man debian/BlogLiterately.md -o debian/BlogLiterately.1 |
