[Pkg-haskell-commits] darcs: haskell-devscripts: Depend on dh-buildinfo. This stores a file in /usr/share/*/doc listing the version of all the build dependencies, and might be handy some time if we need to recompile stuff.

Joachim Breitner mail at joachim-breitner.de
Sat Jul 30 10:23:13 UTC 2011


Sat Jul 30 10:23:08 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Depend on dh-buildinfo. This stores a file in /usr/share/*/doc listing the version of all the build dependencies, and might be handy some time if we need to recompile stuff.
  Ignore-this: d4651bde9f223946f2ef7915a1f342fc

    M ./debian/changelog +6
    M ./debian/control +1

Sat Jul 30 10:23:08 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Depend on dh-buildinfo. This stores a file in /usr/share/*/doc listing the version of all the build dependencies, and might be handy some time if we need to recompile stuff.
  Ignore-this: d4651bde9f223946f2ef7915a1f342fc
diff -rN -u old-haskell-devscripts//debian/changelog new-haskell-devscripts//debian/changelog
--- old-haskell-devscripts//debian/changelog	2011-07-30 10:23:13.656562790 +0000
+++ new-haskell-devscripts//debian/changelog	2011-07-30 10:23:13.680560645 +0000
@@ -1,5 +1,6 @@
 haskell-devscripts (0.8.9) UNRELEASED; urgency=low
 
+  [ Giovanni Mascellani ]
   * Make -doc packages recommend -dev instead of suggesting. It's likely that
     people installing documentation want the library too. (Closes: #635754)
   * Fix the header and footer in manpages (Haskell is quite the opposite
@@ -7,6 +8,11 @@
   * Write a manpage for dh_haskell_extra_depends and improve dh_haskell_depends.
     Some other work is to be done.
 
+  [ Joachim Breitner ]
+  * Depend on dh-buildinfo. This stores a file in /usr/share/*/doc listing the
+    version of all the build dependencies, and might be handy some time if we
+    need to recompile stuff.
+
  -- Giovanni Mascellani <gio at debian.org>  Thu, 28 Jul 2011 18:19:36 +0200
 
 haskell-devscripts (0.8.8) unstable; urgency=low
diff -rN -u old-haskell-devscripts//debian/control new-haskell-devscripts//debian/control
--- old-haskell-devscripts//debian/control	2011-07-30 10:23:13.644579643 +0000
+++ new-haskell-devscripts//debian/control	2011-07-30 10:23:13.680560645 +0000
@@ -13,6 +13,7 @@
 Architecture: all
 Depends: dctrl-tools
   , debhelper
+  , dh-buildinfo
   , ghc (>= 7.0.4-3)
   , cdbs
   , ${misc:Depends}





More information about the Pkg-haskell-commits mailing list