[Pkg-openmpi-commits] r124 - in /openmpi/trunk/debian: changelog control patches/ rules

hauro-guest at users.alioth.debian.org hauro-guest at users.alioth.debian.org
Wed Jul 2 21:47:39 UTC 2008


Author: hauro-guest
Date: Wed Jul  2 21:47:39 2008
New Revision: 124

URL: http://svn.debian.org/wsvn/pkg-openmpi/?sc=1&rev=124
Log:
Packaged 1.2.7rc2

Removed:
    openmpi/trunk/debian/patches/
Modified:
    openmpi/trunk/debian/changelog
    openmpi/trunk/debian/control
    openmpi/trunk/debian/rules

Modified: openmpi/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/changelog?rev=124&op=diff
==============================================================================
--- openmpi/trunk/debian/changelog (original)
+++ openmpi/trunk/debian/changelog Wed Jul  2 21:47:39 2008
@@ -1,8 +1,9 @@
-openmpi (1.2.6-4) UNRELEASED; urgency=low
+openmpi (1.2.7~rc2-1) UNRELEASED; urgency=low
 
   * debian/control: Changed Standards-Version to 3.8.0
-
- -- Manuel Prinz <debian at pinguinkiste.de>  Wed, 11 Jun 2008 23:22:18 +0200
+  * Deleted all patches, removed Build-Depends of dpatch
+
+ -- Manuel Prinz <debian at pinguinkiste.de>  Wed, 02 Jul 2008 23:45:20 +0200
 
 openmpi (1.2.6-3) unstable; urgency=low
 

Modified: openmpi/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/control?rev=124&op=diff
==============================================================================
--- openmpi/trunk/debian/control (original)
+++ openmpi/trunk/debian/control Wed Jul  2 21:47:39 2008
@@ -4,7 +4,7 @@
 Homepage: http://www.open-mpi.org/
 Maintainer: Debian OpenMPI Maintainers <pkg-openmpi-maintainers at lists.alioth.debian.org>
 Uploaders: Dirk Eddelbuettel <edd at debian.org>, Manuel Prinz <debian at pinguinkiste.de>
-Build-Depends: debhelper (>= 5.0.0), dpatch, libibverbs-dev (>= 1.1.1) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], gfortran, gcc (>= 4:4.1.2), chrpath
+Build-Depends: debhelper (>= 5.0.0), libibverbs-dev (>= 1.1.1) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], gfortran, gcc (>= 4:4.1.2), chrpath
 Standards-Version: 3.8.0
 Vcs-Svn: svn://svn.debian.org/svn/pkg-openmpi/openmpi/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/

Modified: openmpi/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/rules?rev=124&op=diff
==============================================================================
--- openmpi/trunk/debian/rules (original)
+++ openmpi/trunk/debian/rules Wed Jul  2 21:47:39 2008
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-include /usr/share/dpatch/dpatch.make
+#include /usr/share/dpatch/dpatch.make
 
 # These are used for cross-compiling and for saving the configure script
 # from having to guess our platform (since we know it already)
@@ -26,7 +26,7 @@
 	CFLAGS += -mcpu=v9
 endif
 
-config.status: patch-stamp
+config.status: #patch-stamp
 	dh_testdir
 	CFLAGS="$(CFLAGS)" ./configure 				\
 			$(CROSS)				\
@@ -53,7 +53,7 @@
 	-$(MAKE) check 
 	touch $@
 
-clean: clean-work unpatch
+clean: clean-work #unpatch
 clean-work:
 	dh_testdir
 	dh_testroot




More information about the Pkg-openmpi-commits mailing list