[Python-apps-commits] r2931 - in packages/bleachbit/trunk/debian (6 files)

dktrkranz-guest at users.alioth.debian.org dktrkranz-guest at users.alioth.debian.org
Mon May 11 23:31:30 UTC 2009


    Date: Monday, May 11, 2009 @ 23:31:29
  Author: dktrkranz-guest
Revision: 2931

* debian/patches/launcher:
  - Remove it, no longer needed because launcher has been replaced by
    a symlink to usr/share/bleachbit/bleachbit/GUI.py file.
* debian/rules:
  - Make /usr/share/bleachbit/bleachbit/GUI.py executable.

Added:
  packages/bleachbit/trunk/debian/bleachbit.links
  packages/bleachbit/trunk/debian/bleachbit.manpages
Modified:
  packages/bleachbit/trunk/debian/changelog
  packages/bleachbit/trunk/debian/patches/series
  packages/bleachbit/trunk/debian/rules
Deleted:
  packages/bleachbit/trunk/debian/patches/launcher

Added: packages/bleachbit/trunk/debian/bleachbit.links
===================================================================
--- packages/bleachbit/trunk/debian/bleachbit.links	                        (rev 0)
+++ packages/bleachbit/trunk/debian/bleachbit.links	2009-05-11 23:31:29 UTC (rev 2931)
@@ -0,0 +1 @@
+usr/share/bleachbit/bleachbit/GUI.py	usr/bin/bleachbit

Added: packages/bleachbit/trunk/debian/bleachbit.manpages
===================================================================
--- packages/bleachbit/trunk/debian/bleachbit.manpages	                        (rev 0)
+++ packages/bleachbit/trunk/debian/bleachbit.manpages	2009-05-11 23:31:29 UTC (rev 2931)
@@ -0,0 +1 @@
+debian/bleachbit.1

Modified: packages/bleachbit/trunk/debian/changelog
===================================================================
--- packages/bleachbit/trunk/debian/changelog	2009-05-11 23:27:03 UTC (rev 2930)
+++ packages/bleachbit/trunk/debian/changelog	2009-05-11 23:31:29 UTC (rev 2931)
@@ -2,10 +2,13 @@
 
   * New upstream release.
   * Switch to debhelper 7.
-  * Refresh patches for new upstream release:
-    - debian/patches/launcher
+  * debian/patches/launcher:
+    - Remove it, no longer needed because launcher has been replaced by
+      a symlink to usr/share/bleachbit/bleachbit/GUI.py file.
+  * debian/rules:
+    - Make /usr/share/bleachbit/bleachbit/GUI.py executable.
 
- -- Luca Falavigna <dktrkranz at ubuntu.com>  Tue, 12 May 2009 01:02:09 +0200
+ -- Luca Falavigna <dktrkranz at ubuntu.com>  Tue, 12 May 2009 01:29:53 +0200
 
 bleachbit (0.4.1-1) unstable; urgency=low
 

Deleted: packages/bleachbit/trunk/debian/patches/launcher
===================================================================
--- packages/bleachbit/trunk/debian/patches/launcher	2009-05-11 23:27:03 UTC (rev 2930)
+++ packages/bleachbit/trunk/debian/patches/launcher	2009-05-11 23:31:29 UTC (rev 2931)
@@ -1,27 +0,0 @@
-Implement and install a launcher to start the GUI.
-
-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-29 22:10:20.641192983 +0100
-@@ -0,0 +1,8 @@
-+#!/usr/bin/env python
-+
-+import bleachbit.GUI
-+import gtk
-+
-+if __name__ == '__main__':
-+    gui = bleachbit.GUI.GUI()
-+    gtk.main()
-Index: bleachbit-0.2.1/setup.py
-===================================================================
---- 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']))
- data_files.append(('/usr/share/pixmaps/', ['./bleachbit.png']))
-+data_files.append(('/usr/bin', ['bin/bleachbit']))
- 
- setup(name='bleachbit',
-       version='0.4.2',

Modified: packages/bleachbit/trunk/debian/patches/series
===================================================================
--- packages/bleachbit/trunk/debian/patches/series	2009-05-11 23:27:03 UTC (rev 2930)
+++ packages/bleachbit/trunk/debian/patches/series	2009-05-11 23:31:29 UTC (rev 2931)
@@ -1,4 +1,3 @@
 desktop_file
 no_update
-launcher
 suppress_locales_warnings

Modified: packages/bleachbit/trunk/debian/rules
===================================================================
--- packages/bleachbit/trunk/debian/rules	2009-05-11 23:27:03 UTC (rev 2930)
+++ packages/bleachbit/trunk/debian/rules	2009-05-11 23:31:29 UTC (rev 2931)
@@ -15,3 +15,6 @@
 	sed -i 's/TryExec=bleachbit/TryExec=su-to-root/' bleachbit-root.desktop && \
 	sed -i 's/Exec=bleachbit/Exec=su-to-root -X -c bleachbit/' bleachbit-root.desktop
 
+override_dh_fixperms:
+	dh_fixperms
+	chmod +x debian/bleachbit/usr/share/bleachbit/bleachbit/GUI.py




More information about the Python-apps-commits mailing list