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

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Sun Mar 20 15:04:02 UTC 2011


    Date: Sunday, March 20, 2011 @ 15:03:52
  Author: dktrkranz
Revision: 6793

debian_path.patch refreshed

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

Modified: packages/kupfer/trunk/debian/changelog
===================================================================
--- packages/kupfer/trunk/debian/changelog	2011-03-20 14:59:47 UTC (rev 6792)
+++ packages/kupfer/trunk/debian/changelog	2011-03-20 15:03:52 UTC (rev 6793)
@@ -2,10 +2,12 @@
 
   * New upstream release.
     - Use INT64 signal parameter type (Closes: #615060).
+  * debian/patches/debian_path.patch:
+    - Refresh for new upstream release.
   * debian/patches/evolution_contacts.patch:
     - Dropped, applied upstream.
 
- -- Luca Falavigna <dktrkranz at debian.org>  Sun, 20 Mar 2011 15:59:05 +0100
+ -- Luca Falavigna <dktrkranz at debian.org>  Sun, 20 Mar 2011 16:03:08 +0100
 
 kupfer (0+v203-2) unstable; urgency=low
 

Modified: packages/kupfer/trunk/debian/patches/debian_path.patch
===================================================================
--- packages/kupfer/trunk/debian/patches/debian_path.patch	2011-03-20 14:59:47 UTC (rev 6792)
+++ packages/kupfer/trunk/debian/patches/debian_path.patch	2011-03-20 15:03:52 UTC (rev 6793)
@@ -2,16 +2,16 @@
 Origin: Debian
 Forwarded: not-needed
 
-Index: kupfer-pandoras-box-1.99/wscript
+Index: kupfer-v204/wscript
 ===================================================================
---- kupfer-pandoras-box-1.99.orig/wscript	2010-03-23 12:54:01.000000000 +0000
-+++ kupfer-pandoras-box-1.99/wscript	2010-03-23 12:54:27.000000000 +0000
-@@ -242,7 +242,7 @@
+--- kupfer-v204.orig/wscript	2011-03-20 16:01:32.413857285 +0100
++++ kupfer-v204/wscript	2011-03-20 16:02:03.597856565 +0100
+@@ -239,7 +239,7 @@
  	# Write in some variables in the shell script binaries
- 	bld.new_task_gen("subst",
+ 	bld(features="subst",
  		source = "bin/kupfer.in",
 -		target = "bin/kupfer",
 +		target = "bin/kupfer-activate.sh",
- 		install_path = "${BINDIR}",
- 		chmod = 0755,
  		dict = _dict_slice(bld.env, "PYTHON PYTHONDIR".split())
+ 		)
+ 	bld.install_files("${BINDIR}", "bin/kupfer", chmod=0o755)




More information about the Python-apps-commits mailing list