Hi! On Thu, 2009-04-30 at 15:43:24 -0400, MK wrote: > I've another release of see, 0.61. This improves the drag and drop > support (to work with nautilus's "list view" mode, which posts the > files as a different mime type than when in icon view, for some > inexplicable reason). I also added a "copy selection" and "copy all" > option to the main menu.
I've noticed you are managing the version number as if it was a float. This is problematic on deb and rpm based distros, as they consider versions (broadly) as a group of integers concatenated, and thus trailing 0 are significant. In this case 61 > 6, but then 7 < 61, so if you'd want to release 0.7, the version would have to be epoched as in 1:0.7 (that each time you skip back in the numbering). So I think you either want to use versions like: 0.6, 0.6.1, 0.6.2, 0.7, ... or: 0.6, 0.61. 0.70, 0.71, ... > www.intergate.com/~halfcountplus/see and seetxt.sf.net are both > updated. Also could you consider renaming the project name (and thus the source tarballs)? It would be a bit less confusing (upstream and in Debian, having the source package != binary package), and it would be easier for people to look up on search engines, as see is a pretty common word. thanks, guillem -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org