[Pkg-scicomp-devel] libmesh/trunk/debian

Ondrej Certik ondrej at certik.cz
Wed Nov 28 07:13:38 UTC 2007


SVN commit 1918 by certik-guest:

Preparing the package for upload to unstable. Doing final checks...


 M  +1 -5      libmesh/trunk/debian/changelog  
 M  +2 -2      libmesh/trunk/debian/rules  


--- libmesh/trunk/debian/changelog #1917:1918
@@ -1,14 +1,10 @@
-libmesh (0.6.1.dfsg-1~oc11) UNRELEASED; urgency=low
+libmesh (0.6.1.dfsg-2) unstable; urgency=low
 
   [Ondrej Certik]
   * New upstream version
   * Ondrej Certik and Alan Woodland added to Uploaders.
   * Patch applied, so that libmesh-pure works with ExplicitSystem
 
-  TODO before the package can be uploaded to Debian:
-  * check lintian/linda
-  * remove the "-j4" flags in make in debian/rules
-
  -- Ondrej Certik <ondrej at certik.cz>  Sun, 28 Oct 2007 17:45:28 +0100
 
 libmesh (0.6.0~rc2.dfsg-3) unstable; urgency=low
--- libmesh/trunk/debian/rules #1917:1918
@@ -24,7 +24,7 @@
 build-stamp:  config.status
 	dh_testdir
 
-	$(MAKE) -j4
+	$(MAKE)
 
 	touch $@
 
@@ -68,7 +68,7 @@
 	cp /usr/share/misc/config.guess .
 	cp /usr/share/misc/config.sub .
 	PETSC_DIR=/usr/lib/petsc PETSC_ARCH=linux-gnu-c-opt LDFLAGS=-Wl,-soname,libmesh.so.$(LIBMESH_VERSION)-pure ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --disable-petsc --disable-mpi --disable-laspack --disable-slepc --disable-sfc --disable-gzstreams --disable-tecplot --disable-metis --disable-parmetis --disable-tetgen --disable-triangle --with-mpi=/usr --with-cxx=mpicxx --with-cc=mpicc --with-f77=mpif77 --disable-gmv
-	$(MAKE) -j4
+	$(MAKE)
 	mkdir -p $(meshbinpure)/usr/lib
 	mkdir -p $(meshdevpure)/usr/lib
 	libdir=`grep "hosttype " Make.common | cut -d "=" -f 2 | cut -c 2-`; \



More information about the Pkg-scicomp-devel mailing list