use packaged nicescroll

This commit is contained in:
Praveen Arimbrathodiyil 2015-12-13 16:16:51 +05:30
parent d90166cb63
commit d23e0d8c3d
2 changed files with 3 additions and 1 deletions

3
debian/control vendored
View file

@ -133,7 +133,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
ruby-slack-notifier, ruby-slack-notifier,
ruby-asana, ruby-asana,
libjs-jquery-cookie, libjs-jquery-cookie,
libjs-jquery-history libjs-jquery-history,
libjs-jquery-nicescroll
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

1
debian/gitlab.links vendored
View file

@ -3,3 +3,4 @@ etc/gitlab/database.yml usr/share/gitlab/config/database.yml
etc/gitlab/gitlab.yml usr/share/gitlab/config/gitlab.yml etc/gitlab/gitlab.yml usr/share/gitlab/config/gitlab.yml
usr/share/javascript/jquery-history/jquery.history.min.js usr/share/gitlab/vendor/assets/javascripts/jquery.history.js usr/share/javascript/jquery-history/jquery.history.min.js usr/share/gitlab/vendor/assets/javascripts/jquery.history.js
usr/share/javascript/jquery-cookie/jquery.cookie.min.js usr/share/gitlab/vendor/assets/javascripts/jquery.cookie.js usr/share/javascript/jquery-cookie/jquery.cookie.min.js usr/share/gitlab/vendor/assets/javascripts/jquery.cookie.js
usr/share/javascript/jquery-nicescroll/jquery.nicescroll.min.js usr/share/gitlab/vendor/assets/javascripts/jquery.nicescroll.js