[Python-apps-commits] r2862 - in packages/osc/trunk/debian (2 files)

nijel at users.alioth.debian.org nijel at users.alioth.debian.org
Tue May 5 11:51:00 UTC 2009


    Date: Tuesday, May 5, 2009 @ 11:50:59
  Author: nijel
Revision: 2862

Rediff existing patch.

Modified:
  packages/osc/trunk/debian/changelog
  packages/osc/trunk/debian/patches/no-shebang.patch

Modified: packages/osc/trunk/debian/changelog
===================================================================
--- packages/osc/trunk/debian/changelog	2009-05-05 10:33:41 UTC (rev 2861)
+++ packages/osc/trunk/debian/changelog	2009-05-05 11:50:59 UTC (rev 2862)
@@ -1,8 +1,9 @@
 osc (0.117-2) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+  * Rediff existing patch.
 
- -- Michal ÄŒihaÅ™ <nijel at debian.org>  Tue, 05 May 2009 12:33:29 +0200
+ -- Michal ÄŒihaÅ™ <nijel at debian.org>  Tue, 05 May 2009 13:50:42 +0200
 
 osc (0.117-1) unstable; urgency=low
 

Modified: packages/osc/trunk/debian/patches/no-shebang.patch
===================================================================
--- packages/osc/trunk/debian/patches/no-shebang.patch	2009-05-05 10:33:41 UTC (rev 2861)
+++ packages/osc/trunk/debian/patches/no-shebang.patch	2009-05-05 11:50:59 UTC (rev 2862)
@@ -2,43 +2,38 @@
 
 Remove #! from python modules.
 
-diff -urNad osc-0.106~/osc/build.py osc-0.106/osc/build.py
---- osc-0.106~/osc/build.py	2008-07-04 14:56:32.000000000 +0200
-+++ osc-0.106/osc/build.py	2008-07-14 08:37:57.000000000 +0200
+--- a/osc/build.py
++++ b/osc/build.py
 @@ -1,4 +1,3 @@
 -#!/usr/bin/python
  
- # Copyright (C) 2006 Peter Poeml / Novell Inc.  All rights reserved.
+ # Copyright (C) 2006 Novell Inc.  All rights reserved.
  # This program is free software; it may be used, copied, modified
-diff -urNad osc-0.106~/osc/cmdln.py osc-0.106/osc/cmdln.py
---- osc-0.106~/osc/cmdln.py	2007-05-16 12:55:05.000000000 +0200
-+++ osc-0.106/osc/cmdln.py	2008-07-14 08:37:57.000000000 +0200
+--- a/osc/cmdln.py
++++ b/osc/cmdln.py
 @@ -1,4 +1,3 @@
 -#!/usr/bin/env python
  # Copyright (c) 2002-2005 ActiveState Corp.
  # License: MIT (see LICENSE.txt for license details)
  # Author:  Trent Mick (TrentM at ActiveState.com)
-diff -urNad osc-0.106~/osc/conf.py osc-0.106/osc/conf.py
---- osc-0.106~/osc/conf.py	2008-04-28 18:37:44.000000000 +0200
-+++ osc-0.106/osc/conf.py	2008-07-14 08:37:57.000000000 +0200
+--- a/osc/conf.py
++++ b/osc/conf.py
 @@ -1,4 +1,3 @@
 -#!/usr/bin/python
  
- # Copyright (C) 2006 Peter Poeml / Novell Inc.  All rights reserved.
+ # Copyright (C) 2006 Novell Inc.  All rights reserved.
  # This program is free software; it may be used, copied, modified
-diff -urNad osc-0.106~/osc/core.py osc-0.106/osc/core.py
---- osc-0.106~/osc/core.py	2008-07-11 12:42:01.000000000 +0200
-+++ osc-0.106/osc/core.py	2008-07-14 08:37:57.000000000 +0200
+--- a/osc/core.py
++++ b/osc/core.py
 @@ -1,4 +1,3 @@
 -#!/usr/bin/python
  
  # vim: sw=4 et
  
-diff -urNad osc-0.106~/osc/fetch.py osc-0.106/osc/fetch.py
---- osc-0.106~/osc/fetch.py	2008-01-24 19:06:45.000000000 +0100
-+++ osc-0.106/osc/fetch.py	2008-07-14 08:37:57.000000000 +0200
+--- a/osc/fetch.py
++++ b/osc/fetch.py
 @@ -1,4 +1,3 @@
 -#!/usr/bin/python
  
- # Copyright (C) 2006 Peter Poeml / Novell Inc.  All rights reserved.
+ # Copyright (C) 2006 Novell Inc.  All rights reserved.
  # This program is free software; it may be used, copied, modified




More information about the Python-apps-commits mailing list