[Debian-l10n-commits] r2751 - in /virtaal/trunk/debian: changelog control

elric-guest at users.alioth.debian.org elric-guest at users.alioth.debian.org
Mon Sep 5 14:38:36 UTC 2011


Author: elric-guest
Date: Mon Sep  5 14:38:36 2011
New Revision: 2751

URL: http://svn.debian.org/wsvn/?sc=1&rev=2751
Log:
debian/control: drop python-simplejson dependency in favor of Python 2.6 builtin json

Modified:
    virtaal/trunk/debian/changelog
    virtaal/trunk/debian/control

Modified: virtaal/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/virtaal/trunk/debian/changelog?rev=2751&op=diff
==============================================================================
--- virtaal/trunk/debian/changelog (original)
+++ virtaal/trunk/debian/changelog Mon Sep  5 14:38:36 2011
@@ -1,6 +1,9 @@
 virtaal (0.7.0-2) UNRELEASED; urgency=low
 
   * debian/control: Drop quilt from build-depends. Not necessary.
+  * debian/control: Drop python-simplejson. Virtaal automatically checks
+    and defaults to built-in python 2.6 json if python-simplejson is not
+    installed. Closes: #612218
 
  -- Omar Campagne <ocampagne at gmail.com>  Mon, 05 Sep 2011 16:31:44 +0200
 

Modified: virtaal/trunk/debian/control
URL: http://svn.debian.org/wsvn/virtaal/trunk/debian/control?rev=2751&op=diff
==============================================================================
--- virtaal/trunk/debian/control (original)
+++ virtaal/trunk/debian/control Mon Sep  5 14:38:36 2011
@@ -13,7 +13,7 @@
 
 Package: virtaal
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, translate-toolkit (>= 1.9.0), python-gtk2, python-gobject, python-glade2, python-pycurl, python-lxml, python-simplejson
+Depends: ${misc:Depends}, ${python:Depends}, translate-toolkit (>= 1.9.0), python-gtk2, python-gobject, python-glade2, python-pycurl, python-lxml
 Recommends: python-gtkspell, openoffice.org-common, python-levenshtein, python-psycopg2
 Description: graphical localisation editor
  Virtaal is a graphical localisation editor which supports a variety of formats




More information about the Debian-l10n-commits mailing list