Paketname | debnest |
Beschreibung | Nested Build System of Debian Source Package |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.0.11 |
Sektion | universe/devel |
Priorität | optional |
Installierte Größe | 568 Byte |
Hängt ab von | dpkg-dev, devscripts, make, wget |
Empfohlene Pakete | cdbs |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 428514 Byte |
Prüfsumme MD5 | f4a640f89b373f868c37a3182d63c94e |
Prüfsumme SHA1 | d57077f35ca06224b625b992b753194954b39dc4 |
Prüfsumme SHA256 | 61d5baea819d6d6b5cd3ba6bde93ae3e705ae2fb259bcbeeb63ca676b5009aeb |
Link zum Herunterladen | debnest_0.0.11_all.deb |
Ausführliche Beschreibung | Debnest provides a build system to create debian binary packages
such that original upstream sources include debian source packages,
i.e. .dsc and other files such as .orig.tar.gz and diff.gz, or .tar.gz.
In build-time, this system unpacks debian source packages by
'dpkg-source -x' and propagates policy-defined targets of debian/rules
into the unpacked sources.
.
This allows you to:
* Manage your own files under debian/ such as debian/rules
debian/control, debian/changelog and so on separately away from
their original packages.
* Create your own tuned packages with your own pre-defined
DEB_BUILD_OPTIONS, CC in your debian/rules from their
original packages without specifying any environment
variables in each build-time.
* Create your own tuned packages with patches to their
original sources as well as to debian/* files, separating
them completely away from their original source packages.
* Make it possible to redistribute your modified debian package
based on another debian source package which restricts
source-code from being distributed in modified form _only_ by
the distribution of "patch files" with the source code for the
purpose of modifying the program at build time.
|