[Pkg-haskell-commits] darcs: haskell-mueval: Add mueval binary pacage.

Clint Adams clint at debian.org
Sat Aug 10 01:19:20 UTC 2013


Sat Aug 10 01:19:11 UTC 2013  Clint Adams <clint at debian.org>
  * Add mueval binary pacage.

    M ./changelog -1 +7
    M ./control -1 +14
    A ./mueval.dirs
    M ./rules +3

Sat Aug 10 01:19:11 UTC 2013  Clint Adams <clint at debian.org>
  * Add mueval binary pacage.
diff -rN -u old-haskell-mueval/changelog new-haskell-mueval/changelog
--- old-haskell-mueval/changelog	2013-08-10 01:19:19.841543371 +0000
+++ new-haskell-mueval/changelog	2013-08-10 01:19:19.861544057 +0000
@@ -1,5 +1,11 @@
+haskell-mueval (0.9-2) unstable; urgency=low
+
+  * Add mueval binary package.
+
+ -- Clint Adams <clint at debian.org>  Fri, 09 Aug 2013 21:13:05 -0400
+
 haskell-mueval (0.9-1) unstable; urgency=low
 
-  * Initial release. 
+  * Initial release.
 
  -- Joachim Breitner <nomeata at debian.org>  Mon, 24 Jun 2013 16:36:00 +0200
diff -rN -u old-haskell-mueval/control new-haskell-mueval/control
--- old-haskell-mueval/control	2013-08-10 01:19:19.821544017 +0000
+++ new-haskell-mueval/control	2013-08-10 01:19:19.861544057 +0000
@@ -24,7 +24,7 @@
   , libghc-show-doc
   , libghc-utf8-string-doc
   , libghc-simple-reflect-doc
-Standards-Version: 3.9.2
+Standards-Version: 3.9.4
 Homepage: http://hackage.haskell.org/package/mueval
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-mueval
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-mueval
@@ -38,6 +38,19 @@
  It is, in short, intended to be a standalone version of Lambdabot's famous
  evaluation functionality.
 
+Package: mueval
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription} - executables
+ ${haskell:LongDescription}
+ .
+ This contains the mueval binaries.
+
 Package: libghc-mueval-dev
 Architecture: any
 Depends: ${haskell:Depends}
diff -rN -u old-haskell-mueval/mueval.dirs new-haskell-mueval/mueval.dirs
--- old-haskell-mueval/mueval.dirs	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-mueval/mueval.dirs	2013-08-10 01:19:19.865545015 +0000
@@ -0,0 +1 @@
+usr/bin
diff -rN -u old-haskell-mueval/rules new-haskell-mueval/rules
--- old-haskell-mueval/rules	2013-08-10 01:19:19.813549407 +0000
+++ new-haskell-mueval/rules	2013-08-10 01:19:19.865545015 +0000
@@ -2,3 +2,6 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk
+
+install/mueval:: debian/tmp-inst-ghc
+	cp -av debian/tmp-inst-ghc/usr/bin/* debian/mueval/usr/bin




More information about the Pkg-haskell-commits mailing list