File: handle-deletion.rst

package info (click to toggle)
git-ubuntu 1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,688 kB
  • sloc: python: 13,378; sh: 480; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 711 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Dealing with the case that a package version was deleted from the archive
-------------------------------------------------------------------------

See `LP: #1852389 <https://bugs.launchpad.net/git-ubuntu/+bug/1852389>`_.

* Base on what is appropriate; both the deleted version and the currently
  present version may be fine, depending on why the deletion was performed.
* Rich history import won't be affected; it just expects your changelog parent
  to match your rich history base, and that'll generally be true anyway.
* You can't upload the same version that was deleted, so you may need to "jump"
  past that version. Exception: in a stable release, ubuntu1 -> ubuntu2
  (deleted) -> ubuntu1.1 works.