r46287 - /packages/slepc/trunk/debian/rules
trophime-guest at users.alioth.debian.org
trophime-guest at users.alioth.debian.org
Tue Sep 17 13:37:49 UTC 2013
Author: trophime-guest
Date: Tue Sep 17 13:37:49 2013
New Revision: 46287
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=46287
Log:
up
Modified:
packages/slepc/trunk/debian/rules
Modified: packages/slepc/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/slepc/trunk/debian/rules?rev=46287&op=diff
==============================================================================
--- packages/slepc/trunk/debian/rules (original)
+++ packages/slepc/trunk/debian/rules Tue Sep 17 13:37:49 2013
@@ -154,7 +154,7 @@
# Depends on install-arch because it creates SLEPC_DIR
install-indep: build-indep install-arch
-ifeq ($(SLEPC_VERSION),3.3)
+ifeq ($(SLEPC_VERSION),3.4.2)
# Install header documentation in -doc/include
install -d debian/$(SLEPC_NAME)-doc/usr/share/doc/$(SLEPC_NAME)-doc/include/finclude
cp -p include/*.html \
@@ -180,10 +180,10 @@
done ; \
done
# I don't know of a way to do this "recursively"
- -rmdir `find debian/slepc3.3-doc -empty -type d -print`
- -rmdir `find debian/slepc3.3-doc -empty -type d -print`
- -rmdir `find debian/slepc3.3-doc -empty -type d -print`
- -rmdir `find debian/slepc3.3-doc -empty -type d -print`
+ -rmdir `find debian/slepc3.4.2-doc -empty -type d -print`
+ -rmdir `find debian/slepc3.4.2-doc -empty -type d -print`
+ -rmdir `find debian/slepc3.4.2-doc -empty -type d -print`
+ -rmdir `find debian/slepc3.4.2-doc -empty -type d -print`
# Install examples & makefiles into temporary directory debian/extemp
for TESTDIR in `find src -name examples -print | sed "s/src\///"`; \
do \
@@ -221,7 +221,7 @@
touch install
binary-indep: install-indep
-ifeq ($(SLEPC_VERSION),3.3)
+ifeq ($(SLEPC_VERSION),3.4.2)
dh_testdir -i
dh_testroot -i
dh_installdirs -i
@@ -245,7 +245,7 @@
for ARCHGEN in $(ARCH_GENERATED_FILES); do \
rm -f $$ARCHGEN ; \
sed "s/petsc_arch/$(PETSC_ARCH)-c-opt/" < \
- `echo "$$ARCHGEN.in" | sed "s/$(SLEPC_NAME)/slepc3.3/"` | \
+ `echo "$$ARCHGEN.in" | sed "s/$(SLEPC_NAME)/slepc3.4.2/"` | \
sed "s/slepc_ver/$(SLEPC_VERSION)/" > $$ARCHGEN; \
done
dh_installdirs -a
More information about the debian-science-commits
mailing list