r27770 - in /desktop/unstable/gnome-python-desktop/debian: changelog control control.in

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Sun Apr 24 09:34:37 UTC 2011


Author: bigon
Date: Sun Apr 24 09:34:36 2011
New Revision: 27770

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=27770
Log:
Fix Description to please lintian

Modified:
    desktop/unstable/gnome-python-desktop/debian/changelog
    desktop/unstable/gnome-python-desktop/debian/control
    desktop/unstable/gnome-python-desktop/debian/control.in

Modified: desktop/unstable/gnome-python-desktop/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-python-desktop/debian/changelog?rev=27770&op=diff
==============================================================================
--- desktop/unstable/gnome-python-desktop/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-python-desktop/debian/changelog [utf-8] Sun Apr 24 09:34:36 2011
@@ -9,12 +9,13 @@
     - Drop versionized version of dpkg-dev
     - Add Vcs-* fields
     - Add Provides: ${python:Provides} to binary packages
+    - Fix Description to please lintian
   * debian/rules:
     - Add include autoreconf.mk (Closes: #558557)
     - Use dh_python2 instead of pysupport
   * Drop debian/patches/90_autotools.patch: Use dh-autoreconf instead
 
- -- Laurent Bigonville <bigon at debian.org>  Sat, 23 Apr 2011 14:31:34 +0200
+ -- Laurent Bigonville <bigon at debian.org>  Sun, 24 Apr 2011 11:34:07 +0200
 
 gnome-python-desktop (2.30.0-4) unstable; urgency=low
 

Modified: desktop/unstable/gnome-python-desktop/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-python-desktop/debian/control?rev=27770&op=diff
==============================================================================
--- desktop/unstable/gnome-python-desktop/debian/control [utf-8] (original)
+++ desktop/unstable/gnome-python-desktop/debian/control [utf-8] Sun Apr 24 09:34:36 2011
@@ -96,7 +96,7 @@
          python-gtk2
 Provides: ${python:Provides}
 Description: Python bindings for the evince libraries
- This package contains modules that allows to display documents
+ This package contains modules that allows one to display documents
  supported by the evince libraries in Python applications.
 
 Package: python-evolution
@@ -109,7 +109,7 @@
 Replaces: python-gnome2-desktop (<< 2.24.0-2)
 Provides: ${python:Provides}
 Description: Python bindings for the evolution libraries
- This package contains modules that allows to talk with the evolution
+ This package contains modules that allows one to talk with the evolution
  data server to manipulate the address book and calendar in Python.
 
 Package: python-gnomeapplet
@@ -124,7 +124,7 @@
 Replaces: python-gnome2-desktop (<< 2.24.0-2)
 Provides: ${python:Provides}
 Description: Python bindings for the GNOME panel applet library
- This package contains a module that allows to write applets for the
+ This package contains a module that allows one to write applets for the
  GNOME panel in Python.
 
 Package: python-gnomedesktop
@@ -136,7 +136,7 @@
 Replaces: python-gnome2-desktop (<< 2.24.0-2)
 Provides: ${python:Provides}
 Description: Python bindings for the GNOME desktop library
- This package contains a module that allows to write applications using
+ This package contains a module that allows one to write applications using
  the GNOME desktop library in Python.
 
 Package: python-gnomekeyring
@@ -149,7 +149,7 @@
 Replaces: python-gnome2-desktop (<< 2.24.0-2)
 Provides: ${python:Provides}
 Description: Python bindings for the GNOME keyring library
- This package contains a module that allows to access and manipulate
+ This package contains a module that allows one to access and manipulate
  the GNOME keyring framework in Python.
 
 Package: python-gtop
@@ -161,7 +161,7 @@
 Replaces: python-gnome2-desktop (<< 2.24.0-2)
 Provides: ${python:Provides}
 Description: Python bindings for the Gtop library
- This package contains a module that allows to use the Gtop system
+ This package contains a module that allows one to use the Gtop system
  information library in Python applications.
 
 Package: python-mediaprofiles
@@ -173,7 +173,7 @@
 Replaces: python-gnome2-desktop (<< 2.24.0-2)
 Provides: ${python:Provides}
 Description: Python bindings for the GNOME media profiles library
- This package contains a module that allows to use the GNOME media
+ This package contains a module that allows one to use the GNOME media
  profiles widgets in Python applications.
 
 Package: python-metacity
@@ -186,7 +186,7 @@
 Replaces: python-gnome2-desktop (<< 2.24.0-2)
 Provides: ${python:Provides}
 Description: Python bindings for metacity
- This package contains a module that allows to manipulate the internals
+ This package contains a module that allows one to manipulate the internals
  of the Metacity window manager in Python applications.
 
 Package: python-rsvg
@@ -199,7 +199,7 @@
 Replaces: python-gnome2-desktop (<< 2.24.0-2)
 Provides: ${python:Provides}
 Description: Python bindings for the RSVG library
- This package contains a module that allows to use librsvg to read and
+ This package contains a module that allows one to use librsvg to read and
  write SVG files from Python applications.
 
 Package: python-totem-plparser
@@ -211,7 +211,7 @@
 Replaces: python-gnome2-desktop (<< 2.24.0-2)
 Provides: ${python:Provides}
 Description: Python bindings for the Totem playlist parser library
- This package contains a module that allows to use the Totem playlist
+ This package contains a module that allows one to use the Totem playlist
  parser library from Python applications.
 
 Package: python-wnck
@@ -223,5 +223,5 @@
 Replaces: python-gnome2-desktop (<< 2.24.0-2)
 Provides: ${python:Provides}
 Description: Python bindings for the WNCK library
- This package contains a module that allows to communicate with the
+ This package contains a module that allows one to communicate with the
  Window Manager using the EWMH specification from Python applications.

Modified: desktop/unstable/gnome-python-desktop/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-python-desktop/debian/control.in?rev=27770&op=diff
==============================================================================
--- desktop/unstable/gnome-python-desktop/debian/control.in [utf-8] (original)
+++ desktop/unstable/gnome-python-desktop/debian/control.in [utf-8] Sun Apr 24 09:34:36 2011
@@ -91,7 +91,7 @@
          python-gtk2
 Provides: ${python:Provides}
 Description: Python bindings for the evince libraries
- This package contains modules that allows to display documents
+ This package contains modules that allows one to display documents
  supported by the evince libraries in Python applications.
 
 Package: python-evolution
@@ -104,7 +104,7 @@
 Replaces: python-gnome2-desktop (<< 2.24.0-2)
 Provides: ${python:Provides}
 Description: Python bindings for the evolution libraries
- This package contains modules that allows to talk with the evolution
+ This package contains modules that allows one to talk with the evolution
  data server to manipulate the address book and calendar in Python.
 
 Package: python-gnomeapplet
@@ -119,7 +119,7 @@
 Replaces: python-gnome2-desktop (<< 2.24.0-2)
 Provides: ${python:Provides}
 Description: Python bindings for the GNOME panel applet library
- This package contains a module that allows to write applets for the
+ This package contains a module that allows one to write applets for the
  GNOME panel in Python.
 
 Package: python-gnomedesktop
@@ -131,7 +131,7 @@
 Replaces: python-gnome2-desktop (<< 2.24.0-2)
 Provides: ${python:Provides}
 Description: Python bindings for the GNOME desktop library
- This package contains a module that allows to write applications using
+ This package contains a module that allows one to write applications using
  the GNOME desktop library in Python.
 
 Package: python-gnomekeyring
@@ -144,7 +144,7 @@
 Replaces: python-gnome2-desktop (<< 2.24.0-2)
 Provides: ${python:Provides}
 Description: Python bindings for the GNOME keyring library
- This package contains a module that allows to access and manipulate
+ This package contains a module that allows one to access and manipulate
  the GNOME keyring framework in Python.
 
 Package: python-gtop
@@ -156,7 +156,7 @@
 Replaces: python-gnome2-desktop (<< 2.24.0-2)
 Provides: ${python:Provides}
 Description: Python bindings for the Gtop library
- This package contains a module that allows to use the Gtop system
+ This package contains a module that allows one to use the Gtop system
  information library in Python applications.
 
 Package: python-mediaprofiles
@@ -168,7 +168,7 @@
 Replaces: python-gnome2-desktop (<< 2.24.0-2)
 Provides: ${python:Provides}
 Description: Python bindings for the GNOME media profiles library
- This package contains a module that allows to use the GNOME media
+ This package contains a module that allows one to use the GNOME media
  profiles widgets in Python applications.
 
 Package: python-metacity
@@ -181,7 +181,7 @@
 Replaces: python-gnome2-desktop (<< 2.24.0-2)
 Provides: ${python:Provides}
 Description: Python bindings for metacity
- This package contains a module that allows to manipulate the internals
+ This package contains a module that allows one to manipulate the internals
  of the Metacity window manager in Python applications.
 
 Package: python-rsvg
@@ -194,7 +194,7 @@
 Replaces: python-gnome2-desktop (<< 2.24.0-2)
 Provides: ${python:Provides}
 Description: Python bindings for the RSVG library
- This package contains a module that allows to use librsvg to read and
+ This package contains a module that allows one to use librsvg to read and
  write SVG files from Python applications.
 
 Package: python-totem-plparser
@@ -206,7 +206,7 @@
 Replaces: python-gnome2-desktop (<< 2.24.0-2)
 Provides: ${python:Provides}
 Description: Python bindings for the Totem playlist parser library
- This package contains a module that allows to use the Totem playlist
+ This package contains a module that allows one to use the Totem playlist
  parser library from Python applications.
 
 Package: python-wnck
@@ -218,5 +218,5 @@
 Replaces: python-gnome2-desktop (<< 2.24.0-2)
 Provides: ${python:Provides}
 Description: Python bindings for the WNCK library
- This package contains a module that allows to communicate with the
+ This package contains a module that allows one to communicate with the
  Window Manager using the EWMH specification from Python applications.




More information about the pkg-gnome-commits mailing list