[Pkg-haskell-commits] darcs: darcs: Set DEB_CABAL_PACKAGE since the cabal file is called darcs-beta but we want to build darcs.

Iain Lane laney at debian.org
Sat Apr 28 00:06:35 UTC 2012


Mon Apr  2 18:57:43 UTC 2012  Iain Lane <laney at debian.org>
  * Set DEB_CABAL_PACKAGE since the cabal file is called darcs-beta but we want to build darcs. 
  Ignore-this: bf57dc3287bdfdef6243dbdc16742299

    M ./changelog +2
    M ./rules +2

Mon Apr  2 18:57:43 UTC 2012  Iain Lane <laney at debian.org>
  * Set DEB_CABAL_PACKAGE since the cabal file is called darcs-beta but we want to build darcs. 
  Ignore-this: bf57dc3287bdfdef6243dbdc16742299
diff -rN -u old-darcs//changelog new-darcs//changelog
--- old-darcs//changelog	2012-04-28 00:06:33.747250305 +0000
+++ new-darcs//changelog	2012-04-28 00:06:33.967249746 +0000
@@ -11,6 +11,8 @@
   * Refresh use-sensible-editor patch and drop all others which are no longer
     required.
   * Remove BDs on packages provided by GHC (unix, filepath) 
+  * Set DEB_CABAL_PACKAGE since the cabal file is called darcs-beta but we
+    want to build darcs. 
 
  -- Iain Lane <laney at debian.org>  Mon, 02 Apr 2012 19:11:22 +0100
 
diff -rN -u old-darcs//rules new-darcs//rules
--- old-darcs//rules	2012-04-28 00:06:33.715249618 +0000
+++ new-darcs//rules	2012-04-28 00:06:33.967249746 +0000
@@ -1,6 +1,8 @@
 #!/usr/bin/make -f
 
 include /usr/share/cdbs/1/rules/debhelper.mk
+
+DEB_CABAL_PACKAGE=darcs
 include /usr/share/cdbs/1/class/hlibrary.mk
 
 DEB_INSTALL_CHANGELOGS_ALL=NEWS





More information about the Pkg-haskell-commits mailing list