[Pkg-haskell-commits] r1252 - in /packages/hat/trunk/debian: ./ patches/

arjan at users.alioth.debian.org arjan at users.alioth.debian.org
Wed Jul 23 16:01:40 UTC 2008


Author: arjan
Date: Wed Jul 23 16:01:40 2008
New Revision: 1252

URL: http://svn.debian.org/wsvn/pkg-haskell/?sc=1&rev=1252
Log:
 r243 at reddwarf:  arjan | 2008-07-22 21:58:00 +0200
 * debian/control:
   - Bump Standards-Version to 3.8.0. Added debian/README.source to
     comply with new policy
 * debian/patches:
   - Added descriptions to most patches to fix lintian warning
     dpatch-missing-description
 * debian/rules:
   - Add mipsel and powerpc to the list of architectures where
     we build hat without any optimisation to keep the buildd 
     from thrashing.
 

Added:
    packages/hat/trunk/debian/README.source
Modified:
    packages/hat/trunk/debian/changelog
    packages/hat/trunk/debian/control
    packages/hat/trunk/debian/patches/15_add-missing-packages.dpatch
    packages/hat/trunk/debian/patches/17_fix-ghcsym-detection.dpatch
    packages/hat/trunk/debian/patches/18_no-strip.dpatch
    packages/hat/trunk/debian/patches/19_glib2.0.dpatch
    packages/hat/trunk/debian/patches/20_install-all-interface-files.dpatch
    packages/hat/trunk/debian/patches/23_debian-haskell-packages-path.dpatch
    packages/hat/trunk/debian/rules

Added: packages/hat/trunk/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/hat/trunk/debian/README.source?rev=1252&op=file
==============================================================================
--- packages/hat/trunk/debian/README.source (added)
+++ packages/hat/trunk/debian/README.source Wed Jul 23 16:01:40 2008
@@ -1,0 +1,11 @@
+The used patch system is dpatch.
+
+To patch the source run "debian/rules patch"
+
+To add a new patch:
+* put it under debian/patches
+* add it to debian/patches/00list
+
+To unpatch the source run "debian/rules unpatch" 
+ 
+See /usr/share/doc/dpatch for more information.

Modified: packages/hat/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/hat/trunk/debian/changelog?rev=1252&op=diff
==============================================================================
--- packages/hat/trunk/debian/changelog (original)
+++ packages/hat/trunk/debian/changelog Wed Jul 23 16:01:40 2008
@@ -1,3 +1,18 @@
+hat (2.05+rerolled-6~pre1) unstable; urgency=low
+
+  * debian/control:
+    - Bump Standards-Version to 3.8.0. Added debian/README.source to
+      comply with new policy
+  * debian/patches:
+    - Added descriptions to most patches to fix lintian warning
+      dpatch-missing-description
+  * debian/rules:
+    - Add mipsel and powerpc to the list of architectures where
+      we build hat without any optimisation to keep the buildd 
+      from thrashing.
+  
+ -- Arjan Oosting <arjan at debian.org>  Tue, 22 Jul 2008 08:21:59 +0200
+
 hat (2.05+rerolled-5) unstable; urgency=high
 
   * Set urgency to high as this upload fixes an RC bug.

Modified: packages/hat/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/hat/trunk/debian/control?rev=1252&op=diff
==============================================================================
--- packages/hat/trunk/debian/control (original)
+++ packages/hat/trunk/debian/control Wed Jul 23 16:01:40 2008
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Arjan Oosting <arjan at debian.org>
 Uploaders: Isaac Jones <ijones at debian.org>
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 Build-Depends: dctrl-tools, debhelper (>= 5), dpatch, 
  dpkg-dev (>= 1.13.19), libncurses5-dev, libglib2.0-dev, 
  hmake (>= 3.13), ghc6, ghc6-prof, sharutils, libghc6-mtl-dev,

Modified: packages/hat/trunk/debian/patches/15_add-missing-packages.dpatch
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/hat/trunk/debian/patches/15_add-missing-packages.dpatch?rev=1252&op=diff
==============================================================================
--- packages/hat/trunk/debian/patches/15_add-missing-packages.dpatch (original)
+++ packages/hat/trunk/debian/patches/15_add-missing-packages.dpatch Wed Jul 23 16:01:40 2008
@@ -2,7 +2,7 @@
 ## 15_fix-buildflags.dpatch by Arjan Oosting <arjan at debian.org>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: Adjust build system for split base library
 
 @DPATCH@
 diff -urNad hat~/Makefile hat/Makefile

Modified: packages/hat/trunk/debian/patches/17_fix-ghcsym-detection.dpatch
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/hat/trunk/debian/patches/17_fix-ghcsym-detection.dpatch?rev=1252&op=diff
==============================================================================
--- packages/hat/trunk/debian/patches/17_fix-ghcsym-detection.dpatch (original)
+++ packages/hat/trunk/debian/patches/17_fix-ghcsym-detection.dpatch Wed Jul 23 16:01:40 2008
@@ -2,7 +2,7 @@
 ## 17_fix-ghcsym-detection.dpatch by Arjan Oosting <arjan at debian.org>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: Fix detection of GHC version number.
 
 @DPATCH@
 diff -urNad hat~/script/confhat hat/script/confhat

Modified: packages/hat/trunk/debian/patches/18_no-strip.dpatch
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/hat/trunk/debian/patches/18_no-strip.dpatch?rev=1252&op=diff
==============================================================================
--- packages/hat/trunk/debian/patches/18_no-strip.dpatch (original)
+++ packages/hat/trunk/debian/patches/18_no-strip.dpatch Wed Jul 23 16:01:40 2008
@@ -2,7 +2,8 @@
 ## 18_no-strip.dpatch by Arjan Oosting <arjan at debian.org>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: Do not strip hat-trans and let dh_strip, which does respect 
+## DP: the nostrip build option, handle it.
 
 @DPATCH@
 diff -urNad hat~/src/hattrans/Makefile hat/src/hattrans/Makefile

Modified: packages/hat/trunk/debian/patches/19_glib2.0.dpatch
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/hat/trunk/debian/patches/19_glib2.0.dpatch?rev=1252&op=diff
==============================================================================
--- packages/hat/trunk/debian/patches/19_glib2.0.dpatch (original)
+++ packages/hat/trunk/debian/patches/19_glib2.0.dpatch Wed Jul 23 16:01:40 2008
@@ -2,7 +2,7 @@
 ## 19_glib2.0.dpatch by Arjan Oosting <arjan at debian.org>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: Build against glib 2.0 instead of glib 1.2
 
 @DPATCH@
 diff -urNad hat~/configure hat/configure

Modified: packages/hat/trunk/debian/patches/20_install-all-interface-files.dpatch
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/hat/trunk/debian/patches/20_install-all-interface-files.dpatch?rev=1252&op=diff
==============================================================================
--- packages/hat/trunk/debian/patches/20_install-all-interface-files.dpatch (original)
+++ packages/hat/trunk/debian/patches/20_install-all-interface-files.dpatch Wed Jul 23 16:01:40 2008
@@ -2,7 +2,8 @@
 ## 20_install-all-interface-files.dpatch by Arjan Oosting <arjan at debian.org>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: Fixes the hat/script/pkgdirlist script to return all
+## DP: directories containing .hx files, so all .hx will be installed.
 
 @DPATCH@
 diff -urNad hat~/script/pkgdirlist hat/script/pkgdirlist

Modified: packages/hat/trunk/debian/patches/23_debian-haskell-packages-path.dpatch
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/hat/trunk/debian/patches/23_debian-haskell-packages-path.dpatch?rev=1252&op=diff
==============================================================================
--- packages/hat/trunk/debian/patches/23_debian-haskell-packages-path.dpatch (original)
+++ packages/hat/trunk/debian/patches/23_debian-haskell-packages-path.dpatch Wed Jul 23 16:01:40 2008
@@ -2,7 +2,7 @@
 ## 23_debian-haskell-packages-path.dpatch by Arjan Oosting <arjanoosting at home.nl>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: Adjust paths to Debian 'standard'
 
 @DPATCH@
 diff -urNad hat~/script/confhat hat/script/confhat

Modified: packages/hat/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/hat/trunk/debian/rules?rev=1252&op=diff
==============================================================================
--- packages/hat/trunk/debian/rules (original)
+++ packages/hat/trunk/debian/rules Wed Jul 23 16:01:40 2008
@@ -17,7 +17,7 @@
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
   BUILDOPTS := -O0
 else
-  ifneq (,$(findstring $(DEB_HOST_ARCH),"arm m68k"))
+  ifneq (,$(findstring $(DEB_HOST_ARCH),"arm m68k mipsel powerpc"))
     BUILDOPTS := -O0
   else
     BUILDOPTS := -O2




More information about the Pkg-haskell-commits mailing list