[Tux4kids-commits] r1750 - tuxtype/people/holger/tuxtype/branches/lenny/debian
Holger Levsen
holger at alioth.debian.org
Sun Jun 13 22:45:30 UTC 2010
Author: holger
Date: 2010-06-13 22:45:26 +0000 (Sun, 13 Jun 2010)
New Revision: 1750
Modified:
tuxtype/people/holger/tuxtype/branches/lenny/debian/changelog
tuxtype/people/holger/tuxtype/branches/lenny/debian/rules
tuxtype/people/holger/tuxtype/branches/lenny/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/branches/lenny/debian/changelog
===================================================================
--- tuxtype/people/holger/tuxtype/branches/lenny/debian/changelog 2010-06-05 10:10:43 UTC (rev 1749)
+++ tuxtype/people/holger/tuxtype/branches/lenny/debian/changelog 2010-06-13 22:45:26 UTC (rev 1750)
@@ -1,9 +1,16 @@
-tuxtype (1.8.1-2~bpo50+1) lenny-backports; urgency=low
+tuxtype (1.8.1-3~bpo50+1) lenny-backports; urgency=low
* Rebuild for lenny-backports, no changes needed.
- -- Holger Levsen <holger at debian.org> Fri, 04 Jun 2010 17:26:24 +0200
+ -- Holger Levsen <holger at debian.org> Mon, 14 Jun 2010 00:44:57 +0200
+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/branches/lenny/debian/rules
===================================================================
--- tuxtype/people/holger/tuxtype/branches/lenny/debian/rules 2010-06-05 10:10:43 UTC (rev 1749)
+++ tuxtype/people/holger/tuxtype/branches/lenny/debian/rules 2010-06-13 22:45:26 UTC (rev 1750)
@@ -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/branches/lenny/debian/tuxtype.dirs
===================================================================
--- tuxtype/people/holger/tuxtype/branches/lenny/debian/tuxtype.dirs 2010-06-05 10:10:43 UTC (rev 1749)
+++ tuxtype/people/holger/tuxtype/branches/lenny/debian/tuxtype.dirs 2010-06-13 22:45:26 UTC (rev 1750)
@@ -3,3 +3,4 @@
usr/share/applications
usr/share/pixmaps
var/games/tuxtype/words
+etc/tuxtype
More information about the Tux4kids-commits
mailing list