[Python-apps-commits] r2032 - in packages/subdownloader/trunk/debian (3 files)

gothicx-guest at users.alioth.debian.org gothicx-guest at users.alioth.debian.org
Fri Dec 5 20:12:21 UTC 2008


    Date: Friday, December 5, 2008 @ 20:12:19
  Author: gothicx-guest
Revision: 2032

Add chmod to make run.py executable; Move python-qt4 from Recommends to Depends

Modified:
  packages/subdownloader/trunk/debian/changelog
  packages/subdownloader/trunk/debian/control
  packages/subdownloader/trunk/debian/rules

Modified: packages/subdownloader/trunk/debian/changelog
===================================================================
--- packages/subdownloader/trunk/debian/changelog	2008-12-05 12:09:38 UTC (rev 2031)
+++ packages/subdownloader/trunk/debian/changelog	2008-12-05 20:12:19 UTC (rev 2032)
@@ -2,4 +2,4 @@
 
   * Initial Release (Closes: #490364).
 
- -- Marco Rodrigues <gothicx at sapo.pt>  Fri, 05 Dec 2008 12:08:45 +0000
+ -- Marco Rodrigues <gothicx at sapo.pt>  Fri, 05 Dec 2008 20:11:05 +0000

Modified: packages/subdownloader/trunk/debian/control
===================================================================
--- packages/subdownloader/trunk/debian/control	2008-12-05 12:09:38 UTC (rev 2031)
+++ packages/subdownloader/trunk/debian/control	2008-12-05 20:12:19 UTC (rev 2032)
@@ -13,9 +13,8 @@
 
 Package: subdownloader
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-crypto, python-kaa-metadata
+Depends: ${python:Depends}, ${misc:Depends}, python-qt4, python-crypto, python-kaa-metadata
 XB-Python-Version: ${python:Versions}
-Recommends: python-qt4
 Description: automatically downloads/uploads subtitles for video files
  video files (DIVX, MPEG, AVI, etc.) and DVDs using fast hashing.
  .

Modified: packages/subdownloader/trunk/debian/rules
===================================================================
--- packages/subdownloader/trunk/debian/rules	2008-12-05 12:09:38 UTC (rev 2031)
+++ packages/subdownloader/trunk/debian/rules	2008-12-05 20:12:19 UTC (rev 2032)
@@ -12,6 +12,9 @@
 install: build copy-mo-files
 	dh install
 
+	# Make it executable to run.py
+	chmod +x debian/subdownloader/usr/bin/subdownloader
+
 	# Remove mmpython because it's only needed on Windows version.
 	rm -rf debian/subdownloader/usr/share/subdownloader/modules/mmpython
 




More information about the Python-apps-commits mailing list