[Pkg-haskell-commits] darcs: ghc: Import of ghc6_6.4-3.dsc
Ian Lynagh (wibble)
igloo at debian.org
Sat Jan 15 06:06:44 UTC 2011
Wed May 4 16:07:08 UTC 2005 Ian Lynagh (wibble) <igloo at debian.org>
* Import of ghc6_6.4-3.dsc
M ./changelog +9
M ./ghc6-hopengl.postinst.in -1 +1
M ./ghc6-hopengl.prerm.in -1 +1
M ./ghc6.postinst.in -1 +1
M ./ghc6.postrm.in -1 +1
M ./ghc6.prerm.in -1 +1
M ./rules -4 +4
Wed May 4 16:07:08 UTC 2005 Ian Lynagh (wibble) <igloo at debian.org>
* Import of ghc6_6.4-3.dsc
diff -rN -u old-ghc/changelog new-ghc/changelog
--- old-ghc/changelog 2011-01-15 06:06:44.246267198 +0000
+++ new-ghc/changelog 2011-01-15 06:06:44.402275416 +0000
@@ -1,3 +1,12 @@
+ghc6 (6.4-3) unstable; urgency=low
+
+ * Removed powerpc from the list of arches to do a registerised build with
+ object splitting as there are bootstrapping issues from earlier GHCs.
+ * Change a stray "6.4" to $(ProjectVersion) in debian/rules
+ * Fix "SOURCE:" lines in {pre,post}{inst,rm}.in files.
+
+ -- Ian Lynagh (wibble) <igloo at debian.org> Wed, 04 May 2005 17:07:08 +0100
+
ghc6 (6.4-2) experimental; urgency=low
* Don't create user package.conf if not modifying.
diff -rN -u old-ghc/ghc6-hopengl.postinst.in new-ghc/ghc6-hopengl.postinst.in
--- old-ghc/ghc6-hopengl.postinst.in 2011-01-15 06:06:44.246267198 +0000
+++ new-ghc/ghc6-hopengl.postinst.in 2011-01-15 06:06:44.382274362 +0000
@@ -1,7 +1,7 @@
#! /bin/sh
# postinst script for ghc6-hopengl
#
-# SOURCE: postinst.in
+# SOURCE: ghc6-hopengl.postinst.in
set -e
execdir=/usr/bin
diff -rN -u old-ghc/ghc6-hopengl.prerm.in new-ghc/ghc6-hopengl.prerm.in
--- old-ghc/ghc6-hopengl.prerm.in 2011-01-15 06:06:44.246267198 +0000
+++ new-ghc/ghc6-hopengl.prerm.in 2011-01-15 06:06:44.382274362 +0000
@@ -1,7 +1,7 @@
#! /bin/sh
# prerm script for ghc6-hopengl
#
-# SOURCE: prerm.in
+# SOURCE: ghc6-hopengl.prerm.in
set -e
diff -rN -u old-ghc/ghc6.postinst.in new-ghc/ghc6.postinst.in
--- old-ghc/ghc6.postinst.in 2011-01-15 06:06:44.246267198 +0000
+++ new-ghc/ghc6.postinst.in 2011-01-15 06:06:44.370273730 +0000
@@ -1,7 +1,7 @@
#! /bin/sh
# postinst script for ghc6
#
-# SOURCE: postinst.in
+# SOURCE: ghc6.postinst.in
set -e
execdir=/usr/bin
diff -rN -u old-ghc/ghc6.postrm.in new-ghc/ghc6.postrm.in
--- old-ghc/ghc6.postrm.in 2011-01-15 06:06:44.246267198 +0000
+++ new-ghc/ghc6.postrm.in 2011-01-15 06:06:44.350272677 +0000
@@ -1,7 +1,7 @@
#! /bin/sh
# postrm script for ghc6
#
-# SOURCE: postrm.in
+# SOURCE: ghc6.postrm.in
set -e
diff -rN -u old-ghc/ghc6.prerm.in new-ghc/ghc6.prerm.in
--- old-ghc/ghc6.prerm.in 2011-01-15 06:06:44.246267198 +0000
+++ new-ghc/ghc6.prerm.in 2011-01-15 06:06:44.350272677 +0000
@@ -1,7 +1,7 @@
#! /bin/sh
# prerm script for ghc6
#
-# SOURCE: prerm.in
+# SOURCE: ghc6.prerm.in
set -e
diff -rN -u old-ghc/rules new-ghc/rules
--- old-ghc/rules 2011-01-15 06:06:44.246267198 +0000
+++ new-ghc/rules 2011-01-15 06:06:44.402275416 +0000
@@ -35,7 +35,7 @@
echo "SGMLDocWays := html dvi ps" > mk/build.mk
echo "GhcRTSWays += debug_p thr_debug thr_debug_p" >> mk/build.mk
-ifeq '$(findstring $(shell dpkg-architecture -qDEB_HOST_ARCH), i386 powerpc sparc)' ''
+ifeq '$(findstring $(shell dpkg-architecture -qDEB_HOST_ARCH), i386 sparc)' ''
echo "GhcUnregisterised=YES" >> mk/build.mk
echo "SplitObjs=NO" >> mk/build.mk
endif
@@ -130,14 +130,14 @@
debian/ghc6-hopengl/usr/lib/ghc-$(ProjectVersion)/package.conflets
cp libraries/OpenGL/package.conf.installed debian/ghc6-hopengl/usr/lib/ghc-$(ProjectVersion)/package.conflets/OpenGL.package.conf
cp libraries/GLUT/package.conf.installed debian/ghc6-hopengl/usr/lib/ghc-$(ProjectVersion)/package.conflets/GLUT.package.conf
- PACKAGE=`ghc/utils/ghc-pkg/ghc-pkg-inplace list -f debian/ghc6/usr/lib/ghc-6.4/package.conf.shipped | perl -ne 'print if $$foo; $$foo = 1 if /^debian/' | tr '\n,A-Z' ' a-z' | sed -e "s/([^)]*)//g" -e "s/-[0-9]\+\(\.[0-9]\+\)*//g" -e "s/^ *//" -e "s/ *$$//" -e "s/ */, /g"`; \
+ PACKAGE=`ghc/utils/ghc-pkg/ghc-pkg-inplace list -f debian/ghc6/usr/lib/ghc-$(ProjectVersion)/package.conf.shipped | perl -ne 'print if $$foo; $$foo = 1 if /^debian/' | tr '\n,A-Z' ' a-z' | sed -e "s/([^)]*)//g" -e "s/-[0-9]\+\(\.[0-9]\+\)*//g" -e "s/^ *//" -e "s/ *$$//" -e "s/ */, /g"`; \
{ echo -n "provided-devs="; \
echo "$$PACKAGE" | sed -e "s/\([a-z0-9.-]\+\)/libghc6-\1-dev/g"; } \
>> debian/ghc6.substvars; \
{ echo -n "provided-profs="; \
echo "$$PACKAGE" | sed -e "s/\([a-z0-9.-]\+\)/libghc6-\1-prof/g"; } \
- >> debian/ghc6-prof.substvars \
-
+ >> debian/ghc6-prof.substvars
+
# Sort out the binaries
cd debian/ghc6/usr/lib/ghc-$(ProjectVersion)/bin && \
for f in *-$(ProjectVersion); \
More information about the Pkg-haskell-commits
mailing list