I am trying to upload a framework.css
file to launchpad with the following command:
dput ppa:blade19899/framework.css framework.css_2.0_source.changes
but according to this answer source.changes
file is a file generated by debuild -S
.
My question is: How do I upload a non debian file(a .css
file) to launchpad?
bzr push lp:~blade19899/+junk/framework.css framework.css
andbzr push lp:~blade19899/+junk/framework.css
but both times i get an error? – blade19899 Apr 08 '13 at 20:50