rev 5154 - kde-extras/codeine/trunk/debian

Achim Bohnet ach-guest at alioth.debian.org
Sat Dec 16 21:47:33 CET 2006


Author: ach-guest
Date: 2006-12-16 21:47:33 +0100 (Sat, 16 Dec 2006)
New Revision: 5154

Modified:
   kde-extras/codeine/trunk/debian/changelog
   kde-extras/codeine/trunk/debian/control
   kde-extras/codeine/trunk/debian/rules
Log:
codeine:
  * NOT RELEASED YET.  FTBFS now fixed on Edgy, but for whatever reason
    does not work for Ana in sid.  dpkg-buildpackage -rsudo  fails there :(

  [ Achim Bohnet ]

  * debian/rules: redefine $HOME to a writable (tmp)dir: KDE apps called
    in configure script try to create $HOME/.kde.  This fails on some
    autobuild daemons. (Redefining KDEHOME instead of HOME did not work.)
    Closes: #403131: codeine_1.0.1-3.dfsg-1(alpha/unstable): FTBFS with -rsudo

  * Set urgency to medium, 'cause RC bug fixed

  * Bump StandardsVersion to 3.6.2 -> 3.7.2. No changes necessary

Modified: kde-extras/codeine/trunk/debian/changelog
===================================================================
--- kde-extras/codeine/trunk/debian/changelog	2006-12-16 19:02:24 UTC (rev 5153)
+++ kde-extras/codeine/trunk/debian/changelog	2006-12-16 20:47:33 UTC (rev 5154)
@@ -1,9 +1,21 @@
-codeine (1.0.1-3.dfsg-2) UNRELEASED; urgency=low
+codeine (1.0.1-3.dfsg-2) UNRELEASED; urgency=medium
 
-  * NOT RELEASED YET
+  * NOT RELEASED YET.  FTBFS now fixed on Edgy, but for whatever reason
+    does not work for Ana in sid.  dpkg-buildpackage -rsudo  fails there :(
 
- -- Mark Purcell <msp at debian.org>  Sun, 25 Jun 2006 21:50:06 +0100
+  [ Achim Bohnet ]
 
+  * debian/rules: redefine $HOME to a writable (tmp)dir: KDE apps called
+    in configure script try to create $HOME/.kde.  This fails on some
+    autobuild daemons. (Redefining KDEHOME instead of HOME did not work.)
+    Closes: #403131: codeine_1.0.1-3.dfsg-1(alpha/unstable): FTBFS with -rsudo
+
+  * Set urgency to medium, 'cause RC bug fixed
+
+  * Bump StandardsVersion to 3.6.2 -> 3.7.2. No changes necessary
+
+ -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sat, 16 Dec 2006 19:15:13 +0100
+
 codeine (1.0.1-3.dfsg-1) unstable; urgency=low
 
   [ Mark Purcell ]

Modified: kde-extras/codeine/trunk/debian/control
===================================================================
--- kde-extras/codeine/trunk/debian/control	2006-12-16 19:02:24 UTC (rev 5153)
+++ kde-extras/codeine/trunk/debian/control	2006-12-16 20:47:33 UTC (rev 5154)
@@ -4,7 +4,7 @@
 Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
 Uploaders: Achim Bohnet <ach at mpe.mpg.de>, Tom Albers <tomalbers at kde.nl>, Mark Purcell <msp at debian.org>
 Build-Depends: debhelper (>= 5.0), cdbs, docbook2x, scons, kdelibs4-dev, libxine-dev, libxtst-dev
-Standards-Version: 3.6.2
+Standards-Version: 3.7.2
 
 Package: codeine
 Architecture: any

Modified: kde-extras/codeine/trunk/debian/rules
===================================================================
--- kde-extras/codeine/trunk/debian/rules	2006-12-16 19:02:24 UTC (rev 5153)
+++ kde-extras/codeine/trunk/debian/rules	2006-12-16 20:47:33 UTC (rev 5154)
@@ -1,9 +1,10 @@
 #!/usr/bin/make -f
 
+export HOME=$(CURDIR)/tmphome
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
-
 DEB_SCONS_PREFIX=/usr
 
 CONFIG_STATUS=$(DEB_BUILDDIR)/config.status
@@ -12,6 +13,7 @@
 common-configure-arch common-configure-indep:: common-configure-impl
 common-configure-impl:: $(CONFIG_STATUS)
 $(CONFIG_STATUS):
+	test -d $(HOME) || mkdir $(HOME)
 	$(SCONS_CMD) configure prefix=$(DEB_SCONS_PREFIX)
 	touch $(CONFIG_STATUS)
 
@@ -36,6 +38,7 @@
 	rm -f scons/*.pyc scons/signatures.dblite
 	rm -f codeine.1
 	rm -f build/app/medialib.o
+	rm -rf $(HOME)
 
 DEB_INSTALL_MANPAGES_codeine = codeine.1
 




More information about the pkg-kde-commits mailing list