Ignore:
Timestamp:
11/29/09 01:43:34 (3 years ago)
Author:
alanbach-guest
Message:
  • Sync'd with Debian 2.28.0-2
Location:
pkg/frankie/main/gnome-python-desktop/trunk/debian
Files:
2 added
1 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • pkg/frankie/main/gnome-python-desktop/trunk/debian/changelog

    r5860 r6017  
    1 gnome-python-desktop (2.26.0-parsix3) unstable; urgency=low 
    2  
    3   * Added missing files to fix the broken packages 
    4  
    5  -- Alan Baghumian <alan@technotux.org>  Thu, 08 Oct 2009 20:57:36 -0700 
    6  
    7 gnome-python-desktop (2.26.0-parsix2) unstable; urgency=low 
    8  
    9   * Sync'd with Debian 2.26.0-1 
    10  
    11  -- Alan Baghumian <alan@technotux.org>  Sat, 12 Sep 2009 19:20:26 -0700 
     1gnome-python-desktop (2.28.0-parsix1) unstable; urgency=low 
     2 
     3  * Sync'd with Debian 2.28.0-2 
     4 
     5 -- Alan Baghumian <alan@technotux.org>  Sat, 28 Nov 2009 16:43:08 -0800 
     6 
     7gnome-python-desktop (2.28.0-2) unstable; urgency=low 
     8 
     9  * python-gnomeprint needs python-gnome2. Closes: #548741. 
     10 
     11 -- Josselin Mouette <joss@debian.org>  Sat, 21 Nov 2009 10:35:25 +0100 
     12 
     13gnome-python-desktop (2.28.0-1) unstable; urgency=low 
     14 
     15  * New upstream release. 
     16    - Add missing constants to the brasero bindings. Closes: #546925. 
     17    - Add a workaround for a crash in an example file. Closes: #546668. 
     18  * debian/patches/01_fix_build_out_of_tree.patch: 
     19    - Removed, applied upstream. 
     20  * debian/watch: Don't uupdate. 
     21  * debian/rules: Remove check-dist.mk to upload to unstable. 
     22 
     23 -- Emilio Pozuelo Monfort <pochu@debian.org>  Thu, 24 Sep 2009 16:54:39 +0200 
     24 
     25gnome-python-desktop (2.27.3-1) experimental; urgency=low 
     26 
     27  [ Emilio Pozuelo Monfort ] 
     28  * Remove python-gtksourceview package, it's not used by anything anymore. 
     29  * Standards-Version is 3.8.3, no changes needed. 
     30  * debian/control.in: Remove trailing whitespaces. 
     31 
     32  [ Josselin Mouette ] 
     33  * Remove python-gnome2-desktop since otherwise we would break all  
     34    packages depending on it for the gtksourceview module. 
     35 
     36  [ Emilio Pozuelo Monfort ] 
     37  * New upstream release. 
     38    - debian/patches/01_fix_build_out_of_tree.patch: 
     39      + Fix build of brasero bindings out of tree. 
     40  * Add a python-brasero package with the brasero python extensions. 
     41  * debian/patches/90_relibtoolize.patch: 
     42    - Deleted, the rpath issue should be fixed now that upstream uses 
     43      a newer libtool. 
     44  * Include check-dist.mk to prevent accidental uploads to unstable. 
     45  * debian/copyright: updated. 
     46 
     47 -- Emilio Pozuelo Monfort <pochu@debian.org>  Sun, 13 Sep 2009 19:27:46 +0200 
    1248 
    1349gnome-python-desktop (2.26.0-1) unstable; urgency=low 
  • pkg/frankie/main/gnome-python-desktop/trunk/debian/control

    r5814 r6017  
    33Priority: optional 
    44Maintainer: Loic Minier <lool@dooz.org> 
    5 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Gustavo Noronha Silva <kov@debian.org>, Josselin Mouette <joss@debian.org>, Sebastian Dröge <slomo@debian.org> 
     5Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu@debian.org>, Gustavo Noronha Silva <kov@debian.org>, Josselin Mouette <joss@debian.org> 
    66Build-Depends: debhelper (>= 5.0.37.2), 
    77               gnome-pkg-tools (>= 0.10), 
     
    2525               libgnomeprint2.2-dev (>= 2.2.0), 
    2626               libgnomeprintui2.2-dev (>= 2.2), 
    27                libgtksourceview-dev (>= 1.1.90), 
    2827               libnautilus-burn-dev (>= 2.15.3), 
    2928               libgnome-media-dev (>= 2.10.0), 
     
    3534               libebook1.2-dev (>= 1.4.0), 
    3635               libevince-dev, 
     36               libbrasero-media-dev (>= 2.27.92-2), 
    3737               bug-buddy (>= 2.16) [!hurd-i386] 
    38 Standards-Version: 3.8.0 
     38Standards-Version: 3.8.3 
    3939XS-Python-Version: >= 2.5 
    4040 
    41 Package: python-gnome2-desktop 
     41Package: python-gnome2-desktop-dev 
    4242Architecture: all 
    4343Depends: ${misc:Depends}, 
     
    4949         python-gnomekeyring (>= ${source:Version}), 
    5050         python-gnomeprint (>= ${source:Version}), 
    51          python-gtksourceview (>= ${source:Version}), 
    5251         python-gtop (>= ${source:Version}), 
    5352         python-mediaprofiles (>= ${source:Version}), 
     
    5655         python-rsvg (>= ${source:Version}), 
    5756         python-totem-plparser (>= ${source:Version}), 
    58          python-wnck (>= ${source:Version}) 
    59 Description: Python bindings for the GNOME desktop environment (dummy package) 
    60  This archive contains modules that allow you to write GNOME programs 
    61  in Python. 
    62  . 
    63  This is a dummy package that depends from all the modules that used to  
    64  be together. You can safely remove it from your system. 
    65  
    66 Package: python-gnome2-desktop-dev 
    67 Architecture: all 
    68 Depends: ${misc:Depends}, 
    69          python-gnome2-desktop (>= ${source:Version}), 
     57         python-wnck (>= ${source:Version}), 
    7058         python-gnome2-dev, 
    7159         python-gtk2-dev 
     
    7664 that interoperate gnome-python. 
    7765 
     66Package: python-brasero 
     67Architecture: any 
     68Depends: ${misc:Depends}, 
     69         ${shlibs:Depends}, 
     70         ${python:Depends}, 
     71         python-gtk2 
     72Suggests: brasero 
     73Description: Python module for brasero 
     74 This package contains some modules that allow to write applications using 
     75 the Brasero media libraries and burning backends. 
     76 
    7877Package: python-bugbuddy 
    7978Architecture: all 
     
    8584Conflicts: python-gnome2-desktop (<< 2.24.0-2) 
    8685Description: Python module for bug-buddy 
    87  This package contains a module that will allow programs using it to  
     86 This package contains a module that will allow programs using it to 
    8887 report bugs using the bug-buddy reporting tool, if it is installed. 
    8988 
     
    9594         python-gtk2 
    9695Description: Python bindings for the evince libraries 
    97  This package contains modules that allows to display documents  
     96 This package contains modules that allows to display documents 
    9897 supported by the evince libraries in Python applications. 
    9998 
     
    107106Conflicts: python-gnome2-desktop (<< 2.24.0-2) 
    108107Description: Python bindings for the evolution libraries 
    109  This package contains modules that allows to talk with the evolution  
     108 This package contains modules that allows to talk with the evolution 
    110109 data server to manipulate the address book and calendar in Python. 
    111110 
     
    120119Conflicts: python-gnome2-desktop (<< 2.24.0-2) 
    121120Description: Python bindings for the GNOME panel applet library 
    122  This package contains a module that allows to write applets for the  
     121 This package contains a module that allows to write applets for the 
    123122 GNOME panel in Python. 
    124123 
     
    131130Conflicts: python-gnome2-desktop (<< 2.24.0-2) 
    132131Description: Python bindings for the GNOME desktop library 
    133  This package contains a module that allows to write applications using  
     132 This package contains a module that allows to write applications using 
    134133 the GNOME desktop library in Python. 
    135134 
     
    143142Conflicts: python-gnome2-desktop (<< 2.24.0-2) 
    144143Description: Python bindings for the GNOME keyring library 
    145  This package contains a module that allows to access and manipulate  
     144 This package contains a module that allows to access and manipulate 
    146145 the GNOME keyring framework in Python. 
    147146 
     
    151150         ${shlibs:Depends}, 
    152151         ${python:Depends}, 
    153          python-gtk2 
     152         python-gtk2, 
     153         python-gnome2 (>= 2.10.0) 
    154154Conflicts: python-gnome2-desktop (<< 2.24.0-2), 
    155155           python-gnome2-desktop-doc 
    156156Replaces: python-gnome2-desktop-doc 
    157157Description: Python bindings for the GNOME printing library 
    158  This package contains a module that allows to use the Gnomeprint  
     158 This package contains a module that allows to use the Gnomeprint 
    159159 library in Python applications. 
    160160 . 
    161  The Gnomeprint library is deprecated in favor of GTK+, so this module  
     161 The Gnomeprint library is deprecated in favor of GTK+, so this module 
    162162 should not be used in newly written applications. 
    163163 
    164 Package: python-gtksourceview 
    165 Architecture: any 
    166 Depends: ${misc:Depends}, 
    167          ${shlibs:Depends}, 
    168          ${python:Depends}, 
    169          python-gtk2 
    170 Conflicts: python-gnome2-desktop (<< 2.24.0-2), 
    171            python-gnome2-desktop-doc 
    172 Replaces: python-gnome2-desktop-doc 
    173 Description: Python bindings for the GtkSourceView 1.x library 
    174  This package contains a module that allows to use the GtkSourceView  
    175  widget in Python applications. 
    176  . 
    177  This is deprecated in favor of GtkSourceView 2, so this module should  
    178  not be used in newly written applications. 
    179  
    180164Package: python-gtop 
    181165Architecture: any 
     
    186170Conflicts: python-gnome2-desktop (<< 2.24.0-2) 
    187171Description: Python bindings for the Gtop library 
    188  This package contains a module that allows to use the Gtop system  
     172 This package contains a module that allows to use the Gtop system 
    189173 information library in Python applications. 
    190174 
     
    197181Conflicts: python-gnome2-desktop (<< 2.24.0-2) 
    198182Description: Python bindings for the GNOME media profiles library 
    199  This package contains a module that allows to use the GNOME media  
     183 This package contains a module that allows to use the GNOME media 
    200184 profiles widgets in Python applications. 
    201185 
     
    209193Conflicts: python-gnome2-desktop (<< 2.24.0-2) 
    210194Description: Python bindings for metacity 
    211  This package contains a module that allows to manipulate the internals  
     195 This package contains a module that allows to manipulate the internals 
    212196 of the Metacity window manager in Python applications. 
    213197 
     
    220204Conflicts: python-gnome2-desktop (<< 2.24.0-2) 
    221205Description: Python bindings for the Nautilus CD burner 
    222  This package contains a module that allows to use the Nautilus CD  
    223  burner library and widgets to write Python applications that can burn  
     206 This package contains a module that allows to use the Nautilus CD 
     207 burner library and widgets to write Python applications that can burn 
    224208 CDs and prepare ISO images. 
    225209 
     
    233217Conflicts: python-gnome2-desktop (<< 2.24.0-2) 
    234218Description: Python bindings for the RSVG library 
    235  This package contains a module that allows to use librsvg to read and  
     219 This package contains a module that allows to use librsvg to read and 
    236220 write SVG files from Python applications. 
    237221 
     
    244228Conflicts: python-gnome2-desktop (<< 2.24.0-2) 
    245229Description: Python bindings for the Totem playlist parser library 
    246  This package contains a module that allows to use the Totem playlist  
     230 This package contains a module that allows to use the Totem playlist 
    247231 parser library from Python applications. 
    248232 
     
    255239Conflicts: python-gnome2-desktop (<< 2.24.0-2) 
    256240Description: Python bindings for the WNCK library 
    257  This package contains a module that allows to communicate with the  
     241 This package contains a module that allows to communicate with the 
    258242 Window Manager using the EWMH specification from Python applications. 
  • pkg/frankie/main/gnome-python-desktop/trunk/debian/control.in

    r5814 r6017  
    2525               libgnomeprint2.2-dev (>= 2.2.0), 
    2626               libgnomeprintui2.2-dev (>= 2.2), 
    27                libgtksourceview-dev (>= 1.1.90), 
    2827               libnautilus-burn-dev (>= 2.15.3), 
    2928               libgnome-media-dev (>= 2.10.0), 
     
    3534               libebook1.2-dev (>= 1.4.0), 
    3635               libevince-dev, 
     36               libbrasero-media-dev (>= 2.27.92-2), 
    3737               bug-buddy (>= 2.16) [!hurd-i386] 
    38 Standards-Version: 3.8.0 
     38Standards-Version: 3.8.3 
    3939XS-Python-Version: >= 2.5 
    4040 
    41 Package: python-gnome2-desktop 
     41Package: python-gnome2-desktop-dev 
    4242Architecture: all 
    4343Depends: ${misc:Depends}, 
     
    4949         python-gnomekeyring (>= ${source:Version}), 
    5050         python-gnomeprint (>= ${source:Version}), 
    51          python-gtksourceview (>= ${source:Version}), 
    5251         python-gtop (>= ${source:Version}), 
    5352         python-mediaprofiles (>= ${source:Version}), 
     
    5655         python-rsvg (>= ${source:Version}), 
    5756         python-totem-plparser (>= ${source:Version}), 
    58          python-wnck (>= ${source:Version}) 
    59 Description: Python bindings for the GNOME desktop environment (dummy package) 
    60  This archive contains modules that allow you to write GNOME programs 
    61  in Python. 
    62  . 
    63  This is a dummy package that depends from all the modules that used to  
    64  be together. You can safely remove it from your system. 
    65  
    66 Package: python-gnome2-desktop-dev 
    67 Architecture: all 
    68 Depends: ${misc:Depends}, 
    69          python-gnome2-desktop (>= ${source:Version}), 
     57         python-wnck (>= ${source:Version}), 
    7058         python-gnome2-dev, 
    7159         python-gtk2-dev 
     
    7664 that interoperate gnome-python. 
    7765 
     66Package: python-brasero 
     67Architecture: any 
     68Depends: ${misc:Depends}, 
     69         ${shlibs:Depends}, 
     70         ${python:Depends}, 
     71         python-gtk2 
     72Suggests: brasero 
     73Description: Python module for brasero 
     74 This package contains some modules that allow to write applications using 
     75 the Brasero media libraries and burning backends. 
     76 
    7877Package: python-bugbuddy 
    7978Architecture: all 
     
    8584Conflicts: python-gnome2-desktop (<< 2.24.0-2) 
    8685Description: Python module for bug-buddy 
    87  This package contains a module that will allow programs using it to  
     86 This package contains a module that will allow programs using it to 
    8887 report bugs using the bug-buddy reporting tool, if it is installed. 
    8988 
     
    9594         python-gtk2 
    9695Description: Python bindings for the evince libraries 
    97  This package contains modules that allows to display documents  
     96 This package contains modules that allows to display documents 
    9897 supported by the evince libraries in Python applications. 
    9998 
     
    107106Conflicts: python-gnome2-desktop (<< 2.24.0-2) 
    108107Description: Python bindings for the evolution libraries 
    109  This package contains modules that allows to talk with the evolution  
     108 This package contains modules that allows to talk with the evolution 
    110109 data server to manipulate the address book and calendar in Python. 
    111110 
     
    120119Conflicts: python-gnome2-desktop (<< 2.24.0-2) 
    121120Description: Python bindings for the GNOME panel applet library 
    122  This package contains a module that allows to write applets for the  
     121 This package contains a module that allows to write applets for the 
    123122 GNOME panel in Python. 
    124123 
     
    131130Conflicts: python-gnome2-desktop (<< 2.24.0-2) 
    132131Description: Python bindings for the GNOME desktop library 
    133  This package contains a module that allows to write applications using  
     132 This package contains a module that allows to write applications using 
    134133 the GNOME desktop library in Python. 
    135134 
     
    143142Conflicts: python-gnome2-desktop (<< 2.24.0-2) 
    144143Description: Python bindings for the GNOME keyring library 
    145  This package contains a module that allows to access and manipulate  
     144 This package contains a module that allows to access and manipulate 
    146145 the GNOME keyring framework in Python. 
    147146 
     
    151150         ${shlibs:Depends}, 
    152151         ${python:Depends}, 
    153          python-gtk2 
     152         python-gtk2, 
     153         python-gnome2 (>= 2.10.0) 
    154154Conflicts: python-gnome2-desktop (<< 2.24.0-2), 
    155155           python-gnome2-desktop-doc 
    156156Replaces: python-gnome2-desktop-doc 
    157157Description: Python bindings for the GNOME printing library 
    158  This package contains a module that allows to use the Gnomeprint  
     158 This package contains a module that allows to use the Gnomeprint 
    159159 library in Python applications. 
    160160 . 
    161  The Gnomeprint library is deprecated in favor of GTK+, so this module  
     161 The Gnomeprint library is deprecated in favor of GTK+, so this module 
    162162 should not be used in newly written applications. 
    163163 
    164 Package: python-gtksourceview 
    165 Architecture: any 
    166 Depends: ${misc:Depends}, 
    167          ${shlibs:Depends}, 
    168          ${python:Depends}, 
    169          python-gtk2 
    170 Conflicts: python-gnome2-desktop (<< 2.24.0-2), 
    171            python-gnome2-desktop-doc 
    172 Replaces: python-gnome2-desktop-doc 
    173 Description: Python bindings for the GtkSourceView 1.x library 
    174  This package contains a module that allows to use the GtkSourceView  
    175  widget in Python applications. 
    176  . 
    177  This is deprecated in favor of GtkSourceView 2, so this module should  
    178  not be used in newly written applications. 
    179  
    180164Package: python-gtop 
    181165Architecture: any 
     
    186170Conflicts: python-gnome2-desktop (<< 2.24.0-2) 
    187171Description: Python bindings for the Gtop library 
    188  This package contains a module that allows to use the Gtop system  
     172 This package contains a module that allows to use the Gtop system 
    189173 information library in Python applications. 
    190174 
     
    197181Conflicts: python-gnome2-desktop (<< 2.24.0-2) 
    198182Description: Python bindings for the GNOME media profiles library 
    199  This package contains a module that allows to use the GNOME media  
     183 This package contains a module that allows to use the GNOME media 
    200184 profiles widgets in Python applications. 
    201185 
     
    209193Conflicts: python-gnome2-desktop (<< 2.24.0-2) 
    210194Description: Python bindings for metacity 
    211  This package contains a module that allows to manipulate the internals  
     195 This package contains a module that allows to manipulate the internals 
    212196 of the Metacity window manager in Python applications. 
    213197 
     
    220204Conflicts: python-gnome2-desktop (<< 2.24.0-2) 
    221205Description: Python bindings for the Nautilus CD burner 
    222  This package contains a module that allows to use the Nautilus CD  
    223  burner library and widgets to write Python applications that can burn  
     206 This package contains a module that allows to use the Nautilus CD 
     207 burner library and widgets to write Python applications that can burn 
    224208 CDs and prepare ISO images. 
    225209 
     
    233217Conflicts: python-gnome2-desktop (<< 2.24.0-2) 
    234218Description: Python bindings for the RSVG library 
    235  This package contains a module that allows to use librsvg to read and  
     219 This package contains a module that allows to use librsvg to read and 
    236220 write SVG files from Python applications. 
    237221 
     
    244228Conflicts: python-gnome2-desktop (<< 2.24.0-2) 
    245229Description: Python bindings for the Totem playlist parser library 
    246  This package contains a module that allows to use the Totem playlist  
     230 This package contains a module that allows to use the Totem playlist 
    247231 parser library from Python applications. 
    248232 
     
    255239Conflicts: python-gnome2-desktop (<< 2.24.0-2) 
    256240Description: Python bindings for the WNCK library 
    257  This package contains a module that allows to communicate with the  
     241 This package contains a module that allows to communicate with the 
    258242 Window Manager using the EWMH specification from Python applications. 
  • pkg/frankie/main/gnome-python-desktop/trunk/debian/copyright

    r5814 r6017  
    1010Authors and Copyright Holders: 
    1111 
     12         Adam Hooper <adamh@cvs.gnome.org> 
    1213         Benoît Dejean  <TazForEver@dlfp.org> 
     14         Chema Celorio  <chema@ximian.com> 
     15         Chris Lahey  <clahey@ximian.com> 
     16         Christian Persch <chpe@cvs.gnome.org> 
     17         Crispin Flowerday <gnome@flowerday.cx> 
     18         Frederic PEters <fpeters@0d.be> 
    1319         Gustavo Carneiro  <gjc@inescporto.pt> 
     20         Iñigo Serna  <inigoserna@telefonica.net> 
    1421         James Henstridge  <james@daa.com.au> 
    1522         Johan Dahlin  <jdahlin@telia.com> 
    1623         John Palmieri  <johnp@martianrock.com> 
     24         John Stowers <john.stowers@gmail.com> 
    1725         Matt Wilson  <msw@redhat.com> 
    18          Iñigo Serna  <inigoserna@telefonica.net> 
     26         Philippe Rouquier <bonfire-app@wanadoo.fr> 
     27         Raphael Slinckx  <raphael@slinckx.net> 
    1928         Stéphan Kochen  <stephan@kochen.nl> 
    2029         Tiago Cogumbreiro  <cogumbreiro@users.sf.net> 
    21          Raphael Slinckx  <raphael@slinckx.net> 
    22          Chema Celorio  <chema@ximian.com> 
    23          Chris Lahey  <clahey@ximian.com> 
    2430         Tomeu Vizoso <tomeu@sugarlabs.org> 
    2531 
     
    2733 
    2834 
    29 License: 
     35The following table summarises the licenses of individual modules: 
    3036 
    31 All files below the following subdirectories are licensed under the LGPL: 
     37Module name             License 
     38-------------------------------- 
     39braseroburn             GPL 
     40braseromedia            GPL 
     41gnomeapplet             LGPL 
     42gnomedesktop            LGPL 
     43gnomekeyring            LGPL 
     44gnomeprint              LGPL 
     45gnomeprint.ui           LGPL 
     46gtksourceview           GPL 
     47gtop                    GPL 
     48mediaprofiles           LGPL 
     49metacity                GPL 
     50nautilusburn            GPL 
     51rsvg                    LGPL 
     52totem.plparser          LGPL 
     53wnck                    LGPL 
     54evince                  LGPL 
    3255 
    33     evince/ 
    34     examples/gnomeprint/ 
    35     gnomeapplet/ 
    36     gnomeprint/ 
    37     totem/ 
    38     wnck/ 
     56LGPL: 
    3957 
    4058    This package is free software; you can redistribute it and/or 
     
    5674 
    5775 
    58 All the other files are licensed under the GPL: 
     76GPL: 
    5977 
    6078   This package is free software; you can redistribute it and/or modify 
  • pkg/frankie/main/gnome-python-desktop/trunk/debian/watch

    r201 r6017  
    11version=3 
    2 http://ftp.gnome.org/pub/GNOME/sources/gnome-python-desktop/([\d\.]+)[02468]/ gnome-python-desktop-(.*)\.tar\.gz debian uupdate 
     2http://ftp.gnome.org/pub/GNOME/sources/gnome-python-desktop/([\d\.]+)[02468]/ \ 
     3        gnome-python-desktop-(.*)\.tar\.gz 
Note: See TracChangeset for help on using the changeset viewer.