r45559 - in /packages/slepc/trunk/debian: changelog rules

trophime-guest at users.alioth.debian.org trophime-guest at users.alioth.debian.org
Tue Feb 5 12:41:19 UTC 2013


Author: trophime-guest
Date: Tue Feb  5 12:41:18 2013
New Revision: 45559

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=45559
Log:
fix missing shared from dbg package

Modified:
    packages/slepc/trunk/debian/changelog
    packages/slepc/trunk/debian/rules

Modified: packages/slepc/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/slepc/trunk/debian/changelog?rev=45559&op=diff
==============================================================================
--- packages/slepc/trunk/debian/changelog (original)
+++ packages/slepc/trunk/debian/changelog Tue Feb  5 12:41:18 2013
@@ -1,4 +1,4 @@
-slepc (3.3-p2.dfsg-1.1) UNRELEASED; urgency=low
+slepc (3.3-p2.dfsg-1.1) unstable; urgency=low
 
   [ Johannes Ring ]
   * Team upload.

Modified: packages/slepc/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/slepc/trunk/debian/rules?rev=45559&op=diff
==============================================================================
--- packages/slepc/trunk/debian/rules (original)
+++ packages/slepc/trunk/debian/rules Tue Feb  5 12:41:18 2013
@@ -74,6 +74,7 @@
 	  --with-arpack-flags=-lparpack,-larpack
 	$(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 \




More information about the debian-science-commits mailing list