use packaged clipboard

This commit is contained in:
Praveen Arimbrathodiyil 2015-12-13 17:50:34 +05:30
parent d23e0d8c3d
commit b8e63d2236
2 changed files with 3 additions and 1 deletions

3
debian/control vendored
View file

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

@ -4,3 +4,4 @@ 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 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