r27330 - in /desktop/experimental/gtkmm3.0: ./ debian/ debian/source/

kklimonda-guest at users.alioth.debian.org kklimonda-guest at users.alioth.debian.org
Sat Apr 9 20:00:35 UTC 2011


Author: kklimonda-guest
Date: Sat Apr  9 20:00:18 2011
New Revision: 27330

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=27330
Log:
* Initial packaging work based on gtkmm2.4 package.
* Initial release. (Closes: #123456)

Added:
    desktop/experimental/gtkmm3.0/
    desktop/experimental/gtkmm3.0/debian/   (with props)
    desktop/experimental/gtkmm3.0/debian/changelog
    desktop/experimental/gtkmm3.0/debian/compat
    desktop/experimental/gtkmm3.0/debian/control
    desktop/experimental/gtkmm3.0/debian/control.in
    desktop/experimental/gtkmm3.0/debian/copyright
    desktop/experimental/gtkmm3.0/debian/libgtkmm-3.0-1.install
    desktop/experimental/gtkmm3.0/debian/libgtkmm-3.0-dev.install
    desktop/experimental/gtkmm3.0/debian/libgtkmm-3.0-doc.doc-base.gtkmm3.0-reference
    desktop/experimental/gtkmm3.0/debian/libgtkmm-3.0-doc.examples
    desktop/experimental/gtkmm3.0/debian/libgtkmm-3.0-doc.install
    desktop/experimental/gtkmm3.0/debian/libgtkmm-3.0-doc.links
    desktop/experimental/gtkmm3.0/debian/rules   (with props)
    desktop/experimental/gtkmm3.0/debian/source/
    desktop/experimental/gtkmm3.0/debian/source/format
    desktop/experimental/gtkmm3.0/debian/watch

Propchange: desktop/experimental/gtkmm3.0/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Propchange: desktop/experimental/gtkmm3.0/debian/
------------------------------------------------------------------------------
    svn-bp:tagsUrl = svn+ssh://svn.debian.org/svn/pkg-gnome/tags/gtkmm3.0

Added: desktop/experimental/gtkmm3.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtkmm3.0/debian/changelog?rev=27330&op=file
==============================================================================
--- desktop/experimental/gtkmm3.0/debian/changelog (added)
+++ desktop/experimental/gtkmm3.0/debian/changelog [utf-8] Sat Apr  9 20:00:18 2011
@@ -1,0 +1,9 @@
+gtkmm3.0 (3.0.0-1) UNRELEASED; urgency=low
+
+  [Andrew Starr-Bochicchio]
+  * Initial packaging work based on gtkmm2.4 package.
+
+  [Rico Tzschichholz]
+  * Initial release. (Closes: #123456)
+
+ -- Rico Tzschichholz <ricotz at ubuntu.com>  Thu, 31 Mar 2011 18:43:59 +0200

Added: desktop/experimental/gtkmm3.0/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtkmm3.0/debian/compat?rev=27330&op=file
==============================================================================
--- desktop/experimental/gtkmm3.0/debian/compat (added)
+++ desktop/experimental/gtkmm3.0/debian/compat [utf-8] Sat Apr  9 20:00:18 2011
@@ -1,0 +1,1 @@
+7

Added: desktop/experimental/gtkmm3.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtkmm3.0/debian/control?rev=27330&op=file
==============================================================================
--- desktop/experimental/gtkmm3.0/debian/control (added)
+++ desktop/experimental/gtkmm3.0/debian/control [utf-8] Sat Apr  9 20:00:18 2011
@@ -1,0 +1,98 @@
+# This file is autogenerated. DO NOT EDIT!
+# 
+# Modifications should be made to debian/control.in instead.
+# This file is regenerated automatically in the clean target.
+
+Source: gtkmm3.0
+Section: libs
+Priority: optional
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu at debian.org>, Josselin Mouette <joss at debian.org>, Sebastian Dröge <slomo at debian.org>
+DM-Upload-Allowed: yes
+Homepage: http://www.gtkmm.org/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/desktop/experimental/gtkmm3.0
+Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/experimental/gtkmm3.0
+Build-Depends: cdbs (>= 0.4.51),
+               debhelper (>= 7),
+               gnome-pkg-tools (>= 0.11),
+               libgtk-3-dev (>= 3.0.0),
+               libglibmm-2.4-dev (>= 2.27.93),
+               libcairomm-1.0-dev (>= 1.9.2),
+               libpangomm-1.4-dev (>= 2.27.1),
+               libatkmm-1.6-dev (>= 2.22.2),
+               libgdk-pixbuf2.0-dev (>= 2.22.1)
+Standards-Version: 3.9.1
+
+Package: libgtkmm-3.0-dev
+Section: libdevel
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         libgtkmm-3.0-2 (= ${binary:Version}),
+         libgtk-3-dev (>= 3.0.0),
+         libglibmm-2.4-dev (>= 2.27.93),
+         libcairomm-1.0-dev (>= 1.9.2),
+         libpangomm-1.4-dev (>= 2.27.1),
+         libatkmm-1.6-dev (>= 2.22.2),
+         libgdk-pixbuf2.0-dev (>= 2.22.1)
+Suggests: libgtkmm-3.0-doc
+Description: C++ wrappers for GTK+ (development files)
+ Gtkmm is a C++ interface for the popular GUI library GTK+, API version 3.0.
+ 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.
+ .
+ This package contains development files and examples, as well as a
+ gtkmm-demo program.
+
+Package: libgtkmm-3.0-1
+Section: libs
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
+Description: C++ wrappers for GTK+ (shared libraries)
+ Gtkmm is a C++ interface for the popular GUI library GTK+, API version 3.0.
+ 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.
+ .
+ This package contains shared libraries.
+
+Package: libgtkmm-3.0-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         libgtkmm-3.0-1 (= ${binary:Version})
+Description: C++ wrappers for GTK+ (debug symbols)
+ Gtkmm is a C++ interface for the popular GUI library GTK+, API version 3.0.
+ 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.
+ .
+ This package contains debug symbols for debugging applications using gtkmm.
+
+Package: libgtkmm-3.0-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         lynx | www-browser,
+         doc-base
+Recommends: gtkmm-documentation
+Description: C++ wrappers for GTK+ (documentation)
+ Gtkmm is a C++ interface for the popular GUI library GTK+, API version 3.0.
+ 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.
+ .
+ This package contains tutorial, FAQ, and reference documentation.

Added: desktop/experimental/gtkmm3.0/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtkmm3.0/debian/control.in?rev=27330&op=file
==============================================================================
--- desktop/experimental/gtkmm3.0/debian/control.in (added)
+++ desktop/experimental/gtkmm3.0/debian/control.in [utf-8] Sat Apr  9 20:00:18 2011
@@ -1,0 +1,93 @@
+Source: gtkmm3.0
+Section: libs
+Priority: optional
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Uploaders: @GNOME_TEAM@
+DM-Upload-Allowed: yes
+Homepage: http://www.gtkmm.org/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/desktop/experimental/gtkmm3.0
+Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/experimental/gtkmm3.0
+Build-Depends: cdbs (>= 0.4.51),
+               debhelper (>= 7),
+               gnome-pkg-tools (>= 0.11),
+               libgtk-3-dev (>= 3.0.0),
+               libglibmm-2.4-dev (>= 2.27.93),
+               libcairomm-1.0-dev (>= 1.9.2),
+               libpangomm-1.4-dev (>= 2.27.1),
+               libatkmm-1.6-dev (>= 2.22.2),
+               libgdk-pixbuf2.0-dev (>= 2.22.1)
+Standards-Version: 3.9.1
+
+Package: libgtkmm-3.0-dev
+Section: libdevel
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         libgtkmm-3.0-2 (= ${binary:Version}),
+         libgtk-3-dev (>= 3.0.0),
+         libglibmm-2.4-dev (>= 2.27.93),
+         libcairomm-1.0-dev (>= 1.9.2),
+         libpangomm-1.4-dev (>= 2.27.1),
+         libatkmm-1.6-dev (>= 2.22.2),
+         libgdk-pixbuf2.0-dev (>= 2.22.1)
+Suggests: libgtkmm-3.0-doc
+Description: C++ wrappers for GTK+ (development files)
+ Gtkmm is a C++ interface for the popular GUI library GTK+, API version 3.0.
+ 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.
+ .
+ This package contains development files and examples, as well as a
+ gtkmm-demo program.
+
+Package: libgtkmm-3.0-1
+Section: libs
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
+Description: C++ wrappers for GTK+ (shared libraries)
+ Gtkmm is a C++ interface for the popular GUI library GTK+, API version 3.0.
+ 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.
+ .
+ This package contains shared libraries.
+
+Package: libgtkmm-3.0-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         libgtkmm-3.0-1 (= ${binary:Version})
+Description: C++ wrappers for GTK+ (debug symbols)
+ Gtkmm is a C++ interface for the popular GUI library GTK+, API version 3.0.
+ 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.
+ .
+ This package contains debug symbols for debugging applications using gtkmm.
+
+Package: libgtkmm-3.0-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         lynx | www-browser,
+         doc-base
+Recommends: gtkmm-documentation
+Description: C++ wrappers for GTK+ (documentation)
+ Gtkmm is a C++ interface for the popular GUI library GTK+, API version 3.0.
+ 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.
+ .
+ This package contains tutorial, FAQ, and reference documentation.

Added: desktop/experimental/gtkmm3.0/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtkmm3.0/debian/copyright?rev=27330&op=file
==============================================================================
--- desktop/experimental/gtkmm3.0/debian/copyright (added)
+++ desktop/experimental/gtkmm3.0/debian/copyright [utf-8] Sat Apr  9 20:00:18 2011
@@ -1,0 +1,37 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=48
+Name: gtkmm
+Maintainer: Murray Cumming <murrayc at murrayc.com>
+            Daniel Elstner <daniel.kitta at googlemail.com>
+Source: http://download.gnome.org/sources/gtkmm/
+X-Debianized-By: Bradley Bell <btb at debian.org>
+X-Debianized-Date: Tue, 14 Oct 2003 16:49:47 -0700
+
+
+Files: *
+Copyright: 1998-2007, The gtkmm Development Team
+License: LGPL-2.1+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+ .
+ On Debian systems, the complete text of the GNU Lesser General Public
+ License can be found in `/usr/share/common-licenses/LGPL-2.1'.
+ 
+Files: examples/*, tools/extra_defs_gen/generate_defs_gtk.cc
+Copyright: 1998-2007, The gtkmm Development Team
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2003-2009, Bradley Bell <btb at debian.org>
+           2007-2009, Deng Xiyue <manphiz-guest at users.alioth.debian.org>
+License: GPL-2+
+
+License: GPL-2+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ can be found in `/usr/share/common-licenses/GPL-2'.

Added: desktop/experimental/gtkmm3.0/debian/libgtkmm-3.0-1.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtkmm3.0/debian/libgtkmm-3.0-1.install?rev=27330&op=file
==============================================================================
--- desktop/experimental/gtkmm3.0/debian/libgtkmm-3.0-1.install (added)
+++ desktop/experimental/gtkmm3.0/debian/libgtkmm-3.0-1.install [utf-8] Sat Apr  9 20:00:18 2011
@@ -1,0 +1,1 @@
+usr/lib/lib*.so.*

Added: desktop/experimental/gtkmm3.0/debian/libgtkmm-3.0-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtkmm3.0/debian/libgtkmm-3.0-dev.install?rev=27330&op=file
==============================================================================
--- desktop/experimental/gtkmm3.0/debian/libgtkmm-3.0-dev.install (added)
+++ desktop/experimental/gtkmm3.0/debian/libgtkmm-3.0-dev.install [utf-8] Sat Apr  9 20:00:18 2011
@@ -1,0 +1,6 @@
+usr/include
+usr/lib/gtkmm-3.0
+usr/lib/gdkmm-3.0
+usr/lib/lib*.so
+usr/lib/pkgconfig
+usr/lib/*.la

Added: desktop/experimental/gtkmm3.0/debian/libgtkmm-3.0-doc.doc-base.gtkmm3.0-reference
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtkmm3.0/debian/libgtkmm-3.0-doc.doc-base.gtkmm3.0-reference?rev=27330&op=file
==============================================================================
--- desktop/experimental/gtkmm3.0/debian/libgtkmm-3.0-doc.doc-base.gtkmm3.0-reference (added)
+++ desktop/experimental/gtkmm3.0/debian/libgtkmm-3.0-doc.doc-base.gtkmm3.0-reference [utf-8] Sat Apr  9 20:00:18 2011
@@ -1,0 +1,9 @@
+Document: gtkmm3.0-reference
+Title: gtkmm 3.0 Reference Manual
+Author: Doxygen
+Abstract: Reference Manual for gtkmm 3.0 (C++ bindings for GTK+)
+Section: Programming/C++
+
+Format: HTML
+Index: /usr/share/doc/gtkmm-3.0/reference/html/index.html
+Files: /usr/share/doc/gtkmm-3.0/reference/html/*.html

Added: desktop/experimental/gtkmm3.0/debian/libgtkmm-3.0-doc.examples
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtkmm3.0/debian/libgtkmm-3.0-doc.examples?rev=27330&op=file
==============================================================================
--- desktop/experimental/gtkmm3.0/debian/libgtkmm-3.0-doc.examples (added)
+++ desktop/experimental/gtkmm3.0/debian/libgtkmm-3.0-doc.examples [utf-8] Sat Apr  9 20:00:18 2011
@@ -1,0 +1,4 @@
+demos/README
+demos/Makefile.am
+demos/*.cc
+demos/gtk-demo

Added: desktop/experimental/gtkmm3.0/debian/libgtkmm-3.0-doc.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtkmm3.0/debian/libgtkmm-3.0-doc.install?rev=27330&op=file
==============================================================================
--- desktop/experimental/gtkmm3.0/debian/libgtkmm-3.0-doc.install (added)
+++ desktop/experimental/gtkmm3.0/debian/libgtkmm-3.0-doc.install [utf-8] Sat Apr  9 20:00:18 2011
@@ -1,0 +1,2 @@
+usr/share/doc/gtkmm-3.0/* usr/share/doc/libgtkmm-3.0-doc
+usr/share/devhelp

Added: desktop/experimental/gtkmm3.0/debian/libgtkmm-3.0-doc.links
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtkmm3.0/debian/libgtkmm-3.0-doc.links?rev=27330&op=file
==============================================================================
--- desktop/experimental/gtkmm3.0/debian/libgtkmm-3.0-doc.links (added)
+++ desktop/experimental/gtkmm3.0/debian/libgtkmm-3.0-doc.links [utf-8] Sat Apr  9 20:00:18 2011
@@ -1,0 +1,1 @@
+usr/share/doc/libgtkmm-3.0-doc usr/share/doc/gtkmm-3.0

Added: desktop/experimental/gtkmm3.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtkmm3.0/debian/rules?rev=27330&op=file
==============================================================================
--- desktop/experimental/gtkmm3.0/debian/rules (added)
+++ desktop/experimental/gtkmm3.0/debian/rules [utf-8] Sat Apr  9 20:00:18 2011
@@ -1,0 +1,20 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/utils.mk
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
+include /usr/share/gnome-pkg-tools/1/rules/clean-la.mk
+-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+
+GNOME_MODULE := gtkmm
+
+SHARED_PKG := $(shell sed -rn 's/^Package:[[:space:]]*(libgtkmm-[[:digit:]\.]+-[[:digit:]][[:alnum:]]*)[[:space:]]*$$/\1/p' debian/control)
+DOC_PKG := $(shell sed -rn 's/^Package:[[:space:]]*(libgtkmm-[[:digit:]\.]+-doc)[[:space:]]*$$/\1/p' debian/control)
+SHVER := 3.0.0
+
+LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
+
+DEB_COMPRESS_EXCLUDE_libgtkmm-3-doc = examples
+DEB_DH_INSTALL_SOURCEDIR := debian/tmp
+DEB_DH_MAKESHLIBS_ARGS_$(SHARED_PKG) += -V"$(SHARED_PKG) (>= $(SHVER))"

Propchange: desktop/experimental/gtkmm3.0/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: desktop/experimental/gtkmm3.0/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtkmm3.0/debian/source/format?rev=27330&op=file
==============================================================================
--- desktop/experimental/gtkmm3.0/debian/source/format (added)
+++ desktop/experimental/gtkmm3.0/debian/source/format [utf-8] Sat Apr  9 20:00:18 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: desktop/experimental/gtkmm3.0/debian/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtkmm3.0/debian/watch?rev=27330&op=file
==============================================================================
--- desktop/experimental/gtkmm3.0/debian/watch (added)
+++ desktop/experimental/gtkmm3.0/debian/watch [utf-8] Sat Apr  9 20:00:18 2011
@@ -1,0 +1,7 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# Site		Directory		Pattern			Version	Script
+version=3
+http://download.gnome.org/sources/gtkmm/([\d\.]+)/ \
+        gtkmm-([\d\.]+)\.tar\.gz




More information about the pkg-gnome-commits mailing list