[Python-apps-commits] r2301 - in packages/bleachbit/trunk/debian (3 files)

dktrkranz-guest at users.alioth.debian.org dktrkranz-guest at users.alioth.debian.org
Sat Feb 7 14:57:40 UTC 2009


    Date: Saturday, February 7, 2009 @ 14:57:40
  Author: dktrkranz-guest
Revision: 2301

Refresh patches for new upstream release

Modified:
  packages/bleachbit/trunk/debian/changelog
  packages/bleachbit/trunk/debian/patches/desktop_file
  packages/bleachbit/trunk/debian/patches/launcher

Modified: packages/bleachbit/trunk/debian/changelog
===================================================================
--- packages/bleachbit/trunk/debian/changelog	2009-02-07 14:53:13 UTC (rev 2300)
+++ packages/bleachbit/trunk/debian/changelog	2009-02-07 14:57:40 UTC (rev 2301)
@@ -1,8 +1,11 @@
 bleachbit (0.3.1-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Refresh patches for new upstream release:
+    - debian/patches/desktop_file
+    - debian/patches/launcher
 
- -- Luca Falavigna <dktrkranz at ubuntu.com>  Sat, 07 Feb 2009 11:30:19 +0100
+ -- Luca Falavigna <dktrkranz at ubuntu.com>  Sat, 07 Feb 2009 15:55:49 +0100
 
 bleachbit (0.2.1-1) unstable; urgency=low
 

Modified: packages/bleachbit/trunk/debian/patches/desktop_file
===================================================================
--- packages/bleachbit/trunk/debian/patches/desktop_file	2009-02-07 14:53:13 UTC (rev 2300)
+++ packages/bleachbit/trunk/debian/patches/desktop_file	2009-02-07 14:57:40 UTC (rev 2301)
@@ -2,11 +2,11 @@
 
 Index: bleachbit-0.2.1/bleachbit.desktop
 ===================================================================
---- bleachbit-0.2.1.orig/bleachbit.desktop	2009-01-08 12:54:03.840171211 +0100
-+++ bleachbit-0.2.1/bleachbit.desktop	2009-01-08 12:54:37.552153562 +0100
-@@ -8,5 +8,4 @@
+--- 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
+@@ -12,5 +12,4 @@
  Exec=bleachbit
  Icon=bleachbit
- Categories=GTK;Utility;Security;
+ Categories=GTK;System;
 -Encoding=UTF-8
  StartupNotify=true

Modified: packages/bleachbit/trunk/debian/patches/launcher
===================================================================
--- packages/bleachbit/trunk/debian/patches/launcher	2009-02-07 14:53:13 UTC (rev 2300)
+++ packages/bleachbit/trunk/debian/patches/launcher	2009-02-07 14:57:40 UTC (rev 2301)
@@ -3,7 +3,7 @@
 Index: bleachbit-0.2.1/bin/bleachbit
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ bleachbit-0.2.1/bin/bleachbit	2009-01-08 13:57:00.604455264 +0100
++++ bleachbit-0.2.1/bin/bleachbit	2009-01-29 22:10:20.641192983 +0100
 @@ -0,0 +1,8 @@
 +#!/usr/bin/env python
 +
@@ -15,8 +15,8 @@
 +    gtk.main()
 Index: bleachbit-0.2.1/setup.py
 ===================================================================
---- bleachbit-0.2.1.orig/setup.py	2009-01-08 13:52:36.920167841 +0100
-+++ bleachbit-0.2.1/setup.py	2009-01-08 13:57:15.220164601 +0100
+--- bleachbit-0.2.1.orig/setup.py	2009-01-29 22:10:13.625194708 +0100
++++ bleachbit-0.2.1/setup.py	2009-01-29 22:10:20.641192983 +0100
 @@ -25,6 +25,7 @@
  data_files = []
  data_files.append(('/usr/share/applications', ['./bleachbit.desktop']))
@@ -24,4 +24,4 @@
 +data_files.append(('/usr/bin', ['bin/bleachbit']))
  
  setup(name='bleachbit',
-       version='0.2.1',
+       version='0.3.1',




More information about the Python-apps-commits mailing list