[Python-apps-commits] r3922 - in packages/kupfer/trunk/debian (2 files)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Thu Oct 8 20:58:03 UTC 2009


    Date: Thursday, October 8, 2009 @ 20:58:02
  Author: dktrkranz
Revision: 3922

Refresh patches for new upstream release

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

Modified: packages/kupfer/trunk/debian/changelog
===================================================================
--- packages/kupfer/trunk/debian/changelog	2009-10-08 20:43:45 UTC (rev 3921)
+++ packages/kupfer/trunk/debian/changelog	2009-10-08 20:58:02 UTC (rev 3922)
@@ -1,8 +1,9 @@
 kupfer (0+c16-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Refresh patches for new upstream release.
 
- -- Luca Falavigna <dktrkranz at debian.org>  Thu, 08 Oct 2009 22:41:22 +0200
+ -- Luca Falavigna <dktrkranz at debian.org>  Thu, 08 Oct 2009 22:55:47 +0200
 
 kupfer (0+c15-1) unstable; urgency=low
 

Modified: packages/kupfer/trunk/debian/patches/no_buildtime_depends.patch
===================================================================
--- packages/kupfer/trunk/debian/patches/no_buildtime_depends.patch	2009-10-08 20:43:45 UTC (rev 3921)
+++ packages/kupfer/trunk/debian/patches/no_buildtime_depends.patch	2009-10-08 20:58:02 UTC (rev 3922)
@@ -2,11 +2,11 @@
 Origin:		Debian
 Forwarded:	not-needed
 
-Index: kupfer-0+c8/wscript
+Index: kupfer-c16/wscript
 ===================================================================
---- kupfer-0+c8.orig/wscript	2009-08-15 23:07:35.000000000 +0200
-+++ kupfer-0+c8/wscript	2009-08-15 23:09:13.000000000 +0200
-@@ -85,34 +85,6 @@
+--- 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")
  
@@ -21,10 +21,20 @@
 -
 -	Utils.pprint("NORMAL", "Checking optional dependencies:")
 -
--	opt_programs = ["dbus-send"]
--	opt_pymodules = "wnck gnome.ui".split()
+-	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)
+-		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")
@@ -36,7 +46,8 @@
 -		try:
 -			conf.check_python_module(mod)
 -		except Configure.ConfigurationError, e:
--			Utils.pprint("YELLOW", "python module %s is recommended" % mod)
+-			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




More information about the Python-apps-commits mailing list