rev 15925 - in trunk/packages: kdebase/debian kdebase-workspace/debian

Modestas Vainius modax-guest at alioth.debian.org
Mon Sep 7 17:36:19 UTC 2009


Author: modax-guest
Date: 2009-09-07 17:36:19 +0000 (Mon, 07 Sep 2009)
New Revision: 15925

Modified:
   trunk/packages/kdebase-workspace/debian/changelog
   trunk/packages/kdebase-workspace/debian/rules
   trunk/packages/kdebase/debian/changelog
   trunk/packages/kdebase/debian/rules
Log:
Got confused by debhelper API names (buildos() for DEB_HOST_ARCH_OS :/ ).

Note to myself, never trust confusing terminology and always RFTM.



Modified: trunk/packages/kdebase/debian/changelog
===================================================================
--- trunk/packages/kdebase/debian/changelog	2009-09-07 13:14:45 UTC (rev 15924)
+++ trunk/packages/kdebase/debian/changelog	2009-09-07 17:36:19 UTC (rev 15925)
@@ -1,3 +1,11 @@
+kdebase (4:4.3.1-2) UNRELEASED; urgency=low
+
+  +++ Changes by Modestas Vainius:
+
+  * Use DEB_HOST_ARCH_OS rather than DEB_BUILD_ARCH_OS in debian/rules
+
+ -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 07 Sep 2009 20:31:37 +0300
+
 kdebase (4:4.3.1-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/packages/kdebase/debian/rules
===================================================================
--- trunk/packages/kdebase/debian/rules	2009-09-07 13:14:45 UTC (rev 15924)
+++ trunk/packages/kdebase/debian/rules	2009-09-07 17:36:19 UTC (rev 15925)
@@ -6,7 +6,7 @@
 
 DEB_INSTALL_DOCS_ALL=
 
-ifeq ($(DEB_BUILD_ARCH_OS),linux)
+ifeq ($(DEB_HOST_ARCH_OS),linux)
 install/kinfocenter::
 	# Install common files
 	dh_install -p$(cdbs_curpkg) --ignore=debian/$(cdbs_curpkg).install.linux

Modified: trunk/packages/kdebase-workspace/debian/changelog
===================================================================
--- trunk/packages/kdebase-workspace/debian/changelog	2009-09-07 13:14:45 UTC (rev 15924)
+++ trunk/packages/kdebase-workspace/debian/changelog	2009-09-07 17:36:19 UTC (rev 15925)
@@ -1,3 +1,11 @@
+kdebase-workspace (4:4.3.1-2) UNRELEASED; urgency=low
+
+  +++ Changes by Modestas Vainius:
+
+  * Use DEB_HOST_ARCH_OS rather than DEB_BUILD_ARCH_OS in debian/rules
+
+ -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 07 Sep 2009 20:32:35 +0300
+
 kdebase-workspace (4:4.3.1-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/packages/kdebase-workspace/debian/rules
===================================================================
--- trunk/packages/kdebase-workspace/debian/rules	2009-09-07 13:14:45 UTC (rev 15924)
+++ trunk/packages/kdebase-workspace/debian/rules	2009-09-07 17:36:19 UTC (rev 15925)
@@ -19,7 +19,7 @@
 binary-install/plasma-scriptengine-python::
 	dh_pysupport -p$(cdbs_curpkg) /usr/share/kde4/apps/plasma_scriptengine_python
 
-ifeq ($(DEB_BUILD_ARCH_OS),linux)
+ifeq ($(DEB_HOST_ARCH_OS),linux)
 install/kdebase-workspace-bin install/kdebase-workspace-data::
 	# Install common files
 	dh_install -p$(cdbs_curpkg) --ignore=debian/$(cdbs_curpkg).install.linux




More information about the pkg-kde-commits mailing list