r10510 - in /packages/unstable/libgtksourceviewmm: ./ debian/

dodji-guest at users.alioth.debian.org dodji-guest at users.alioth.debian.org
Fri Apr 27 11:06:43 UTC 2007


Author: dodji-guest
Date: Fri Apr 27 11:06:43 2007
New Revision: 10510

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=10510
Log:
First import of libgtksourceviewmm package into pkg-gnome svn

Added:
    packages/unstable/libgtksourceviewmm/
    packages/unstable/libgtksourceviewmm/debian/
    packages/unstable/libgtksourceviewmm/debian/changelog
    packages/unstable/libgtksourceviewmm/debian/compat
    packages/unstable/libgtksourceviewmm/debian/control
    packages/unstable/libgtksourceviewmm/debian/copyright
    packages/unstable/libgtksourceviewmm/debian/libgtksourceviewmm-1.0-2.install
    packages/unstable/libgtksourceviewmm/debian/libgtksourceviewmm-1.0-dev.docs
    packages/unstable/libgtksourceviewmm/debian/libgtksourceviewmm-1.0-dev.install
    packages/unstable/libgtksourceviewmm/debian/rules

Added: packages/unstable/libgtksourceviewmm/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgtksourceviewmm/debian/changelog?rev=10510&op=file
==============================================================================
--- packages/unstable/libgtksourceviewmm/debian/changelog (added)
+++ packages/unstable/libgtksourceviewmm/debian/changelog Fri Apr 27 11:06:43 2007
@@ -1,0 +1,48 @@
+libgtksourceviewmm (0.3.0-1) unstable; urgency=low
+
+  * New upstream release taken from Ubuntu.
+  * Put generated doxygen documentation into the development package.
+
+ -- Philipp Kern <pkern at debian.org>  Sat, 17 Mar 2007 12:25:59 +0100
+
+libgtksourceviewmm (0.3.0-0ubuntu1) feisty; urgency=low
+
+  * New upstream release:
+    - updated API documentation
+    - added gtksourceview/gtksourceviewmm.h as a shortcut header to include
+      all the gtksourviewmm headers.
+    - wrapped the GtkSourceIter class.
+    - various API cleanless fixes. Added needed const to various getters.
+    - cleaned documentation make install process
+    - fixed a typo. Renamed SourceBuffer::end_notundoable_action() into
+      SourceBuffer::end_not_undoable_action().
+  * debian/control:
+    - soname change.
+    - added doxygen Build-Depends.
+  * debian/libgtksourceviewmm-0.1-1.install ->
+    debian/libgtksourceviewmm-0.1-2.install
+
+ -- Daniel Holbach <daniel.holbach at ubuntu.com>  Mon, 22 Jan 2007 09:25:55 +0100
+
+libgtksourceviewmm (0.2.0-1) unstable; urgency=low
+
+  * Upload under the care of the Utnubu project (Closes: #392810)
+  * Reworded the description
+  * Created seperate binary package to add debug symbols
+
+ -- Philipp Kern <pkern at debian.org>  Sat,  6 Jan 2007 13:51:51 +0100
+
+libgtksourceviewmm (0.2.0-0ubuntu1) edgy; urgency=low
+
+  * New upstream release.
+  * debian/control, debian/libgtksourceviewmm-1.0-*.install:
+    - changes for soname change.
+
+ -- Daniel Holbach <daniel.holbach at ubuntu.com>  Mon, 18 Sep 2006 18:28:32 +0200
+
+libgtksourceviewmm (0.1.0-0ubuntu1) edgy; urgency=low
+
+  * Initial release.
+
+ -- Daniel Holbach <daniel.holbach at ubuntu.com>  Mon, 18 Sep 2006 11:24:53 +0200
+

Added: packages/unstable/libgtksourceviewmm/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgtksourceviewmm/debian/compat?rev=10510&op=file
==============================================================================
--- packages/unstable/libgtksourceviewmm/debian/compat (added)
+++ packages/unstable/libgtksourceviewmm/debian/compat Fri Apr 27 11:06:43 2007
@@ -1,0 +1,1 @@
+5

Added: packages/unstable/libgtksourceviewmm/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgtksourceviewmm/debian/control?rev=10510&op=file
==============================================================================
--- packages/unstable/libgtksourceviewmm/debian/control (added)
+++ packages/unstable/libgtksourceviewmm/debian/control Fri Apr 27 11:06:43 2007
@@ -1,0 +1,50 @@
+Source: libgtksourceviewmm
+Section: libs
+Priority: optional
+Maintainer: Dodji Seketeli <dodji at seketeli.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Build-Depends: cdbs, debhelper (>= 5), libgtkmm-2.4-dev (>= 2.4), libglibmm-2.4-dev, libgtksourceview-dev (>= 1.0), doxygen
+Standards-Version: 3.7.2
+
+Package: libgtksourceviewmm-1.0-2
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: C++ binding of GtkSourceView
+ GtkSourceViewMM is a C++ binding of GtkSourceView, an extension to
+ the text widget included in GTK+ 2.x adding syntax highlighting and
+ other features typical for a source file editor.
+ .
+ GtkSourceViewMM is crafted to integrate well into applications using
+ the gtkmm framework.
+
+Package: libgtksourceviewmm-1.0-dev
+Section: libdevel
+Architecture: any
+Depends: ${misc:Depends}, libgtksourceviewmm-1.0-2 (= ${Source-Version}), libgtkmm-2.4-dev (>= 2.4), libglibmm-2.4-dev, libgtksourceview-dev (>= 1.0)
+Description: C++ binding of GtkSourceView - development files
+ GtkSourceViewMM is a C++ binding of GtkSourceView, an extension to
+ the text widget included in GTK+ 2.x adding syntax highlighting and
+ other features typical for a source file editor.
+ .
+ GtkSourceViewMM is crafted to integrate well into applications using
+ the gtkmm framework.
+ .
+ These are the development files for libgtksourceviewmm, needed only
+ if you wish to write or compile software which uses it.
+
+Package: libgtksourceviewmm-1.0-2-dbg
+Section: libdevel
+Priority: extra
+Architecture: any
+Depends: libgtksourceviewmm-1.0-2 (= ${Source-Version})
+Description: C++ binding of GtkSourceView - debugging symbols
+ GtkSourceViewMM is a C++ binding of GtkSourceView, an extension to
+ the text widget included in GTK+ 2.x adding syntax highlighting and
+ other features typical for a source file editor.
+ .
+ GtkSourceViewMM is crafted to integrate well into applications using
+ the gtkmm framework.
+ .
+ These are the debugging symbols for libgtksourceviewmm, needed
+ only if you try to debug an application using it.

Added: packages/unstable/libgtksourceviewmm/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgtksourceviewmm/debian/copyright?rev=10510&op=file
==============================================================================
--- packages/unstable/libgtksourceviewmm/debian/copyright (added)
+++ packages/unstable/libgtksourceviewmm/debian/copyright Fri Apr 27 11:06:43 2007
@@ -1,0 +1,42 @@
+This package was debianized by Daniel Holbach <daniel.holbach at ubuntu.com> on
+Mon, 18 Sep 2006 11:24:53 +0200.
+
+It was downloaded from http://download.gnome.org
+
+Upstream Author: 
+	Dodji Seketeli <dodji at gnome.org>
+	Rob Page <page.rob at gmail.com>
+	Large parts of this wrapper (ie: the tools and scripts directories)
+	are taken from the glibmm and gtkmm projects.
+	http://www.gtkmm.org
+
+	Initial Code by:
+		Jae Jang <jjang at users.sourceforge.net>
+
+Copyright: 
+	Copyright (C) 2004-2005 Jae Jang
+	Copyright (C) 2005-2006 Rob Page
+	Copyright (C)2006 Dodji Seketeli
+
+License:
+
+    This package 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 of the License, or (at your option) any later version.
+
+    This package is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Lesser General Public License for more details.
+
+    You should have received a copy of the GNU Lesser General Public
+    License along with this package; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU Lesser General
+Public License can be found in `/usr/share/common-licenses/LGPL'.
+
+
+The Debian packaging is (C) 2006, Daniel Holbach <daniel.holbach at ubuntu.com> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: packages/unstable/libgtksourceviewmm/debian/libgtksourceviewmm-1.0-2.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgtksourceviewmm/debian/libgtksourceviewmm-1.0-2.install?rev=10510&op=file
==============================================================================
--- packages/unstable/libgtksourceviewmm/debian/libgtksourceviewmm-1.0-2.install (added)
+++ packages/unstable/libgtksourceviewmm/debian/libgtksourceviewmm-1.0-2.install Fri Apr 27 11:06:43 2007
@@ -1,0 +1,1 @@
+debian/tmp/usr/lib/*.so.*

Added: packages/unstable/libgtksourceviewmm/debian/libgtksourceviewmm-1.0-dev.docs
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgtksourceviewmm/debian/libgtksourceviewmm-1.0-dev.docs?rev=10510&op=file
==============================================================================
--- packages/unstable/libgtksourceviewmm/debian/libgtksourceviewmm-1.0-dev.docs (added)
+++ packages/unstable/libgtksourceviewmm/debian/libgtksourceviewmm-1.0-dev.docs Fri Apr 27 11:06:43 2007
@@ -1,0 +1,2 @@
+NEWS
+docs/reference/html

Added: packages/unstable/libgtksourceviewmm/debian/libgtksourceviewmm-1.0-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgtksourceviewmm/debian/libgtksourceviewmm-1.0-dev.install?rev=10510&op=file
==============================================================================
--- packages/unstable/libgtksourceviewmm/debian/libgtksourceviewmm-1.0-dev.install (added)
+++ packages/unstable/libgtksourceviewmm/debian/libgtksourceviewmm-1.0-dev.install Fri Apr 27 11:06:43 2007
@@ -1,0 +1,6 @@
+debian/tmp/usr/lib/*.so
+debian/tmp/usr/lib/lib*.so
+debian/tmp/usr/lib/pkgconfig
+debian/tmp/usr/lib/gtksourceviewmm-1.0/proc
+debian/tmp/usr/include
+debian/tmp/usr/lib/gtksourceviewmm-1.0/include

Added: packages/unstable/libgtksourceviewmm/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgtksourceviewmm/debian/rules?rev=10510&op=file
==============================================================================
--- packages/unstable/libgtksourceviewmm/debian/rules (added)
+++ packages/unstable/libgtksourceviewmm/debian/rules Fri Apr 27 11:06:43 2007
@@ -1,0 +1,7 @@
+#!/usr/bin/make -f
+  
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+DEB_DH_STRIP_ARGS := --dbg-package=libgtksourceviewmm-1.0-2-dbg
+




More information about the pkg-gnome-commits mailing list