0

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?

blade19899
  • 26,994

2 Answers2

1

You cannot upload individual files such as that to Launchpad PPAs.

You must create a deb source package to upload to a PPA. If all you have is a single CSS file, you probably don't want to package it and manage a PPA. You can instead use the Create a release link on the page for your project, and add it as a download file there.

dobey
  • 41,650
-1

You can upload individual files to launchpad if you are using bzr and you run a commit without building a package. @Dobey is mostly right though. It's abnormal to do this for non-Canonical employed humans.

RobotHumans
  • 30,112