[Python-apps-commits] r2180 - in packages/entertainer/trunk/debian (control copyright rules)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Thu Jan 8 18:54:53 UTC 2009
Date: Thursday, January 8, 2009 @ 18:54:53
Author: piotr
Revision: 2180
* remove locale dir in clean rule
* add missing comma in Depends
* s/wsvn/viewsvn
Modified:
packages/entertainer/trunk/debian/control
packages/entertainer/trunk/debian/copyright
packages/entertainer/trunk/debian/rules
Modified: packages/entertainer/trunk/debian/control
===================================================================
--- packages/entertainer/trunk/debian/control 2009-01-08 09:24:17 UTC (rev 2179)
+++ packages/entertainer/trunk/debian/control 2009-01-08 18:54:53 UTC (rev 2180)
@@ -7,14 +7,14 @@
Build-Depends-Indep: python-central (>= 0.6), libgtk2.0-bin
Standards-Version: 3.8.0
Vcs-Svn: svn://svn.debian.org/python-apps/packages/entertainer/trunk
-Vcs-Browser: http://svn.debian.org/wsvn/python-apps/packages/entertainer
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/entertainer
XS-Python-Version: current
Homepage: http://www.entertainer-project.com/
Package: entertainer
Architecture: all
XB-Python-Version: ${python:Versions}
-Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.4.4-2)
+Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.4.4-2),
python-glade2 (>= 2.12),
python-gtk2 (>= 2.6.1),
python-cairo,
Modified: packages/entertainer/trunk/debian/copyright
===================================================================
--- packages/entertainer/trunk/debian/copyright 2009-01-08 09:24:17 UTC (rev 2179)
+++ packages/entertainer/trunk/debian/copyright 2009-01-08 18:54:53 UTC (rev 2180)
@@ -39,5 +39,5 @@
* tools/translations/*:
Copyright (c) 2008 Rosetta Contributors and Canonical Ltd 2008
-The Debian packaging is (C) 2008, Marco Rodrigues <gothicx at sapo.pt> and
+The Debian packaging is © 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 2009-01-08 09:24:17 UTC (rev 2179)
+++ packages/entertainer/trunk/debian/rules 2009-01-08 18:54:53 UTC (rev 2180)
@@ -8,3 +8,6 @@
binary-install/entertainer::
dh_desktop -pentertainer
+
+clean::
+ rm -rf locale
More information about the Python-apps-commits
mailing list