[Python-apps-commits] r1798 - in packages/subdownloader/trunk/debian (control docs rules)
gothicx-guest at users.alioth.debian.org
gothicx-guest at users.alioth.debian.org
Sat Sep 13 16:06:16 UTC 2008
Date: Saturday, September 13, 2008 @ 16:06:14
Author: gothicx-guest
Revision: 1798
Change b-p from python-all-dev to python-defaults
Modified:
packages/subdownloader/trunk/debian/control
packages/subdownloader/trunk/debian/rules
Deleted:
packages/subdownloader/trunk/debian/docs
Modified: packages/subdownloader/trunk/debian/control
===================================================================
--- packages/subdownloader/trunk/debian/control 2008-09-13 16:04:30 UTC (rev 1797)
+++ packages/subdownloader/trunk/debian/control 2008-09-13 16:06:14 UTC (rev 1798)
@@ -3,8 +3,7 @@
Priority: optional
Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
Uploaders: Marco Rodrigues <gothicx at sapo.pt>
-Build-Depends: debhelper (>= 5.0.38)
-Build-Depends-Indep: xsltproc, docbook-xml, docbook-xsl, python-all-dev (>= 2.4.4-2), python-central (>= 0.5.6)
+Build-Depends: debhelper (>= 5.0.38), python-defaults (>= 2.4.4-2), python-central (>= 0.5.6)
Standards-Version: 3.8.0
Vcs-Svn: svn://svn.debian.org/python-apps/packages/subdownloader/trunk
Vcs-Browser: http://svn.debian.org/wsvn/python-apps/packages/subdownloader
@@ -16,12 +15,12 @@
Depends: ${python:Depends}, python-imdbpy (>= 2.7), python-kaa-metadata
XB-Python-Version: ${python:Versions}
Description: SubDownloader find subtitles from any video file or DVD's
- SubDownloader will retrieve automatically subtitles for
+ It will retrieve automatically subtitles for
videofiles (DIVX,MPEG,AVI,etc) and DVD's using fast hashing.
The package includes the common files and a cli interface.
Package: subdownloader
Architecture: all
Depends: subdownloader-cli, python-qt4
-Description: SubDownloader find subtitles from any video file or DVD's
+Description: It finds subtitles from any video file or DVD's
This package contains the GUI frontend.
Deleted: packages/subdownloader/trunk/debian/docs
===================================================================
--- packages/subdownloader/trunk/debian/docs 2008-09-13 16:04:30 UTC (rev 1797)
+++ packages/subdownloader/trunk/debian/docs 2008-09-13 16:06:14 UTC (rev 1798)
@@ -1 +0,0 @@
-README
Modified: packages/subdownloader/trunk/debian/rules
===================================================================
--- packages/subdownloader/trunk/debian/rules 2008-09-13 16:04:30 UTC (rev 1797)
+++ packages/subdownloader/trunk/debian/rules 2008-09-13 16:06:14 UTC (rev 1798)
@@ -35,20 +35,11 @@
dh_testroot
dh_pycentral
dh_installchangelogs ChangeLog
- #dh_installdocs
- #dh_installexamples
+# dh_installdocs
dh_install
-# dh_installmenu
-# dh_installdebconf
-# dh_installlogrotate
-# dh_installemacsen
-# dh_installpam
-# dh_installmime
-# dh_installinit
-# dh_installcron
-# dh_installinfo
dh_installman subdownloader.1
dh_link
+ dh_desktop
dh_strip
dh_compress
dh_fixperms
More information about the Python-apps-commits
mailing list