proyectos:linuxservidor-misc-pack
Diferencias
Muestra las diferencias entre dos versiones de la página.
Ambos lados, revisión anteriorRevisión previaPróxima revisión | Revisión previa | ||
proyectos:linuxservidor-misc-pack [2019/12/17 02:00] – manuel.floresv | proyectos:linuxservidor-misc-pack [2021/02/17 15:52] (actual) – [Referencias] manuel.floresv | ||
---|---|---|---|
Línea 30: | Línea 30: | ||
{{ : | {{ : | ||
+ | {{ : | ||
+ | |||
====== Codigos ====== | ====== Codigos ====== | ||
popo.c | popo.c | ||
Línea 71: | Línea 73: | ||
</ | </ | ||
+ | debian/ | ||
+ | <code c> | ||
+ | # | ||
+ | # You must remove unused comment lines for the released package. | ||
+ | export DH_VERBOSE = 1 | ||
+ | export DEB_BUILD_MAINT_OPTIONS = hardening=+all | ||
+ | export DEB_CFLAGS_MAINT_APPEND | ||
+ | export DEB_LDFLAGS_MAINT_APPEND = -Wl, | ||
+ | |||
+ | %: | ||
+ | dh $@ | ||
+ | |||
+ | override_dh_auto_install: | ||
+ | dh_auto_install -- prefix=/usr | ||
+ | |||
+ | override_dh_fixperms: | ||
+ | dh_fixperms | ||
+ | chmod 777 debian/ | ||
+ | # | ||
+ | # | ||
+ | |||
+ | </ | ||
+ | |||
+ | <code bash> | ||
+ | man debhelper | ||
+ | man dh | ||
+ | </ | ||
====== Referencias ====== | ====== Referencias ====== | ||
* https:// | * https:// | ||
* https:// | * https:// | ||
* https:// | * https:// | ||
+ | * https:// | ||
+ | * https:// | ||
+ | * https:// |
proyectos/linuxservidor-misc-pack.1576548040.txt.gz · Última modificación: por manuel.floresv