diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-03-12 00:08:16 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-05-28 14:46:58 +0900 |
commit | 6821bf1de1e0a6b9e8c58c579642e20346cdbcc5 (patch) | |
tree | 77d5942251272421f0594083f4fe2cd0b2f760d2 /debian/_buildscripts/local/scripts/README.txt | |
parent | 4da401f0e8154dcb3e4afdd7c02f7288fa1e0ec5 (diff) | |
download | tde-packaging-6821bf1de1e0a6b9e8c58c579642e20346cdbcc5.tar.gz tde-packaging-6821bf1de1e0a6b9e8c58c579642e20346cdbcc5.zip |
DEB build scripts: improved support for pbuilder and fixed problem with apt-ftparchive in hook scripts.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'debian/_buildscripts/local/scripts/README.txt')
-rw-r--r-- | debian/_buildscripts/local/scripts/README.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/_buildscripts/local/scripts/README.txt b/debian/_buildscripts/local/scripts/README.txt index 636507385..f409076be 100644 --- a/debian/_buildscripts/local/scripts/README.txt +++ b/debian/_buildscripts/local/scripts/README.txt @@ -10,13 +10,15 @@ C) How to use the scripts ------------------------------ 0) * NOTE *: you can change folder names, as long as you update the "build_config.sh" file accordingly. -1) Install pbuilder and configure it (see https://wiki.ubuntu.com/PbuilderHowto for a detailed tutorial) +1) Install pbuilder and configure it + (see https://wiki.ubuntu.com/PbuilderHowto and https://wiki.debian.org/PbuilderTricks for a detailed tutorial) - You can use the file ".pbuilderrc" from following point 2) - Create the folder "/var/cache/pbuilder/repo" - cd into "/var/cache/pbuilder/repo" and execute "touch Packages" to create an empty file "Packages" 2) Copy files from "additional files" folder to respectivily named folder. - "user_home_folder" refers to the user home folder. + - "user_home_folder" refers to the user home folder. + - make sure to make the files in "usr/lib/pbuilder/hooks" executable 3) Create base package with the command: pbuilder --create |