1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: customdeb
Section: admin
Priority: optional
Maintainer: Joachim Breitner <nomeata@debian.org>
Build-Depends: debhelper (>= 4.0.0)
Standards-Version: 3.7.3
XS-Vcs-Darcs: http://darcs.nomeata.de/customdeb
XS-Vcs-Browser: http://darcs.nomeata.de/cgi-bin/darcsweb.cgi?r=customdeb;a=summary
Package: customdeb
Architecture: all
Depends: ${perl:Depends}, libparse-debcontrol-perl, libfile-temp-perl, libfile-copy-recursive-perl, debhelper, libparse-debianchangelog-perl, devscripts
Description: Modfies binary Debian package
customdeb will modify binary Debian packages based on
information given in a simple file. It can
* Add or replace files
* Change permissions of files
It can be used to distribute packages with local changes
(configuration, fixes) locally, and is not meant to create
packages for the official Debian archive.
|