r36960 - in /packages/getdp/trunk/debian: control getdp.install patches/Makefile.diff rules

trophime-guest at users.alioth.debian.org trophime-guest at users.alioth.debian.org
Tue Oct 26 07:37:52 UTC 2010


Author: trophime-guest
Date: Tue Oct 26 07:37:24 2010
New Revision: 36960

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36960
Log:
add info pages to getdp

Modified:
    packages/getdp/trunk/debian/control
    packages/getdp/trunk/debian/getdp.install
    packages/getdp/trunk/debian/patches/Makefile.diff
    packages/getdp/trunk/debian/rules

Modified: packages/getdp/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/getdp/trunk/debian/control?rev=36960&op=diff
==============================================================================
--- packages/getdp/trunk/debian/control (original)
+++ packages/getdp/trunk/debian/control Tue Oct 26 07:37:24 2010
@@ -4,7 +4,8 @@
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Christophe Trophime <christophe.trophime at grenoble.cnrs.fr>
 Build-Depends: quilt, cdbs, debhelper (>= 7), autotools-dev, automake, autoconf, gfortran, mpi-default-dev,
- libarpack2-dev, libgsl0-dev, libscotchmetis-dev, libpetsc3.1-dev, libslepc3.1-dev, libhdf5-openmpi-dev (>= 1.8.4), gmsh
+ libarpack2-dev, libgsl0-dev, libscotchmetis-dev, libpetsc3.1-dev, libslepc3.1-dev, libhdf5-openmpi-dev (>= 1.8.4), gmsh,
+ dpkg (>= 1.15.4) | install-info
 Standards-Version: 3.9.1
 Homepage: http://www.geuz.org/getdp
 Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/getdp/trunk/
@@ -12,7 +13,7 @@
 
 Package: getdp
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, dpkg (>= 1.15.4) | install-info
 Description: general environment for the treatment of discrete problems
  GetDP is a general finite element solver using mixed elements to
  discretize de Rham-type complexes in one, two and three dimensions.

Modified: packages/getdp/trunk/debian/getdp.install
URL: http://svn.debian.org/wsvn/debian-science/packages/getdp/trunk/debian/getdp.install?rev=36960&op=diff
==============================================================================
--- packages/getdp/trunk/debian/getdp.install (original)
+++ packages/getdp/trunk/debian/getdp.install Tue Oct 26 07:37:24 2010
@@ -2,3 +2,4 @@
 usr/share/man/man1/getdp.1
 usr/share/doc/getdp/getdp.html
 usr/share/doc/getdp/demos
+usr/share/info/getdp*

Modified: packages/getdp/trunk/debian/patches/Makefile.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/getdp/trunk/debian/patches/Makefile.diff?rev=36960&op=diff
==============================================================================
--- packages/getdp/trunk/debian/patches/Makefile.diff (original)
+++ packages/getdp/trunk/debian/patches/Makefile.diff Tue Oct 26 07:37:24 2010
@@ -1,7 +1,7 @@
-Index: getdp-2.0.0-svn-20100125/Makefile
+Index: getdp-2.1.0/Makefile
 ===================================================================
---- getdp-2.0.0-svn-20100125.orig/Makefile	2010-01-28 11:54:05.000000000 +0100
-+++ getdp-2.0.0-svn-20100125/Makefile	2010-01-28 11:54:10.000000000 +0100
+--- getdp-2.1.0.orig/Makefile	2010-10-25 13:09:49.000000000 +0200
++++ getdp-2.1.0/Makefile	2010-10-25 13:09:49.000000000 +0200
 @@ -37,11 +37,11 @@
  	@for i in ${GETDP_DIRS}; do (cd $$i && ${MAKE}); done
  
@@ -27,3 +27,19 @@
  
  depend: initialtag
  	mv -f Common/GetDPConfig.h .
+Index: getdp-2.1.0/doc/texinfo/Makefile
+===================================================================
+--- getdp-2.1.0.orig/doc/texinfo/Makefile	2010-10-26 09:04:01.000000000 +0200
++++ getdp-2.1.0/doc/texinfo/Makefile	2010-10-26 09:05:58.000000000 +0200
+@@ -13,8 +13,9 @@
+ 	makeinfo --split-size 1000000 getdp.texi
+ 
+ install-info:
+-	cp getdp.info* /usr/info/
+-	install-info getdp.info /usr/info/dir
++	mkdir -p $(DESTDIR)/usr/share/info/
++	cp getdp.info* $(DESTDIR)/usr/share/info/
++	install-info getdp.info $(DESTDIR)/usr/share/info/dir
+ 
+ infoz: info
+ 	tar zcvf getdp-info.tgz getdp.info*

Modified: packages/getdp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/getdp/trunk/debian/rules?rev=36960&op=diff
==============================================================================
--- packages/getdp/trunk/debian/rules (original)
+++ packages/getdp/trunk/debian/rules Tue Oct 26 07:37:24 2010
@@ -32,6 +32,9 @@
 	mkdir -p debian/tmp/usr/share/doc/getdp/demos
 	install -m 644 demos/* debian/tmp/usr/share/doc/getdp/demos
 	rm debian/tmp/usr/share/doc/getdp/demos/Makefile
+
+	# install doc
+	cd doc/texinfo && $(MAKE) install-info LC_ALL=C DESTDIR=$(CURDIR)/debian/tmp
 
 install/getdp-sparskit::
 	# unset PETSC var




More information about the debian-science-commits mailing list