[Python-apps-commits] r3258 - in packages/startupmanager/trunk/debian (3 files)

gothicx-guest at users.alioth.debian.org gothicx-guest at users.alioth.debian.org
Fri Jul 10 16:33:14 UTC 2009


    Date: Friday, July 10, 2009 @ 16:33:03
  Author: gothicx-guest
Revision: 3258

Correct patch to add su-to-root to desktop file; Bump copyright years for translation files; Point package license to GPL-2 to make lintian happy.

Modified:
  packages/startupmanager/trunk/debian/changelog
  packages/startupmanager/trunk/debian/copyright
  packages/startupmanager/trunk/debian/patches/fix_desktop_file.patch

Modified: packages/startupmanager/trunk/debian/changelog
===================================================================
--- packages/startupmanager/trunk/debian/changelog	2009-07-09 15:32:04 UTC (rev 3257)
+++ packages/startupmanager/trunk/debian/changelog	2009-07-10 16:33:03 UTC (rev 3258)
@@ -1,8 +1,13 @@
 startupmanager (1.9.13-2) unstable; urgency=low
 
   * Re-add patches directory. Missing in the last upload.
+  * debian/patches:
+    + Correct patch to add su-to-root to desktop file.
+  * debian/copyright:
+    + Bump copyright years for translation files.
+    + Point package license to GPL-2 to make lintian happy.
 
- -- Marco Rodrigues <gothicx at sapo.pt>  Tue, 07 Jul 2009 23:30:16 +0100
+ -- Marco Rodrigues <gothicx at sapo.pt>  Fri, 10 Jul 2009 17:32:16 +0100
 
 startupmanager (1.9.13-1) unstable; urgency=low
 

Modified: packages/startupmanager/trunk/debian/copyright
===================================================================
--- packages/startupmanager/trunk/debian/copyright	2009-07-09 15:32:04 UTC (rev 3257)
+++ packages/startupmanager/trunk/debian/copyright	2009-07-10 16:33:03 UTC (rev 3258)
@@ -9,7 +9,7 @@
    Copyright (C) 2006-2009 Jimmy Rönnholm <jimmy.ronnholm at telia.com>
 
 po/*
-   Copyright (c) 2007-2009 Rosetta Contributors and Canonical Ltd 2007
+   Copyright (c) 2007-2009 Rosetta Contributors and Canonical Ltd 2009
 
 License:
 Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -31,7 +31,7 @@
 THE SOFTWARE.
 
 On Debian systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
+Public License can be found in `/usr/share/common-licenses/GPL-2'.
 
 The Debian packaging is (C) 2007, Jimmy Rönnholm <jimmy.ronnholm at telia.com> and
 is licensed under the GPL, see above.

Modified: packages/startupmanager/trunk/debian/patches/fix_desktop_file.patch
===================================================================
--- packages/startupmanager/trunk/debian/patches/fix_desktop_file.patch	2009-07-09 15:32:04 UTC (rev 3257)
+++ packages/startupmanager/trunk/debian/patches/fix_desktop_file.patch	2009-07-10 16:33:03 UTC (rev 3258)
@@ -4,7 +4,7 @@
  [Desktop Entry]
  _Name=StartUp-Manager
  _Comment=Change settings for the bootloader and splash screen
--Exec=gksu -k /usr/sbin/startupmanager
+-Exec=/usr/sbin/startupmanager
 +Exec=su-to-root -X -c /usr/sbin/startupmanager
  Icon=startupmanager
  NotShowIn=KDE;




More information about the Python-apps-commits mailing list