[Python-apps-commits] r4301 - in packages/gespeaker/trunk/debian (4 files)

muflone-guest at users.alioth.debian.org muflone-guest at users.alioth.debian.org
Sat Dec 12 18:51:11 UTC 2009


    Date: Saturday, December 12, 2009 @ 18:51:11
  Author: muflone-guest
Revision: 4301

Added:
  packages/gespeaker/trunk/debian/watch
Modified:
  packages/gespeaker/trunk/debian/changelog
  packages/gespeaker/trunk/debian/control
  packages/gespeaker/trunk/debian/rules

Modified: packages/gespeaker/trunk/debian/changelog
===================================================================
--- packages/gespeaker/trunk/debian/changelog	2009-12-12 18:43:00 UTC (rev 4300)
+++ packages/gespeaker/trunk/debian/changelog	2009-12-12 18:51:11 UTC (rev 4301)
@@ -1,3 +1,19 @@
+gespeaker (0.7-2) unstable; urgency=low
+
+  * debian/control:
+    - Change in Build-Depends python2.5 with python (>= 2.5)
+    - Change in Build-Depends cdbs with cdbs (>= 0.4.49)
+    - Move python-support from Build-Depends to Build-Depends-Indep
+    - Added Vcs-Svn and Vcs-Browser
+
+  * debian/rules:
+    - Add --install-lib to DEB_PYTHON_INSTALL_ARGS_ALL
+
+  * Added debian/watch file
+  * Changed maintainer to Python Applications Packaging Team
+
+ -- Fabio Castelli <muflone at vbsimple.net>  Sat, 12 Dec 2009 19:49:03 +0100
+
 gespeaker (0.7-1) unstable; urgency=low
 
   * Initial release (Closes: #559684)

Modified: packages/gespeaker/trunk/debian/control
===================================================================
--- packages/gespeaker/trunk/debian/control	2009-12-12 18:43:00 UTC (rev 4300)
+++ packages/gespeaker/trunk/debian/control	2009-12-12 18:51:11 UTC (rev 4301)
@@ -2,15 +2,19 @@
 Section: sound
 Priority: optional
 Maintainer: Fabio Castelli <muflone at vbsimple.net>
-Build-Depends: cdbs, python2.5, python-support (>=0.6), debhelper (>= 7)
+Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Standards-Version: 3.8.3
+Build-Depends: cdbs (>= 0.4.49), python (>= 2.5), debhelper (>= 7)
+Build-Depends-Indep: python-support (>=0.6)
 Homepage: http://code.google.com/p/gespeaker/
+Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/gespeaker/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/gespeaker/trunk/
 
 Package: gespeaker
 Architecture: all
 Depends: espeak, espeak-data, python-gtk2, python-glade2, python-gobject, alsa-utils | pulseaudio-utils, ${python:Depends}, ${misc:Depends}
 Suggests: mbrola
-Description: A GTK+ frontend for eSpeak and mbrola
+Description: GTK+ front-end for eSpeak and mbrola
  Gespeaker is a GTK+ frontend for eSpeak and mbrola.
  It allows to play a text in many languages with settings 
  for voice, pitch, volume, speed and word gap.

Modified: packages/gespeaker/trunk/debian/rules
===================================================================
--- packages/gespeaker/trunk/debian/rules	2009-12-12 18:43:00 UTC (rev 4300)
+++ packages/gespeaker/trunk/debian/rules	2009-12-12 18:51:11 UTC (rev 4301)
@@ -5,8 +5,8 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
 
+DEB_PYTHON_INSTALL_ARGS_ALL += --install-lib=/usr/share/gespeaker
 
-# Add here any variable or target overrides you need.
 clean::
 	rm -rf build/
 

Added: packages/gespeaker/trunk/debian/watch
===================================================================
--- packages/gespeaker/trunk/debian/watch	                        (rev 0)
+++ packages/gespeaker/trunk/debian/watch	2009-12-12 18:51:11 UTC (rev 4301)
@@ -0,0 +1,5 @@
+# watch control file for uscan
+version=3
+http://code.google.com/p/waf/downloads/list \
+  http://waf.googlecode.com/files/waf-(.*)\.tar\.bz2
+




More information about the Python-apps-commits mailing list