[Python-apps-commits] r1793 - in packages/freevial/trunk/debian (4 files)

rainct-guest at users.alioth.debian.org rainct-guest at users.alioth.debian.org
Fri Sep 12 16:47:18 UTC 2008


    Date: Friday, September 12, 2008 @ 16:47:17
  Author: rainct-guest
Revision: 1793

* debian/copyright:
   - Update the copyright years.
   - Add missing licensing information for file skins/kde4/FreeSerif.ttf.
* debian/rules, debian/menu:
   - List each build dependency / menu tag on a line.

Modified:
  packages/freevial/trunk/debian/changelog
  packages/freevial/trunk/debian/control
  packages/freevial/trunk/debian/copyright
  packages/freevial/trunk/debian/menu

Modified: packages/freevial/trunk/debian/changelog
===================================================================
--- packages/freevial/trunk/debian/changelog	2008-09-12 16:10:38 UTC (rev 1792)
+++ packages/freevial/trunk/debian/changelog	2008-09-12 16:47:17 UTC (rev 1793)
@@ -1,7 +1,12 @@
-freevial (1.2-2) UNRELEASED; urgency=low
+freevial (1.3~pre1-0ubuntu1~freevial1) UNRELEASED; urgency=low
 
   * debian/watch:
      - Change the protocol from "https" to "http".
+  * debian/copyright:
+     - Update the copyright years.
+     - Add missing licensing information for file skins/kde4/FreeSerif.ttf.
+  * debian/rules, debian/menu:
+     - List each build dependency / menu tag on a line.
 
  -- Siegfried-Angel Gevatter Pujals <rainct at ubuntu.com>  Fri, 12 Sep 2008 18:07:15 +0200
 

Modified: packages/freevial/trunk/debian/control
===================================================================
--- packages/freevial/trunk/debian/control	2008-09-12 16:10:38 UTC (rev 1792)
+++ packages/freevial/trunk/debian/control	2008-09-12 16:47:17 UTC (rev 1793)
@@ -6,14 +6,20 @@
 Homepage: https://launchpad.net/freevial
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/freevial/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/python-apps/packages/freevial/trunk/
-Build-Depends: cdbs (>= 0.4.49), debhelper (>= 5.0.38)
+Build-Depends: cdbs (>= 0.4.49),
+ debhelper (>= 5.0.38)
 Build-Depends-Indep: python-central (>= 0.5.6)
 Standards-Version: 3.7.3
 XS-Python-Version: >= 2.5
 
 Package: freevial
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-pygame (>= 1.7), python-lxml, ttf-unfonts-core | ttf-unfonts, ttf-freefont
+Depends: ${misc:Depends},
+ ${python:Depends},
+ python-pygame (>= 1.7),
+ python-lxml,
+ ttf-unfonts-core | ttf-unfonts,
+ ttf-freefont
 XB-Python-Version: ${python:Versions}
 Description: trivia platform for community events
  Freevial is a platform for trivia-like games, designed to be used on

Modified: packages/freevial/trunk/debian/copyright
===================================================================
--- packages/freevial/trunk/debian/copyright	2008-09-12 16:10:38 UTC (rev 1792)
+++ packages/freevial/trunk/debian/copyright	2008-09-12 16:47:17 UTC (rev 1793)
@@ -11,7 +11,7 @@
 
 Copyright: 
 
-    Copyright (C) 2007 The Freevial Team
+    Copyright (C) 2007-2008 The Freevial Team
 
 License:
 
@@ -31,10 +31,17 @@
 The Debian packaging is (C) 2007-2008, Siegfried-Angel Gevatter Pujals (RainCT)
 <rainct at ubuntu.com> and is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
 
-Files with another copyright holder:
+Files with another copyright holder (included in the binary packages):
 
     - data/fonts/Ubuntu-Title.ttf
-      Copyright (C) 2005 by Canonical Ltd.
+      Copyright (C) 2005 Canonical Ltd.
       Author: Andrew Fitzsimon <andrew at fitzsimon.com.au>
       License: GNU Lesser General Public License, version 2 or later
-      See /usr/share/common-licenses/LGPL for more information
+      See /usr/share/common-licenses/LGPL for more information.
+
+Files with another copyright holder (only in the source):
+
+    - skins/kde4/FreeSerif.ttf
+      Copyright (C) 2002 Free Software Foundation
+      License: GNU General Public License, version 2 or later
+      See /usr/share/common-licenses/LGPL for more information.

Modified: packages/freevial/trunk/debian/menu
===================================================================
--- packages/freevial/trunk/debian/menu	2008-09-12 16:10:38 UTC (rev 1792)
+++ packages/freevial/trunk/debian/menu	2008-09-12 16:47:17 UTC (rev 1793)
@@ -1,2 +1,6 @@
-?package(freevial): needs="X11" section="Games/Puzzles" title="Freevial" \
- command="/usr/games/freevial" icon="/usr/share/pixmaps/freevial.xpm"
+?package(freevial):
+ needs="X11" \
+ section="Games/Puzzles" \
+ title="Freevial" \
+ command="/usr/games/freevial" \
+ icon="/usr/share/pixmaps/freevial.xpm"




More information about the Python-apps-commits mailing list