Changeset 6017 for pkg/frankie/main/gnome-python-desktop
- Timestamp:
- 11/29/09 01:43:34 (3 years ago)
- Location:
- pkg/frankie/main/gnome-python-desktop/trunk/debian
- Files:
-
- 2 added
- 1 deleted
- 5 edited
-
changelog (modified) (1 diff)
-
control (modified) (20 diffs)
-
control.in (modified) (19 diffs)
-
copyright (modified) (3 diffs)
-
patches (deleted)
-
python-brasero.examples (added)
-
python-brasero.install (added)
-
watch (modified) (1 diff)
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 1 gnome-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 7 gnome-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 13 gnome-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 25 gnome-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 12 48 13 49 gnome-python-desktop (2.26.0-1) unstable; urgency=low -
pkg/frankie/main/gnome-python-desktop/trunk/debian/control
r5814 r6017 3 3 Priority: optional 4 4 Maintainer: 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>5 Uploaders: 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> 6 6 Build-Depends: debhelper (>= 5.0.37.2), 7 7 gnome-pkg-tools (>= 0.10), … … 25 25 libgnomeprint2.2-dev (>= 2.2.0), 26 26 libgnomeprintui2.2-dev (>= 2.2), 27 libgtksourceview-dev (>= 1.1.90),28 27 libnautilus-burn-dev (>= 2.15.3), 29 28 libgnome-media-dev (>= 2.10.0), … … 35 34 libebook1.2-dev (>= 1.4.0), 36 35 libevince-dev, 36 libbrasero-media-dev (>= 2.27.92-2), 37 37 bug-buddy (>= 2.16) [!hurd-i386] 38 Standards-Version: 3.8. 038 Standards-Version: 3.8.3 39 39 XS-Python-Version: >= 2.5 40 40 41 Package: python-gnome2-desktop 41 Package: python-gnome2-desktop-dev 42 42 Architecture: all 43 43 Depends: ${misc:Depends}, … … 49 49 python-gnomekeyring (>= ${source:Version}), 50 50 python-gnomeprint (>= ${source:Version}), 51 python-gtksourceview (>= ${source:Version}),52 51 python-gtop (>= ${source:Version}), 53 52 python-mediaprofiles (>= ${source:Version}), … … 56 55 python-rsvg (>= ${source:Version}), 57 56 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}), 70 58 python-gnome2-dev, 71 59 python-gtk2-dev … … 76 64 that interoperate gnome-python. 77 65 66 Package: python-brasero 67 Architecture: any 68 Depends: ${misc:Depends}, 69 ${shlibs:Depends}, 70 ${python:Depends}, 71 python-gtk2 72 Suggests: brasero 73 Description: 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 78 77 Package: python-bugbuddy 79 78 Architecture: all … … 85 84 Conflicts: python-gnome2-desktop (<< 2.24.0-2) 86 85 Description: 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 88 87 report bugs using the bug-buddy reporting tool, if it is installed. 89 88 … … 95 94 python-gtk2 96 95 Description: 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 98 97 supported by the evince libraries in Python applications. 99 98 … … 107 106 Conflicts: python-gnome2-desktop (<< 2.24.0-2) 108 107 Description: 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 110 109 data server to manipulate the address book and calendar in Python. 111 110 … … 120 119 Conflicts: python-gnome2-desktop (<< 2.24.0-2) 121 120 Description: 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 123 122 GNOME panel in Python. 124 123 … … 131 130 Conflicts: python-gnome2-desktop (<< 2.24.0-2) 132 131 Description: 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 134 133 the GNOME desktop library in Python. 135 134 … … 143 142 Conflicts: python-gnome2-desktop (<< 2.24.0-2) 144 143 Description: 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 146 145 the GNOME keyring framework in Python. 147 146 … … 151 150 ${shlibs:Depends}, 152 151 ${python:Depends}, 153 python-gtk2 152 python-gtk2, 153 python-gnome2 (>= 2.10.0) 154 154 Conflicts: python-gnome2-desktop (<< 2.24.0-2), 155 155 python-gnome2-desktop-doc 156 156 Replaces: python-gnome2-desktop-doc 157 157 Description: 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 159 159 library in Python applications. 160 160 . 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 162 162 should not be used in newly written applications. 163 163 164 Package: python-gtksourceview165 Architecture: any166 Depends: ${misc:Depends},167 ${shlibs:Depends},168 ${python:Depends},169 python-gtk2170 Conflicts: python-gnome2-desktop (<< 2.24.0-2),171 python-gnome2-desktop-doc172 Replaces: python-gnome2-desktop-doc173 Description: Python bindings for the GtkSourceView 1.x library174 This package contains a module that allows to use the GtkSourceView175 widget in Python applications.176 .177 This is deprecated in favor of GtkSourceView 2, so this module should178 not be used in newly written applications.179 180 164 Package: python-gtop 181 165 Architecture: any … … 186 170 Conflicts: python-gnome2-desktop (<< 2.24.0-2) 187 171 Description: 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 189 173 information library in Python applications. 190 174 … … 197 181 Conflicts: python-gnome2-desktop (<< 2.24.0-2) 198 182 Description: 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 200 184 profiles widgets in Python applications. 201 185 … … 209 193 Conflicts: python-gnome2-desktop (<< 2.24.0-2) 210 194 Description: 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 212 196 of the Metacity window manager in Python applications. 213 197 … … 220 204 Conflicts: python-gnome2-desktop (<< 2.24.0-2) 221 205 Description: 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 224 208 CDs and prepare ISO images. 225 209 … … 233 217 Conflicts: python-gnome2-desktop (<< 2.24.0-2) 234 218 Description: 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 236 220 write SVG files from Python applications. 237 221 … … 244 228 Conflicts: python-gnome2-desktop (<< 2.24.0-2) 245 229 Description: 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 247 231 parser library from Python applications. 248 232 … … 255 239 Conflicts: python-gnome2-desktop (<< 2.24.0-2) 256 240 Description: 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 258 242 Window Manager using the EWMH specification from Python applications. -
pkg/frankie/main/gnome-python-desktop/trunk/debian/control.in
r5814 r6017 25 25 libgnomeprint2.2-dev (>= 2.2.0), 26 26 libgnomeprintui2.2-dev (>= 2.2), 27 libgtksourceview-dev (>= 1.1.90),28 27 libnautilus-burn-dev (>= 2.15.3), 29 28 libgnome-media-dev (>= 2.10.0), … … 35 34 libebook1.2-dev (>= 1.4.0), 36 35 libevince-dev, 36 libbrasero-media-dev (>= 2.27.92-2), 37 37 bug-buddy (>= 2.16) [!hurd-i386] 38 Standards-Version: 3.8. 038 Standards-Version: 3.8.3 39 39 XS-Python-Version: >= 2.5 40 40 41 Package: python-gnome2-desktop 41 Package: python-gnome2-desktop-dev 42 42 Architecture: all 43 43 Depends: ${misc:Depends}, … … 49 49 python-gnomekeyring (>= ${source:Version}), 50 50 python-gnomeprint (>= ${source:Version}), 51 python-gtksourceview (>= ${source:Version}),52 51 python-gtop (>= ${source:Version}), 53 52 python-mediaprofiles (>= ${source:Version}), … … 56 55 python-rsvg (>= ${source:Version}), 57 56 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}), 70 58 python-gnome2-dev, 71 59 python-gtk2-dev … … 76 64 that interoperate gnome-python. 77 65 66 Package: python-brasero 67 Architecture: any 68 Depends: ${misc:Depends}, 69 ${shlibs:Depends}, 70 ${python:Depends}, 71 python-gtk2 72 Suggests: brasero 73 Description: 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 78 77 Package: python-bugbuddy 79 78 Architecture: all … … 85 84 Conflicts: python-gnome2-desktop (<< 2.24.0-2) 86 85 Description: 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 88 87 report bugs using the bug-buddy reporting tool, if it is installed. 89 88 … … 95 94 python-gtk2 96 95 Description: 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 98 97 supported by the evince libraries in Python applications. 99 98 … … 107 106 Conflicts: python-gnome2-desktop (<< 2.24.0-2) 108 107 Description: 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 110 109 data server to manipulate the address book and calendar in Python. 111 110 … … 120 119 Conflicts: python-gnome2-desktop (<< 2.24.0-2) 121 120 Description: 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 123 122 GNOME panel in Python. 124 123 … … 131 130 Conflicts: python-gnome2-desktop (<< 2.24.0-2) 132 131 Description: 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 134 133 the GNOME desktop library in Python. 135 134 … … 143 142 Conflicts: python-gnome2-desktop (<< 2.24.0-2) 144 143 Description: 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 146 145 the GNOME keyring framework in Python. 147 146 … … 151 150 ${shlibs:Depends}, 152 151 ${python:Depends}, 153 python-gtk2 152 python-gtk2, 153 python-gnome2 (>= 2.10.0) 154 154 Conflicts: python-gnome2-desktop (<< 2.24.0-2), 155 155 python-gnome2-desktop-doc 156 156 Replaces: python-gnome2-desktop-doc 157 157 Description: 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 159 159 library in Python applications. 160 160 . 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 162 162 should not be used in newly written applications. 163 163 164 Package: python-gtksourceview165 Architecture: any166 Depends: ${misc:Depends},167 ${shlibs:Depends},168 ${python:Depends},169 python-gtk2170 Conflicts: python-gnome2-desktop (<< 2.24.0-2),171 python-gnome2-desktop-doc172 Replaces: python-gnome2-desktop-doc173 Description: Python bindings for the GtkSourceView 1.x library174 This package contains a module that allows to use the GtkSourceView175 widget in Python applications.176 .177 This is deprecated in favor of GtkSourceView 2, so this module should178 not be used in newly written applications.179 180 164 Package: python-gtop 181 165 Architecture: any … … 186 170 Conflicts: python-gnome2-desktop (<< 2.24.0-2) 187 171 Description: 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 189 173 information library in Python applications. 190 174 … … 197 181 Conflicts: python-gnome2-desktop (<< 2.24.0-2) 198 182 Description: 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 200 184 profiles widgets in Python applications. 201 185 … … 209 193 Conflicts: python-gnome2-desktop (<< 2.24.0-2) 210 194 Description: 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 212 196 of the Metacity window manager in Python applications. 213 197 … … 220 204 Conflicts: python-gnome2-desktop (<< 2.24.0-2) 221 205 Description: 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 224 208 CDs and prepare ISO images. 225 209 … … 233 217 Conflicts: python-gnome2-desktop (<< 2.24.0-2) 234 218 Description: 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 236 220 write SVG files from Python applications. 237 221 … … 244 228 Conflicts: python-gnome2-desktop (<< 2.24.0-2) 245 229 Description: 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 247 231 parser library from Python applications. 248 232 … … 255 239 Conflicts: python-gnome2-desktop (<< 2.24.0-2) 256 240 Description: 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 258 242 Window Manager using the EWMH specification from Python applications. -
pkg/frankie/main/gnome-python-desktop/trunk/debian/copyright
r5814 r6017 10 10 Authors and Copyright Holders: 11 11 12 Adam Hooper <adamh@cvs.gnome.org> 12 13 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> 13 19 Gustavo Carneiro <gjc@inescporto.pt> 20 Iñigo Serna <inigoserna@telefonica.net> 14 21 James Henstridge <james@daa.com.au> 15 22 Johan Dahlin <jdahlin@telia.com> 16 23 John Palmieri <johnp@martianrock.com> 24 John Stowers <john.stowers@gmail.com> 17 25 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> 19 28 Stéphan Kochen <stephan@kochen.nl> 20 29 Tiago Cogumbreiro <cogumbreiro@users.sf.net> 21 Raphael Slinckx <raphael@slinckx.net>22 Chema Celorio <chema@ximian.com>23 Chris Lahey <clahey@ximian.com>24 30 Tomeu Vizoso <tomeu@sugarlabs.org> 25 31 … … 27 33 28 34 29 License:35 The following table summarises the licenses of individual modules: 30 36 31 All files below the following subdirectories are licensed under the LGPL: 37 Module name License 38 -------------------------------- 39 braseroburn GPL 40 braseromedia GPL 41 gnomeapplet LGPL 42 gnomedesktop LGPL 43 gnomekeyring LGPL 44 gnomeprint LGPL 45 gnomeprint.ui LGPL 46 gtksourceview GPL 47 gtop GPL 48 mediaprofiles LGPL 49 metacity GPL 50 nautilusburn GPL 51 rsvg LGPL 52 totem.plparser LGPL 53 wnck LGPL 54 evince LGPL 32 55 33 evince/ 34 examples/gnomeprint/ 35 gnomeapplet/ 36 gnomeprint/ 37 totem/ 38 wnck/ 56 LGPL: 39 57 40 58 This package is free software; you can redistribute it and/or … … 56 74 57 75 58 All the other files are licensed under theGPL:76 GPL: 59 77 60 78 This package is free software; you can redistribute it and/or modify -
pkg/frankie/main/gnome-python-desktop/trunk/debian/watch
r201 r6017 1 1 version=3 2 http://ftp.gnome.org/pub/GNOME/sources/gnome-python-desktop/([\d\.]+)[02468]/ gnome-python-desktop-(.*)\.tar\.gz debian uupdate 2 http://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.


