[Pkg-openmpi-commits] r95 - in /openmpi/trunk/debian: changelog rules

hauro-guest at users.alioth.debian.org hauro-guest at users.alioth.debian.org
Sun Dec 23 21:28:00 UTC 2007


Author: hauro-guest
Date: Sun Dec 23 21:27:59 2007
New Revision: 95

URL: http://svn.debian.org/wsvn/pkg-openmpi/?sc=1&rev=95
Log:
Minor cosmetic changes

Modified:
    openmpi/trunk/debian/changelog
    openmpi/trunk/debian/rules

Modified: openmpi/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/changelog?rev=95&op=diff
==============================================================================
--- openmpi/trunk/debian/changelog (original)
+++ openmpi/trunk/debian/changelog Sun Dec 23 21:27:59 2007
@@ -10,8 +10,8 @@
     - debian/rules, debian/control: Added chrpath to Build-Depends and
       deleting all rpath info with chrpath in install-arch target. This
       fixes all binary-or-shlib-defines-rpath warnings.
-  * debian/rules: Adjusted target dependancies to something more sane.
-    Renamed "test" target to "check".
+  * debian/rules: Adjusted target dependancies to be more sane. Renamed
+    "test" target to "check".
 
  -- Manuel Prinz <debian at pinguinkiste.de>  Sun, 23 Dec 2007 22:05:50 +0100
 

Modified: openmpi/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/rules?rev=95&op=diff
==============================================================================
--- openmpi/trunk/debian/rules (original)
+++ openmpi/trunk/debian/rules Sun Dec 23 21:27:59 2007
@@ -4,9 +4,9 @@
 
 # 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)
-DEB_HOST_GNU_CPU  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_CPU)
+DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+DEB_HOST_GNU_CPU   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_CPU)
 
 CFLAGS = -Wall -g
 




More information about the Pkg-openmpi-commits mailing list