thesamet / webilder

Wallpaper downloader and rotator that uses Flickr and Webshots.
http://www.webilder.org/
Other
30 stars 12 forks source link

Use stdeb to package for Debian #9

Closed gliptak closed 13 years ago

gliptak commented 14 years ago

Run

python setup.py --command-packages=stdeb.command bdist_deb

to package.

The deb file created is smaller and missing (or renaming) these following files:

12c12

< /usr/share/python-support/webilder.public

/usr/share/python-support/python-webilder.public 14,19c14,15 < /usr/share/doc/webilder < /usr/share/doc/webilder/changelog.Debian.gz < /usr/share/doc/webilder/changelog.gz < /usr/share/doc/webilder/AUTHORS < /usr/share/doc/webilder/README

< /usr/share/doc/webilder/copyright

/usr/share/doc/python-webilder /usr/share/doc/python-webilder/changelog.Debian.gz 71,79d66 < /usr/share/mime < /usr/share/mime/packages < /usr/share/mime/packages/webilder.xml < /usr/share/man < /usr/share/man/man1 < /usr/share/man/man1/webilder_desktop.1.gz < /usr/share/man/man1/webilder_applet.1.gz < /usr/share/man/man1/webilder_downloader.1.gz < /usr/share/man/man1/wbz_handler.1.gz 81,83d67 < /usr/lib/mime < /usr/lib/mime/packages < /usr/lib/mime/packages/webilder

thesamet commented 13 years ago

Hi gpiltak. Apologies for the delayed review; I've been away in the last couple of weeks. I am concerned about the missing files (man pages) and even more about that the debian package is auto-generated, as I am trying to make it deblint warning free so it stands a chance to be accepted to Ubuntu or debian one day. I hope I can help -- what are you trying to achieve by changing the way webilder's packaging works?

gliptak commented 13 years ago

I thought that it might be possible to eliminate the need for the debian subdirectory, and build form the source the "standard" way ...