[Pkg-haskell-commits] r759 - in /packages/c2hs/trunk/debian: changelog patches/00list patches/12_nostrip.dpatch
arjan at users.alioth.debian.org
arjan at users.alioth.debian.org
Sun Aug 12 12:22:27 UTC 2007
Author: arjan
Date: Sun Aug 12 12:22:27 2007
New Revision: 759
URL: http://svn.debian.org/wsvn/pkg-haskell/?sc=1&rev=759
Log:
r2035 at nebula: arjan | 2007-08-12 14:21:48 +0200
* debian/patches/12_nostrip.dpatch:
- Do not unconditionally strip binaries. (Closes: #436611)
Added:
packages/c2hs/trunk/debian/patches/12_nostrip.dpatch (with props)
Modified:
packages/c2hs/trunk/debian/changelog
packages/c2hs/trunk/debian/patches/00list
Modified: packages/c2hs/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/c2hs/trunk/debian/changelog?rev=759&op=diff
==============================================================================
--- packages/c2hs/trunk/debian/changelog (original)
+++ packages/c2hs/trunk/debian/changelog Sun Aug 12 12:22:27 2007
@@ -3,8 +3,10 @@
* debian/control:
- Update XS-Vcs-* fields as the packages has moved to the pkg-haskell
subversion archive.
-
- -- Arjan Oosting <arjan at debian.org> Fri, 11 May 2007 07:38:22 +0200
+ * debian/patches/12_nostrip.dpatch:
+ - Do not unconditionally strip binaries. (Closes: #436611)
+
+ -- Arjan Oosting <arjan at debian.org> Sun, 12 Aug 2007 14:10:52 +0200
c2hs (0.14.5-8) unstable; urgency=low
Modified: packages/c2hs/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/c2hs/trunk/debian/patches/00list?rev=759&op=diff
==============================================================================
--- packages/c2hs/trunk/debian/patches/00list (original)
+++ packages/c2hs/trunk/debian/patches/00list Sun Aug 12 12:22:27 2007
@@ -9,3 +9,4 @@
09_replace-deprecated-withObject
10_update-configure
11_documentation-fix.dpatch
+12_nostrip
Added: packages/c2hs/trunk/debian/patches/12_nostrip.dpatch
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/c2hs/trunk/debian/patches/12_nostrip.dpatch?rev=759&op=file
==============================================================================
--- packages/c2hs/trunk/debian/patches/12_nostrip.dpatch (added)
+++ packages/c2hs/trunk/debian/patches/12_nostrip.dpatch Sun Aug 12 12:22:27 2007
@@ -1,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 12_nostrip.dpatch by Arjan Oosting <arjan at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad c2hs~/postInst.sh.in c2hs/postInst.sh.in
+--- c2hs~/postInst.sh.in 2007-08-12 14:05:39.000000000 +0200
++++ c2hs/postInst.sh.in 2007-08-12 14:06:09.000000000 +0200
+@@ -7,7 +7,7 @@
+
+ echo "Moving executable into $libdir/"
+ /bin/sh install-sh -d $libdir
+-/bin/sh install-sh -s -m 755 $bindir/c2hs $libdir/
++/bin/sh install-sh -m 755 $bindir/c2hs $libdir/
+
+ echo "Installing wrapper and C2HS.hs"
+ /bin/sh install-sh -c -m 755 c2hs/c2hs $bindir/
Propchange: packages/c2hs/trunk/debian/patches/12_nostrip.dpatch
------------------------------------------------------------------------------
svn:executable = *
More information about the Pkg-haskell-commits
mailing list