[Pkg-scicomp-commits] qhull/trunk/debian
Rafael Laboissiere
rafael at debian.org
Sat Apr 19 17:59:04 UTC 2008
SVN commit 2416 by rafael:
Remove COPYING.txt from HTML documentation directory
M +5 -3 qhull/trunk/debian/changelog
M +1 -0 qhull/trunk/debian/rules
--- qhull/trunk/debian/changelog #2415:2416
@@ -1,12 +1,14 @@
qhull (2003.1-9) UNRELEASED; urgency=low
* debian/manpage.in:
- + Fixed spacing in <ulink> tag
- + Removed brackets from e-mail address
+ + Fix spacing in <ulink> tag
+ + Remove brackets from e-mail address
* debian/README.Debian: Fixed path of documentation and examples files.
Also, mention that these files are available in the libqhull-dev
package. Thanks to Jaap Weel for pointing this bug out.
- * debian/rules: Switch from CDBS' simple-patchsys to quil
+ * debian/rules:
+ + Switch from CDBS' simple-patchsys to quil
+ + Remove COPYING.txt from HTML documentation directory
* debian/control:
+ Build-depend on quilt
+ Fix URL of Vcs-Svn field
--- qhull/trunk/debian/rules #2415:2416
@@ -38,6 +38,7 @@
install/libqhull-dev::
# Install all the needed documentation files
cp *.txt html/*.txt $(htmldir)
+ rm -f $(htmldir)/COPYING.txt
mkdir $(htmldir)/src
cp src/*.c src/*.h src/*.htm src/*.txt $(htmldir)/src
sed -i 's:href="../:href=":g' $(htmldir)/*.htm
More information about the Pkg-scicomp-commits
mailing list