On 08/04/2012 01:15 PM, Peter Samuelson wrote:
[Neil Roeth]
diff -u aplus-fsf-4.22.1/config/config.sub aplus-fsf-4.22.1/config/config.sub
--- aplus-fsf-4.22.1/config/config.sub
+++ aplus-fsf-4.22.1/config/config.sub
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
# 2011, 2012 Free Software Foundation, Inc.
-timestamp='2012-04-18'
+timestamp='2012-02-10'
# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software
This diff seems to be reversed. It is also edited in some way: the
NEWS file has a .orig in one of the directory names, the other files do
not. While I'm not on the d-r team, I suggest that a consistent
forward diff will make their lives easier.
Peter
Updated forward debdiff attached. The file is not edited. The ".orig"
appears in the directory name of the one file that does not exist at all
in the old version, i.e., the NEWS file that I just added. I guess that
is how debdiff denotes a new file.
--
Neil Roeth
diff -u aplus-fsf-4.22.1/config/config.sub aplus-fsf-4.22.1/config/config.sub
--- aplus-fsf-4.22.1/config/config.sub
+++ aplus-fsf-4.22.1/config/config.sub
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
# 2011, 2012 Free Software Foundation, Inc.
-timestamp='2012-02-10'
+timestamp='2012-04-18'
# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software
@@ -225,6 +225,12 @@
-isc*)
basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
;;
+ -lynx*178)
+ os=-lynxos178
+ ;;
+ -lynx*5)
+ os=-lynxos5
+ ;;
-lynx*)
os=-lynxos
;;
@@ -1537,6 +1543,9 @@
c4x-* | tic4x-*)
os=-coff
;;
+ hexagon-*)
+ os=-elf
+ ;;
tic54x-*)
os=-coff
;;
diff -u aplus-fsf-4.22.1/debian/changelog aplus-fsf-4.22.1/debian/changelog
--- aplus-fsf-4.22.1/debian/changelog
+++ aplus-fsf-4.22.1/debian/changelog
@@ -1,3 +1,11 @@
+aplus-fsf (4.22.1-5) unstable; urgency=low
+
+ * Made aplus-fsf-el inoperative because it depends upon XEmacs 21 which
+ is removed from Debian. Files can still be edited with vi in an
+ xterm, and the interpreter is still fully functional.
+
+ -- Neil Roeth <n...@debian.org> Fri, 03 Aug 2012 20:04:08 -0400
+
aplus-fsf (4.22.1-4.2) unstable; urgency=low
* Non maintainer upload.
diff -u aplus-fsf-4.22.1/debian/control aplus-fsf-4.22.1/debian/control
--- aplus-fsf-4.22.1/debian/control
+++ aplus-fsf-4.22.1/debian/control
@@ -29,7 +29,7 @@
Package: aplus-fsf-el
Section: lisp
Architecture: all
-Depends: xemacs21-nomule, ${misc:Depends}
+Depends: ${misc:Depends}
Description: XEmacs lisp for A+ development
This package contains the XEmacs lisp required for the development of A+
programs. It does the key bindings, sets the font properly, and binds some
diff -u aplus-fsf-4.22.1/debian/rules aplus-fsf-4.22.1/debian/rules
--- aplus-fsf-4.22.1/debian/rules
+++ aplus-fsf-4.22.1/debian/rules
@@ -134,10 +134,10 @@
dh_testdir
dh_testroot
rm -fr debian/aplus-fsf-el/ debian/aplus-fsf-el.*.debhelper
- dh_installdirs
- dh_install
- dh_installdocs
- dh_installemacsen --flavor=xemacs21
+ #dh_installdirs
+ #dh_install
+ #dh_installdocs
+ #dh_installemacsen --flavor=xemacs21
dh_installchangelogs ChangeLog
dh_compress
dh_fixperms
only in patch2:
unchanged:
--- aplus-fsf-4.22.1.orig/debian/aplus-fsf-el.NEWS
+++ aplus-fsf-4.22.1/debian/aplus-fsf-el.NEWS
@@ -0,0 +1,5 @@
+The aplus-fsf-el package has been made inoperative because the XEmacs package
+upon which it dependes has been removed from Debian. The shell of the package
+remains in case XEmacs is resurrected or A+ can be made to work with FSF
+Emacs. As an alternative, you can view and edit A+ files in an xterm using the
+xfonts-kapl package.