[Python-apps-commits] r3747 - in packages/bleachbit/trunk/debian/patches (5 files)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Wed Sep 16 20:05:41 UTC 2009


    Date: Wednesday, September 16, 2009 @ 20:05:40
  Author: dktrkranz
Revision: 3747

Add .patch suffix to patches

Added:
  packages/bleachbit/trunk/debian/patches/desktop_file.patch
    (from rev 3745, packages/bleachbit/trunk/debian/patches/desktop_file)
  packages/bleachbit/trunk/debian/patches/no_update.patch
    (from rev 3745, packages/bleachbit/trunk/debian/patches/no_update)
Modified:
  packages/bleachbit/trunk/debian/patches/series
Deleted:
  packages/bleachbit/trunk/debian/patches/desktop_file
  packages/bleachbit/trunk/debian/patches/no_update

Deleted: packages/bleachbit/trunk/debian/patches/desktop_file
===================================================================
--- packages/bleachbit/trunk/debian/patches/desktop_file	2009-09-16 20:01:51 UTC (rev 3746)
+++ packages/bleachbit/trunk/debian/patches/desktop_file	2009-09-16 20:05:40 UTC (rev 3747)
@@ -1,14 +0,0 @@
-Description: Adjust .desktop file to be Freedesktop compliant.
-Origin: Debian
-Forwarded: not-needed
-
-Index: bleachbit-0.2.1/bleachbit.desktop
-===================================================================
---- bleachbit-0.2.1.orig/bleachbit.desktop	2009-01-29 22:10:13.625194708 +0100
-+++ bleachbit-0.2.1/bleachbit.desktop	2009-01-29 22:10:20.641192983 +0100
-@@ -29,5 +29,4 @@
- Exec=bleachbit
- Icon=bleachbit
- Categories=GTK;System;
--Encoding=UTF-8
- StartupNotify=true

Copied: packages/bleachbit/trunk/debian/patches/desktop_file.patch (from rev 3745, packages/bleachbit/trunk/debian/patches/desktop_file)
===================================================================
--- packages/bleachbit/trunk/debian/patches/desktop_file.patch	                        (rev 0)
+++ packages/bleachbit/trunk/debian/patches/desktop_file.patch	2009-09-16 20:05:40 UTC (rev 3747)
@@ -0,0 +1,14 @@
+Description: Adjust .desktop file to be Freedesktop compliant.
+Origin: Debian
+Forwarded: not-needed
+
+Index: bleachbit-0.2.1/bleachbit.desktop
+===================================================================
+--- bleachbit-0.2.1.orig/bleachbit.desktop	2009-01-29 22:10:13.625194708 +0100
++++ bleachbit-0.2.1/bleachbit.desktop	2009-01-29 22:10:20.641192983 +0100
+@@ -29,5 +29,4 @@
+ Exec=bleachbit
+ Icon=bleachbit
+ Categories=GTK;System;
+-Encoding=UTF-8
+ StartupNotify=true

Deleted: packages/bleachbit/trunk/debian/patches/no_update
===================================================================
--- packages/bleachbit/trunk/debian/patches/no_update	2009-09-16 20:01:51 UTC (rev 3746)
+++ packages/bleachbit/trunk/debian/patches/no_update	2009-09-16 20:05:40 UTC (rev 3747)
@@ -1,17 +0,0 @@
-Description: Do not check for updates on the Internet, updates will be provided via repositories.
-Origin: Debian
-Forwarded: not-needed
-
-Index: bleachbit-0.6.1/bleachbit/Common.py
-===================================================================
---- bleachbit-0.6.1.orig/bleachbit/Common.py	2009-08-19 00:34:26.000000000 +0200
-+++ bleachbit-0.6.1/bleachbit/Common.py	2009-08-19 00:34:24.000000000 +0200
-@@ -42,7 +42,7 @@
- 
- # Setting below value to false disables update notification (useful
- # for packages in repositories).
--online_update_notification_enabled = True
-+online_update_notification_enabled = False
- 
- ###
- ### Paths

Copied: packages/bleachbit/trunk/debian/patches/no_update.patch (from rev 3745, packages/bleachbit/trunk/debian/patches/no_update)
===================================================================
--- packages/bleachbit/trunk/debian/patches/no_update.patch	                        (rev 0)
+++ packages/bleachbit/trunk/debian/patches/no_update.patch	2009-09-16 20:05:40 UTC (rev 3747)
@@ -0,0 +1,17 @@
+Description: Do not check for updates on the Internet, updates will be provided via repositories.
+Origin: Debian
+Forwarded: not-needed
+
+Index: bleachbit-0.6.1/bleachbit/Common.py
+===================================================================
+--- bleachbit-0.6.1.orig/bleachbit/Common.py	2009-08-19 00:34:26.000000000 +0200
++++ bleachbit-0.6.1/bleachbit/Common.py	2009-08-19 00:34:24.000000000 +0200
+@@ -42,7 +42,7 @@
+ 
+ # Setting below value to false disables update notification (useful
+ # for packages in repositories).
+-online_update_notification_enabled = True
++online_update_notification_enabled = False
+ 
+ ###
+ ### Paths

Modified: packages/bleachbit/trunk/debian/patches/series
===================================================================
--- packages/bleachbit/trunk/debian/patches/series	2009-09-16 20:01:51 UTC (rev 3746)
+++ packages/bleachbit/trunk/debian/patches/series	2009-09-16 20:05:40 UTC (rev 3747)
@@ -1,2 +1,2 @@
-desktop_file
-no_update
+desktop_file.patch
+no_update.patch




More information about the Python-apps-commits mailing list