Subversion Repositories DevTools

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
7464 2200 d 16 h dpurdie /debian_packager/trunk/ Fix issue where SetBaseDir affects the creation of Debian control files  
6988 2449 d 9 h sdenys /debian_packager/trunk/ fix AddInitScript for SK100, use opt_target to determinate to check if the device is SK100  
6742 2606 d 8 h dpurdie /debian_packager/trunk/ Fixed broken Red Hat builds due to lack of version information.  
6738 2606 d 8 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.
 
6535 2745 d 10 h dpurdie /debian_packager/trunk/ Merge to trunk  
6242 2939 d 14 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
 
2021 4831 d 15 h dpurdie /debian_packager/trunk/  
429 5047 d 2 h dpurdie /debian_packager/trunk/ DevTools/debian_packager: Checkin by Svn Import
Do not package '.dbg' files with libraries and programs
 
427 5094 d 4 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 5108 d 5 h dpurdie /debian_packager/trunk/ DevTools/debian_packager: Checkin by Svn Import
CopyDir supports --FromPackage
 
423 5481 d 4 h dpurdie /debian_packager/trunk/ DevTools/debian_packager: Checkin by Svn Import
Subversion support. CopyDir will ignore .svn directories
 
421 5194 d 23 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.
 
419 5572 d 7 h dpurdie /debian_packager/trunk/ DevTools/debian_packager: Checkin by Svn Import
CopyLib directive. Select RealName of the library over the SoName
 
417 5584 d 2 h dpurdie /debian_packager/trunk/ DevTools/debian_packager: Checkin by Svn Import
Support the creation of multiple Debian Packages within a single build and a single makefile.pl
Added --Name= option
Added --Variant= option
 
415 5843 d 9 h dpurdie /debian_packager/trunk/ DevTools/debian_packager: Checkin by Svn Import
Added support to all directives that support the --FromPackage option to allow the directives to locate the files in external packages that are provided via LinkPkgArchive directives, as well as BuildPkgArchive
 
413 5929 d 0 h dpurdie /debian_packager/trunk/ DevTools/debian_packager: Checkin by Svn Import
Correct test of package name to allow x-yyyy as a name
 
411 6099 d 3 h dpurdie /debian_packager/trunk/ DevTools/debian_packager: Checkin by Svn Import
CopyDir can create intermediate directories
 
409 6257 d 3 h alewis /debian_packager/trunk/ DevTools/debian_packager: Checkin by Svn Import
Fixed incorrect resolution of library locations by CopyLibFile(). and ResolveLibFile().
 
407 6629 d 2 h dpurdie /debian_packager/trunk/ DevTools/debian_packager: Checkin by Svn Import
Initial Release