Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
monkeysign
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
monkeysphere
monkeysign
Commits
02384323
Commit
02384323
authored
10 years ago
by
Antoine Beaupré
Browse files
Options
Downloads
Patches
Plain Diff
try to ship the sphinx documentation with the package, untested
parent
b59a90b6
No related branches found
No related tags found
No related merge requests found
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
debian/control
+1
-0
1 addition, 0 deletions
debian/control
debian/doc-base
+2
-2
2 additions, 2 deletions
debian/doc-base
debian/docs
+1
-2
1 addition, 2 deletions
debian/docs
debian/rules
+5
-1
5 additions, 1 deletion
debian/rules
setup.cfg
+5
-0
5 additions, 0 deletions
setup.cfg
with
14 additions
and
5 deletions
debian/control
+
1
−
0
View file @
02384323
...
@@ -10,6 +10,7 @@ Build-Depends: debhelper (>= 9)
...
@@ -10,6 +10,7 @@ Build-Depends: debhelper (>= 9)
, python-zbar
, python-zbar
, python-zbarpygtk
, python-zbarpygtk
, python-docutils
, python-docutils
, python-sphinx
Standards-Version: 3.9.6
Standards-Version: 3.9.6
Homepage: http://web.monkeysphere.info/monkeysign
Homepage: http://web.monkeysphere.info/monkeysign
Vcs-Git: git://git.monkeysphere.info/monkeysign
Vcs-Git: git://git.monkeysphere.info/monkeysign
...
...
This diff is collapsed.
Click to expand it.
debian/doc-base
+
2
−
2
View file @
02384323
...
@@ -8,5 +8,5 @@ Format: text
...
@@ -8,5 +8,5 @@ Format: text
Files: /usr/share/doc/monkeysign/presentation.rst
Files: /usr/share/doc/monkeysign/presentation.rst
Format: HTML
Format: HTML
Index: /usr/share/doc/monkeysign/
presentation
.html
Index: /usr/share/doc/monkeysign/
html/index
.html
Files: /usr/share/doc/monkeysign/
presentation.
html
Files: /usr/share/doc/monkeysign/html
/
This diff is collapsed.
Click to expand it.
debian/docs
+
1
−
2
View file @
02384323
README.mdwn
README.mdwn
HACKING.mdwn
HACKING.mdwn
doc/presentation*
doc/html/
doc/ui/
This diff is collapsed.
Click to expand it.
debian/rules
+
5
−
1
View file @
02384323
...
@@ -8,10 +8,14 @@
...
@@ -8,10 +8,14 @@
export
DH_OPTIONS
export
DH_OPTIONS
%
:
%
:
dh
$@
--with
=
python2
dh
$@
--with
=
python2
,sphinxdoc
override_dh_auto_install
:
override_dh_auto_install
:
dh_auto_install
dh_auto_install
# workaround a limitation in distutils, see
# workaround a limitation in distutils, see
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743150
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743150
ln
-sf
monkeysign
debian/monkeysign/usr/bin/monkeyscan
ln
-sf
monkeysign
debian/monkeysign/usr/bin/monkeyscan
override_dh_auto_build
:
dh_auto_build
python setup.py build_sphinx
This diff is collapsed.
Click to expand it.
setup.cfg
+
5
−
0
View file @
02384323
...
@@ -5,3 +5,8 @@ parsers=monkeysign:monkeysign.cli:MonkeysignCli.parser
...
@@ -5,3 +5,8 @@ parsers=monkeysign:monkeysign.cli:MonkeysignCli.parser
[build_slides]
[build_slides]
file
=
doc/presentation.rst
file
=
doc/presentation.rst
[build_sphinx]
source-dir
=
doc
build-dir
=
doc
all_files
=
1
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment