summaryrefslogtreecommitdiff
path: root/p/haskell-blogliterately
diff options
context:
space:
mode:
authorDmitry Bogatov <KAction@gnu.org>2014-12-29 19:23:07 +0300
committerDmitry Bogatov <KAction@gnu.org>2014-12-29 19:23:07 +0300
commitbd9417b8266b65f2917d6901b9d4f23f80c434fb (patch)
tree253fcb174a47d6ee9e35e1b34f69c0fb5eb64b8c /p/haskell-blogliterately
parentc50e7ddf6aa2d4a63aa2c499b2a9bd974c8a88bf (diff)
downloadDHG_packages-bd9417b8266b65f2917d6901b9d4f23f80c434fb.tar.gz
haskell-blogliterately: Fix packaging errors
* Fix typos * Make debian/rules more idiomatic * Change section misc -> web
Diffstat (limited to 'p/haskell-blogliterately')
-rw-r--r--p/haskell-blogliterately/debian/BlogLiterately.md2
-rw-r--r--p/haskell-blogliterately/debian/blogliterately.haskell-binaries1
-rw-r--r--p/haskell-blogliterately/debian/blogliterately.install1
-rw-r--r--p/haskell-blogliterately/debian/control6
-rwxr-xr-xp/haskell-blogliterately/debian/rules5
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