[Python-apps-commits] r4065 - in packages/kupfer/trunk/debian (4 files)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Sat Oct 31 10:57:27 UTC 2009


    Date: Saturday, October 31, 2009 @ 10:57:26
  Author: dktrkranz
Revision: 4065

* debian/patches/no_buildtime_depends.patch:
  - No longer useful, pass --no-runtime-deps to waf configure instead.

Modified:
  packages/kupfer/trunk/debian/changelog
  packages/kupfer/trunk/debian/patches/series
  packages/kupfer/trunk/debian/rules
Deleted:
  packages/kupfer/trunk/debian/patches/no_buildtime_depends.patch

Modified: packages/kupfer/trunk/debian/changelog
===================================================================
--- packages/kupfer/trunk/debian/changelog	2009-10-31 10:51:07 UTC (rev 4064)
+++ packages/kupfer/trunk/debian/changelog	2009-10-31 10:57:26 UTC (rev 4065)
@@ -1,8 +1,10 @@
 kupfer (0+c17-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * debian/patches/no_buildtime_depends.patch:
+    - No longer useful, pass --no-runtime-deps to waf configure instead.
 
- -- Luca Falavigna <dktrkranz at debian.org>  Sat, 31 Oct 2009 11:50:22 +0100
+ -- Luca Falavigna <dktrkranz at debian.org>  Sat, 31 Oct 2009 11:56:03 +0100
 
 kupfer (0+c16-1) unstable; urgency=low
 

Deleted: packages/kupfer/trunk/debian/patches/no_buildtime_depends.patch
===================================================================
--- packages/kupfer/trunk/debian/patches/no_buildtime_depends.patch	2009-10-31 10:51:07 UTC (rev 4064)
+++ packages/kupfer/trunk/debian/patches/no_buildtime_depends.patch	2009-10-31 10:57:26 UTC (rev 4065)
@@ -1,54 +0,0 @@
-Description:	Remove check for dependencies at build time, they are required at runtime only.
-Origin:		Debian
-Forwarded:	not-needed
-
-Index: kupfer-c16/wscript
-===================================================================
---- kupfer-c16.orig/wscript	2009-10-08 22:52:13.913761385 +0200
-+++ kupfer-c16/wscript	2009-10-08 22:52:12.421760824 +0200
-@@ -85,45 +85,6 @@
- 	# BUG: intltool requires gcc
- 	conf.check_tool("gcc intltool")
- 
--	python_modules = """
--		gio
--		gtk
--		xdg
--		dbus
--		"""
--	for module in python_modules.split():
--		conf.check_python_module(module)
--
--	Utils.pprint("NORMAL", "Checking optional dependencies:")
--
--	opt_programs = {
--			"dbus-send": "Focus kupfer from the command line",
--			"rst2man": "Generate and install man page",
--		}
--	opt_pymodules = {
--			"wnck": "Identify and focus running applications",
--			"gnome": ("Log out cleanly with session managers *OTHER* than "
--				"gnome-session >= 2.24"),
--		}
--
--	for prog in opt_programs:
--		prog_path = conf.find_program(prog, var=prog.replace("-", "_").upper())
--		if not prog_path:
--			Utils.pprint("YELLOW", "Optional, allows: %s" % opt_programs[prog])
--
--	try:
--		conf.check_python_module("keybinder")
--	except Configure.ConfigurationError, e:
--		Utils.pprint("RED", "Python module keybinder is recommended")
--		Utils.pprint("RED", "Please see README")
--		
--	for mod in opt_pymodules:
--		try:
--			conf.check_python_module(mod)
--		except Configure.ConfigurationError, e:
--			Utils.pprint("YELLOW", "module %s is recommended, allows %s" % (
--				mod, opt_pymodules[mod]))
--
- 	conf.env["KUPFER"] = Utils.subst_vars("${BINDIR}/kupfer", conf.env)
- 	conf.env["VERSION"] = VERSION
- 

Modified: packages/kupfer/trunk/debian/patches/series
===================================================================
--- packages/kupfer/trunk/debian/patches/series	2009-10-31 10:51:07 UTC (rev 4064)
+++ packages/kupfer/trunk/debian/patches/series	2009-10-31 10:57:26 UTC (rev 4065)
@@ -1,2 +1 @@
 debian_wrappers.patch
-no_buildtime_depends.patch

Modified: packages/kupfer/trunk/debian/rules
===================================================================
--- packages/kupfer/trunk/debian/rules	2009-10-31 10:51:07 UTC (rev 4064)
+++ packages/kupfer/trunk/debian/rules	2009-10-31 10:57:26 UTC (rev 4065)
@@ -9,7 +9,7 @@
 	dh --with quilt $@
 
 override_dh_auto_configure:
-	PYTHONDIR=/usr/share/kupfer waf configure --prefix=/usr --bindir=/usr/share/kupfer
+	PYTHONDIR=/usr/share/kupfer waf configure --prefix=/usr --bindir=/usr/share/kupfer --no-runtime-deps
 
 override_dh_auto_install:
 	waf install --nopyc --nopyo --destdir=$(CURDIR)/debian/kupfer




More information about the Python-apps-commits mailing list