Index: trunk/doc/developer/packaging/Changelog =================================================================== --- trunk/doc/developer/packaging/Changelog (revision 647) +++ trunk/doc/developer/packaging/Changelog (revision 648) @@ -1,10 +1,27 @@ How to get a release candidate tarball in /tmp: - ver=0.9.3 + ver=1.1.1 cd /tmp svn export svn://repo.hu/camv-rnd/trunk camv-rnd-$ver tar -cf vamv-rnd-$ver.tar camv-rnd-$ver +Packaging changes between 1.1.1 and 1.1.0 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +A. changes that probably don't need action + +(none) + +B. changes that probably DO need action + +1. Dependency: minimum required librnd version is 4.0.0 now. This affects + both the main librnd4 dependency and when pcb-rnd plugin packages depend + on librnd4 plugin packages, e.g. camv-rnd-export-gd used to depend on + librnd3-pixmap but now depends on librnd4-pixmap. Doing a + "s/librnd3/librnd4/g" in the packaging script should be safe. + + + Packaging changes between 0.9.3 and 0.9.2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ No change in packaging. Index: trunk/doc/developer/packaging/packages.html =================================================================== --- trunk/doc/developer/packaging/packages.html (revision 647) +++ trunk/doc/developer/packaging/packages.html (revision 648) @@ -19,7 +19,7 @@

Package description and files

package files short long -
camv-rnd-import $P/import_excellon.pup $P/import_excellon.so $P/import_gcode.pup $P/import_gcode.so $P/import_gerb.pup $P/import_gerb.so Standard import file format support (PCB). Plugins for loading gerber layers, excellon drill files and g-code files. +
camv-rnd-import $P/import_excellon.pup $P/import_excellon.so $P/import_gcode.pup $P/import_gcode.so $P/import_gerb.pup $P/import_gerb.so $C/import_gcode.conf Standard import file format support (PCB). Plugins for loading gerber layers, excellon drill files and g-code files.
camv-rnd-doc/usr/share/doc/* Documentation for camv-rnd User manual and developer doc (html).
camv-rnd-core $PREFIX/bin/camv-rnd $PREFIX/share/man/man1/camv-rnd.1 $C/conf_core.lht $C/menu.lht camv-rnd executable with the core functionality and boxsym-rnd Includes the data model, the most common action commands, the native file format. Can be used in headless mode or batch/scripted mode for automated processing or with GUI (if camv-rnd-lib-gui and librnd GUI HIDs are installed).
camv-rnd-export-vector $P/export_ps.pup $P/export_ps.so $P/export_svg.pup $P/export_svg.so Export formats: vector graphics Common vector graphic export formats: ps, eps, svg.