Actions
Bug #460
openTask #358: Better package our work
build-debs.sh fails on Quilt 3 source packages
Start date:
12/12/2011
Due date:
% Done:
0%
Estimated time:
5:00 h
Description
Building source packages with our custom script build-debs.sh
does not work on recent Debian packages using Quilt to make package diffs. Instead of producing a single .diff.gz file, diffs are split and located in the directory debian/patches/
of the modified package source. We need then to:
- find a way to put the diff of Quilt packages on SVN
- find how to build a Quilt package from
build-debs.sh
The first thing to do is certainly to first browse documentation on Quilt. Maybe a command can get these patch files out of the source code for versionning.
Actions