[Pkg-scicomp-devel] sundials/trunk/debian


Thu Nov 16 18:25:56 CET 2006


SVN commit 1332 by ar-guest:

Added sundials-config man page


 M  +2 -1      sundials/trunk/debian/changelog  
 M  +1 -0      sundials/trunk/debian/libsundials-serial-dev.install  
 M  +5 -1      sundials/trunk/debian/rules  
 A             sundials/trunk/debian/sundials-config.1  


--- sundials/trunk/debian/changelog #1331:1332
@@ -1,8 +1,9 @@
-sundials (2.3.0-3) unstable; urgency=low
+sundials (2.3.0-4) unstable; urgency=low
 
   NOT YET RELEASED!
 
   * New upstream release
+  * Added sundials-config man page
 
  -- Andrey Romanenko <andrey at ciengis.com>  Sat, 15 Nov 2006 23:11:09 +0100
 
--- sundials/trunk/debian/libsundials-serial-dev.install #1331:1332
@@ -2,5 +2,6 @@
 debian/tmp/usr/lib/lib*a
 debian/tmp/usr/lib/lib*.so
 debian/tmp/usr/bin/sundials-config
+debian/tmp/usr/share/man/man1/sundials-config.1
 
 
--- sundials/trunk/debian/rules #1331:1332
@@ -11,16 +11,20 @@
 DEB_MAKE_INSTALL_TARGET := install prefix=$(debusr)
 
 # The following hack is necessary because the upstream makefiles do
-# not install $libdir and $includedir
+# not install $libdir and $includedir or $mandir
 common-install-prehook-impl::
 	mkdir -p $(debusr)/lib
 	mkdir -p $(debusr)/include	
+	mkdir -p $(debusr)/share/man/man1	
 
 # The followiung hack is necessary because there is no way to prevent
 # the -rpath otpion being used during make install
 install/libsundials-serial::
 	perl -pi -e "s:libdir='.*':libdir='/usr/lib':;" \
 		`find debian/ -name \*.la`
+# install the manpage for sundials-config (missing upstream)
+install/libsundials-serial-dev::
+	cp debian/sundials-config.1 $(debusr)/share/man/man1
 
 clean::
 	rm -rf `find . -name .libs -o -name \*.o` libtool



More information about the Pkg-scicomp-devel mailing list