[Pkg-haskell-commits] r762 - in /packages/hat: tags/2.05+rerolled-4/ tags/2.05+rerolled-4/debian/ tags/2.05+rerolled-4/debian/patches/ tags/2.05+rerolled-4/src/hattools/ trunk/debian/ trunk/debian/patches/ trunk/src/hattools/
arjan at users.alioth.debian.org
arjan at users.alioth.debian.org
Sun Aug 12 19:09:50 UTC 2007
Author: arjan
Date: Sun Aug 12 19:09:50 2007
New Revision: 762
URL: http://svn.debian.org/wsvn/pkg-haskell/?sc=1&rev=762
Log:
r2041 at nebula: arjan | 2007-08-12 17:50:13 +0200
* debian/control:
- Drop the dummy hat-ghc6 package.
* debian/patches/18_no-strip.dpatch: Added. Do not strip
hat-trans. (Closes: #437174)
r2042 at nebula: arjan | 2007-08-12 17:51:22 +0200
releasing version 2.05+rerolled-4
r2043 at nebula: arjan | 2007-08-12 17:51:25 +0200
tagging version 2.05+rerolled-4
Added:
packages/hat/tags/2.05+rerolled-4/
- copied from r744, packages/hat/trunk/
packages/hat/tags/2.05+rerolled-4/debian/patches/18_no-strip.dpatch (with props)
packages/hat/trunk/debian/patches/18_no-strip.dpatch (with props)
Modified:
packages/hat/tags/2.05+rerolled-4/debian/changelog
packages/hat/tags/2.05+rerolled-4/debian/control
packages/hat/tags/2.05+rerolled-4/debian/patches/00list
packages/hat/tags/2.05+rerolled-4/src/hattools/checkglib.h
packages/hat/trunk/debian/changelog
packages/hat/trunk/debian/control
packages/hat/trunk/debian/patches/00list
packages/hat/trunk/src/hattools/checkglib.h
Modified: packages/hat/tags/2.05+rerolled-4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/hat/tags/2.05%2Brerolled-4/debian/changelog?rev=762&op=diff
==============================================================================
--- packages/hat/tags/2.05+rerolled-4/debian/changelog (original)
+++ packages/hat/tags/2.05+rerolled-4/debian/changelog Sun Aug 12 19:09:50 2007
@@ -1,3 +1,12 @@
+hat (2.05+rerolled-4) unstable; urgency=low
+
+ * debian/control:
+ - Drop the dummy hat-ghc6 package.
+ * debian/patches/18_no-strip.dpatch: Added. Do not strip
+ hat-trans. (Closes: #437174)
+
+ -- Arjan Oosting <arjan at debian.org> Sun, 12 Aug 2007 17:51:13 +0200
+
hat (2.05+rerolled-3) unstable; urgency=low
* debian/control:
Modified: packages/hat/tags/2.05+rerolled-4/debian/control
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/hat/tags/2.05%2Brerolled-4/debian/control?rev=762&op=diff
==============================================================================
--- packages/hat/tags/2.05+rerolled-4/debian/control (original)
+++ packages/hat/tags/2.05+rerolled-4/debian/control Sun Aug 12 19:09:50 2007
@@ -29,15 +29,6 @@
.
Homepage: http://www.haskell.org/hat/
-Package: hat-ghc6
-Depends: libghc6-hat-dev
-Architecture: all
-Description: transitional dummy package
- This package is a dummy package and is used to easy the upgrade from
- previous versions of hat to the current version.
- .
- This package can safely be removed.
-
Package: libghc6-hat-dev
Section: devel
Architecture: any
Modified: packages/hat/tags/2.05+rerolled-4/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/hat/tags/2.05%2Brerolled-4/debian/patches/00list?rev=762&op=diff
==============================================================================
--- packages/hat/tags/2.05+rerolled-4/debian/patches/00list (original)
+++ packages/hat/tags/2.05+rerolled-4/debian/patches/00list Sun Aug 12 19:09:50 2007
@@ -4,6 +4,7 @@
14_fix-manpage
16_fix-buildflags
17_fix-ghcsym-detection
+18_no-strip
21_no-register
22_configure-incx-flag
23_debian-haskell-packages-path
Added: packages/hat/tags/2.05+rerolled-4/debian/patches/18_no-strip.dpatch
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/hat/tags/2.05%2Brerolled-4/debian/patches/18_no-strip.dpatch?rev=762&op=file
==============================================================================
--- packages/hat/tags/2.05+rerolled-4/debian/patches/18_no-strip.dpatch (added)
+++ packages/hat/tags/2.05+rerolled-4/debian/patches/18_no-strip.dpatch Sun Aug 12 19:09:50 2007
@@ -1,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 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.
+
+ at DPATCH@
+diff -urNad hat~/src/hattrans/Makefile hat/src/hattrans/Makefile
+--- hat~/src/hattrans/Makefile 2007-05-11 07:31:55.000000000 +0200
++++ hat/src/hattrans/Makefile 2007-08-12 15:02:47.000000000 +0200
+@@ -48,7 +48,7 @@
+ $(TARGET): ${OBJDIR} $(OBJDIR)/$(HC) $(SRCS) $(COMPSRCS)
+ hmake -hc=$(HC) $(HMAKEFLAGS) -d $(OBJDIR) -I. -I../compiler98 HatTrans
+ mv $(OBJDIR)/HatTrans$(EXE) $(TARGET)
+- $(STRIP) $(TARGET)
++# $(STRIP) $(TARGET)
+ ${OBJDIR}:
+ mkdir -p ${OBJDIR}
+ $(OBJDIR)/$(HC):
Propchange: packages/hat/tags/2.05+rerolled-4/debian/patches/18_no-strip.dpatch
------------------------------------------------------------------------------
svn:executable = *
Modified: packages/hat/tags/2.05+rerolled-4/src/hattools/checkglib.h
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/hat/tags/2.05%2Brerolled-4/src/hattools/checkglib.h?rev=762&op=diff
==============================================================================
--- packages/hat/tags/2.05+rerolled-4/src/hattools/checkglib.h (original)
+++ packages/hat/tags/2.05+rerolled-4/src/hattools/checkglib.h Sun Aug 12 19:09:50 2007
@@ -1,1 +1,1 @@
-#define HAVE_GLIB 1
+
Modified: packages/hat/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/hat/trunk/debian/changelog?rev=762&op=diff
==============================================================================
--- packages/hat/trunk/debian/changelog (original)
+++ packages/hat/trunk/debian/changelog Sun Aug 12 19:09:50 2007
@@ -1,3 +1,12 @@
+hat (2.05+rerolled-4) unstable; urgency=low
+
+ * debian/control:
+ - Drop the dummy hat-ghc6 package.
+ * debian/patches/18_no-strip.dpatch: Added. Do not strip
+ hat-trans. (Closes: #437174)
+
+ -- Arjan Oosting <arjan at debian.org> Sun, 12 Aug 2007 17:51:13 +0200
+
hat (2.05+rerolled-3) unstable; urgency=low
* debian/control:
Modified: packages/hat/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/hat/trunk/debian/control?rev=762&op=diff
==============================================================================
--- packages/hat/trunk/debian/control (original)
+++ packages/hat/trunk/debian/control Sun Aug 12 19:09:50 2007
@@ -29,15 +29,6 @@
.
Homepage: http://www.haskell.org/hat/
-Package: hat-ghc6
-Depends: libghc6-hat-dev
-Architecture: all
-Description: transitional dummy package
- This package is a dummy package and is used to easy the upgrade from
- previous versions of hat to the current version.
- .
- This package can safely be removed.
-
Package: libghc6-hat-dev
Section: devel
Architecture: any
Modified: packages/hat/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/hat/trunk/debian/patches/00list?rev=762&op=diff
==============================================================================
--- packages/hat/trunk/debian/patches/00list (original)
+++ packages/hat/trunk/debian/patches/00list Sun Aug 12 19:09:50 2007
@@ -4,6 +4,7 @@
14_fix-manpage
16_fix-buildflags
17_fix-ghcsym-detection
+18_no-strip
21_no-register
22_configure-incx-flag
23_debian-haskell-packages-path
Added: 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=762&op=file
==============================================================================
--- packages/hat/trunk/debian/patches/18_no-strip.dpatch (added)
+++ packages/hat/trunk/debian/patches/18_no-strip.dpatch Sun Aug 12 19:09:50 2007
@@ -1,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 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.
+
+ at DPATCH@
+diff -urNad hat~/src/hattrans/Makefile hat/src/hattrans/Makefile
+--- hat~/src/hattrans/Makefile 2007-05-11 07:31:55.000000000 +0200
++++ hat/src/hattrans/Makefile 2007-08-12 15:02:47.000000000 +0200
+@@ -48,7 +48,7 @@
+ $(TARGET): ${OBJDIR} $(OBJDIR)/$(HC) $(SRCS) $(COMPSRCS)
+ hmake -hc=$(HC) $(HMAKEFLAGS) -d $(OBJDIR) -I. -I../compiler98 HatTrans
+ mv $(OBJDIR)/HatTrans$(EXE) $(TARGET)
+- $(STRIP) $(TARGET)
++# $(STRIP) $(TARGET)
+ ${OBJDIR}:
+ mkdir -p ${OBJDIR}
+ $(OBJDIR)/$(HC):
Propchange: packages/hat/trunk/debian/patches/18_no-strip.dpatch
------------------------------------------------------------------------------
svn:executable = *
Modified: packages/hat/trunk/src/hattools/checkglib.h
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/hat/trunk/src/hattools/checkglib.h?rev=762&op=diff
==============================================================================
--- packages/hat/trunk/src/hattools/checkglib.h (original)
+++ packages/hat/trunk/src/hattools/checkglib.h Sun Aug 12 19:09:50 2007
@@ -1,1 +1,1 @@
-#define HAVE_GLIB 1
+
More information about the Pkg-haskell-commits
mailing list