[Python-apps-commits] r2040 - in packages/subdownloader/trunk/debian (3 files)
gothicx-guest at users.alioth.debian.org
gothicx-guest at users.alioth.debian.org
Sun Dec 7 11:13:07 UTC 2008
Date: Sunday, December 7, 2008 @ 11:13:06
Author: gothicx-guest
Revision: 2040
Check licenses and add copyright entry
Modified:
packages/subdownloader/trunk/debian/changelog
packages/subdownloader/trunk/debian/control
packages/subdownloader/trunk/debian/copyright
Modified: packages/subdownloader/trunk/debian/changelog
===================================================================
--- packages/subdownloader/trunk/debian/changelog 2008-12-07 10:44:29 UTC (rev 2039)
+++ packages/subdownloader/trunk/debian/changelog 2008-12-07 11:13:06 UTC (rev 2040)
@@ -2,4 +2,4 @@
* Initial Release (Closes: #490364).
- -- Marco Rodrigues <gothicx at sapo.pt> Fri, 05 Dec 2008 20:11:05 +0000
+ -- Marco Rodrigues <gothicx at sapo.pt> Sun, 07 Dec 2008 11:11:50 +0000
Modified: packages/subdownloader/trunk/debian/control
===================================================================
--- packages/subdownloader/trunk/debian/control 2008-12-07 10:44:29 UTC (rev 2039)
+++ packages/subdownloader/trunk/debian/control 2008-12-07 11:13:06 UTC (rev 2040)
@@ -13,7 +13,7 @@
Package: subdownloader
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-qt4, python-crypto, python-kaa-metadata
+Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.3.5-7), python-qt4, python-crypto, python-kaa-metadata
XB-Python-Version: ${python:Versions}
Description: automatically downloads/uploads subtitles for video files
video files (DIVX, MPEG, AVI, etc.) and DVDs using fast hashing.
Modified: packages/subdownloader/trunk/debian/copyright
===================================================================
--- packages/subdownloader/trunk/debian/copyright 2008-12-07 10:44:29 UTC (rev 2039)
+++ packages/subdownloader/trunk/debian/copyright 2008-12-07 11:13:06 UTC (rev 2040)
@@ -1,5 +1,5 @@
This package was debianized by Marco Rodrigues <gothicx at sapo.pt> on
-Fri, 11 Jul 2008 20:13:05 +0100.
+Fri, 11 Jul 2008 20:13:05 +0000.
It was downloaded from http://www.subdownloader.net/
@@ -30,5 +30,16 @@
On Debian systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL-3'.
+* modules/progressbar.py:
+ Copyright (C) 2005 Nilton Volpato
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ On Debian systems, the complete text of the GNU Lesser General
+ Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
+
The Debian packaging is (C) 2008, Marco Rodrigues <gothicx at sapo.pt> and
is licensed under the GPL, see above.
More information about the Python-apps-commits
mailing list