Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nuages
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etch
nuages
Commits
425dd1e4
Commit
425dd1e4
authored
Aug 24, 2014
by
Christophe Siraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update wheezy package
parent
de4bbe01
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
5 deletions
+9
-5
debian/changelog
debian/changelog
+2
-2
debian/control
debian/control
+2
-2
debian/rules
debian/rules
+5
-1
No files found.
debian/changelog
View file @
425dd1e4
nuages (0.20140
711
) UNRELEASED; urgency=low
nuages (0.20140
820
) UNRELEASED; urgency=low
* Initial release.
-- Christophe Siraut <d@tobald.eu.org> Mon,
14
Jul 2014 17:18:01 +0200
-- Christophe Siraut <d@tobald.eu.org> Mon,
21
Jul 2014 17:18:01 +0200
debian/control
View file @
425dd1e4
...
...
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 9),
python-all (>= 2.6.6-3~),
python-sphinx,
python-webtest,
python-django
(>= 1.6)
,
python-django,
python-django-south,
python-django-webtest,
python-django-datetime-widget,
...
...
@@ -20,7 +20,7 @@ Vcs-Browser: http://git.domainepublic.net/?p=nuages.git
Package: nuages
Architecture: all
Depends:
python-all (>= 2.6.6-3~)
,
Depends:
${python:Depends}
,
${misc:Depends},
python-nuages (= ${source:Version}),
nginx | apache2 | httpd,
...
...
debian/rules
View file @
425dd1e4
...
...
@@ -27,5 +27,9 @@ override_dh_auto_install:
done
override_dh_auto_test:
./manage.py test nuages meetingpoll
# django 1.4 has a different tests discoverer
#./manage.py test nuages meetingpoll
./manage.py test meetingpoll
override_dh_sphinxdoc:
# needed for wheezy dh_sphinxdoc -X jquery.js -X searchtools.js -X underscore.js -X sidebar.js jquery.js -X websupport.js
Write
Preview
Markdown
is supported
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