r16680 - in /desktop/experimental/gtkmm-documentation: ./ debian/

manphiz-guest at users.alioth.debian.org manphiz-guest at users.alioth.debian.org
Fri Aug 1 21:04:50 UTC 2008


Author: manphiz-guest
Date: Fri Aug  1 21:04:50 2008
New Revision: 16680

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=16680
Log:
Initial import of gtkmm-documentation.

Added:
    desktop/experimental/gtkmm-documentation/
    desktop/experimental/gtkmm-documentation/debian/   (with props)
    desktop/experimental/gtkmm-documentation/debian/README.Debian
    desktop/experimental/gtkmm-documentation/debian/changelog
    desktop/experimental/gtkmm-documentation/debian/compat
    desktop/experimental/gtkmm-documentation/debian/control
    desktop/experimental/gtkmm-documentation/debian/control.in
    desktop/experimental/gtkmm-documentation/debian/copyright
    desktop/experimental/gtkmm-documentation/debian/gtkmm-documentation.doc-base.gtkmm-documentation-faq
    desktop/experimental/gtkmm-documentation/debian/gtkmm-documentation.doc-base.gtkmm-documentation-tutorial
    desktop/experimental/gtkmm-documentation/debian/gtkmm-documentation.install
    desktop/experimental/gtkmm-documentation/debian/rules   (with props)
    desktop/experimental/gtkmm-documentation/debian/watch

Propchange: desktop/experimental/gtkmm-documentation/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Propchange: desktop/experimental/gtkmm-documentation/debian/
------------------------------------------------------------------------------
--- svn-bp:tagsUrl (added)
+++ svn-bp:tagsUrl Fri Aug  1 21:04:50 2008
@@ -1,0 +1,1 @@
+svn+ssh://svn.debian.org/svn/pkg-gnome/tags/gtkmm-documentation

Added: desktop/experimental/gtkmm-documentation/debian/README.Debian
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtkmm-documentation/debian/README.Debian?rev=16680&op=file
==============================================================================
--- desktop/experimental/gtkmm-documentation/debian/README.Debian (added)
+++ desktop/experimental/gtkmm-documentation/debian/README.Debian Fri Aug  1 21:04:50 2008
@@ -1,0 +1,29 @@
+gtkmm-documentation for Debian
+------------------------------
+
+How to build the examples?
+
+As you can see, there's no Makefiles available to build the examples by the
+default installation of gtkmm-documentation, as the generated Makefiles are
+of little use when used elsewhere from where it was generated.  So you have
+several solutions:
+
+1. Write your own.
+There's a chapter in the tutorial to teach you how to compile these code,
+from which you can organize your own Makefiles.
+
+2. Use the Debian source package.
+Using the standard Debian procedure, you can get the original package by the
+following command:
+
+$ apt-get sources gtkmm-documentation
+
+After which you'll have a gtkmm-documentation-<version> directory.  Then you
+can get the build dependencies installed by:
+
+# apt-get build-dep gtkmm-documentation
+
+Now you can choose to ./configure && make, or use dpkg-buildpackage to get
+the examples built.                   
+
+ -- Deng Xiyue <manphiz-guest at users.alioth.debian.org>  Sat, 02 Aug 2008 01:05:58 +0800

Added: desktop/experimental/gtkmm-documentation/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtkmm-documentation/debian/changelog?rev=16680&op=file
==============================================================================
--- desktop/experimental/gtkmm-documentation/debian/changelog (added)
+++ desktop/experimental/gtkmm-documentation/debian/changelog Fri Aug  1 21:04:50 2008
@@ -1,0 +1,5 @@
+gtkmm-documentation (2.13.1+svn57-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #493295)
+
+ -- Deng Xiyue <manphiz-guest at users.alioth.debian.org>  Sat, 02 Aug 2008 04:50:40 +0800

Added: desktop/experimental/gtkmm-documentation/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtkmm-documentation/debian/compat?rev=16680&op=file
==============================================================================
--- desktop/experimental/gtkmm-documentation/debian/compat (added)
+++ desktop/experimental/gtkmm-documentation/debian/compat Fri Aug  1 21:04:50 2008
@@ -1,0 +1,1 @@
+7

Added: desktop/experimental/gtkmm-documentation/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtkmm-documentation/debian/control?rev=16680&op=file
==============================================================================
--- desktop/experimental/gtkmm-documentation/debian/control (added)
+++ desktop/experimental/gtkmm-documentation/debian/control Fri Aug  1 21:04:50 2008
@@ -1,0 +1,51 @@
+Source: gtkmm-documentation
+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>
+DM-Upload-Allowed: yes
+Homepage: http://www.gtkmm.org/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtkmm-documentation
+Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/experimental/gtkmm-documentation
+Build-Depends: cdbs (>= 0.4.51),
+               debhelper (>= 7),
+               dpkg-dev (>= 1.14.16),
+               gnome-pkg-tools (>= 0.11),
+               gnome-doc-utils (>= 0.9.0),
+               libglibmm-2.4-dev (>= 2.15.2),
+               libgtkmm-2.4-dev (>= 1:2.10.0),
+               libglademm-2.4-dev (>= 2.6.0)
+Build-Depends-Indep: xsltproc,
+                     libxml2-utils
+Standards-Version: 3.8.0
+
+Package: gtkmm-documentation
+Section: doc
+Architecture: all
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         lynx | www-browser,
+         doc-base
+Recommends: libglibmm-2.4-doc,
+            libgtkmm-2.4-doc,
+            libglademm-2.4-doc
+Description: Documentation of C++ wrappers for GLib/GTK+/libglade
+ GLib is a low-level general-purpose library used mainly by GTK+/GNOME
+ applications, but is useful for other programs as well.
+ glibmm is the C++ wrapper for GLib.
+ .
+ Gtkmm is a C++ interface for the popular GUI library GTK+.  It 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.
+ .
+ Libglade is a library which enables an application to build its
+ graphical
+ interface from an XML file (generated by Glade) at runtime. libglademm
+ is the C++ wrapper for libglade.
+ .
+ This package contains tutorial, FAQ, as well as examples for the above
+ components.
+

Added: desktop/experimental/gtkmm-documentation/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtkmm-documentation/debian/control.in?rev=16680&op=file
==============================================================================
--- desktop/experimental/gtkmm-documentation/debian/control.in (added)
+++ desktop/experimental/gtkmm-documentation/debian/control.in Fri Aug  1 21:04:50 2008
@@ -1,0 +1,51 @@
+Source: gtkmm-documentation
+Section: doc
+Priority: optional
+Maintainer: Deng Xiyue <manphiz-guest at users.alioth.debian.org>
+Uploaders: @GNOME_TEAM@
+DM-Upload-Allowed: yes
+Homepage: http://www.gtkmm.org/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtkmm-documentation
+Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/experimental/gtkmm-documentation
+Build-Depends: cdbs (>= 0.4.51),
+               debhelper (>= 7),
+               dpkg-dev (>= 1.14.16),
+               gnome-pkg-tools (>= 0.11),
+               gnome-doc-utils (>= 0.9.0),
+               libglibmm-2.4-dev (>= 2.15.2),
+               libgtkmm-2.4-dev (>= 1:2.10.0),
+               libglademm-2.4-dev (>= 2.6.0)
+Build-Depends-Indep: xsltproc,
+                     libxml2-utils
+Standards-Version: 3.8.0
+
+Package: gtkmm-documentation
+Section: doc
+Architecture: all
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         lynx | www-browser,
+         doc-base
+Recommends: libglibmm-2.4-doc,
+            libgtkmm-2.4-doc,
+            libglademm-2.4-doc
+Description: Documentation of C++ wrappers for GLib/GTK+/libglade
+ GLib is a low-level general-purpose library used mainly by GTK+/GNOME
+ applications, but is useful for other programs as well.
+ glibmm is the C++ wrapper for GLib.
+ .
+ Gtkmm is a C++ interface for the popular GUI library GTK+.  It 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.
+ .
+ Libglade is a library which enables an application to build its
+ graphical
+ interface from an XML file (generated by Glade) at runtime. libglademm
+ is the C++ wrapper for libglade.
+ .
+ This package contains tutorial, FAQ, as well as examples for the above
+ components.
+

Added: desktop/experimental/gtkmm-documentation/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtkmm-documentation/debian/copyright?rev=16680&op=file
==============================================================================
--- desktop/experimental/gtkmm-documentation/debian/copyright (added)
+++ desktop/experimental/gtkmm-documentation/debian/copyright Fri Aug  1 21:04:50 2008
@@ -1,0 +1,51 @@
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
+Debianized-By: Deng Xiyue <manphiz-guest at users.alioth.debian.org>
+Debianized-Date: Sat, 02 Aug 2008 01:19:47 +0800
+Original-Source-Location: http://download.gnome.org/sources/gtkmm-documentation/
+Original-Source-Command: ./debian/rules get-orig-source
+Upstream-Author:
+ Murray Cumming <murrayc at murrayc.com>
+ Daniel Elstner <daniel.kitta at googlemail.com>
+ Jonathon Jongsma <jonathon.jongsma at gmail.com>
+
+
+Files: examples/*
+Copyright: 
+ © 2002, 2003, 2006, 2007  The gtkmm Development Team
+License: GPL-2+
+ This code 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'.
+
+Files:
+ examples/book/giomm/monitor_directory/monitor_directory.cc
+ examples/book/giomm/usage/usage.cc
+ examples/book/giomm/getline/getline.cc
+Copyright: 
+ © 2007, 2008  Jonathon Jongsma
+License: GPL-2+
+
+Files:
+ examples/others/tictactoe/tictactoe.cc
+ examples/others/tictactoe/tictactoe.h
+Copyright:
+ © 1995-1997  Peter Mattis, Spencer Kimball and Josh MacDonald
+License: GPL-2+
+
+Files docs/*
+Copyright
+ © 2002-2008  The gtkmm Development Team
+ © 2002-2006  Murray Cumming
+License: GFDL-1.2+
+ On Debian systems, the complete text of the GNU Free Documentation License
+ can be found in `/usr/share/common-licenses/GFDL'.
+
+File: debian/*
+Copyright:
+ © 2008  Deng Xiyue <manphiz-guest at users.alioth.debian.org>
+License: GPL-2+
+

Added: desktop/experimental/gtkmm-documentation/debian/gtkmm-documentation.doc-base.gtkmm-documentation-faq
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtkmm-documentation/debian/gtkmm-documentation.doc-base.gtkmm-documentation-faq?rev=16680&op=file
==============================================================================
--- desktop/experimental/gtkmm-documentation/debian/gtkmm-documentation.doc-base.gtkmm-documentation-faq (added)
+++ desktop/experimental/gtkmm-documentation/debian/gtkmm-documentation.doc-base.gtkmm-documentation-faq Fri Aug  1 21:04:50 2008
@@ -1,0 +1,9 @@
+Document: gtkmm-documentation-faq
+Title: gtkmm 2.4 Frequently Asked Questions
+Author: gtkmm Development Team
+Abstract: Frequently Asked Questions for gtkmm 2.4 (C++ bindings for GTK+)
+Section: Programming/C++
+
+Format: HTML
+Index: /usr/share/doc/gtkmm-documentation/docs/FAQ/html/index.html
+Files: /usr/share/doc/gtkmm-documentation/docs/FAQ/html/*.html

Added: desktop/experimental/gtkmm-documentation/debian/gtkmm-documentation.doc-base.gtkmm-documentation-tutorial
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtkmm-documentation/debian/gtkmm-documentation.doc-base.gtkmm-documentation-tutorial?rev=16680&op=file
==============================================================================
--- desktop/experimental/gtkmm-documentation/debian/gtkmm-documentation.doc-base.gtkmm-documentation-tutorial (added)
+++ desktop/experimental/gtkmm-documentation/debian/gtkmm-documentation.doc-base.gtkmm-documentation-tutorial Fri Aug  1 21:04:50 2008
@@ -1,0 +1,9 @@
+Document: gtkmm-documentation-tutorial
+Title: Programming With Gtkmm2
+Author: gtkmm Development Team
+Abstract: Tutorial for glibmm/gtkmm/libgalde (C++ bindings for GLib/GTK+/libglade)
+Section: Programming/C++
+
+Format: HTML
+Index: /usr/share/doc/gtkmm-documentation/docs/tutorial/html/index.html
+Files: /usr/share/doc/gtkmm-documentation/docs/tutorial/html/*.html

Added: desktop/experimental/gtkmm-documentation/debian/gtkmm-documentation.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtkmm-documentation/debian/gtkmm-documentation.install?rev=16680&op=file
==============================================================================
--- desktop/experimental/gtkmm-documentation/debian/gtkmm-documentation.install (added)
+++ desktop/experimental/gtkmm-documentation/debian/gtkmm-documentation.install Fri Aug  1 21:04:50 2008
@@ -1,0 +1,2 @@
+debian/gtkmm-documentation/usr/share/doc/gtkmm-2.4/* usr/share/doc/gtkmm-documentation
+debian/gtkmm-documentation/usr/share/gnome/* usr/share/gnome

Added: desktop/experimental/gtkmm-documentation/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtkmm-documentation/debian/rules?rev=16680&op=file
==============================================================================
--- desktop/experimental/gtkmm-documentation/debian/rules (added)
+++ desktop/experimental/gtkmm-documentation/debian/rules Fri Aug  1 21:04:50 2008
@@ -1,0 +1,9 @@
+#!/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/gnome-get-source.mk
+
+GNOME_MODULE := gtkmm-documentation

Propchange: desktop/experimental/gtkmm-documentation/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: desktop/experimental/gtkmm-documentation/debian/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtkmm-documentation/debian/watch?rev=16680&op=file
==============================================================================
--- desktop/experimental/gtkmm-documentation/debian/watch (added)
+++ desktop/experimental/gtkmm-documentation/debian/watch Fri Aug  1 21:04:50 2008
@@ -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-documentation/([\d\.]+)[13579]/ \
+        gtkmm-documentation-([\d\.]+)\.tar\.gz




More information about the pkg-gnome-commits mailing list