[Pkg-haskell-commits] darcs: haskell-blogliterately: Fix packaging errors

Dmitry Bogatov KAction at gnu.org
Mon Dec 29 16:30:40 UTC 2014


Mon Dec 29 16:23:07 UTC 2014  Dmitry Bogatov <KAction at gnu.org>
  * Fix packaging errors
  
    * Fix typos
    * Make debian/rules more idiomatic
    * Change section misc -> web

    M ./BlogLiterately.md -1 +1
    A ./blogliterately.haskell-binaries
    R ./blogliterately.install
    M ./control -3 +3
    M ./rules -2 +3

Mon Dec 29 16:23:07 UTC 2014  Dmitry Bogatov <KAction at gnu.org>
  * Fix packaging errors
  
    * Fix typos
    * Make debian/rules more idiomatic
    * Change section misc -> web
diff -rN -u old-haskell-blogliterately/blogliterately.haskell-binaries new-haskell-blogliterately/blogliterately.haskell-binaries
--- old-haskell-blogliterately/blogliterately.haskell-binaries	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-blogliterately/blogliterately.haskell-binaries	2014-12-29 16:30:39.990520627 +0000
@@ -0,0 +1 @@
+BlogLiterately
diff -rN -u old-haskell-blogliterately/blogliterately.install new-haskell-blogliterately/blogliterately.install
--- old-haskell-blogliterately/blogliterately.install	2014-12-29 16:30:39.990520627 +0000
+++ new-haskell-blogliterately/blogliterately.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-dist-ghc/build/BlogLiterately/BlogLiterately usr/bin
diff -rN -u old-haskell-blogliterately/BlogLiterately.md new-haskell-blogliterately/BlogLiterately.md
--- old-haskell-blogliterately/BlogLiterately.md	2014-12-29 16:30:39.990520627 +0000
+++ new-haskell-blogliterately/BlogLiterately.md	2014-12-29 16:30:39.990520627 +0000
@@ -1,4 +1,4 @@
-% BLOGLITERATELY(1) BlogLiteerately Manual
+% BLOGLITERATELY(1) BlogLiterately Manual
 % Robert Greayer, Brent Yorgey
 % 2014-12-04
 # NAME
diff -rN -u old-haskell-blogliterately/control new-haskell-blogliterately/control
--- old-haskell-blogliterately/control	2014-12-29 16:30:39.990520627 +0000
+++ new-haskell-blogliterately/control	2014-12-29 16:30:39.990520627 +0000
@@ -119,12 +119,12 @@
  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 @@
 
 Package: blogliterately
 Architecture: any
-Section: misc
+Section: web
 Depends: ${shlibs:Depends}
          , ${haskell:Depends}
          , ${misc:Depends}
diff -rN -u old-haskell-blogliterately/rules new-haskell-blogliterately/rules
--- old-haskell-blogliterately/rules	2014-12-29 16:30:39.986520628 +0000
+++ new-haskell-blogliterately/rules	2014-12-29 16:30:39.994520627 +0000
@@ -6,7 +6,8 @@
 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




More information about the Pkg-haskell-commits mailing list