[Pkg-haskell-commits] r1124 - in /packages/hugs98/trunk/debian: changelog rules

arjan at users.alioth.debian.org arjan at users.alioth.debian.org
Fri Mar 21 16:39:56 UTC 2008


Author: arjan
Date: Fri Mar 21 16:39:56 2008
New Revision: 1124

URL: http://svn.debian.org/wsvn/pkg-haskell/?sc=1&rev=1124
Log:
 r2728 at nebula:  arjan | 2008-03-21 17:15:45 +0100
 * debian/rules:
   - Export DEB_HOST_GNU_TYPE and DEB_BUILD_GNU_TYPE as
     /usr/share/doc/autotools-dev/README.Debian.gz suggests.

Modified:
    packages/hugs98/trunk/debian/changelog
    packages/hugs98/trunk/debian/rules

Modified: packages/hugs98/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/hugs98/trunk/debian/changelog?rev=1124&op=diff
==============================================================================
--- packages/hugs98/trunk/debian/changelog (original)
+++ packages/hugs98/trunk/debian/changelog Fri Mar 21 16:39:56 2008
@@ -2,8 +2,11 @@
 
   * debian/control{.in}:
     - Added Xs-Vcs-* fields. The debian packaging is in the pkg-haskell
-      repository on svn.debian.org.	
-
+      repository on svn.debian.org.
+  * debian/rules:
+    - Export DEB_HOST_GNU_TYPE and DEB_BUILD_GNU_TYPE as
+      /usr/share/doc/autotools-dev/README.Debian.gz suggests.
+  
  -- Arjan Oosting <arjan at debian.org>  Sun, 13 May 2007 14:47:42 +0200
 
 hugs98 (98.200609.21-5) unstable; urgency=low

Modified: packages/hugs98/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/hugs98/trunk/debian/rules?rev=1124&op=diff
==============================================================================
--- packages/hugs98/trunk/debian/rules (original)
+++ packages/hugs98/trunk/debian/rules Fri Mar 21 16:39:56 2008
@@ -26,8 +26,8 @@
 
 # These are used for cross-compiling and for saving the configure
 # script from having to guess our platform (since we know it already)
-DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+export DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+export DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
 # Autoconf 2.52 and higher goes into crosscompiling mode when --host
 # is specified, so only pass --host when it is necessary.




More information about the Pkg-haskell-commits mailing list