diff options
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 |