[Python-apps-commits] r2045 - in packages/entertainer/trunk/debian (4 files)
gothicx-guest at users.alioth.debian.org
gothicx-guest at users.alioth.debian.org
Mon Dec 8 15:34:44 UTC 2008
Date: Monday, December 8, 2008 @ 15:34:43
Author: gothicx-guest
Revision: 2045
Add EXIF license and upstream authors to copyright; bump debhelper to 5.0.51 because of dh_icons
Modified:
packages/entertainer/trunk/debian/compat
packages/entertainer/trunk/debian/control
packages/entertainer/trunk/debian/copyright
packages/entertainer/trunk/debian/rules
Modified: packages/entertainer/trunk/debian/compat
===================================================================
--- packages/entertainer/trunk/debian/compat 2008-12-07 21:46:39 UTC (rev 2044)
+++ packages/entertainer/trunk/debian/compat 2008-12-08 15:34:43 UTC (rev 2045)
@@ -1 +1 @@
-6
+5
Modified: packages/entertainer/trunk/debian/control
===================================================================
--- packages/entertainer/trunk/debian/control 2008-12-07 21:46:39 UTC (rev 2044)
+++ packages/entertainer/trunk/debian/control 2008-12-08 15:34:43 UTC (rev 2045)
@@ -3,7 +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), cdbs (>= 0.4.49), python (>= 2.3.5-7)
+Build-Depends: debhelper (>= 5.0.51), cdbs (>= 0.4.49), python (>= 2.3.5-7)
Build-Depends-Indep: python-central (>= 0.6)
Standards-Version: 3.8.0
Vcs-Svn: svn://svn.debian.org/python-apps/packages/entertainer/trunk
@@ -14,7 +14,7 @@
Package: entertainer
Architecture: all
XB-Python-Version: ${python:Versions}
-Depends: ${python:Depends}, ${misc:Depends},
+Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.3.5-7)
python-glade2 (>= 2.12),
python-gtk2 (>= 2.6.1),
python-cairo,
Modified: packages/entertainer/trunk/debian/copyright
===================================================================
--- packages/entertainer/trunk/debian/copyright 2008-12-07 21:46:39 UTC (rev 2044)
+++ packages/entertainer/trunk/debian/copyright 2008-12-08 15:34:43 UTC (rev 2045)
@@ -4,7 +4,13 @@
It was downloaded from http://www.entertainer-project.com/
Upstream Author: Lauri Taimila <lauri at taimila.com>
- Paul Hummer <paul.hummer at ubuntu.com>
+ Jamie Bennett <jamie at linuxuk.org>
+ Joshua Scotton <josh at joshuascotton.com>
+ Matt Layman <laymansterms.dev at gmail.com>
+ Michael Charclo <charclo.michael at gmail.com>
+ Paul Hummer <paul.hummer at ubuntu.com>
+ Samuel Buffet <samuel.buffet at gmail.com>
+ Teje Rodgers <contact at tejerodgers.com>
Copyright:
@@ -29,5 +35,34 @@
On Debian systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL-2'.
+* entertainerlib/utils/EXIF.py:
+ Copyright (C) 2002 Gene Cash All rights reserved.
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the
+ distribution.
+
+ THIS SOFTWARE IS PROVIDED BY GENE CASH ``AS IS'' AND ANY EXPRESS OR
+ IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
+ ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.
+
+ This means you may do anything you want with this code, except claim you
+ wrote it. Also, if it breaks you get to keep both pieces.
+
The Debian packaging is (C) 2008, Marco Rodrigues <gothicx at sapo.pt> and
is licensed under the GPL, see above.
Modified: packages/entertainer/trunk/debian/rules
===================================================================
--- packages/entertainer/trunk/debian/rules 2008-12-07 21:46:39 UTC (rev 2044)
+++ packages/entertainer/trunk/debian/rules 2008-12-08 15:34:43 UTC (rev 2045)
@@ -9,3 +9,7 @@
install/entertainer::
find debian/entertainer -type f \( -name '*.png' -or -name '*.conf' \) -exec chmod -x '{}' \;
+
+binary-install/entertainer::
+ dh_desktop -pentertainer
+ dh_icons -pentertainer
More information about the Python-apps-commits
mailing list