[Python-apps-commits] r7082 - in packages/emesene/trunk/debian (4 files)

dfiloni-guest at users.alioth.debian.org dfiloni-guest at users.alioth.debian.org
Mon May 9 22:21:02 UTC 2011


    Date: Monday, May 9, 2011 @ 22:20:57
  Author: dfiloni-guest
Revision: 7082

New upstream release.

Modified:
  packages/emesene/trunk/debian/changelog
  packages/emesene/trunk/debian/control
  packages/emesene/trunk/debian/copyright
  packages/emesene/trunk/debian/rules

Modified: packages/emesene/trunk/debian/changelog
===================================================================
--- packages/emesene/trunk/debian/changelog	2011-05-09 12:49:34 UTC (rev 7081)
+++ packages/emesene/trunk/debian/changelog	2011-05-09 22:20:57 UTC (rev 7082)
@@ -1,3 +1,16 @@
+emesene (2.11.4+dfsg-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/rules: use python2 sequence.
+  * debian/control: modify python (>= 2.5) to python (>= 2.6.6-3~) in
+    Build-Depends field.
+  * debian/control: remove Build-Depends-Indep field.
+  * debian/control: remove python-appindicator from Recommends field.
+  * Update debian/copyright file.
+  * Bump Standards-Version to 3.9.2.
+
+ -- Devid Antonio Filoni <d.filoni at ubuntu.com>  Mon, 09 May 2011 23:27:56 +0200
+
 emesene (2.0~git20110319+dfsg-1) unstable; urgency=low
 
   * Set myself as maintainer.

Modified: packages/emesene/trunk/debian/control
===================================================================
--- packages/emesene/trunk/debian/control	2011-05-09 12:49:34 UTC (rev 7081)
+++ packages/emesene/trunk/debian/control	2011-05-09 22:20:57 UTC (rev 7082)
@@ -4,10 +4,9 @@
 Maintainer: Devid Antonio Filoni <d.filoni at ubuntu.com>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 7.0.50~),
-               python (>= 2.5),
+               python (>= 2.6.6-3~),
                python-setuptools
-Build-Depends-Indep: python-support
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Homepage: http://www.emesene.org/
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/emesene/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/emesene/trunk/
@@ -24,7 +23,6 @@
          python-webkit,
          python-gobject
 Recommends: python-gst0.10,
-            python-appindicator,
             python-xmpp
 Suggests: python-gtkspell
 Description: instant messaging client

Modified: packages/emesene/trunk/debian/copyright
===================================================================
--- packages/emesene/trunk/debian/copyright	2011-05-09 12:49:34 UTC (rev 7081)
+++ packages/emesene/trunk/debian/copyright	2011-05-09 22:20:57 UTC (rev 7082)
@@ -130,6 +130,31 @@
 
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
+For emesene/e3/common/NetworkManagerHelper.py, the following terms
+apply:
+
+    Copyright (C) 2010 Mohamed Amine IL Idrissi
+    Copyright (C) 2011 Canonical
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License along
+    with this package; if not, write to the Free Software Foundation, Inc.,
+    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL-2'.
+
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
 For emesene/e3/papylib/PapyConference.py, the following terms
 apply:
 

Modified: packages/emesene/trunk/debian/rules
===================================================================
--- packages/emesene/trunk/debian/rules	2011-05-09 12:49:34 UTC (rev 7081)
+++ packages/emesene/trunk/debian/rules	2011-05-09 22:20:57 UTC (rev 7082)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh --with python2 $@
 
 override_dh_auto_install:
 	dh_auto_install -- --install-lib=usr/share/emesene \




More information about the Python-apps-commits mailing list