[clfft] 06/12: d/rules: doc -> docs due to renaming upstream
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Tue Aug 4 11:06:00 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch debian/sid
in repository clfft.
commit 158a252ebda8a9e0fe60a0b14e1b8c2d6b6b18b0
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Thu Jul 30 19:26:36 2015 +0100
d/rules: doc -> docs due to renaming upstream
---
debian/libclfft-doc.docs | 2 +-
debian/rules | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/libclfft-doc.docs b/debian/libclfft-doc.docs
index 0bd3136..a8ae8ed 100644
--- a/debian/libclfft-doc.docs
+++ b/debian/libclfft-doc.docs
@@ -1 +1 @@
-doc/html
+docs/html
diff --git a/debian/rules b/debian/rules
index 4257684..7fc2d1e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,9 +23,9 @@ override_dh_auto_configure:
override_dh_auto_build:
dh_auto_build
echo "I: Generating Doxygen documentation"
- cd doc/ && doxygen clFFT.doxy && rm html/jquery.js
+ cd docs/ && doxygen clFFT.doxy && rm html/jquery.js
override_dh_auto_clean:
dh_auto_clean
- $(RM) -f doc/doxygen_sqlite3.db
- $(RM) -rf doc/html
+ $(RM) -f docs/doxygen_sqlite3.db
+ $(RM) -rf docs/html
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/clfft.git
More information about the debian-science-commits
mailing list