[slepc] 26/30: Minor update before upload.

Drew Parsons dparsons at moszumanska.debian.org
Sat Oct 10 19:29:58 UTC 2015


This is an automated email from the git hooks/post-receive script.

dparsons pushed a commit to branch debian
in repository slepc.

commit 290b78cf0df4cd799a50f5f5a8185be93ab4cd84
Author: gladk <gladk at 7ca82aff-d165-4cda-a4f1-7f280d66a853>
Date:   Tue Sep 17 18:28:52 2013 +0000

    Minor update before upload.
---
 debian/changelog | 4 ++++
 debian/rules     | 5 +++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e81bb24..67ca25e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,10 @@ slepc (3.4.2.dfsg-1) unstable; urgency=low
   * remove -dbg packages from the build dep
   * Update Standards-Version to 3.9.4 (no changes needed).
 
+  [ Anton Gladky ]
+  * Use make instead of $(MAKE) to escape parallel build.
+  * Override lintian error (seems, false-positive). Add dh_lintian to rules.
+
  -- Christophe Trophime <christophe.trophime at lncmi.cnrs.fr>  Thu, 05 Sep 2013 10:49:52 +0200
 
 slepc (3.2-p5-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 28c99b0..a2b921f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -72,14 +72,14 @@ build-arch: patch
 	PETSC_ARCH=$(PETSC_ARCH)-c-debug PETSC_DIR=$(PETSC_DIR) \
 	  SLEPC_DIR=$(CURDIR) ./configure --with-arpack-dir=/usr/lib/debug/usr/lib \
 	  --with-arpack-flags=-lparpack,-larpack
-	$(MAKE) PETSC_ARCH=$(PETSC_ARCH)-c-debug PETSC_DIR=$(PETSC_DIR) \
+	make PETSC_ARCH=$(PETSC_ARCH)-c-debug PETSC_DIR=$(PETSC_DIR) \
 	  SLEPC_INSTALL_DIR=/usr/lib/slepcdir/$(SLEPC_VERSION) \
 	  SL_LINKER_SUFFIX_VERSIONED="so.$(SLEPC_VERSION)" \
 	  SLEPC_DIR=$(CURDIR)
 	PETSC_ARCH=$(PETSC_ARCH)-c-opt PETSC_DIR=$(PETSC_DIR) \
 	  SLEPC_DIR=$(CURDIR) ./configure --with-arpack-dir=/usr/lib \
 	  --with-arpack-flags=-lparpack,-larpack
-	$(MAKE) PETSC_ARCH=$(PETSC_ARCH)-c-opt PETSC_DIR=$(PETSC_DIR) \
+	make PETSC_ARCH=$(PETSC_ARCH)-c-opt PETSC_DIR=$(PETSC_DIR) \
 	  SLEPC_INSTALL_DIR=/usr/lib/slepcdir/$(SLEPC_VERSION) \
 	  SL_LINKER_SUFFIX_VERSIONED="so.$(SLEPC_VERSION)" \
 	  SLEPC_DIR=$(CURDIR)
@@ -242,6 +242,7 @@ endif
 binary-arch: install-arch
 	dh_testdir -a
 	dh_testroot -a
+	dh_lintian
 	for ARCHGEN in $(ARCH_GENERATED_FILES); do \
 	  rm -f $$ARCHGEN ; \
 	  sed "s/petsc_arch/$(PETSC_ARCH)-c-opt/" < \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/slepc.git



More information about the debian-science-commits mailing list