[Python-apps-commits] r8190 - in packages/gtg/trunk/debian (4 files)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Fri Feb 17 08:01:38 UTC 2012


    Date: Friday, February 17, 2012 @ 08:01:35
  Author: dktrkranz
Revision: 8190

Fix shebang line

Added:
  packages/gtg/trunk/debian/patches/
  packages/gtg/trunk/debian/patches/series
  packages/gtg/trunk/debian/patches/shebang.patch
Modified:
  packages/gtg/trunk/debian/changelog

Modified: packages/gtg/trunk/debian/changelog
===================================================================
--- packages/gtg/trunk/debian/changelog	2012-02-17 07:57:15 UTC (rev 8189)
+++ packages/gtg/trunk/debian/changelog	2012-02-17 08:01:35 UTC (rev 8190)
@@ -3,6 +3,8 @@
   * New upstream release.
   * debian/patches/*:
     - Drop all patches, they have been merged upstream.
+  * debian/patches/shebang.patch:
+    - Fix shebang line.
   * debian/compat:
     - Bump compatibility level to 9.
   * debian/control:
@@ -15,7 +17,7 @@
   * debian/rules:
     - Make gtcli_bash_completion script executable.
 
- -- Luca Falavigna <dktrkranz at debian.org>  Fri, 17 Feb 2012 08:56:24 +0100
+ -- Luca Falavigna <dktrkranz at debian.org>  Fri, 17 Feb 2012 09:00:59 +0100
 
 gtg (0.2.4-6) unstable; urgency=low
 

Added: packages/gtg/trunk/debian/patches/series
===================================================================
--- packages/gtg/trunk/debian/patches/series	                        (rev 0)
+++ packages/gtg/trunk/debian/patches/series	2012-02-17 08:01:35 UTC (rev 8190)
@@ -0,0 +1 @@
+shebang.patch

Added: packages/gtg/trunk/debian/patches/shebang.patch
===================================================================
--- packages/gtg/trunk/debian/patches/shebang.patch	                        (rev 0)
+++ packages/gtg/trunk/debian/patches/shebang.patch	2012-02-17 08:01:35 UTC (rev 8190)
@@ -0,0 +1,14 @@
+Description: Fix shebang line
+Author: Luca Falavigna <dktrkranz at debian.org>
+Forwarded: http://bazaar.launchpad.net/~gtg/gtg/trunk/revision/1087
+
+Index: gtg-0.2.9/GTG/tools/networkmanager.py
+===================================================================
+--- gtg-0.2.9.orig/GTG/tools/networkmanager.py	2012-02-08 20:58:45.000000000 +0100
++++ gtg-0.2.9/GTG/tools/networkmanager.py	2012-02-17 08:58:06.178165063 +0100
+@@ -1,4 +1,4 @@
+-#!/bin/env python
++#!/usr/bin/env python
+ #
+ # This program is free software; you can redistribute it and/or modify
+ # it under the terms of the GNU General Public License as published by




More information about the Python-apps-commits mailing list