Some changes are needed and in the boxes-1.0.1a/rules
I also suggest that the configuration file to be renamed to /etc/boxes.conf
and to keep the boxes-config as /usr/share/boxes/boxes-config.example as it says
# Purpose: Example configuration file for the boxes program
Regards
Famelis George
diff -Nur boxes-1.0.1a-2/Makefile boxes-1.0.1a-3/Makefile
--- boxes-1.0.1a-2/Makefile 2000-03-18 01:53:58.000000000 +0200
+++ boxes-1.0.1a-3/Makefile 2006-06-19 20:57:06.000000000 +0300
@@ -51,7 +51,7 @@
# The following line (GLOBALCONF) is the only line you should need to edit!
-GLOBALCONF = /usr/local/share/boxes
+GLOBALCONF = /etc/boxes.conf
BVERSION = 1.0.1
SNAPFILE = boxes-SNAP-$(shell date +%Y%m%d)
diff -Nur boxes-1.0.1a-2/rules boxes-1.0.1a-3/rules
--- boxes-1.0.1a-2/rules 2006-06-19 20:50:24.000000000 +0300
+++ boxes-1.0.1a-3/rules 2006-06-19 20:57:19.000000000 +0300
@@ -65,7 +65,8 @@
# Add here commands to install the package into debian/boxes.
# $(MAKE) install DESTDIR=$(CURDIR)/debian/boxes
cp src/boxes $(CURDIR)/debian/boxes/usr/bin
- cp boxes-config $(CURDIR)/debian/boxes/usr/share/boxes/boxes
+ cp boxes-config $(CURDIR)/debian/boxes/etc/boxes.conf
+ cp boxes-config $(CURDIR)/debian/boxes/usr/share/boxes/boxes-config.example
# Build architecture-independent files here.