arikon / npm2debian

Utility to convert npm packages to Debian packages
32 stars 13 forks source link

Populate Vcs-* fields of debian/control #8

Open arikon opened 12 years ago

arikon commented 12 years ago

We can populate Vcs-{Git,Svn,Whatever} field of debian/control using value of repository.type and repository.url properties of package.json. Also we can populate Vcs-Web field using value of repository.web property if specified.