Changes between Version 2 and Version 3 of ubuildd

Show
Ignore:
Timestamp:
2009-12-06 16:06:47 (9 months ago)
Author:
dottedmag
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • ubuildd

    v2 v3  
    3535 
    3636Source package in IPlinux is not a Debian source package (.dsc + .orig.tar.gz + .diff.gz), but a ''signed tag'' in git repository. Such tag must obey the following restrictions: 
    37  * Tag name must be `oi/<suite>/<version>`, where `<suite>` is a name of IPlinux suite (currently `asimov`), and `<version>` is a Debian version of package. 
     37 * Tag name must be `oi/<suite>/<version>`, where `<suite>` is a name of IPlinux suite (`zelazny` for unstable distribution), and `<version>` is a Debian version of package. 
    3838 * `debian/control` and `debian/changelog` must be present in the commit correspoding to the tag 
    3939 * Last version in `debian/changelog` must match version in tag name.