[Pkg-sass-devel] packaging of elusive-icons
PICCA Frederic-Emmanuel
frederic-emmanuel.picca at synchrotron-soleil.fr
Sun Mar 13 08:15:34 UTC 2016
Hello I am working n the elusive-icons package and I saw that you put some information about the scss directory.
Can you explain a little bit what is going on.
for now my rules files look like this
#!/usr/bin/make -f
%:
dh $@
override_dh_install:
dh_install -p fonts-elusive-icons fonts/elusiveicons-webfont.eot usr/share/fonts/eot/elusive-icons
dh_install -p fonts-elusive-icons fonts/elusiveicons-webfont.svg usr/share/fonts/svg/elusive-icons
dh_install -p fonts-elusive-icons fonts/elusiveicons-webfont.ttf usr/share/fonts/truetype/elusive-icons
dh_install -p fonts-elusive-icons fonts/elusiveicons-webfont.woff usr/share/fonts/woff/elusive-icons
dh_install -p fonts-elusive-icons less usr/share/fonts-elusive-icons
dh_install -p fonts-elusive-icons css usr/share/fonts-elusive-icons
dh_install -p fonts-elusive-icons scss usr/share/fonts-elusive-icons
override_dh_links:
dh_links -p fonts-elusive-icons usr/share/fonts/eot/elusive-icons/elusiveicons-webfont.eot /usr/share/fonts-elusive-icons/fonts/elusiveicons-webfont.eot
dh_links -p fonts-elusive-icons usr/share/fonts/svg/elusive-icons/elusiveicons-webfont.svg /usr/share/fonts-elusive-icons/fonts/elusiveicons-webfont.svg
dh_links -p fonts-elusive-icons usr/share/fonts/truetype/elusive-icons/elusiveicons-webfont.ttf /usr/share/fonts-elusive-icons/fonts/elusiveicons-webfont.ttf
dh_links -p fonts-elusive-icons usr/share/fonts/woff/elusive-icons/elusiveicons-webfont.woff /usr/share/fonts-elusive-icons/fonts/elusiveicons-webfont.woff
the packae contain only four directory
fonts/
less/
css/
scss/
so I installed the font at the right place and link in order to keep the upstream organisation under /usr/share/fonts-elusive-icons
Now you speak about
/usr/share/compass/frameworks/elusive-icons/stylesheets
Is there a policy document explaining about this.
If not wan you explain.
thanks
Frederic
Ia asked because I inspiremyself fro the fonts-font-awesome package which could be also modifyed for your compass framework.
More information about the pkg-sass-devel
mailing list