Non-zero epoch handling requires improvement
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
AutoPPA |
New
|
Undecided
|
Unassigned |
Bug Description
Seems that AutoPPA does not work with packages that require an epoch. (For various technical reasons, AllTray requires a "1" epoch.)
However, the command line:
autoppa alltray-
does not upload anything, instead it creates the files and then autoppa builds the file names incorrectly:
== Uploading signed source for alltray ==
Can't open /home/mbt/
Can't open /home/mbt/
Can't open /home/mbt/
Can't open /home/mbt/
Because:
mbt@zest:
alltray_
alltray_
alltray_
alltray_
I can upload manually for the time being, but this should be handled so that non-zero epochs can be used in a fully automatic fashion.
Specifically, the working directory autoppa creates has the epoch in it; it should not, also, it should expect the generated files from dpkg to not have the epoch number in them. I believe that's the extent of the issue here, but I'm not sure.