X-Git-Url: https://secure.softndesign.org/git/?a=blobdiff_plain;ds=sidebyside;f=trc6500-master-file%2Freadme.txt;fp=trc6500-master-file%2Freadme.txt;h=1b2e7649034b06dba26329e7d995af6d31724cb6;hb=7cf8d4b77c1be839986f26cbd946ba28ae6a464e;hp=0000000000000000000000000000000000000000;hpb=1a388d7d89aa3e2b3333b71829e02c68003c886b;p=debian6500.git diff --git a/trc6500-master-file/readme.txt b/trc6500-master-file/readme.txt new file mode 100644 index 0000000..1b2e764 --- /dev/null +++ b/trc6500-master-file/readme.txt @@ -0,0 +1,25 @@ +This puts things and thongs together to get us a makeshift Debian package. Copied from the same in lgcore6500(git repo)/dev/services/webconfig. Use with caution. + + +** How to use + +edit things in /debian, notably the control file + +edit the Makefile to include the files you want to include (ie, here, the master-files directory which is simply the "master" folder in the debian6500 git repo, without the symlinks) + +pray "make" will do the job + + +** What files we need + +Everything in the debian/ folder, ie control, preinst, postinst and the like. +Obviously they are not required for a _debian_ package but for _ours_ they are + +the ../additional_scripts folder. Please, please don't trash it away. These scripts come from the lgcore6500 repository, that's why they're no symlinks like for the master-files thing. + + +** About versioning + +Let us say our package is version 7.8.1-1. This means it's the version 1 of the customization archive for Debian 7.8, hence 7.8.1. The -1 suffix is a package version, in theory it doesn't affect the contents, only how they're packaged. + +That's for version number. Remember also to list your changes in the debian-changelog in the debian/ folder ; it'll be useful to check the OS version on systems once it's installed.