[Pkg-haskell-commits] darcs: gitit: Fix some runtime dependencies

Giovanni Mascellani gio at debian.org
Sat May 19 08:57:49 UTC 2012


Sat May 19 08:22:35 UTC 2012  Giovanni Mascellani <gio at debian.org>
  * Fix some runtime dependencies
  Ignore-this: dcaccc76fa754ff1e570929c85fbbaf2

    M ./changelog +6
    M ./control -2 +5
    M ./rules -1 +1

Sat May 19 08:22:35 UTC 2012  Giovanni Mascellani <gio at debian.org>
  * Fix some runtime dependencies
  Ignore-this: dcaccc76fa754ff1e570929c85fbbaf2
diff -rN -u old-gitit//changelog new-gitit//changelog
--- old-gitit//changelog	2012-05-19 08:57:48.885551023 +0000
+++ new-gitit//changelog	2012-05-19 08:57:48.894394642 +0000
@@ -1,3 +1,9 @@
+gitit (0.9.0.1-3) UNRELEASED; urgency=low
+
+  * Fix some runtime dependencies (closes: #673472).
+
+ -- Giovanni Mascellani <gio at debian.org>  Sat, 19 May 2012 09:07:54 +0200
+
 gitit (0.9.0.1-2) unstable; urgency=low
 
   * Missing dependency on libghc-safe-dev.
diff -rN -u old-gitit//control new-gitit//control
--- old-gitit//control	2012-05-19 08:57:48.885551023 +0000
+++ new-gitit//control	2012-05-19 08:57:48.885551023 +0000
@@ -207,7 +207,9 @@
  ${misc:Depends},
  ${shlibs:Depends},
  libjs-jquery,
- libjs-jquery-ui
+ libjs-jquery-ui,
+ git | darcs | mercurial
+Recommends: mime-support
 Description: Wiki engine backed by a git or darcs filestore
  Gitit is a wiki backed by a git or darcs filestore. Pages and uploaded files
  can be modified either directly via the VCS’s command-line tools or through
@@ -237,7 +239,7 @@
  ${haskell:Extra-Depends},
  ${misc:Depends},
  ${shlibs:Depends},
- gitit
+ gitit (>= ${binary:Version})
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
@@ -272,6 +274,7 @@
  ${misc:Depends}
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
+Provides: ${haskell:Provides}
 Description: Wiki engine backed by a git or darcs filestore; profiling libraries
  Gitit is a wiki backed by a git or darcs filestore. Pages and uploaded files
  can be modified either directly via the VCS’s command-line tools or through
diff -rN -u old-gitit//rules new-gitit//rules
--- old-gitit//rules	2012-05-19 08:57:48.818363563 +0000
+++ new-gitit//rules	2012-05-19 08:57:48.910427384 +0000
@@ -16,7 +16,7 @@
 
 build/gitit:: $(MANPAGES)
 
-install/gitit:: debian/tmp-inst-ghc
+install/gitit:: debian/tmp-inst-ghc debian/extra-packages
 	cp -av debian/tmp-inst-ghc/usr/bin/* debian/gitit/usr/bin
 	cp -av debian/tmp-inst-ghc/usr/share/gitit-$(CABAL_VERSION) debian/gitit/usr/share
 





More information about the Pkg-haskell-commits mailing list