Package: boxes / 1.1.2-5

Metadata

Package Version Patches format
boxes 1.1.2-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
default GLOBALCONF for Debian.patch | (download)

Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 change default config path for debian
 Change the default configuration file path for Debian to
 /etc/boxes/boxes-config.
do not strip boxes binary by default.patch | (download)

src/Makefile | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 don't strip boxes binary already in makefile
 Don't strip boxes binary already in Makefile and leave this
 to the dh_strip invocation in debian/rules.
 .
 Respect DEB_BUILD_OPTIONS=nostrip.
0001 Properly quote argument to echo containing in Makef.patch | (download)

src/Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] properly quote argument to echo containing # in makefile

lex.yy.c did not include config.h since the argument to echo was treated
as comment, so just an empty line was prepended.

Closes: #15

0001 fix invalid defvar initialization that now errors.patch | (download)

doc/boxes.el | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix invalid defvar initialization that now errors
boxes.el in xemacs.patch | (download)

doc/boxes.el | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fixes problems with boxes.el in xemacs
 Removes the 6th arg to shell-command-on-region as it is not necessary
 and does not exist in older versions of xemacs