[pyplusplus] 05/17: adding docs. Fix deps

Leopold Palomo-Avellaneda leo at alaxarxa.net
Mon Jul 18 13:18:27 UTC 2016


This is an automated email from the git hooks/post-receive script.

lepalom-guest pushed a commit to branch master
in repository pyplusplus.

commit e5f759b91573fe1f206bbd59c7b16035edd0a5fa
Author: Mathieu Malaterre <malat at debian.org>
Date:   Sat Nov 5 07:49:10 2011 +0000

    adding docs. Fix deps
---
 debian/control  | 2 +-
 debian/doc-base | 9 +++++++++
 debian/docs     | 4 ++++
 debian/examples | 1 +
 4 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 7d6fad2..7191cb6 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Vcs-Svn: svn://svn.debian.org/svn/collab-maint/deb-maint/pyplusplus/trunk
 
 Package: python-py++
 Architecture: any
-Depends: ${python:Depends}, ${misc:Depends}
+Depends: ${python:Depends}, ${misc:Depends}, python-pygccxml
 Provides: ${python:Provides}
 Description: OO-framework for creating a code generator for Boost.Python
  Py++ uses GCC C++ compiler to parse C++ source files and allows you to expose
diff --git a/debian/doc-base b/debian/doc-base
new file mode 100644
index 0000000..1ee5798
--- /dev/null
+++ b/debian/doc-base
@@ -0,0 +1,9 @@
+Document: pyplusplus-apidocs
+Title: Py++ API Documentations
+Author: Roman Yakovenko
+Abstract: This manual describes APIs provides by Py++
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/python-py++/apidocs/index.html
+Files: /usr/share/doc/python-py++/apidocs/*
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..025a3c5
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,4 @@
+announcement.txt
+README.txt
+docs/documentation/*.png
+docs/documentation/apidocs/
diff --git a/debian/examples b/debian/examples
new file mode 100644
index 0000000..e39721e
--- /dev/null
+++ b/debian/examples
@@ -0,0 +1 @@
+examples/*

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pyplusplus.git



More information about the debian-science-commits mailing list