[Python-apps-commits] r149 - in /packages/screenlets/trunk/debian: changelog rules screenlets.install

gilir-guest at users.alioth.debian.org gilir-guest at users.alioth.debian.org
Sat Oct 20 21:53:27 UTC 2007


Author: gilir-guest
Date: Sat Oct 20 21:53:27 2007
New Revision: 149

URL: http://svn.debian.org/wsvn/python-apps/?sc=1&rev=149
Log:
* Reformat changelog
* Move cp stuff of the rules to screenlets.install

Added:
    packages/screenlets/trunk/debian/screenlets.install
Modified:
    packages/screenlets/trunk/debian/changelog
    packages/screenlets/trunk/debian/rules

Modified: packages/screenlets/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-apps/packages/screenlets/trunk/debian/changelog?rev=149&op=diff
==============================================================================
--- packages/screenlets/trunk/debian/changelog (original)
+++ packages/screenlets/trunk/debian/changelog Sat Oct 20 21:53:27 2007
@@ -5,15 +5,15 @@
   * debian/patches/01-Install-to-usr-directory.patch : Install in /usr instead of /usr/local
   * debian/patches/02-Fix-python-heritage-empaty.patch : Delete the () in python class.
   * debian/patches/03-Test-in-home-dir.patch : test if $HOME/.config/Screenlets exit 
-or create it, and create autostart file.
+  or create it, and create autostart file.
   * debian/patches/04-remove-useless-shebang.patch : Remove #!/usr/bin/env 
-python when not necessary
+  python when not necessary
   * debian/patches/05-screens-manager-desktop-file-to-bin-file.patch : Move to Utility 
-instead of Settings, execute the /usr/bin file instead of the /usr/share file.
+  instead of Settings, execute the /usr/bin file instead of the /usr/share file.
   * debian/patches/06-Add-Application-Type-in-desktop-file.patch : Add Type=Application 
-to the screenlets-daemon.desktop
+  to the screenlets-daemon.desktop
   * debian/patches/08-Fix-error-type-pager-windowslist.patch : Fix TypeError in 
-active_window_changed() when Pager and Windowlist screenlets are running.
+  active_window_changed() when Pager and Windowlist screenlets are running.
 
   [ Kumar Appaiah ]
   * debian/patches/07-Remove-encoding.patch : Remove `Encoding' from all .desktop files.

Modified: packages/screenlets/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-apps/packages/screenlets/trunk/debian/rules?rev=149&op=diff
==============================================================================
--- packages/screenlets/trunk/debian/rules (original)
+++ packages/screenlets/trunk/debian/rules Sat Oct 20 21:53:27 2007
@@ -12,14 +12,5 @@
 
 DEB_INSTALL_MANPAGES_screenlets := debian/screenlets-manager.1 debian/screenlets-packager.1
 
-XDG_DATA_DIRS=/usr/share
-
 install/screenlets::
-	mkdir $(CURDIR)/debian/$(cdbs_curpkg)/usr/share/icons
-	mkdir $(CURDIR)/debian/$(cdbs_curpkg)$(XDG_DATA_DIRS)/applications
-	mkdir $(CURDIR)/debian/$(cdbs_curpkg)$(XDG_DATA_DIRS)/desktop-directories
-	cp $(CURDIR)/desktop-menu/screenlets.svg $(CURDIR)/debian/$(cdbs_curpkg)/usr/share/icons/screenlets.svg
-	cp $(CURDIR)/desktop-menu/screenlets-manager.desktop $(CURDIR)/debian/$(cdbs_curpkg)/usr/share/applications
-	cp $(CURDIR)/desktop-menu/desktop-directories/* $(CURDIR)/debian/$(cdbs_curpkg)$(XDG_DATA_DIRS)/desktop-directories
-	cp $(CURDIR)/desktop-menu/screenlets-daemon.desktop $(CURDIR)/debian/$(cdbs_curpkg)$(XDG_DATA_DIRS)/desktop-directories/screenlets-daemon.desktop
 	rm $(CURDIR)/debian/$(cdbs_curpkg)/usr/bin/screenletsd

Added: packages/screenlets/trunk/debian/screenlets.install
URL: http://svn.debian.org/wsvn/python-apps/packages/screenlets/trunk/debian/screenlets.install?rev=149&op=file
==============================================================================
--- packages/screenlets/trunk/debian/screenlets.install (added)
+++ packages/screenlets/trunk/debian/screenlets.install Sat Oct 20 21:53:27 2007
@@ -1,0 +1,4 @@
+/desktop-menu/screenlets.svg /usr/share/icons/
+/desktop-menu/screenlets-manager.desktop /usr/share/applications
+/desktop-menu/desktop-directories/* /usr/share/desktop-directories
+/desktop-menu/screenlets-daemon.desktop /usr/share/desktop-directories




More information about the Python-apps-commits mailing list