[Pkg-scicomp-commits] slepc/trunk/debian

Christophe Prud'homme prudhomm at debian.org
Wed Aug 26 16:14:18 UTC 2009


SVN commit 4549 by prudhomm:

small update before uploading


 M  +10 -4     slepc/trunk/debian/changelog  
 M  +2 -2      slepc/trunk/debian/rules  


--- slepc/trunk/debian/changelog #4548:4549
@@ -1,16 +1,22 @@
 slepc (3.0.0-p5.dfsg-1) unstable; urgency=low
 
+  [ Johannes Ring ]
   * New upstream release (patch level 5). Includes updated
     conf/slepc_common_variables (closes: #528122).
   * debian/rules: Removed docs/slepc.pdf from tarball (no sources).
-  * debian/control: 
+  * debian/control:
     - Change section to debug for -dbg package (lintian warning).
     - Updated Standards-Version to 3.8.2.
   * debian/patches: Added patch to link SLEPc shared library against
     PETSc shared libraries.
 
- -- Johannes Ring <johannr at simula.no>  Fri, 31 Jul 2009 19:18:22 +0200
+  [ Christophe Prud'homme ]
+  * Bug fix: "Paths broken so petsc is unable to find slepc", thanks to
+    root (Closes: #530625).
+  * debian/rules: don't fail in mv if some files are not there
 
+ -- Christophe Prud'homme <prudhomm at debian.org>  Wed, 26 Aug 2009 18:12:44 +0200
+
 slepc (3.0.0-p2-1) unstable; urgency=low
 
   [ Christophe Prud'homme ]
@@ -42,8 +48,8 @@
   [ Johannes Ring ]
   * Completely rewrote debian/rules. Now strongly based on debian/rules
     from PETSc package.
-  * Removed NLU files (debian/slepc-dev.dirs, debian/slepc1.dirs, 
-    debian/slepc-dev.install, debian/slepc1.install, debian/dirs, and 
+  * Removed NLU files (debian/slepc-dev.dirs, debian/slepc1.dirs,
+    debian/slepc-dev.install, debian/slepc1.install, debian/dirs, and
     debian/examples).
   * Removed NLU patches.
   * debian/control:
--- slepc/trunk/debian/rules #4548:4549
@@ -35,9 +35,9 @@
 	-if [ -e patch ]; then \
 	  debian/rules unpatch; \
 	fi
-	mv tags thetags
+	-mv tags thetags
 	dh_clean
-	mv thetags tags
+	-mv thetags tags
 	rm -f build* install* $(ARCH_GENERATED_FILES)
 	-$(MAKE) PETSC_ARCH=$(PETSC_ARCH)-c-debug PETSC_DIR=$(PETSC_DIR) \
 	  SLEPC_DIR=$(CURDIR) allclean



More information about the Pkg-scicomp-commits mailing list