[Pkg-scicomp-commits] mpich/trunk/debian

Alexandre Fayolle afayolle at debian.org
Mon Jan 26 16:13:22 UTC 2009


SVN commit 4100 by afayolle:

lintian fixes

 M  +3 -1      mpich/trunk/debian/changelog  
 M  +1 -1      mpich/trunk/debian/control  
 M  +1 -1      mpich/trunk/debian/mpi-doc.doc-base  
 M  +1 -1      mpich/trunk/debian/rules  


--- mpich/trunk/debian/changelog #4099:4100
@@ -4,11 +4,13 @@
   * Updated standards to 3.8.0
     - added Homepage field
     - set debian/compat to 7 and updated debhelper build dependency accordingly
+    - replace call to dh_clean -k by call to dh_prep as suggested by lintian
   * Fix update-alternative settings for libmpich-mpd1.0-dev and
     libmpich-shmem1.0-dev (closes: #512426)
+  * Changed doc-base section of mpi-doc 
   * fix lintian warning about maintainer scripts ignoring errors
 
- -- Alexandre Fayolle <afayolle at debian.org>  Mon, 26 Jan 2009 14:03:27 +0100
+ -- Alexandre Fayolle <afayolle at debian.org>  Mon, 26 Jan 2009 17:12:52 +0100
 
 mpich (1.2.7-8) unstable; urgency=low
 
--- mpich/trunk/debian/control #4099:4100
@@ -3,7 +3,7 @@
 Section: devel
 Priority: extra
 Maintainer: Debian Scientific Computing Team <pkg-scicomp-devel at lists.alioth.debian.org>
-Uploaders: Adam C. Powell, IV <hazelsct at debian.org>, Alexandre Fayolle <afayolle at debian.org>
+Uploaders: Adam C. Powell IV <hazelsct at debian.org>, Alexandre Fayolle <afayolle at debian.org>
 Standards-Version: 3.8.0
 Build-Depends: gfortran, rsh-client, libx11-dev, libxt-dev, file, debhelper (>> 7.0.0), dpatch, tk8.4, autotools-dev
 Build-Depends-Indep: bzip2
--- mpich/trunk/debian/mpi-doc.doc-base #4099:4100
@@ -4,7 +4,7 @@
 Abstract: Reference manual on the programming interface of MPICH
  (the Message Passing Interface for cluster computer programming)
  with all the available functions documented.
-Section: Apps/Programming
+Section: Programming
 
 Format: postscript
 Files: /usr/share/doc/mpi-doc/mpiman.ps.gz
--- mpich/trunk/debian/rules #4099:4100
@@ -112,7 +112,7 @@
 install-stamp: build-stamp
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs
 
 	# make them sh +ex for debugging.



More information about the Pkg-scicomp-commits mailing list