--- freem/scripts/fmd-changelog 2025/04/06 03:38:05 1.2 +++ freem/scripts/fmd-changelog 2025/04/07 00:45:52 1.3 @@ -1,7 +1,7 @@ #!/usr/bin/env bash # -# $Id: fmd-changelog,v 1.2 2025/04/06 03:38:05 snw Exp $ +# $Id: fmd-changelog,v 1.3 2025/04/07 00:45:52 snw Exp $ # Gets the changelog for a specific version # # @@ -25,6 +25,9 @@ # along with FreeM. If not, see . # # $Log: fmd-changelog,v $ +# Revision 1.3 2025/04/07 00:45:52 snw +# Enhance fmd-pkg-dpkg to auto-generate the debian/changelog file from the FreeM ChangeLog +# # Revision 1.2 2025/04/06 03:38:05 snw # Prepare for adding packaging functionality to fmd # @@ -138,7 +141,8 @@ do else if [[ "${LINE:0:1}" == '*' ]] then - echo " ${LINE}" + OLINE=$(echo "${LINE}" | cut -d\* -f2) + echo "${OLINE:1}" fi fi fi