r29377 - in /desktop/unstable/gtkmm2.4/debian: changelog control control.in patches/aclocal.m4.patch patches/configure.ac.patch patches/relibtoolize.patch patches/series
manphiz-guest at users.alioth.debian.org
manphiz-guest at users.alioth.debian.org
Mon Aug 15 08:09:31 UTC 2011
Author: manphiz-guest
Date: Mon Aug 15 08:09:31 2011
New Revision: 29377
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=29377
Log:
* New upstream release.
+ Remove all patches. Fixed upstream.
+ Drop mm-common as build-dep. Not needed anymore.
* Refine package descriptions. (Closes: #624356)
Removed:
desktop/unstable/gtkmm2.4/debian/patches/aclocal.m4.patch
desktop/unstable/gtkmm2.4/debian/patches/configure.ac.patch
desktop/unstable/gtkmm2.4/debian/patches/relibtoolize.patch
desktop/unstable/gtkmm2.4/debian/patches/series
Modified:
desktop/unstable/gtkmm2.4/debian/changelog
desktop/unstable/gtkmm2.4/debian/control
desktop/unstable/gtkmm2.4/debian/control.in
Modified: desktop/unstable/gtkmm2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtkmm2.4/debian/changelog?rev=29377&op=diff
==============================================================================
--- desktop/unstable/gtkmm2.4/debian/changelog [utf-8] (original)
+++ desktop/unstable/gtkmm2.4/debian/changelog [utf-8] Mon Aug 15 08:09:31 2011
@@ -1,3 +1,12 @@
+gtkmm2.4 (1:2.24.2-1) unstable; urgency=low
+
+ * New upstream release.
+ + Remove all patches. Fixed upstream.
+ + Drop mm-common as build-dep. Not needed anymore.
+ * Refine package descriptions. (Closes: #624356)
+
+ -- Deng Xiyue <manphiz-guest at users.alioth.debian.org> Mon, 15 Aug 2011 01:05:15 -0700
+
gtkmm2.4 (1:2.24.0-1) unstable; urgency=low
[ Krzysztof Klimonda ]
Modified: desktop/unstable/gtkmm2.4/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtkmm2.4/debian/control?rev=29377&op=diff
==============================================================================
--- desktop/unstable/gtkmm2.4/debian/control [utf-8] (original)
+++ desktop/unstable/gtkmm2.4/debian/control [utf-8] Mon Aug 15 08:09:31 2011
@@ -20,8 +20,7 @@
libatk1.0-dev (>= 1.12.0),
libcairomm-1.0-dev (>= 1.2.2),
libpangomm-1.4-dev (>= 2.27.1),
- libatkmm-1.6-dev (>= 2.22.2),
- mm-common (>= 0.9.3)
+ libatkmm-1.6-dev (>= 2.22.2)
Standards-Version: 3.9.2
Package: libgtkmm-2.4-dev
@@ -38,15 +37,14 @@
libatkmm-1.6-dev (>= 2.22.0)
Suggests: libgtkmm-2.4-doc
Description: C++ wrappers for GTK+ (development files)
- Gtkmm is a C++ interface for the popular GUI library GTK+, API version 2.4.
- Gtkmm provides a convenient interface for C++ programmers to create
+ Gtkmm is a C++ interface for the popular GUI library GTK+, with API version
+ 2.4. Gtkmm provides a convenient interface for C++ programmers to create
graphical user interfaces with GTK+'s flexible OO framework. Highlights
- include type safe callbacks, widgets extensible using inheritance and
- over 180 classes that can be freely combined to quickly create complex
- user interfaces.
+ include type safe callbacks, widgets extensible using inheritance and over 180
+ classes that can be freely combined to quickly create complex user interfaces.
.
- This package contains development files and examples, as well as a
- gtkmm-demo program.
+ This package contains development files and examples, as well as a gtkmm-demo
+ program.
Package: libgtkmm-2.4-1c2a
Section: libs
@@ -58,12 +56,11 @@
Replaces: libgtkmm-2.4-1,
libgtkmm-2.4-1c2
Description: C++ wrappers for GTK+ (shared libraries)
- Gtkmm is a C++ interface for the popular GUI library GTK+, API version 2.4.
- Gtkmm provides a convenient interface for C++ programmers to create
+ Gtkmm is a C++ interface for the popular GUI library GTK+, with API version
+ 2.4. Gtkmm provides a convenient interface for C++ programmers to create
graphical user interfaces with GTK+'s flexible OO framework. Highlights
- include type safe callbacks, widgets extensible using inheritance and
- over 180 classes that can be freely combined to quickly create complex
- user interfaces.
+ include type safe callbacks, widgets extensible using inheritance and over 180
+ classes that can be freely combined to quickly create complex user interfaces.
.
This package contains shared libraries.
@@ -75,12 +72,11 @@
${shlibs:Depends},
libgtkmm-2.4-1c2a (= ${binary:Version})
Description: C++ wrappers for GTK+ (debug symbols)
- Gtkmm is a C++ interface for the popular GUI library GTK+, API version 2.4.
- Gtkmm provides a convenient interface for C++ programmers to create
+ Gtkmm is a C++ interface for the popular GUI library GTK+, with API version
+ 2.4. Gtkmm provides a convenient interface for C++ programmers to create
graphical user interfaces with GTK+'s flexible OO framework. Highlights
- include type safe callbacks, widgets extensible using inheritance and
- over 180 classes that can be freely combined to quickly create complex
- user interfaces.
+ include type safe callbacks, widgets extensible using inheritance and over 180
+ classes that can be freely combined to quickly create complex user interfaces.
.
This package contains debug symbols for debugging applications using gtkmm.
@@ -93,11 +89,10 @@
doc-base
Recommends: gtkmm-documentation
Description: C++ wrappers for GTK+ (documentation)
- Gtkmm is a C++ interface for the popular GUI library GTK+, API version 2.4.
- Gtkmm provides a convenient interface for C++ programmers to create
+ Gtkmm is a C++ interface for the popular GUI library GTK+, with API version
+ 2.4. Gtkmm provides a convenient interface for C++ programmers to create
graphical user interfaces with GTK+'s flexible OO framework. Highlights
- include type safe callbacks, widgets extensible using inheritance and
- over 180 classes that can be freely combined to quickly create complex
- user interfaces.
+ include type safe callbacks, widgets extensible using inheritance and over 180
+ classes that can be freely combined to quickly create complex user interfaces.
.
- This package contains tutorial, FAQ, and reference documentation.
+ This package contains FAQ, and reference documentation.
Modified: desktop/unstable/gtkmm2.4/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtkmm2.4/debian/control.in?rev=29377&op=diff
==============================================================================
--- desktop/unstable/gtkmm2.4/debian/control.in [utf-8] (original)
+++ desktop/unstable/gtkmm2.4/debian/control.in [utf-8] Mon Aug 15 08:09:31 2011
@@ -15,8 +15,7 @@
libatk1.0-dev (>= 1.12.0),
libcairomm-1.0-dev (>= 1.2.2),
libpangomm-1.4-dev (>= 2.27.1),
- libatkmm-1.6-dev (>= 2.22.2),
- mm-common (>= 0.9.3)
+ libatkmm-1.6-dev (>= 2.22.2)
Standards-Version: 3.9.2
Package: libgtkmm-2.4-dev
@@ -33,15 +32,14 @@
libatkmm-1.6-dev (>= 2.22.0)
Suggests: libgtkmm-2.4-doc
Description: C++ wrappers for GTK+ (development files)
- Gtkmm is a C++ interface for the popular GUI library GTK+, API version 2.4.
- Gtkmm provides a convenient interface for C++ programmers to create
+ Gtkmm is a C++ interface for the popular GUI library GTK+, with API version
+ 2.4. Gtkmm provides a convenient interface for C++ programmers to create
graphical user interfaces with GTK+'s flexible OO framework. Highlights
- include type safe callbacks, widgets extensible using inheritance and
- over 180 classes that can be freely combined to quickly create complex
- user interfaces.
+ include type safe callbacks, widgets extensible using inheritance and over 180
+ classes that can be freely combined to quickly create complex user interfaces.
.
- This package contains development files and examples, as well as a
- gtkmm-demo program.
+ This package contains development files and examples, as well as a gtkmm-demo
+ program.
Package: libgtkmm-2.4-1c2a
Section: libs
@@ -53,12 +51,11 @@
Replaces: libgtkmm-2.4-1,
libgtkmm-2.4-1c2
Description: C++ wrappers for GTK+ (shared libraries)
- Gtkmm is a C++ interface for the popular GUI library GTK+, API version 2.4.
- Gtkmm provides a convenient interface for C++ programmers to create
+ Gtkmm is a C++ interface for the popular GUI library GTK+, with API version
+ 2.4. Gtkmm provides a convenient interface for C++ programmers to create
graphical user interfaces with GTK+'s flexible OO framework. Highlights
- include type safe callbacks, widgets extensible using inheritance and
- over 180 classes that can be freely combined to quickly create complex
- user interfaces.
+ include type safe callbacks, widgets extensible using inheritance and over 180
+ classes that can be freely combined to quickly create complex user interfaces.
.
This package contains shared libraries.
@@ -70,12 +67,11 @@
${shlibs:Depends},
libgtkmm-2.4-1c2a (= ${binary:Version})
Description: C++ wrappers for GTK+ (debug symbols)
- Gtkmm is a C++ interface for the popular GUI library GTK+, API version 2.4.
- Gtkmm provides a convenient interface for C++ programmers to create
+ Gtkmm is a C++ interface for the popular GUI library GTK+, with API version
+ 2.4. Gtkmm provides a convenient interface for C++ programmers to create
graphical user interfaces with GTK+'s flexible OO framework. Highlights
- include type safe callbacks, widgets extensible using inheritance and
- over 180 classes that can be freely combined to quickly create complex
- user interfaces.
+ include type safe callbacks, widgets extensible using inheritance and over 180
+ classes that can be freely combined to quickly create complex user interfaces.
.
This package contains debug symbols for debugging applications using gtkmm.
@@ -88,11 +84,10 @@
doc-base
Recommends: gtkmm-documentation
Description: C++ wrappers for GTK+ (documentation)
- Gtkmm is a C++ interface for the popular GUI library GTK+, API version 2.4.
- Gtkmm provides a convenient interface for C++ programmers to create
+ Gtkmm is a C++ interface for the popular GUI library GTK+, with API version
+ 2.4. Gtkmm provides a convenient interface for C++ programmers to create
graphical user interfaces with GTK+'s flexible OO framework. Highlights
- include type safe callbacks, widgets extensible using inheritance and
- over 180 classes that can be freely combined to quickly create complex
- user interfaces.
+ include type safe callbacks, widgets extensible using inheritance and over 180
+ classes that can be freely combined to quickly create complex user interfaces.
.
- This package contains tutorial, FAQ, and reference documentation.
+ This package contains FAQ, and reference documentation.
More information about the pkg-gnome-commits
mailing list