[Python-apps-commits] r290 - in /packages/freevial/trunk/debian: control copyright install rules watch
rainct-guest at users.alioth.debian.org
rainct-guest at users.alioth.debian.org
Sun Nov 25 18:40:13 UTC 2007
Author: rainct-guest
Date: Sun Nov 25 18:40:13 2007
New Revision: 290
URL: http://svn.debian.org/wsvn/python-apps/?sc=1&rev=290
Log:
fixes
Modified:
packages/freevial/trunk/debian/control
packages/freevial/trunk/debian/copyright
packages/freevial/trunk/debian/install
packages/freevial/trunk/debian/rules
packages/freevial/trunk/debian/watch
Modified: packages/freevial/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-apps/packages/freevial/trunk/debian/control?rev=290&op=diff
==============================================================================
--- packages/freevial/trunk/debian/control (original)
+++ packages/freevial/trunk/debian/control Sun Nov 25 18:40:13 2007
@@ -6,14 +6,14 @@
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/?op=log
-Build-Depends: cdbs (>= 0.4.49), debhelper (>= 5.0.37.1)
+Build-Depends: cdbs (>= 0.4.49), debhelper (>= 5.0.38)
Build-Depends-Indep: python-central (>= 0.5.6)
Standards-Version: 3.7.2
XS-Python-Version: >= 2.5
Package: freevial
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-pygame (>= 1.7), ttf-unfonts | ttf-unfonts-core
+Depends: ${misc:Depends}, ${python:Depends}, python-pygame (>= 1.7), ttf-unfonts | ttf-unfonts-core
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
URL: http://svn.debian.org/wsvn/python-apps/packages/freevial/trunk/debian/copyright?rev=290&op=diff
==============================================================================
--- packages/freevial/trunk/debian/copyright (original)
+++ packages/freevial/trunk/debian/copyright Sun Nov 25 18:40:13 2007
@@ -36,7 +36,3 @@
Copyright (C) 2005 by Canonical Ltd.
Author: Andrew Fitzsimon <andrew at fitzsimon.com.au>
License: GNU General Public License, version 2 or later
-
- - data/fonts/UnBatangBold.ttf (only in source package)
- Copyright (C) Park, Won-kyu <wkpark at chem.skku.ac.kr>
- License: GNU General Public License, version 2
Modified: packages/freevial/trunk/debian/install
URL: http://svn.debian.org/wsvn/python-apps/packages/freevial/trunk/debian/install?rev=290&op=diff
==============================================================================
--- packages/freevial/trunk/debian/install (original)
+++ packages/freevial/trunk/debian/install Sun Nov 25 18:40:13 2007
@@ -8,5 +8,5 @@
data/fonts/Ubuntu-Title.ttf usr/share/games/freevial/data/fonts
data/extra/freevial.xpm usr/share/pixmaps
-debian/freevial.png usr/share/pixmaps
+data/images/freevial.png usr/share/pixmaps
data/extra/freevial.desktop usr/share/applications
Modified: packages/freevial/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-apps/packages/freevial/trunk/debian/rules?rev=290&op=diff
==============================================================================
--- packages/freevial/trunk/debian/rules (original)
+++ packages/freevial/trunk/debian/rules Sun Nov 25 18:40:13 2007
@@ -5,15 +5,5 @@
DEB_INSTALL_MANPAGES_freevial += data/extra/freevial.6
-build/freevial::
- cp $(CURDIR)/data/images/logo.png $(CURDIR)/debian/freevial.png
-
binary-install/freevial::
-ifeq (true,$(shell dpkg --compare-versions 2.5 '>' `pyversions -vd` && echo true))
- sed -i -e '1s,#!.*python.*,#! /usr/bin/python2.5,' \
- $(CURDIR)/debian/freevial/usr/games/freevial
-endif
dh_pycentral -pfreevial
-
-cleanbuilddir/freevial::
- rm -f debian/freevial.png
Modified: packages/freevial/trunk/debian/watch
URL: http://svn.debian.org/wsvn/python-apps/packages/freevial/trunk/debian/watch?rev=290&op=diff
==============================================================================
--- packages/freevial/trunk/debian/watch (original)
+++ packages/freevial/trunk/debian/watch Sun Nov 25 18:40:13 2007
@@ -3,4 +3,4 @@
version=3
-https://launchpad.net/freevial/+download freevial-(.*)\.tar\.gz
+https://launchpad.net/freevial/+download/ https://launchpad.net/freevial/(?:.*)/(?:.*)/\+download/freevial-(.*)\.tar\.gz
More information about the Python-apps-commits
mailing list