Age | Commit message (Collapse) | Author |
|
|
|
this should have been called 0.5.0~rc, but it got 0.5.0 by mistake.
Leaving it that way so we can trigger with a rebuild,
since changing name to 0.5.0~rc would render a lesser version.
|
|
|
|
place the files
|
|
|
|
|
|
will pick them up (#4731)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
MANIFEST.in
debian/changelog
debian/copyright
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
during package build
|
|
|
|
|
|
|
|
|
|
Conflicts:
debian/changelog
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
My life has been a lie until this moment...
I had done:
git merge -s ours release/v0.2.0
to avoid deleting the debian folder...
but that left the src untouched...
Now I just rm'd the src folder and did a
git checkout release/v0.2.0 src/
... and merge happy! :)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|