Paketname | debnest |
Beschreibung | Nested Build System of Debian Source Package |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.0.11 |
Sektion | devel |
Priorität | optional |
Installierte Größe | 568 Byte |
Hängt ab von | dpkg-dev, devscripts, make, wget |
Empfohlene Pakete | cdbs |
Paketbetreuer | Peter Makholm |
Quelle | |
Paketgröße | 429344 Byte |
Prüfsumme MD5 | 32c2c4d973e1ebe4fe5fd53f0d61c6b6 |
Prüfsumme SHA1 | 116b16442f1232a2c39f5b78382533cd5b6cf3a3 |
Prüfsumme SHA256 | 6e17953e5b9d80dd6035490694a437e008129cfa82eb6c7562d331667287968a |
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.
|