Hi,

Attached is the diff for my boxes 1.0.1a-2.1 NMU.

-- 
Julien Danjou
// Λ̊ <[EMAIL PROTECTED]>   http://julien.danjou.info
// 9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD
// I'm no superman.
diff -u boxes-1.0.1a/debian/dirs boxes-1.0.1a/debian/dirs
--- boxes-1.0.1a/debian/dirs
+++ boxes-1.0.1a/debian/dirs
@@ -2 +2 @@
-usr/share/boxes
+etc/boxes
diff -u boxes-1.0.1a/debian/rules boxes-1.0.1a/debian/rules
--- boxes-1.0.1a/debian/rules
+++ boxes-1.0.1a/debian/rules
@@ -65,7 +65,7 @@
        # 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
 
 
 # Build architecture-independent files here.
diff -u boxes-1.0.1a/debian/boxes-1.0.1.patch 
boxes-1.0.1a/debian/boxes-1.0.1.patch
--- boxes-1.0.1a/debian/boxes-1.0.1.patch
+++ boxes-1.0.1a/debian/boxes-1.0.1.patch
@@ -102,7 +102,7 @@
  # The following line (GLOBALCONF) is the only line you should need to edit!
 -GLOBALCONF = /usr/local/share/boxes
 -BVERSION   = 1.0.1
-+GLOBALCONF = /usr/share/boxes
++GLOBALCONF = /etc/boxes
 +BVERSION   = 1.0.1a
  
  SNAPFILE   = boxes-SNAP-$(shell date +%Y%m%d)
diff -u boxes-1.0.1a/debian/changelog boxes-1.0.1a/debian/changelog
--- boxes-1.0.1a/debian/changelog
+++ boxes-1.0.1a/debian/changelog
@@ -1,3 +1,11 @@
+boxes (1.0.1a-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Move configuration file to /etc (Closes: #374490)
+  * Add boxes-config to debian/examples
+
+ -- Julien Danjou <[EMAIL PROTECTED]>  Tue, 11 Jul 2006 13:56:12 +0200
+
 boxes (1.0.1a-2) unstable; urgency=low
 
   * Global config is in /usr/share/boxes/. (Closes: #374304)
only in patch2:
unchanged:
--- boxes-1.0.1a.orig/debian/examples
+++ boxes-1.0.1a/debian/examples
@@ -0,0 +1 @@
+boxes-config

Attachment: signature.asc
Description: Digital signature

Reply via email to