Add some debug information when a package is created from a staging area
modified libpkg/pkg_create.c
@@ -225,6 +225,8 @@ pkg_create_staged(const char *outdir, pkg_formats format, const char *rootdir,
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -246,8 +248,10 @@ pkg_create_staged(const char *outdir, pkg_formats format, const char *rootdir,
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
| + | |
|
|
|
|
|
@@ -256,8 +260,10 @@ pkg_create_staged(const char *outdir, pkg_formats format, const char *rootdir,
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
| + | |
|
|
|
|
|
@@ -273,14 +279,18 @@ pkg_create_staged(const char *outdir, pkg_formats format, const char *rootdir,
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
| + | |
|
|
|
|
|