Diff for /freem/scripts/fmd-changelog between versions 1.2 and 1.3

version 1.2, 2025/04/06 03:38:05 version 1.3, 2025/04/07 00:45:52
Line 25 Line 25
 #   along with FreeM.  If not, see <https://www.gnu.org/licenses/>.  #   along with FreeM.  If not, see <https://www.gnu.org/licenses/>.
 #  #
 #   $Log$  #   $Log$
   #   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  #   Revision 1.2  2025/04/06 03:38:05  snw
 #   Prepare for adding packaging functionality to fmd  #   Prepare for adding packaging functionality to fmd
 #  #
Line 138  do Line 141  do
             else              else
                 if [[ "${LINE:0:1}" == '*' ]]                  if [[ "${LINE:0:1}" == '*' ]]
                 then                  then
                     echo "  ${LINE}"                      OLINE=$(echo "${LINE}" | cut -d\* -f2)
                       echo "${OLINE:1}"
                 fi                  fi
             fi              fi
         fi                  fi        

Removed from v.1.2  
changed lines
  Added in v.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>