File: TODO

package info (click to toggle)
svn-buildpackage 0.8.10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,320 kB
  • sloc: xml: 2,415; perl: 2,180; sh: 535; makefile: 126
file content (9 lines) | stat: -rw-r--r-- 508 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
* make layout option to be treated in a single place and abstract it
  away for all the commands that take it into account
* svn-upgrade should update the origUrl property or field if found
  it simply needs to replace the trailing part of the URL, assume
  the tarball will/is uploaded in the same directory and print a
  message about that
* Migrate SDCommon into a typical perl module with POD content
  instead of just comments.
* we have some unchcked error codes, we might want to use autodie (Ryan52)