Index: trunk/doc/developer/packaging/Changelog =================================================================== --- trunk/doc/developer/packaging/Changelog (revision 10434) +++ trunk/doc/developer/packaging/Changelog (revision 10435) @@ -1,10 +1,14 @@ How to get a release candidate tarball in /tmp: - ver=1.0.5 + ver=1.0.6 cd /tmp svn export svn://repo.hu/sch-rnd/trunk sch-rnd-$ver tar -cf sch-rnd-$ver.tar sch-rnd-$ver +Packaging changes between 1.0.6 and 1.0.5 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +TODO: include /usr/share/hlibrary in sch-rnd-core + Packaging changes between 1.0.5 and 1.0.4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ A. changes that probably don't need action Index: trunk/doc/developer/packaging/extra.digest =================================================================== --- trunk/doc/developer/packaging/extra.digest (revision 10434) +++ trunk/doc/developer/packaging/extra.digest (revision 10435) @@ -2,5 +2,5 @@ @appendfiles sch-rnd-core $PREFIX/bin/boxsym-rnd $PREFIX/share/man/man1/boxsym-rnd.1 $PREFIX/share/man/man5/boxsym-rnd.5 $PREFIX/lib/sch-rnd/boxsym-rnd/* $PREFIX/lib/sch-rnd/minuid @appendfiles sch-rnd-core $C/sch-rnd-conf.lht $C/menu-default.lht @appendfiles sch-rnd-core $PREFIX/share/sch-rnd/default-sheet.lht -@appendfiles sch-rnd-core $PREFIX/share/sch-rnd/devmap/* $PREFIX/share/sch-rnd/font/* $PREFIX/share/sch-rnd/symbol/* $PREFIX/share/sch-rnd/spice/* +@appendfiles sch-rnd-core $PREFIX/share/sch-rnd/devmap/* $PREFIX/share/sch-rnd/font/* $PREFIX/share/sch-rnd/symbol/* $PREFIX/share/sch-rnd/spice/* $PREFIX/share/sch-rnd/hlibrary/* @appendfiles sch-rnd-doc $PREFIX/share/doc/sch-rnd Index: trunk/doc/developer/packaging/packages.html =================================================================== --- trunk/doc/developer/packaging/packages.html (revision 10434) +++ trunk/doc/developer/packaging/packages.html (revision 10435) @@ -27,7 +27,7 @@ sch-rnd-io-alien $P/io_altium.pup $P/io_altium.so $P/io_geda.pup $P/io_geda.so $P/io_orcad.pup $P/io_orcad.so $P/io_tinycad.pup $P/io_tinycad.so $P/lib_alien.pup $P/lib_alien.so $P/lib_ucdf.pup $P/lib_ucdf.so $C/io_altium.conf $C/io_geda.conf $C/io_orcad.conf $C/io_tinycad.conf File format compatibility with other schematics capture tools. Load and/or save boards in file formats supported by other EDA tools, geda/gschem, lepton-eda, TinyCAD, Altium. sch-rnd-export-gd $P/export_png.pup $P/export_png.so Export formats that require libgd. Bitmap export plugin (png, jpeg, etc.) sch-rnd-lib-gui $P/gui.pup $P/gui.so $P/lib_plot.pup $P/lib_plot.so $P/sch_dialogs.pup $P/sch_dialogs.so $C/adialogs.conf Support library for building the GUI. Provides sch-rnd specific dialog boxes and top window GUI elements. -sch-rnd-core $PREFIX/bin/sch-rnd $PREFIX/share/man/man1/sch-rnd.1 $PREFIX/bin/boxsym-rnd $PREFIX/share/man/man1/boxsym-rnd.1 $PREFIX/share/man/man5/boxsym-rnd.5 $PREFIX/lib/sch-rnd/boxsym-rnd/* $PREFIX/lib/sch-rnd/minuid $C/sch-rnd-conf.lht $C/menu-default.lht $PREFIX/share/sch-rnd/default-sheet.lht $PREFIX/share/sch-rnd/devmap/* $PREFIX/share/sch-rnd/font/* $PREFIX/share/sch-rnd/symbol/* $PREFIX/share/sch-rnd/spice/* $C/funcmap.conf $C/renumber.conf $C/std_cschem.conf $C/std_devmap.conf $C/target_pcb.conf $C/target_spice.conf sch-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 sch-rnd-lib-gui and librnd GUI HIDs are installed). +sch-rnd-core $PREFIX/bin/sch-rnd $PREFIX/share/man/man1/sch-rnd.1 $PREFIX/bin/boxsym-rnd $PREFIX/share/man/man1/boxsym-rnd.1 $PREFIX/share/man/man5/boxsym-rnd.5 $PREFIX/lib/sch-rnd/boxsym-rnd/* $PREFIX/lib/sch-rnd/minuid $C/sch-rnd-conf.lht $C/menu-default.lht $PREFIX/share/sch-rnd/default-sheet.lht $PREFIX/share/sch-rnd/devmap/* $PREFIX/share/sch-rnd/font/* $PREFIX/share/sch-rnd/symbol/* $PREFIX/share/sch-rnd/spice/* $PREFIX/share/sch-rnd/hlibrary/* $C/funcmap.conf $C/renumber.conf $C/std_cschem.conf $C/std_devmap.conf $C/target_pcb.conf $C/target_spice.conf sch-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 sch-rnd-lib-gui and librnd GUI HIDs are installed). sch-rnd-export-vector $P/export_ps.pup $P/export_ps.so $P/export_svg.pup $P/export_svg.so $P/export_tedax_footprint.pup $P/export_tedax_footprint.so Export formats: vector graphics Common vector graphic export formats: ps, eps, svg. sch-rnd-export-extra $P/export_abst.pup $P/export_abst.so $P/export_bom.pup $P/export_bom.so $P/export_lpr.pup $P/export_lpr.so $C/export_bom.conf Export formats: special/extra Less commonly used export formats: abstract model text export, direct printing with lpr. sch-rnd-debug $P/diag.pup $P/diag.so Debug and diagnostics. Extra action commands to help in debugging and diagnosing problems and bugs.