[Python-apps-commits] r12487 - in packages/sabnzbdplus/trunk/debian (3 files)

jcfp-guest at users.alioth.debian.org jcfp-guest at users.alioth.debian.org
Tue Oct 13 21:17:34 UTC 2015


    Date: Tuesday, October 13, 2015 @ 21:17:33
  Author: jcfp-guest
Revision: 12487

Remove Debian menu support as per #741573.

Modified:
  packages/sabnzbdplus/trunk/debian/changelog
  packages/sabnzbdplus/trunk/debian/rules
Deleted:
  packages/sabnzbdplus/trunk/debian/sabnzbdplus.menu

Modified: packages/sabnzbdplus/trunk/debian/changelog
===================================================================
--- packages/sabnzbdplus/trunk/debian/changelog	2015-10-13 21:11:46 UTC (rev 12486)
+++ packages/sabnzbdplus/trunk/debian/changelog	2015-10-13 21:17:33 UTC (rev 12487)
@@ -13,6 +13,7 @@
     get-orig-source.
   * Watch file: add dversionmangle to handle +dfsg suffix.
   * Copyright: adjust paths for missing-sources files.
+  * Remove Debian menu support as per #741573.
 
  -- JCF Ploemen (jcfp) <linux at jcf.pm>  Tue, 13 Oct 2015 21:10:32 +0000
 

Modified: packages/sabnzbdplus/trunk/debian/rules
===================================================================
--- packages/sabnzbdplus/trunk/debian/rules	2015-10-13 21:11:46 UTC (rev 12486)
+++ packages/sabnzbdplus/trunk/debian/rules	2015-10-13 21:17:33 UTC (rev 12487)
@@ -14,12 +14,11 @@
 	# Generate translations
 	python tools/make_mo.py
 	find locale -type d -empty -delete
-	# Create icons, 32x32 xpm for Debian menu, 48x48 png for XDG menu
-	convert -resize 32x32 interfaces/wizard/static/images/icon_sab.png sabnzbdplus.xpm
+	# Create 48x48 png icon for XDG menu
 	convert -resize 48x48 interfaces/wizard/static/images/icon_sab.png sabnzbdplus.png
 
 override_dh_clean:
-	rm -rf build/ locale/ sabnzbdplus.png sabnzbdplus.xpm
+	rm -rf build/ locale/ sabnzbdplus.png
 	find . -wholename "./email/*.tmpl" ! -name "*-en.tmpl" -delete
 	find . -name "*.pyc" -delete
 	dh_clean 

Deleted: packages/sabnzbdplus/trunk/debian/sabnzbdplus.menu
===================================================================
--- packages/sabnzbdplus/trunk/debian/sabnzbdplus.menu	2015-10-13 21:11:46 UTC (rev 12486)
+++ packages/sabnzbdplus/trunk/debian/sabnzbdplus.menu	2015-10-13 21:17:33 UTC (rev 12487)
@@ -1,5 +0,0 @@
-?package(sabnzbdplus):needs="X11" \
-  section="Applications/Network/File Transfer" \
-  title="SABnzbd+" \
-  command="/usr/bin/sabnzbdplus --browser 1" \
-  icon="/usr/share/pixmaps/sabnzbdplus.xpm"




More information about the Python-apps-commits mailing list