Feature #451
closedTask #358: Better package our work
Make a Debian source repository
Description
Currently we're only providing a binary Debian repository for i386 and amd64 architectures. With ARM, we'll have to add Armel and Armhf. In order to automate package building, we need a source package that can be fetched by scripts run in a daily cron task. On the other hand, Debian folks would like us to provide a source repository to be able to collect our patches automatically. A dedicated script is being written by Paul Wise, see:
http://lists.debian.org/debian-derivatives/2011/10/msg00061.html
As we already have a binary repository, adding a source one seems quite easy at first glance: we'd just have to add each triplet:
.diff.gz file / .tar.gz file / .dsc file
for each package and run the current script that build the repository META data. Note that our automated script to build binary packages, packages/trunk/build-debs.sh
, should certainly be adapted to collect these files automatically.
Updated by Jean-Michel Philippe about 13 years ago
- Subject changed from Make a Debian source reporistory to Make a Debian source repository
- Status changed from New to In Progress
- % Done changed from 0 to 30
The package build script packages/build-debs.sh
now builds and collects Debian source packages, see r2169.
Updated by Jean-Michel Philippe about 13 years ago
- Status changed from In Progress to Ready for test
- % Done changed from 30 to 70
Our source repository is now online for DDL specific softwares :), see r2170. We need to update our Spip pages about the Debian repository to tell about sources, as well as our page on Debian Derivatives.
Updated by Jean-Michel Philippe almost 13 years ago
- Status changed from Ready for test to Closed
- % Done changed from 90 to 100