[Python-apps-commits] r7820 - in packages/freevial/trunk/debian (4 files)
sgevatter at users.alioth.debian.org
sgevatter at users.alioth.debian.org
Sat Nov 19 22:02:01 UTC 2011
Date: Saturday, November 19, 2011 @ 22:01:46
Author: sgevatter
Revision: 7820
* debian/control:
- Add an alternative dependency on fonts-unfonts-core
(since it replaced ttf-unfonts-core).
- Bump Standars-Version to 3.9.2.
* data/extra/freevial.6:
- Fix typo ("Additionaly" -> "Additionally").
* debian/control, debian/rules:
- Switch from dh_pycentral to dh_python2.
* debian/source/format:
- Added, with content "1.0".
* debian/copyright:
- Update copyright years and use Unicode copyright character.
Modified:
packages/freevial/trunk/debian/changelog
packages/freevial/trunk/debian/control
packages/freevial/trunk/debian/copyright
packages/freevial/trunk/debian/rules
Modified: packages/freevial/trunk/debian/changelog
===================================================================
--- packages/freevial/trunk/debian/changelog 2011-11-19 13:26:16 UTC (rev 7819)
+++ packages/freevial/trunk/debian/changelog 2011-11-19 22:01:46 UTC (rev 7820)
@@ -1,3 +1,20 @@
+freevial (1.3-2) unstable; urgency=low
+
+ * debian/control:
+ - Add an alternative dependency on fonts-unfonts-core
+ (since it replaced ttf-unfonts-core).
+ - Bump Standars-Version to 3.9.2.
+ * data/extra/freevial.6:
+ - Fix typo ("Additionaly" -> "Additionally").
+ * debian/control, debian/rules:
+ - Switch from dh_pycentral to dh_python2.
+ * debian/source/format:
+ - Added, with content "1.0".
+ * debian/copyright:
+ - Update copyright years and use Unicode copyright character.
+
+ -- Siegfried-Angel Gevatter Pujals <rainct at ubuntu.com> Sat, 19 Nov 2011 19:14:58 +0100
+
freevial (1.3-1) unstable; urgency=low
[ Siegfried-Angel Gevatter Pujals ]
Modified: packages/freevial/trunk/debian/control
===================================================================
--- packages/freevial/trunk/debian/control 2011-11-19 13:26:16 UTC (rev 7819)
+++ packages/freevial/trunk/debian/control 2011-11-19 22:01:46 UTC (rev 7820)
@@ -6,11 +6,11 @@
Homepage: https://launchpad.net/freevial
Vcs-Svn: svn://svn.debian.org/python-apps/packages/freevial/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/freevial/trunk/
-Build-Depends: cdbs (>= 0.4.49),
- debhelper (>= 5.0.38)
-Build-Depends-Indep: python-central (>= 0.5.6)
-Standards-Version: 3.8.0
-XS-Python-Version: >= 2.4
+Build-Depends: cdbs (>= 0.4.90~),
+ debhelper (>= 5.0.38),
+ python-all (>= 2.6.6-3~)
+Standards-Version: 3.9.2
+X-Python-Version: >= 2.4
Package: freevial
Architecture: all
@@ -18,7 +18,7 @@
${python:Depends},
python-pygame (>= 1.7),
python-lxml,
- ttf-unfonts-core | ttf-unfonts,
+ fonts-unfonts-core | ttf-unfonts-core | ttf-unfonts,
ttf-freefont
XB-Python-Version: ${python:Versions}
Description: trivia platform for community events
Modified: packages/freevial/trunk/debian/copyright
===================================================================
--- packages/freevial/trunk/debian/copyright 2011-11-19 13:26:16 UTC (rev 7819)
+++ packages/freevial/trunk/debian/copyright 2011-11-19 22:01:46 UTC (rev 7820)
@@ -11,7 +11,7 @@
Copyright:
- Copyright (C) 2007-2008 The Freevial Team
+ Copyright © 2007-2008 The Freevial Team
License:
@@ -28,7 +28,7 @@
On Debian systems, the complete text of the GNU General Public
License, version 3, can be found in /usr/share/common-licenses/GPL-3.
-The Debian packaging is (C) 2007-2008, Siegfried-Angel Gevatter Pujals (RainCT)
+The Debian packaging is © 2007-2011, 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 (included in the binary packages):
Modified: packages/freevial/trunk/debian/rules
===================================================================
--- packages/freevial/trunk/debian/rules 2011-11-19 13:26:16 UTC (rev 7819)
+++ packages/freevial/trunk/debian/rules 2011-11-19 22:01:46 UTC (rev 7820)
@@ -11,4 +11,4 @@
chmod -x $(CURDIR)/debian/freevial/usr/share/games/freevial/data/images/categoria_ciencies.png
binary-install/freevial::
- dh_pycentral -pfreevial
+ dh_python2 -pfreevial
More information about the Python-apps-commits
mailing list