Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chris
flyers
Commits
7f2a5180
Commit
7f2a5180
authored
Aug 24, 2014
by
chris
Browse files
Update dependencies
parent
659e556e
Changes
3
Hide whitespace changes
Inline
Side-by-side
debian/control
View file @
7f2a5180
...
...
@@ -7,8 +7,8 @@ Build-Depends: debhelper (>= 9),
python-all (>= 2.6.6-3~),
python-sphinx,
python-sphinx-rtd-theme,
python-django,
python-sorl-thumbnail,
python-django
Homepage: https://flyers.domainepublic.net
Vcs-Git: http://git.domainepublic.net/git/flyers.git/
Vcs-Browser: http://git.domainepublic.net/?p=flyers.git
...
...
@@ -16,8 +16,10 @@ Vcs-Browser: http://git.domainepublic.net/?p=flyers.git
Package: python-flyers
Section: python
Architecture: all
Depends: python-all (>= 2.6.6-3~),
${misc:Depends}
Depends: ${python:Depends},
${misc:Depends},
python-django,
python-sorl-thumbnail
Recommends: python-ldap
Description: Python libraries of Flyers
Flyers aims to provide weblog for artists
debian/flyers.docs
→
debian/
python-
flyers.docs
View file @
7f2a5180
File moved
debian/rules
View file @
7f2a5180
...
...
@@ -7,6 +7,10 @@ export DH_VERBOSE=1
%:
dh $@ --with python2,sphinxdoc --buildsystem=pybuild
override_dh_auto_build:
dh_auto_build
$(MAKE) -C docs html
override_dh_auto_test:
#./manage.py test flyers flyers.content flyers.general
echo 'django-translation not in debian repo yet'
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment