[Tux4kids-commits] r1748 - tuxtype/people/holger/tuxtype/trunk/debian

Holger Levsen holger at alioth.debian.org
Sat Jun 5 10:09:08 UTC 2010


Author: holger
Date: 2010-06-05 10:09:03 +0000 (Sat, 05 Jun 2010)
New Revision: 1748

Modified:
   tuxtype/people/holger/tuxtype/trunk/debian/changelog
   tuxtype/people/holger/tuxtype/trunk/debian/rules
   tuxtype/people/holger/tuxtype/trunk/debian/tuxtype.dirs
Log:
Add etc/tuxtype to tuxtype.dirs and add --sysconfdir=/etc to configure in 
debian/rules. (Closes: #584652)

Modified: tuxtype/people/holger/tuxtype/trunk/debian/changelog
===================================================================
--- tuxtype/people/holger/tuxtype/trunk/debian/changelog	2010-06-04 15:29:14 UTC (rev 1747)
+++ tuxtype/people/holger/tuxtype/trunk/debian/changelog	2010-06-05 10:09:03 UTC (rev 1748)
@@ -1,3 +1,10 @@
+tuxtype (1.8.1-3) unstable; urgency=high
+
+  * Add etc/tuxtype to tuxtype.dirs and add --sysconfdir=/etc to configure in 
+    debian/rules. (Closes: #584652)
+
+ -- Holger Levsen <holger at debian.org>  Sat, 05 Jun 2010 10:07:22 +0000
+
 tuxtype (1.8.1-2) unstable; urgency=low
 
   * Add ${misc:Depends} to depends of both binary packages.

Modified: tuxtype/people/holger/tuxtype/trunk/debian/rules
===================================================================
--- tuxtype/people/holger/tuxtype/trunk/debian/rules	2010-06-04 15:29:14 UTC (rev 1747)
+++ tuxtype/people/holger/tuxtype/trunk/debian/rules	2010-06-05 10:09:03 UTC (rev 1748)
@@ -26,9 +26,10 @@
 config.status: 
 	dh_testdir
 	# Add here commands to configure the package.
-	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --bindir=\$${prefix}/games  --localstatedir=/var/games
+	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --bindir=\$${prefix}/games  --localstatedir=/var/games --sysconfdir=/etc
 
 
+
 build: build-arch build-indep
 
 

Modified: tuxtype/people/holger/tuxtype/trunk/debian/tuxtype.dirs
===================================================================
--- tuxtype/people/holger/tuxtype/trunk/debian/tuxtype.dirs	2010-06-04 15:29:14 UTC (rev 1747)
+++ tuxtype/people/holger/tuxtype/trunk/debian/tuxtype.dirs	2010-06-05 10:09:03 UTC (rev 1748)
@@ -3,3 +3,4 @@
 usr/share/applications
 usr/share/pixmaps
 var/games/tuxtype/words
+etc/tuxtype




More information about the Tux4kids-commits mailing list