Refer to GTK rather than GTK+ in packaging files

The library was renamed in February 2019.
This commit is contained in:
Simon McVittie 2019-08-05 08:10:33 +01:00
parent 8ec9be9fc6
commit 6ca15d185b
9 changed files with 84 additions and 84 deletions

74
debian/control vendored
View File

@ -72,9 +72,9 @@ Provides: gtk3-binver-3.0.0
Recommends: libgtk-3-bin Recommends: libgtk-3-bin
Suggests: gvfs, Suggests: gvfs,
librsvg2-common librsvg2-common
Description: GTK+ graphical user interface library Description: GTK graphical user interface library
GTK+ is a multi-platform toolkit for creating graphical user GTK is a multi-platform toolkit for creating graphical user
interfaces. Offering a complete set of widgets, GTK+ is suitable interfaces. Offering a complete set of widgets, GTK is suitable
for projects ranging from small one-off tools to complete application for projects ranging from small one-off tools to complete application
suites. suites.
. .
@ -88,11 +88,11 @@ Architecture: any
Depends: ${misc:Depends}, Depends: ${misc:Depends},
${shlibs:Depends} ${shlibs:Depends}
Provides: gtk3-binver-3.0.0 Provides: gtk3-binver-3.0.0
Description: GTK+ graphical user interface library - minimal runtime Description: GTK graphical user interface library - minimal runtime
This is a udeb, or a microdeb, for the debian-installer. This is a udeb, or a microdeb, for the debian-installer.
. .
GTK+ is a multi-platform toolkit for creating graphical user GTK is a multi-platform toolkit for creating graphical user
interfaces. Offering a complete set of widgets, GTK+ is suitable interfaces. Offering a complete set of widgets, GTK is suitable
for projects ranging from small one-off tools to complete application for projects ranging from small one-off tools to complete application
suites. suites.
. .
@ -105,9 +105,9 @@ Architecture: all
Multi-Arch: foreign Multi-Arch: foreign
Depends: ${misc:Depends} Depends: ${misc:Depends}
Recommends: libgtk-3-0 Recommends: libgtk-3-0
Description: common files for the GTK+ graphical user interface library Description: common files for the GTK graphical user interface library
GTK+ is a multi-platform toolkit for creating graphical user GTK is a multi-platform toolkit for creating graphical user
interfaces. Offering a complete set of widgets, GTK+ is suitable interfaces. Offering a complete set of widgets, GTK is suitable
for projects ranging from small one-off tools to complete application for projects ranging from small one-off tools to complete application
suites. suites.
. .
@ -122,9 +122,9 @@ Depends: gtk-update-icon-cache,
${shlibs:Depends}, ${shlibs:Depends},
libgtk-3-common (>= ${source:Version}), libgtk-3-common (>= ${source:Version}),
libgtk-3-0 (>= ${source:Version}) libgtk-3-0 (>= ${source:Version})
Description: programs for the GTK+ graphical user interface library Description: programs for the GTK graphical user interface library
GTK+ is a multi-platform toolkit for creating graphical user GTK is a multi-platform toolkit for creating graphical user
interfaces. Offering a complete set of widgets, GTK+ is suitable interfaces. Offering a complete set of widgets, GTK is suitable
for projects ranging from small one-off tools to complete application for projects ranging from small one-off tools to complete application
suites. suites.
. .
@ -164,14 +164,14 @@ Depends: gir1.2-gtk-3.0 (= ${binary:Version}),
libgtk-3-common, libgtk-3-common,
libgtk-3-0 (= ${binary:Version}) libgtk-3-0 (= ${binary:Version})
Suggests: libgtk-3-doc Suggests: libgtk-3-doc
Description: development files for the GTK+ library Description: development files for the GTK library
GTK+ is a multi-platform toolkit for creating graphical user GTK is a multi-platform toolkit for creating graphical user
interfaces. Offering a complete set of widgets, GTK+ is suitable interfaces. Offering a complete set of widgets, GTK is suitable
for projects ranging from small one-off tools to complete application for projects ranging from small one-off tools to complete application
suites. suites.
. .
This package contains the header and development files which are This package contains the header and development files which are
needed for building GTK+ applications. needed for building GTK applications.
Package: libgtk-3-doc Package: libgtk-3-doc
Section: doc Section: doc
@ -182,13 +182,13 @@ Recommends: libatk1.0-doc,
libglib2.0-doc, libglib2.0-doc,
libpango1.0-doc libpango1.0-doc
Suggests: devhelp Suggests: devhelp
Description: documentation for the GTK+ graphical user interface library Description: documentation for the GTK graphical user interface library
GTK+ is a multi-platform toolkit for creating graphical user GTK is a multi-platform toolkit for creating graphical user
interfaces. Offering a complete set of widgets, GTK+ is suitable interfaces. Offering a complete set of widgets, GTK is suitable
for projects ranging from small one-off tools to complete application for projects ranging from small one-off tools to complete application
suites. suites.
. .
This package contains the HTML documentation for the GTK+ library This package contains the HTML documentation for the GTK library
in /usr/share/doc/libgtk-3-doc/ . in /usr/share/doc/libgtk-3-doc/ .
Package: gtk-3-examples Package: gtk-3-examples
@ -197,14 +197,14 @@ Architecture: any
Depends: ${misc:Depends}, Depends: ${misc:Depends},
${shlibs:Depends}, ${shlibs:Depends},
libgtk-3-0 (= ${binary:Version}) libgtk-3-0 (= ${binary:Version})
Description: example files for GTK+ 3 Description: example files for GTK 3
GTK+ is a multi-platform toolkit for creating graphical user GTK is a multi-platform toolkit for creating graphical user
interfaces. Offering a complete set of widgets, GTK+ is suitable interfaces. Offering a complete set of widgets, GTK is suitable
for projects ranging from small one-off tools to complete application for projects ranging from small one-off tools to complete application
suites. suites.
. .
This package contains the example files and a demonstration program This package contains the example files and a demonstration program
for GTK+3. It also contains the installed tests. for GTK3. It also contains the installed tests.
Package: gir1.2-gtk-3.0 Package: gir1.2-gtk-3.0
Section: introspection Section: introspection
@ -218,9 +218,9 @@ Breaks: python-gi (<< 3.18),
python3-gi (<< 3.18) python3-gi (<< 3.18)
Provides: gir1.2-gdk-3.0 (= ${binary:Version}), Provides: gir1.2-gdk-3.0 (= ${binary:Version}),
gir1.2-gdkx11-3.0 (= ${binary:Version}) gir1.2-gdkx11-3.0 (= ${binary:Version})
Description: GTK+ graphical user interface library -- gir bindings Description: GTK graphical user interface library -- gir bindings
GTK+ is a multi-platform toolkit for creating graphical user GTK is a multi-platform toolkit for creating graphical user
interfaces. Offering a complete set of widgets, GTK+ is suitable interfaces. Offering a complete set of widgets, GTK is suitable
for projects ranging from small one-off tools to complete application for projects ranging from small one-off tools to complete application
suites. suites.
. .
@ -240,7 +240,7 @@ Replaces: libgtk-3-bin (<< 3.20.6-1),
Description: icon theme caching utility Description: icon theme caching utility
gtk-update-icon-cache creates mmap()able cache files for icon themes. gtk-update-icon-cache creates mmap()able cache files for icon themes.
. .
GTK+ can use the cache files created by gtk-update-icon-cache to avoid a lot GTK can use the cache files created by gtk-update-icon-cache to avoid a lot
of system call and disk seek overhead when the application starts. Since the of system call and disk seek overhead when the application starts. Since the
format of the cache files allows them to be mmap()ed shared between multiple format of the cache files allows them to be mmap()ed shared between multiple
applications, the overall memory consumption is reduced as well. applications, the overall memory consumption is reduced as well.
@ -253,9 +253,9 @@ Depends: at-spi2-core,
${shlibs:Depends}, ${shlibs:Depends},
libgtk-3-0 (= ${binary:Version}) libgtk-3-0 (= ${binary:Version})
Description: GNOME Accessibility Implementation Library -- shared libraries Description: GNOME Accessibility Implementation Library -- shared libraries
Gail implements ATK interfaces for GTK+ widgets which are dynamically Gail implements ATK interfaces for GTK widgets which are dynamically
loadable at runtime by a GTK+ application. Once loaded, those parts of loadable at runtime by a GTK application. Once loaded, those parts of
an application that use standard GTK+ widgets will have a basic level an application that use standard GTK widgets will have a basic level
of accessibility, without the need to modify the application at all. of accessibility, without the need to modify the application at all.
. .
This package contains the shared library. This package contains the shared library.
@ -271,9 +271,9 @@ Depends: libatk1.0-dev,
libgtk-3-dev (= ${binary:Version}) libgtk-3-dev (= ${binary:Version})
Suggests: libgail-3-doc Suggests: libgail-3-doc
Description: GNOME Accessibility Implementation Library -- development files Description: GNOME Accessibility Implementation Library -- development files
Gail implements ATK interfaces for GTK+ widgets which are dynamically Gail implements ATK interfaces for GTK widgets which are dynamically
loadable at runtime by a GTK+ application. Once loaded, those parts of loadable at runtime by a GTK application. Once loaded, those parts of
an application that use standard GTK+ widgets will have a basic level an application that use standard GTK widgets will have a basic level
of accessibility, without the need to modify the application at all. of accessibility, without the need to modify the application at all.
. .
This package contains the development files for Gail. This package contains the development files for Gail.
@ -285,9 +285,9 @@ Section: doc
Depends: ${misc:Depends} Depends: ${misc:Depends}
Suggests: devhelp Suggests: devhelp
Description: documentation files of the Gail library Description: documentation files of the Gail library
Gail implements ATK interfaces for GTK+ widgets which are dynamically Gail implements ATK interfaces for GTK widgets which are dynamically
loadable at runtime by a GTK+ application. Once loaded, those parts of loadable at runtime by a GTK application. Once loaded, those parts of
an application that use standard GTK+ widgets will have a basic level an application that use standard GTK widgets will have a basic level
of accessibility, without the need to modify the application at all. of accessibility, without the need to modify the application at all.
. .
This package contains the documentation files for Gail. This package contains the documentation files for Gail.

74
debian/control.in vendored
View File

@ -72,9 +72,9 @@ Provides: @GTK_BINVER_DEP@
Recommends: @BIN_PKG@ Recommends: @BIN_PKG@
Suggests: gvfs, Suggests: gvfs,
librsvg2-common librsvg2-common
Description: GTK+ graphical user interface library Description: GTK graphical user interface library
GTK+ is a multi-platform toolkit for creating graphical user GTK is a multi-platform toolkit for creating graphical user
interfaces. Offering a complete set of widgets, GTK+ is suitable interfaces. Offering a complete set of widgets, GTK is suitable
for projects ranging from small one-off tools to complete application for projects ranging from small one-off tools to complete application
suites. suites.
. .
@ -88,11 +88,11 @@ Architecture: any
Depends: ${misc:Depends}, Depends: ${misc:Depends},
${shlibs:Depends} ${shlibs:Depends}
Provides: @GTK_BINVER_DEP@ Provides: @GTK_BINVER_DEP@
Description: GTK+ graphical user interface library - minimal runtime Description: GTK graphical user interface library - minimal runtime
This is a udeb, or a microdeb, for the debian-installer. This is a udeb, or a microdeb, for the debian-installer.
. .
GTK+ is a multi-platform toolkit for creating graphical user GTK is a multi-platform toolkit for creating graphical user
interfaces. Offering a complete set of widgets, GTK+ is suitable interfaces. Offering a complete set of widgets, GTK is suitable
for projects ranging from small one-off tools to complete application for projects ranging from small one-off tools to complete application
suites. suites.
. .
@ -105,9 +105,9 @@ Architecture: all
Multi-Arch: foreign Multi-Arch: foreign
Depends: ${misc:Depends} Depends: ${misc:Depends}
Recommends: @SHARED_PKG@ Recommends: @SHARED_PKG@
Description: common files for the GTK+ graphical user interface library Description: common files for the GTK graphical user interface library
GTK+ is a multi-platform toolkit for creating graphical user GTK is a multi-platform toolkit for creating graphical user
interfaces. Offering a complete set of widgets, GTK+ is suitable interfaces. Offering a complete set of widgets, GTK is suitable
for projects ranging from small one-off tools to complete application for projects ranging from small one-off tools to complete application
suites. suites.
. .
@ -122,9 +122,9 @@ Depends: gtk-update-icon-cache,
${shlibs:Depends}, ${shlibs:Depends},
@COMMON_PKG@ (>= ${source:Version}), @COMMON_PKG@ (>= ${source:Version}),
@SHARED_PKG@ (>= ${source:Version}) @SHARED_PKG@ (>= ${source:Version})
Description: programs for the GTK+ graphical user interface library Description: programs for the GTK graphical user interface library
GTK+ is a multi-platform toolkit for creating graphical user GTK is a multi-platform toolkit for creating graphical user
interfaces. Offering a complete set of widgets, GTK+ is suitable interfaces. Offering a complete set of widgets, GTK is suitable
for projects ranging from small one-off tools to complete application for projects ranging from small one-off tools to complete application
suites. suites.
. .
@ -164,14 +164,14 @@ Depends: gir1.2-gtk-3.0 (= ${binary:Version}),
@COMMON_PKG@, @COMMON_PKG@,
@SHARED_PKG@ (= ${binary:Version}) @SHARED_PKG@ (= ${binary:Version})
Suggests: @DOC_PKG@ Suggests: @DOC_PKG@
Description: development files for the GTK+ library Description: development files for the GTK library
GTK+ is a multi-platform toolkit for creating graphical user GTK is a multi-platform toolkit for creating graphical user
interfaces. Offering a complete set of widgets, GTK+ is suitable interfaces. Offering a complete set of widgets, GTK is suitable
for projects ranging from small one-off tools to complete application for projects ranging from small one-off tools to complete application
suites. suites.
. .
This package contains the header and development files which are This package contains the header and development files which are
needed for building GTK+ applications. needed for building GTK applications.
Package: @DOC_PKG@ Package: @DOC_PKG@
Section: doc Section: doc
@ -182,13 +182,13 @@ Recommends: libatk1.0-doc,
libglib2.0-doc, libglib2.0-doc,
libpango1.0-doc libpango1.0-doc
Suggests: devhelp Suggests: devhelp
Description: documentation for the GTK+ graphical user interface library Description: documentation for the GTK graphical user interface library
GTK+ is a multi-platform toolkit for creating graphical user GTK is a multi-platform toolkit for creating graphical user
interfaces. Offering a complete set of widgets, GTK+ is suitable interfaces. Offering a complete set of widgets, GTK is suitable
for projects ranging from small one-off tools to complete application for projects ranging from small one-off tools to complete application
suites. suites.
. .
This package contains the HTML documentation for the GTK+ library This package contains the HTML documentation for the GTK library
in /usr/share/doc/@DOC_PKG@/ . in /usr/share/doc/@DOC_PKG@/ .
Package: @EXAMPLES_PKG@ Package: @EXAMPLES_PKG@
@ -197,14 +197,14 @@ Architecture: any
Depends: ${misc:Depends}, Depends: ${misc:Depends},
${shlibs:Depends}, ${shlibs:Depends},
@SHARED_PKG@ (= ${binary:Version}) @SHARED_PKG@ (= ${binary:Version})
Description: example files for GTK+ 3 Description: example files for GTK 3
GTK+ is a multi-platform toolkit for creating graphical user GTK is a multi-platform toolkit for creating graphical user
interfaces. Offering a complete set of widgets, GTK+ is suitable interfaces. Offering a complete set of widgets, GTK is suitable
for projects ranging from small one-off tools to complete application for projects ranging from small one-off tools to complete application
suites. suites.
. .
This package contains the example files and a demonstration program This package contains the example files and a demonstration program
for GTK+3. It also contains the installed tests. for GTK3. It also contains the installed tests.
Package: gir1.2-gtk-3.0 Package: gir1.2-gtk-3.0
Section: introspection Section: introspection
@ -218,9 +218,9 @@ Breaks: python-gi (<< 3.18),
python3-gi (<< 3.18) python3-gi (<< 3.18)
Provides: gir1.2-gdk-3.0 (= ${binary:Version}), Provides: gir1.2-gdk-3.0 (= ${binary:Version}),
gir1.2-gdkx11-3.0 (= ${binary:Version}) gir1.2-gdkx11-3.0 (= ${binary:Version})
Description: GTK+ graphical user interface library -- gir bindings Description: GTK graphical user interface library -- gir bindings
GTK+ is a multi-platform toolkit for creating graphical user GTK is a multi-platform toolkit for creating graphical user
interfaces. Offering a complete set of widgets, GTK+ is suitable interfaces. Offering a complete set of widgets, GTK is suitable
for projects ranging from small one-off tools to complete application for projects ranging from small one-off tools to complete application
suites. suites.
. .
@ -240,7 +240,7 @@ Replaces: libgtk-3-bin (<< 3.20.6-1),
Description: icon theme caching utility Description: icon theme caching utility
gtk-update-icon-cache creates mmap()able cache files for icon themes. gtk-update-icon-cache creates mmap()able cache files for icon themes.
. .
GTK+ can use the cache files created by gtk-update-icon-cache to avoid a lot GTK can use the cache files created by gtk-update-icon-cache to avoid a lot
of system call and disk seek overhead when the application starts. Since the of system call and disk seek overhead when the application starts. Since the
format of the cache files allows them to be mmap()ed shared between multiple format of the cache files allows them to be mmap()ed shared between multiple
applications, the overall memory consumption is reduced as well. applications, the overall memory consumption is reduced as well.
@ -253,9 +253,9 @@ Depends: at-spi2-core,
${shlibs:Depends}, ${shlibs:Depends},
@SHARED_PKG@ (= ${binary:Version}) @SHARED_PKG@ (= ${binary:Version})
Description: GNOME Accessibility Implementation Library -- shared libraries Description: GNOME Accessibility Implementation Library -- shared libraries
Gail implements ATK interfaces for GTK+ widgets which are dynamically Gail implements ATK interfaces for GTK widgets which are dynamically
loadable at runtime by a GTK+ application. Once loaded, those parts of loadable at runtime by a GTK application. Once loaded, those parts of
an application that use standard GTK+ widgets will have a basic level an application that use standard GTK widgets will have a basic level
of accessibility, without the need to modify the application at all. of accessibility, without the need to modify the application at all.
. .
This package contains the shared library. This package contains the shared library.
@ -271,9 +271,9 @@ Depends: libatk1.0-dev,
@DEV_PKG@ (= ${binary:Version}) @DEV_PKG@ (= ${binary:Version})
Suggests: libgail-3-doc Suggests: libgail-3-doc
Description: GNOME Accessibility Implementation Library -- development files Description: GNOME Accessibility Implementation Library -- development files
Gail implements ATK interfaces for GTK+ widgets which are dynamically Gail implements ATK interfaces for GTK widgets which are dynamically
loadable at runtime by a GTK+ application. Once loaded, those parts of loadable at runtime by a GTK application. Once loaded, those parts of
an application that use standard GTK+ widgets will have a basic level an application that use standard GTK widgets will have a basic level
of accessibility, without the need to modify the application at all. of accessibility, without the need to modify the application at all.
. .
This package contains the development files for Gail. This package contains the development files for Gail.
@ -285,9 +285,9 @@ Section: doc
Depends: ${misc:Depends} Depends: ${misc:Depends}
Suggests: devhelp Suggests: devhelp
Description: documentation files of the Gail library Description: documentation files of the Gail library
Gail implements ATK interfaces for GTK+ widgets which are dynamically Gail implements ATK interfaces for GTK widgets which are dynamically
loadable at runtime by a GTK+ application. Once loaded, those parts of loadable at runtime by a GTK application. Once loaded, those parts of
an application that use standard GTK+ widgets will have a basic level an application that use standard GTK widgets will have a basic level
of accessibility, without the need to modify the application at all. of accessibility, without the need to modify the application at all.
. .
This package contains the documentation files for Gail. This package contains the documentation files for Gail.

4
debian/copyright vendored
View File

@ -5,7 +5,7 @@ Source: https://download.gnome.org/sources/gtk+/
Files: * Files: *
Copyright: Copyright (C) 1986, 1987, 1998 The Open Group Copyright: Copyright (C) 1986, 1987, 1998 The Open Group
Copyright (C) 1993 Robert Nation Copyright (C) 1993 Robert Nation
Copyright (C) 1997-2010 The GTK+ Team Copyright (C) 1997-2010 The GTK Team
Copyright (C) 1991-1993, 1995, 1999-2010 Free Software Foundation, Inc. Copyright (C) 1991-1993, 1995, 1999-2010 Free Software Foundation, Inc.
Copyright (C) 1995, 1996, 1997, 1998 Steffen Beyer Copyright (C) 1995, 1996, 1997, 1998 Steffen Beyer
Copyright (C) 1996-2007, 2009 Sun Microsystems, Inc. Copyright (C) 1996-2007, 2009 Sun Microsystems, Inc.
@ -141,7 +141,7 @@ License: LGPL-2.1+
Files: po/* Files: po/*
po-properties/* po-properties/*
Copyright: Copyright (C) 1998-2019 Free Software Foundation, Inc. Copyright: Copyright (C) 1998-2019 Free Software Foundation, Inc.
Copyright (C) 1999, 2003-2010 The GTK+ Team Copyright (C) 1999, 2003-2010 The GTK Team
Copyright (C) 2004 Zuza Software Foundation <info@translate.org.za> Copyright (C) 2004 Zuza Software Foundation <info@translate.org.za>
Copyright (C) 2008-2010 F Wolff <friedel@translate.org.za> Copyright (C) 2008-2010 F Wolff <friedel@translate.org.za>
Copyright (C) 2002 Ge'ez Frontier Foundation <locales@geez.org> Copyright (C) 2002 Ge'ez Frontier Foundation <locales@geez.org>

View File

@ -3,7 +3,7 @@ Title: GDK Reference Manual
Author: Damon Chaplin et al. Author: Damon Chaplin et al.
Abstract: The GDK library provides an OS-independant wrapper around the Abstract: The GDK library provides an OS-independant wrapper around the
most fundamental graphical user interface functions. This allows most fundamental graphical user interface functions. This allows
GTK+ to be ported to non-X11 systems, as long as GDK is ported first. GTK to be ported to non-X11 systems, as long as GDK is ported first.
. .
This document covers programming in GDK. This document covers programming in GDK.
Section: Programming/C Section: Programming/C

View File

@ -1,9 +1,9 @@
Document: gtk3 Document: gtk3
Title: GTK+ Reference Manual Title: GTK Reference Manual
Author: Damon Chaplin et al. Author: Damon Chaplin et al.
Abstract: The GTK+ library provides a graphical user interface for Abstract: The GTK library provides a graphical user interface for
C programs, and is used in projects such as GIMP, GNOME, and Mozilla. C programs, and is used in projects such as GIMP, GNOME, and Mozilla.
This document covers programming using the GTK+ library. This document covers programming using the GTK library.
Section: Programming/C Section: Programming/C
Format: HTML Format: HTML

View File

@ -2,7 +2,7 @@ From: Loic Minier <lool@dooz.org>
Date: Sun, 21 Oct 2007 22:05:42 +0200 Date: Sun, 21 Oct 2007 22:05:42 +0200
Subject: Don't list images from unknown directories in icon cache Subject: Don't list images from unknown directories in icon cache
After GTK+ 2.12.0, gtk-update-icon-cache fails if there is a PNG file After GTK 2.12.0, gtk-update-icon-cache fails if there is a PNG file
placed directly in /usr/share/icons/hicolor (not in a correct placed directly in /usr/share/icons/hicolor (not in a correct
subdirectory like 48x48/apps). subdirectory like 48x48/apps).

View File

@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
# autopkgtest check: Run the installed-tests to verify GTK+ works correctly # autopkgtest check: Run the installed-tests to verify GTK works correctly
# Based on glib2.0's d/tests/installed-tests, (C) 2013 Canonical Ltd. # Based on glib2.0's d/tests/installed-tests, (C) 2013 Canonical Ltd.
set -e set -e

View File

@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
# autopkgtest check: Run the installed-tests to verify GTK+ works correctly # autopkgtest check: Run the installed-tests to verify GTK works correctly
# Based on glib2.0's d/tests/installed-tests, (C) 2013 Canonical Ltd. # Based on glib2.0's d/tests/installed-tests, (C) 2013 Canonical Ltd.
set -e set -e

View File

@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
# autopkgtest check: Run the installed-tests to verify GTK+ works correctly # autopkgtest check: Run the installed-tests to verify GTK works correctly
# Based on glib2.0's d/tests/installed-tests, (C) 2013 Canonical Ltd. # Based on glib2.0's d/tests/installed-tests, (C) 2013 Canonical Ltd.
set -e set -e