File: TODO

package info (click to toggle)
debarchiver 0.11.3
  • links: PTS
  • area: main
  • in suites: buster
  • size: 724 kB
  • sloc: perl: 1,599; sh: 109; makefile: 92
file content (30 lines) | stat: -rw-r--r-- 900 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30


    Things that should be done.


Major changes:
--------------

* Redesign it in a object-oriented fashion. Possible (probably?) in a
  object oriented language, like python, ruby (or C++?) or simething as
  wicked as scheme.
  - Implement transactions.
  - Implement the pool structure.
* Write a script that converts the potato structure to the pool structure.

Minor things:
-------------

* Make the manpage look better.

Stability enhancements:
-----------------------

* Make sure that all information is available when sorting the package.
* Make sure packages are not sorted outside what is defined in 
  @distributions and %distmapping.
  At least a new configuration attribute should be introduced to allow
  to check that. This applies to changes files only as it is only them
  who may have this problem. Deb only files will not even be sorted if it
  is not part of %distinputdirs...