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

Rafael Laboissiere rafael at debian.org
Tue Feb 5 19:25:30 UTC 2008


SVN commit 2080 by rafael:

Use the correct versioned name of the package for the CDBS target
names

 M  +3 -3      suitesparse/trunk/debian/rules  


--- suitesparse/trunk/debian/rules #2079:2080
@@ -18,11 +18,11 @@
  CFLAGS+=-m64
 endif
 
-binary-post-install/libsuitesparse::
+binary-post-install/libsuitesparse-3.1.0::
 	install -d debian/libsuitesparse/usr/share/lintian/overrides
 	install -m 644 debian/libsuitesparse.overrides debian/libsuitesparse/usr/share/lintian/overrides/libsuitesparse-3.1.0
 
-build/libsuitesparse::
+build/libsuitesparse-3.1.0::
 	-( cd AMD/Doc      && mv ChangeLog AMD_ChangeLog )
 	-( cd CAMD/Doc     && mv ChangeLog CAMD_ChangeLog )
 	-( cd CCOLAMD/Doc  && mv ChangeLog CCOLAMD_ChangeLog )
@@ -40,7 +40,7 @@
 	-( cd UMFPACK/Doc && mv UserGuide.pdf UMFPACK_UserGuide.pdf && mv UserGuide.bib UMFPACK_UserGuide.bib )
 	-( cd UMFPACK/Doc && mv QuickStart.pdf UMFPACK_QuickStart.pdf )
 
-cleanbuilddir/libsuitesparse::
+cleanbuilddir/libsuitesparse-3.1.0::
 	-( cd AMD/Doc      && mv AMD_ChangeLog ChangeLog )
 	-( cd CAMD/Doc     && mv CAMD_ChangeLog ChangeLog )
 	-( cd CCOLAMD/Doc  && mv CCOLAMD_ChangeLog ChangeLog )



More information about the Pkg-scicomp-devel mailing list