On 10/14/19 12:36 AM, Gabe Livengood wrote: > I would like to ask any Debian Developers on this mailing list to > consider sponsoring my package > (https://mentors.debian.net/package/css-html-js-minify). It is a > streamlined minifier written in Python 3 that targets CSS, JS, and HTML. > It is a single script, pretty easy to put together, but it has helped > teach me the basics of packaging for Debian. I would appreciate it if > someone could sponsor the package so that I can learn more about I may > have done wrong or can improve on with this and future packages, and of > course, get it into the repos. Thank you! >
Hi, Your source package contains a .rpm and a .deb. You may want to fix that to begin with... Don't add anything to debian/changelog, just "Initial release." and that's it. Please remove the comments in debian/control. You may want to remove debian/compat and replace, in debian/control, debhelper by debhelper-compat Your debian/patches/Initial-patch is just creating a new file, so you may just get rid of it, and write the file in the debian folder. At this point, I stopped reviewing the package. Please fix the above and come back to the list with the things corrected. Cheers, Thomas Goirand (zigo)