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

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Tue Mar 23 13:01:43 UTC 2010


    Date: Tuesday, March 23, 2010 @ 13:01:32
  Author: dktrkranz
Revision: 4998

Refresh patches for new upstream release

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	2010-03-23 11:00:16 UTC (rev 4997)
+++ packages/kupfer/trunk/debian/changelog	2010-03-23 13:01:32 UTC (rev 4998)
@@ -1,10 +1,12 @@
 kupfer (0+pb1.99-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * debian/patches/debian_path.patch:
+    - Refresh for new upstream release.
   * debian/control:
     - Depend on python-keyring.
 
- -- Luca Falavigna <dktrkranz at debian.org>  Sun, 21 Mar 2010 15:17:42 +0100
+ -- Luca Falavigna <dktrkranz at debian.org>  Tue, 23 Mar 2010 12:55:27 +0000
 
 kupfer (0+pb1.1-2) unstable; urgency=low
 

Modified: packages/kupfer/trunk/debian/patches/debian_path.patch
===================================================================
--- packages/kupfer/trunk/debian/patches/debian_path.patch	2010-03-23 11:00:16 UTC (rev 4997)
+++ packages/kupfer/trunk/debian/patches/debian_path.patch	2010-03-23 13:01:32 UTC (rev 4998)
@@ -1,17 +1,17 @@
 Description: Adjust path to match Debian packaging
-Origin:	Debian
+Origin: Debian
 Forwarded: not-needed
 
-Index: kupfer-0+c17/wscript
+Index: kupfer-pandoras-box-1.99/wscript
 ===================================================================
---- kupfer-0+c17.orig/wscript	2009-11-01 21:28:37.120208071 +0100
-+++ kupfer-0+c17/wscript	2009-11-01 21:29:10.472194771 +0100
-@@ -190,7 +190,7 @@
- 	binary_subst_file = "kupfer-activate.sh"
- 	bin = bld.new_task_gen("subst",
- 		source = binary_subst_file,
--		target = "data/kupfer",
-+		target = "data/kupfer-activate.sh",
+--- 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
+@@ -231,7 +231,7 @@
+ 	# Write in some variables in the shell script binaries
+ 	bld.new_task_gen("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())




More information about the Python-apps-commits mailing list