diff options
author | Cody Russell <bratsche@gnome.org> | 2008-06-30 23:01:56 +0000 |
---|---|---|
committer | Cody Russell <bratsche@src.gnome.org> | 2008-06-30 23:01:56 +0000 |
commit | fce9c8b7d45145c4556650843218e0b76c065c18 (patch) | |
tree | b333f179ae474f6446ccb7a1c3525c968718b8a2 /debian | |
parent | 971023d9221084d8d40e690fa8e44a4296f2cff1 (diff) | |
download | gdk-pixbuf-fce9c8b7d45145c4556650843218e0b76c065c18.tar.gz |
Practically everything changed.
2008-06-30 Cody Russell <bratsche@gnome.org>
* Practically everything changed.
Change all references of GIMP Toolkit (and variations of it)
to GTK+ Toolkit, showing no mercy at all to our beloved
ancestry. (#540529)
svn path=/trunk/; revision=20709
Diffstat (limited to 'debian')
-rw-r--r-- | debian/README.debian | 2 | ||||
-rw-r--r-- | debian/control | 22 | ||||
-rw-r--r-- | debian/libgtk-cvs-doc.postinst | 2 |
3 files changed, 13 insertions, 13 deletions
diff --git a/debian/README.debian b/debian/README.debian index 120d66b52..124769eb4 100644 --- a/debian/README.debian +++ b/debian/README.debian @@ -1,7 +1,7 @@ libgtk1 for Debian ---------------------- -The GIMP Tool Kit (gtk) is a set of widgets to help you program +The GTK+ Tool Kit (gtk) is a set of widgets to help you program programs for the X Windowing System easily and powerfully. gtk is the moving force behind The GNU Image Manipulation Program (The diff --git a/debian/control b/debian/control index 282901246..6eb45e562 100644 --- a/debian/control +++ b/debian/control @@ -9,11 +9,11 @@ Architecture: any Section: libs Depends: ${shlibs:Depends} Conflicts: libgtk-dev (<< 1:1.0.2), libgtk1.1 -Description: CVS build of the GIMP Toolkit set of widgets for X +Description: CVS build of the GTK+ Toolkit set of widgets for X **THIS IS NOT AN OFFICIAL DEBIAN PACKAGE! THIS IS AN AUTOMATED CVS BUILD OF THE GTK+ LIBRARIES! BEWARE! IT MAY NOT WORK!** . - The GIMP Toolkit is a freely available set of widgets for X. + The GTK+ Toolkit is a freely available set of widgets for X. GTK is easy to use, and has been implemented in such projects as The GNU Image Manipulation Program (The GIMP), GNOME, a GNU desktop set of utilities for X, and gzilla, a GNU web-browser. @@ -29,33 +29,33 @@ Suggests: libgtk-cvs-doc Provides: libgtk1.1-dev Replaces: libgtk1.1-dev Conflicts: libgtk-dev, libgtk1 (<< 1:1.0.4), libgtk1.1-dev -Description: CVS build of development files for the GIMP Toolkit +Description: CVS build of development files for the GTK+ Toolkit **THIS IS NOT AN OFFICIAL DEBIAN PACKAGE! THIS IS AN AUTOMATED CVS BUILD OF THE GTK+ LIBRARIES! BEWARE! IT MAY NOT WORK!** . This package contains the header files and static libraries for the - GIMP Toolkit set of widgets for X. + GTK+ Toolkit set of widgets for X. . This is the unstable, 1.1 branch of GTK+. This is not intended for use with stable releases of programs! . Install this package if you wish to develop your own X programs using - the GIMP Toolkit 1.1, or if you wish to compile your own plug-ins for + the GTK+ Toolkit 1.1, or if you wish to compile your own plug-ins for The GIMP. Package: libgtk-cvs-doc Architecture: all Section: doc Conflicts: libgtk-dev (<< 1:0.99.4), libgtk-doc, libgtk1.1-doc -Description: CVS build of documentation for the GIMP Toolkit +Description: CVS build of documentation for the GTK+ Toolkit **THIS IS NOT AN OFFICIAL DEBIAN PACKAGE! THIS IS AN AUTOMATED CVS BUILD OF THE GTK+ LIBRARIES! BEWARE! IT MAY NOT WORK!** . This package contains lots of info-files, HTML docs, FAQs, and - other handy documentation about the GIMP Toolkit set of widgets + other handy documentation about the GTK+ Toolkit set of widgets for X. . - This package documents the unstable 1.1 release of the GIMP Toolkit. + This package documents the unstable 1.1 release of the GTK+ Toolkit. . Install this package if you want to have lots of info about the GIMP toolkit when you're programming. @@ -66,16 +66,16 @@ Section: devel Depends: libgtk-cvs-1.1 (= ${Source-Version}), libgtk-cvs-dev (= ${Source-Version}) Suggests: libgtk-cvs-doc Conflicts: libgtk1.1-dbg -Description: CVS build of debugging files for the GIMP Toolkit +Description: CVS build of debugging files for the GTK+ Toolkit **THIS IS NOT AN OFFICIAL DEBIAN PACKAGE! THIS IS AN AUTOMATED CVS BUILD OF THE GTK+ LIBRARIES! BEWARE! IT MAY NOT WORK!** . This package contains the debugging static libraries for the - GIMP Toolkit set of widgets for X. + GTK+ Toolkit set of widgets for X. . This is the unstable, 1.1 branch of GTK+. This is not intended for use with stable releases of programs! . Install this package if you wish to debug your own X programs using - the GIMP Toolkit 1.1, or if you wish to debug your own plug-ins for + the GTK+ Toolkit 1.1, or if you wish to debug your own plug-ins for The GIMP. diff --git a/debian/libgtk-cvs-doc.postinst b/debian/libgtk-cvs-doc.postinst index ac01e5007..29f73bf47 100644 --- a/debian/libgtk-cvs-doc.postinst +++ b/debian/libgtk-cvs-doc.postinst @@ -2,7 +2,7 @@ set -e -install-info --quiet --description="The GIMP Toolkit." \ +install-info --quiet --description="The GTK+ Toolkit." \ --section "The GIMP" "The GIMP" /usr/info/gtk.info.gz install-info --quiet --description="The GIMP Drawing Kit." \ |