use libjs-graphael

This commit is contained in:
Praveen Arimbrathodiyil 2015-12-14 23:32:07 +05:30
parent d1f11a5d09
commit 60a50cdb75
2 changed files with 4 additions and 1 deletions

3
debian/control vendored
View file

@ -136,7 +136,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
libjs-jquery-history, libjs-jquery-history,
libjs-jquery-nicescroll, libjs-jquery-nicescroll,
libjs-clipboard, libjs-clipboard,
libjs-chartjs libjs-chartjs,
libjs-graphael`
Description: git powered software platform to collaborate on code Description: git powered software platform to collaborate on code
gitlab provides web based interface to host source code and track issues. gitlab provides web based interface to host source code and track issues.
It allows anyone for fork a repository and send merge requests. Code review It allows anyone for fork a repository and send merge requests. Code review

2
debian/gitlab.links vendored
View file

@ -6,3 +6,5 @@ usr/share/javascript/jquery-cookie/jquery.cookie.min.js usr/share/gitlab/vendor/
usr/share/javascript/jquery-nicescroll/jquery.nicescroll.min.js usr/share/gitlab/vendor/assets/javascripts/jquery.nicescroll.js usr/share/javascript/jquery-nicescroll/jquery.nicescroll.min.js usr/share/gitlab/vendor/assets/javascripts/jquery.nicescroll.js
usr/share/javascript/clipboard/clipboard.js usr/share/gitlab/vendor/assets/javascripts/clipboard.js usr/share/javascript/clipboard/clipboard.js usr/share/gitlab/vendor/assets/javascripts/clipboard.js
usr/share/javascript/chartjs/Chart.js usr/share/gitlab/vendor/assets/javascripts/chart-lib.min.js usr/share/javascript/chartjs/Chart.js usr/share/gitlab/vendor/assets/javascripts/chart-lib.min.js
usr/share/javascript/graphael/g.raphael-min.js usr/share/gitlab/vendor/assets/javascripts/g.raphael-min.js
usr/share/javascript/graphael/g.bar-min.js usr/share/gitlab/vendor/assets/javascripts/g.bar-min.js