[Pkg-haskell-commits] darcs: haskell-yesod-bin: Let the binary package be yesod, not yesod-bin, to keep the package namespace a bit cleaner.

Joachim Breitner mail at joachim-breitner.de
Sun Aug 11 22:15:01 UTC 2013


Sun Aug 11 20:59:52 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Let the binary package be yesod, not yesod-bin, to keep the package namespace a bit cleaner. 

    M ./changelog +7
    M ./control -1 +1
    M ./rules -1 +1

Sun Aug 11 20:59:52 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Let the binary package be yesod, not yesod-bin, to keep the package namespace a bit cleaner. 
diff -rN -u old-haskell-yesod-bin/changelog new-haskell-yesod-bin/changelog
--- old-haskell-yesod-bin/changelog	2013-08-11 22:15:01.686536300 +0000
+++ new-haskell-yesod-bin/changelog	2013-08-11 22:15:01.694552588 +0000
@@ -1,3 +1,10 @@
+haskell-yesod-bin (1.2.2-2) UNRELEASED; urgency=low
+
+  * Let the binary package be yesod, not yesod-bin, to keep the package
+    namespace a bit cleaner. 
+
+ -- Joachim Breitner <nomeata at debian.org>  Sun, 11 Aug 2013 22:46:07 +0200
+
 haskell-yesod-bin (1.2.2-1) unstable; urgency=low
 
   * Initial release.
diff -rN -u old-haskell-yesod-bin/control new-haskell-yesod-bin/control
--- old-haskell-yesod-bin/control	2013-08-11 22:15:01.678561361 +0000
+++ new-haskell-yesod-bin/control	2013-08-11 22:15:01.722041642 +0000
@@ -60,7 +60,7 @@
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-yesod-bin
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-yesod-bin
 
-Package: yesod-bin
+Package: yesod
 Architecture: any
 Depends: ${haskell:Depends}
   , ${shlibs:Depends}
diff -rN -u old-haskell-yesod-bin/rules new-haskell-yesod-bin/rules
--- old-haskell-yesod-bin/rules	2013-08-11 22:15:01.678561361 +0000
+++ new-haskell-yesod-bin/rules	2013-08-11 22:15:01.690535154 +0000
@@ -6,7 +6,7 @@
 INSTALL_SCRIPT  = $(INSTALL) -p    -o root -g root  -m  755
 INSTALL_DIR     = $(INSTALL) -p -d -o root -g root  -m  755
 
-package=yesod-bin
+package=yesod
 
 clean: checkroot
 #	debian/$(package).setup clean




More information about the Pkg-haskell-commits mailing list