-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.0.0 crate contains files with a UNIX timestamp of 0, and some files are marked executable #15
Comments
I also note that no executable flags should be set on any of these files, but they are all set on |
I'm guessing this is something to do with Cargo itself? I'm not quite sure how to handle this (a first for me), feel free to suggest ways. As for the executable files, should be relatively easy to resolve. Depending on when, we can slate this for 2.0.1/2.1.0. |
dkg has those lines in our
which makes me suspect the executable bits came from a FAT like filesystem, since their files are all +x when copied to e.g. ext4. Ancient modified dates might've also come from that. @QEDK Can you manually change their attrs? |
The files in the configparser 2.0.0 crate tarball appear to have a UNIX timestamp of 0:
I'm trying to package configparser for debian and this makes the packaging run into the lintian error
package-contains-ancient-file
. I can work around it in the debian packaging, but I think the better thing would be for the crate itself to set appropriate timestamps internally.The text was updated successfully, but these errors were encountered: