~vcs-imports/reprepro/trunk

« back to all changes in this revision

Viewing changes to checkindeb.c

  • Committer: Bernhard R. Link
  • Date: 2016-12-28 15:50:42 UTC
  • mfrom: (462.3.2)
  • Revision ID: git-v1:9f408a164edf32cad2f5737579fb4871f6fe211b
Tags: reprepro-debian-5.1.1-1
change version to 5.1.1-1 (unstable)
new bugfix release

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
Things to do with .deb's checkin by hand: (by comparison with apt-ftparchive)
48
48
- extract the control file (that's the hard part -> extractcontrol.c )
49
49
- check for Package, Version, Architecture, Maintainer, Description
50
 
- apply overwrite if neccesary (section, priority and perhaps maintainer).
 
50
- apply overwrite if necessary (section, priority and perhaps maintainer).
51
51
- add Size, MD5sum, Filename, Priority, Section
52
 
- remove Status (warning if existant?)
 
52
- remove Status (warning if existent?)
53
53
- check for Optional-field and reject then..
54
54
*/
55
55