1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
# debian/install
# Files to install in the package.
# Manual page: ‘dh_install(1)’.
# JavaScript library.
build/jquery.atwho.js /usr/share/javascript/jquery-atwho/
build/jquery.atwho.min.js /usr/share/javascript/jquery-atwho/
# Cascading Style Sheet.
src/jquery.atwho.css /usr/share/javascript/jquery-atwho/
# NodeJS package description.
package.json usr/share/nodejs/at.js/
# Local variables:
# coding: utf-8
# mode: conf
# End:
# vim: fileencoding=utf-8 filetype=conf :
|