Subversion Repositories DevTools

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
7464 2208 d 12 h dpurdie /debian_packager/trunk/ Fix issue where SetBaseDir affects the creation of Debian control files  
7398 2254 d 9 h dpurdie /debian_packager/trunk/src/ Added support to directly package the installer image  
7268 2330 d 9 h dpurdie /debian_packager/trunk/src/tools/scripts/ RPM Building - disable compression so that the 'Checking for unpackaged file(s)' step does not take excessive time on large packages.  
6988 2457 d 5 h sdenys /debian_packager/trunk/ fix AddInitScript for SK100, use opt_target to determinate to check if the device is SK100  
6937 2471 d 12 h dpurdie /debian_packager/trunk/src/ Added support to create ZIP files  
6738 2614 d 4 h dpurdie /debian_packager/trunk/ Allow package versions to include unrelated prefixes and allow the makefile.pl to specify a string that can be used for comments in the Debian package

These changes add the --VersionPrefix and --ExtDesc options to MakeDebianPackage(). This will be used for external packages that are embedded within Vix packages, for example emvl2-alcineo. We use the VersionPrefix to specify Alcineo's version number with the Vix version number appended. The --ExtDesc is being used to include additional information in the Debian package.
 
6689 2676 d 5 h dpurdie /debian_packager/trunk/src/tools/scripts/ Force init scripts to be executable on all platforms
Remove 'restart' from autogen SK100 service file
Fix warning on multiple 3rd party packages - that aren't duplicates
 
6547 2747 d 5 h dpurdie /debian_packager/trunk/src/tools/scripts/ Play with SK100 Mode  
6535 2753 d 7 h dpurdie /debian_packager/trunk/ Merge to trunk  
6242 2947 d 10 h dpurdie /debian_packager/trunk/ From Pulse.
Added ExtractTar
Added PackageVersion()
Added 'Section' directive
MakeDebianPackage will create Debian or RPM
Package dependencies can be listed in a package independent manner
Added '--Platform=xxx' to the set of Copy operations
Added support to build RPM packages
 
6099 3250 d 8 h dpurdie /debian_packager/trunk/src/tools/scripts/ Documented script variables are now visible to the user script  
6092 3256 d 8 h dpurdie /debian_packager/trunk/src/tools/scripts/ Fixed issue with CopyDebianPackage - did not respect -Prod/-Debug. Made --FromPackage the default  
6088 3257 d 7 h dpurdie /debian_packager/trunk/src/ Added CopyDebianPackage
Added IsAlias
Detect attempts to build on a GENERIC platform
 
5217 3775 d 7 h dpurdie /debian_packager/trunk/src/tools/scripts/ Fix display of architecture in use  
5215 3775 d 7 h dpurdie /debian_packager/trunk/src/ Added --NoArch and support for architecture independent packages  
5026 3914 d 11 h dpurdie /debian_packager/trunk/src/tools/scripts/ Fix detection and reporting where multiple lib and bin files are found within packages.  
4740 4035 d 11 h dpurdie /debian_packager/trunk/src/ Added support to generate a TGZ file as well as the Debian Package
Fixed error in --Merge of CopyDir
 
4714 4045 d 10 h dpurdie /debian_packager/trunk/src/tools/scripts/ Fixed issue in ReplaceTags - the replacement string can now contain a comma.
Major extensions to CopyDir. Extensive filtering options
 
4676 4054 d 11 h dpurdie /debian_packager/trunk/src/tools/scripts/ DebianControlFile directive supports --FromPackage  
4672 4059 d 10 h dpurdie /debian_packager/trunk/src/tools/scripts/ Added support for 3rd Party Shared Libraries  
4666 4062 d 4 h dpurdie /debian_packager/trunk/src/tools/scripts/ Added support to create 'conffiles'  
4641 4081 d 5 h dpurdie /debian_packager/trunk/src/tools/scripts/ Added ReplaceTags  
4640 4081 d 6 h dpurdie /debian_packager/trunk/src/tools/scripts/ Added ConvertFiles  
4636 4081 d 12 h dpurdie /debian_packager/trunk/src/tools/scripts/ Added directives: DebianControl, DebianDepends and SetPermissions  
4635 4082 d 6 h dpurdie /debian_packager/trunk/src/tools/scripts/ Added directives to better support non-embedded packages: DebianDepends and DebianControlFile  
4302 4220 d 8 h dpurdie /debian_packager/trunk/src/tools/scripts/ Detected use of the AddInitScript on platforms that do not support its use  
4188 4285 d 11 h dpurdie /debian_packager/trunk/src/ Added --DeployMode option to allow packages to be created suitable for the deployment tool chain  
4152 4300 d 11 h dpurdie /debian_packager/trunk/src/tools/scripts/ Extended CopyDir to allow *.debug and *.dbg files to be excluded by default
CopyDir can handle optional paths
 
4147 4301 d 4 h dpurdie /debian_packager/trunk/src/tools/scripts/ Extended CopyDir to allow *.debug and *.dbg files to be excluded  
4143 4301 d 5 h dpurdie /debian_packager/trunk/src/tools/scripts/ Do not package program and shared libraries that end in .'.debug'
These are Qt debug symbols and are the same as the Vix .dbg files.
 
4139 4320 d 7 h dpurdie /debian_packager/trunk/src/tools/scripts/ Detect parsing errors in the packaging script file  
4105 4392 d 5 h dpurdie /debian_packager/trunk/src/tools/scripts/ Correct the 'Package Name' as stored internally in the debian package.
It was not always the Debian-Corrected package name.
 
4101 4392 d 10 h dpurdie /debian_packager/trunk/src/tools/scripts/ CopyDir directive filters out .gbedir
Packages created via 'shellbuild' have been packaging the entire output directory and this has included .gbedir file
 
3921 4531 d 10 h dpurdie /debian_packager/trunk/src/ Support for compiler specific architecture embedded into the Debian package.  
2021 4839 d 12 h dpurdie /debian_packager/trunk/  
429 5054 d 23 h dpurdie /debian_packager/trunk/ DevTools/debian_packager: Checkin by Svn Import
Do not package '.dbg' files with libraries and programs
 
427 5102 d 0 h dpurdie /debian_packager/trunk/ DevTools/debian_packager: Checkin by Svn Import
Convert package names that start with VIX to 'vix-' in the same manner that packages that start with ERG are processed.
Convert whitespace to '-'
Convert uppercase to lowercase

Pass '--Variant' option into packaging script
Added IsVariant()
 
425 5116 d 2 h dpurdie /debian_packager/trunk/ DevTools/debian_packager: Checkin by Svn Import
CopyDir supports --FromPackage
 
423 5489 d 0 h dpurdie /debian_packager/trunk/ DevTools/debian_packager: Checkin by Svn Import
Subversion support. CopyDir will ignore .svn directories
 
421 5202 d 19 h alewis /debian_packager/trunk/ DevTools/debian_packager: Checkin by Svn Import
When a library dependency file (.dep) file is created as part of a library build, the CopyLibFile directive would pick up this .dep file in preference to the actual .so library.