Subversion Repositories DevTools

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
4139 4318 d 9 h dpurdie /debian_packager/trunk/src/tools/scripts/ Detect parsing errors in the packaging script file  
4105 4390 d 8 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 4390 d 12 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 4529 d 13 h dpurdie /debian_packager/trunk/src/ Support for compiler specific architecture embedded into the Debian package.  
2021 4837 d 14 h dpurdie /debian_packager/trunk/  
429 5053 d 1 h dpurdie /debian_packager/trunk/ DevTools/debian_packager: Checkin by Svn Import
Do not package '.dbg' files with libraries and programs
 
427 5100 d 3 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 5114 d 4 h dpurdie /debian_packager/trunk/ DevTools/debian_packager: Checkin by Svn Import
CopyDir supports --FromPackage
 
423 5487 d 2 h dpurdie /debian_packager/trunk/ DevTools/debian_packager: Checkin by Svn Import
Subversion support. CopyDir will ignore .svn directories
 
421 5200 d 22 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 5578 d 6 h dpurdie /debian_packager/trunk/ DevTools/debian_packager: Checkin by Svn Import
CopyLib directive. Select RealName of the library over the SoName
 
417 5590 d 1 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 5849 d 8 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
 
411 6105 d 1 h dpurdie /debian_packager/trunk/ DevTools/debian_packager: Checkin by Svn Import
CopyDir can create intermediate directories
 
409 6263 d 2 h alewis /debian_packager/trunk/ DevTools/debian_packager: Checkin by Svn Import
Fixed incorrect resolution of library locations by CopyLibFile(). and ResolveLibFile().
 
407 6635 d 1 h dpurdie /debian_packager/trunk/ DevTools/debian_packager: Checkin by Svn Import
Initial Release