• Bug#1007576: psgml: please consider upgrading to 3.0 source format (1/6

    From Bastian Germann@21:1/5 to All on Sat Mar 23 16:00:01 2024
    This is a multi-part message in MIME format.
    I am uploading a NMU to DELAYED/10 in order to fix this.
    The debdiff is attached.
    diff -Nru psgml-1.4.0/Makefile-el psgml-1.4.0/Makefile-el
    --- psgml-1.4.0/Makefile-el 2024-03-23 14:50:55.000000000 +0000
    +++ psgml-1.4.0/Makefile-el 1970-01-01 00:00:00.000000000 +0000
    @@ -1,62 +0,0 @@
    -# Generated automatically from Makefile.in by configure.
    -# Makefile.in
    -#
    -# Makefile for the GNU Emacs lisp library, PSGML
    -
    -prefix = /usr
    -datadir = ${prefix}/share
    -lispdir = $(prefix)/share/emacs/site-lisp
    -infodir = /usr/share/info
    -srcdir = .
    -
    -
    -EMACS = /usr/bin/emacs
    -XEMACS = xemacs
    -
    -
    -FLAGS = -batch -q -no-site-file -l ./psgml-maint.el
    -INSTALL = /usr/bin/install -c
    -INSTALL_DATA = ${INSTALL} -m 644
    -SHELL = /bin/sh
    -
    -compile:
    - $(EMACS) $(FLAGS) -f psgml-compile-files
    -
    -clean-junk:
    - -rm -f core `find . \( -name '*.orig' -o -name '*.rej' -o -name '*~' \ - -o -name '*.bak' -o -name '#*#' -o -name '.*.orig' \
    - -o -name '.*.rej' -o -name '.SUMS' -o -size 0 \) -print` TAGS
    -
    -clean-elc:
    - rm -f *.elc
    -
    -clean: clean-junk clean-elc
    -
    -all:
    - rm -f *.elc ; $(EMACS) $(FLAGS) -f psgml-compile-files
    -