[Pkg-haskell-commits] r846 - in /packages/haskell-devscripts/trunk: debian/changelog dh_haskell_install

arjan at users.alioth.debian.org arjan at users.alioth.debian.org
Sun Dec 30 18:10:53 UTC 2007


Author: arjan
Date: Sun Dec 30 18:10:53 2007
New Revision: 846

URL: http://svn.debian.org/wsvn/pkg-haskell/?sc=1&rev=846
Log:
[project @ Install hugs packages in /usr/lib/hugs/packages]

Original author: Arjan Oosting <arjanoosting at home.nl>
Date: 2007-04-15 15:17:13+00:00

Modified:
    packages/haskell-devscripts/trunk/debian/changelog
    packages/haskell-devscripts/trunk/dh_haskell_install

Modified: packages/haskell-devscripts/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-devscripts/trunk/debian/changelog?rev=846&op=diff
==============================================================================
--- packages/haskell-devscripts/trunk/debian/changelog (original)
+++ packages/haskell-devscripts/trunk/debian/changelog Sun Dec 30 18:10:53 2007
@@ -1,3 +1,10 @@
+haskell-devscripts (0.5.16~pre1) unstable; urgency=low
+
+  * Install hugs packages into /usr/lib/hugs/packages which is wat the
+    Hugs release of September 2006 expects. 
+
+ -- Arjan Oosting <arjan at debian.org>  Sun, 15 Apr 2007 17:09:49 +0200
+
 haskell-devscripts (0.5.15) unstable; urgency=high
 
   * Set urgency high as the upload fixes an RC bug.

Modified: packages/haskell-devscripts/trunk/dh_haskell_install
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-devscripts/trunk/dh_haskell_install?rev=846&op=diff
==============================================================================
--- packages/haskell-devscripts/trunk/dh_haskell_install (original)
+++ packages/haskell-devscripts/trunk/dh_haskell_install Sun Dec 30 18:10:53 2007
@@ -118,8 +118,8 @@
     if (is_handled_package($package)) {
         my $pkgtype = type_of_package($package);
         if ($pkgtype eq "hugs") {
-            safesystem("mkdir -p $tmp/usr/lib/hugs/libraries");
-            safesystem("cp -rv dist/build/* $tmp/usr/lib/hugs/libraries/");
+            safesystem("mkdir -p $tmp/usr/lib/hugs/packages/$package");
+            safesystem("cp -rv dist/build/* $tmp/usr/lib/hugs/packages/$package");
         } else {
             safesystem("mkdir -p $tmp/usr/share/doc/$package");
             safesystem("mkdir -p $tmp" . getcabalbasepath($pkgtype));




More information about the Pkg-haskell-commits mailing list