[SCM] xboard PKG branch, experimental, updated. debian/4.5.git20100118-1-17-g9f1d7df

Vincent Legout vincent at legout.info
Mon Dec 6 20:08:25 UTC 2010


The following commit has been merged in the experimental branch:
commit cf051534f2a204a651d19c8cb1b40d7b1d353860
Author: Vincent Legout <vincent at legout.info>
Date:   Sun Dec 5 22:03:43 2010 +0100

    debian/rules: set sysconfdir

diff --git a/debian/changelog b/debian/changelog
index ffc87d4..1779161 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,9 @@ xboard (4.5~git20101120-1) UNRELEASED; urgency=low
     - Do not run autoreconf -i and remove the override_dh_auto_clean target
       which is no longer needed.
     - Do not build with --with-Xaw3d anymore (Closes: #604610)
+    - Explicitly set sysconfdir to /etc/xboard/. xboard.conf is now installed
+      in /etc/xboard automatically, debian/dirs becomes useless and can be
+      removed
   * debian/control:
     - Remove the build dependency on automake and xaw3dg-dev
     - Bump Standards-Version to 3.9.1
diff --git a/debian/dirs b/debian/dirs
deleted file mode 100644
index bcf2215..0000000
--- a/debian/dirs
+++ /dev/null
@@ -1 +0,0 @@
-/etc/xboard
diff --git a/debian/rules b/debian/rules
index 4a8a7ba..58fab49 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,12 +6,12 @@
 override_dh_auto_configure:
 	dh_auto_configure -- \
 		--enable-zippy  \
-		--bindir='$${exec_prefix}/games'
+		--bindir='$${exec_prefix}/games' \
+		--sysconfdir='/etc/xboard'
 
 override_dh_auto_install:
 	dh_auto_install
 	$(RM) debian/xboard/usr/share/info/dir
-	mv debian/xboard/etc/xboard.conf debian/xboard/etc/xboard/xboard.conf
 
 VERSION=20101120
 

-- 
xboard PKG



More information about the Pkg-games-commits mailing list