[Pkg-haskell-commits] darcs: taffybar: Main package should recommend -dev and -doc ones because they are useful for configuring the program

Louis Bettens louis at bettens.info
Tue Jul 23 09:57:05 UTC 2013


Tue Jul 23 09:47:18 UTC 2013  Louis Bettens <louis at bettens.info>
  * Main package should recommend -dev and -doc ones because they are useful for configuring the program

    M ./control -1 +5

Tue Jul 23 09:47:18 UTC 2013  Louis Bettens <louis at bettens.info>
  * Main package should recommend -dev and -doc ones because they are useful for configuring the program
diff -rN -u old-taffybar/control new-taffybar/control
--- old-taffybar/control	2013-07-23 09:57:04.967054987 +0000
+++ new-taffybar/control	2013-07-23 09:57:04.975069600 +0000
@@ -120,10 +120,14 @@
 Depends: ${haskell:Depends}
   , ${shlibs:Depends}
   , ${misc:Depends}
-Recommends: ${haskell:Recommends}
+Recommends: ${haskell:Recommends}, libghc-taffybar-dev, libghc-taffybar-doc
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: desktop bar extensible in Haskell
  This bar is based on gtk2hs and provides several widgets (including a few
  graphical ones).
  It also sports an optional snazzy system tray.
+ .
+ This package comes pre-configured with the default configuration. If you want
+ to build your custom-configured version, make sure that libghc-taffybar-dev is
+ installed and put your configuration in ~/.config/taffybar/taffybar.hs




More information about the Pkg-haskell-commits mailing list