r32110 - in /desktop/unstable/gtkmm-documentation/debian: changelog compat control control.in gtkmm-documentation.install
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Thu Dec 15 05:27:14 UTC 2011
Author: biebl
Date: Thu Dec 15 05:27:13 2011
New Revision: 32110
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=32110
Log:
* Bump debhelper compatibility level to 8.
- Strip debian/tmp/ from .install files.
- Bump Build-Depends on debhelper.
Modified:
desktop/unstable/gtkmm-documentation/debian/changelog
desktop/unstable/gtkmm-documentation/debian/compat
desktop/unstable/gtkmm-documentation/debian/control
desktop/unstable/gtkmm-documentation/debian/control.in
desktop/unstable/gtkmm-documentation/debian/gtkmm-documentation.install
Modified: desktop/unstable/gtkmm-documentation/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtkmm-documentation/debian/changelog?rev=32110&op=diff
==============================================================================
--- desktop/unstable/gtkmm-documentation/debian/changelog [utf-8] (original)
+++ desktop/unstable/gtkmm-documentation/debian/changelog [utf-8] Thu Dec 15 05:27:13 2011
@@ -5,6 +5,9 @@
- Track .xz tarballs.
* debian/control.in:
- Bump Build-Depends on libgtkmm-3.0-dev to (>= 3.2.0).
+ * Bump debhelper compatibility level to 8.
+ - Strip debian/tmp/ from .install files.
+ - Bump Build-Depends on debhelper.
-- Michael Biebl <biebl at debian.org> Thu, 15 Dec 2011 05:12:39 +0100
Modified: desktop/unstable/gtkmm-documentation/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtkmm-documentation/debian/compat?rev=32110&op=diff
==============================================================================
--- desktop/unstable/gtkmm-documentation/debian/compat [utf-8] (original)
+++ desktop/unstable/gtkmm-documentation/debian/compat [utf-8] Thu Dec 15 05:27:13 2011
@@ -1,1 +1,1 @@
-7
+8
Modified: desktop/unstable/gtkmm-documentation/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtkmm-documentation/debian/control?rev=32110&op=diff
==============================================================================
--- desktop/unstable/gtkmm-documentation/debian/control [utf-8] (original)
+++ desktop/unstable/gtkmm-documentation/debian/control [utf-8] Thu Dec 15 05:27:13 2011
@@ -7,18 +7,18 @@
Section: doc
Priority: optional
Maintainer: Deng Xiyue <manphiz-guest at users.alioth.debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu at debian.org>, Sebastian Dröge <slomo at debian.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu at debian.org>, Michael Biebl <biebl at debian.org>, Sebastian Dröge <slomo at debian.org>
DM-Upload-Allowed: yes
Homepage: http://www.gtkmm.org/
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gtkmm-documentation
Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/gtkmm-documentation
Build-Depends: cdbs (>= 0.4.51),
- debhelper (>= 7),
+ debhelper (>= 8),
quilt,
gnome-pkg-tools (>= 0.11),
gnome-doc-utils (>= 0.9.0),
libglibmm-2.4-dev (>= 2.24.0),
- libgtkmm-3.0-dev (>= 3.0.0)
+ libgtkmm-3.0-dev (>= 3.2.0)
Standards-Version: 3.9.2
Package: gtkmm-documentation
@@ -41,7 +41,7 @@
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
+ classes that can be freely combined to quickly create complex user
interfaces.
.
This package contains tutorial, FAQ, as well as examples for the above
Modified: desktop/unstable/gtkmm-documentation/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtkmm-documentation/debian/control.in?rev=32110&op=diff
==============================================================================
--- desktop/unstable/gtkmm-documentation/debian/control.in [utf-8] (original)
+++ desktop/unstable/gtkmm-documentation/debian/control.in [utf-8] Thu Dec 15 05:27:13 2011
@@ -8,7 +8,7 @@
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gtkmm-documentation
Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/gtkmm-documentation
Build-Depends: cdbs (>= 0.4.51),
- debhelper (>= 7),
+ debhelper (>= 8),
quilt,
gnome-pkg-tools (>= 0.11),
gnome-doc-utils (>= 0.9.0),
@@ -36,7 +36,7 @@
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
+ classes that can be freely combined to quickly create complex user
interfaces.
.
This package contains tutorial, FAQ, as well as examples for the above
Modified: desktop/unstable/gtkmm-documentation/debian/gtkmm-documentation.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtkmm-documentation/debian/gtkmm-documentation.install?rev=32110&op=diff
==============================================================================
--- desktop/unstable/gtkmm-documentation/debian/gtkmm-documentation.install [utf-8] (original)
+++ desktop/unstable/gtkmm-documentation/debian/gtkmm-documentation.install [utf-8] Thu Dec 15 05:27:13 2011
@@ -1,2 +1,2 @@
-debian/tmp/usr/share/doc/gtkmm-3.0/* usr/share/doc/gtkmm-documentation
-debian/tmp/usr/share/gnome
+usr/share/doc/gtkmm-3.0/* usr/share/doc/gtkmm-documentation
+usr/share/gnome
More information about the pkg-gnome-commits
mailing list