Author: gildor
Date: Fri May 23 10:40:47 2008
New Revision: 5675

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5675
Log:
* Update debian/copyright file
* Fix GTK -> GTK+ in debian/control
* Move META.lablgtk2-gl to directory METAS/
* Stop creating empty directory lablgtkgl2
* Clean config.*

Modified:
    trunk/packages/lablgtk/trunk/debian/changelog
    trunk/packages/lablgtk/trunk/debian/control
    trunk/packages/lablgtk/trunk/debian/copyright
    trunk/packages/lablgtk/trunk/debian/liblablgtk2-ocaml-dev.dirs.in
    trunk/packages/lablgtk/trunk/debian/rules

Modified: trunk/packages/lablgtk/trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/lablgtk/trunk/debian/changelog?rev=5675&op=diff
==============================================================================
--- trunk/packages/lablgtk/trunk/debian/changelog (original)
+++ trunk/packages/lablgtk/trunk/debian/changelog Fri May 23 10:40:47 2008
@@ -1,8 +1,14 @@
-lablgtk2 (2.10.1-2) UNRELEASED; urgency=low
-
-  * NOT RELEASED YET
-
- -- Ralf Treinen <[EMAIL PROTECTED]>  Mon, 07 Apr 2008 21:23:40 +0200
+lablgtk2 (2.10.1-2) unstable; urgency=low
+
+  [ Sylvain Le Gall ]
+  * Update debian/copyright file
+  * Fix GTK -> GTK+ in debian/control
+  * Move META.lablgtk2-gl to directory METAS/
+  * Stop creating empty directory lablgtkgl2
+  * Clean config.*
+  * Rebuild for ocaml 3.10.2
+
+ -- Sylvain Le Gall <[EMAIL PROTECTED]>  Fri, 23 May 2008 12:39:48 +0200
 
 lablgtk2 (2.10.1-1) experimental; urgency=low
 

Modified: trunk/packages/lablgtk/trunk/debian/control
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/lablgtk/trunk/debian/control?rev=5675&op=diff
==============================================================================
--- trunk/packages/lablgtk/trunk/debian/control (original)
+++ trunk/packages/lablgtk/trunk/debian/control Fri May 23 10:40:47 2008
@@ -46,7 +46,7 @@
 Architecture: any
 Section: libs
 Depends: ocaml-base-nox-${F:OCamlABI}, liblablgtk2-ocaml (= 
${binary:Version}), ${shlibs:Depends}
-Description: OCaml bindings for libgtksourceview, a source editor GTK widget
+Description: OCaml bindings for libgtksourceview, a source editor GTK+ widget
  This is the OCaml binding for the GtkSourceView widget, a text widget that
  extends the standard GTK+ 2.x text widget with syntax highlighting and other
  features typical of a source editor.
@@ -92,7 +92,7 @@
 Section: libdevel
 Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib, liblablgtksourceview-ocaml (= 
${binary:Version}), liblablgtk2-ocaml-dev (= ${binary:Version}), 
libgtksourceview-dev (>= 1.2.0)
 Replaces: liblablgtk2-ocaml-dev (<= 2.10.0-2)
-Description: OCaml bindings for libgtksourceview, a source editor GTK widget
+Description: OCaml bindings for libgtksourceview, a source editor GTK+ widget
  This is the OCaml binding for the GtkSourceView widget, a text widget that
  extends the standard GTK+ 2.x text widget with syntax highlighting and other
  features typical of a source editor.

Modified: trunk/packages/lablgtk/trunk/debian/copyright
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/lablgtk/trunk/debian/copyright?rev=5675&op=diff
==============================================================================
--- trunk/packages/lablgtk/trunk/debian/copyright (original)
+++ trunk/packages/lablgtk/trunk/debian/copyright Fri May 23 10:40:47 2008
@@ -5,15 +5,32 @@
   http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/lablgtk2-alpha.tar.gz
 
 Upstream Authors :
-  Jacques Garrigue <[EMAIL PROTECTED]>
-  Benjamin Monate <[EMAIL PROTECTED]>
+ Copyright (C) Jacques Garrigue <[EMAIL PROTECTED]>
+ Copyright (C) Benjamin Monate <[EMAIL PROTECTED]>
+ 
  For lablgtk1:
-  Hubert Fauque <[EMAIL PROTECTED]>
-  Jun Furuse <[EMAIL PROTECTED]>
-  Koji Kagawa <[EMAIL PROTECTED]>
+ Copyright (C) Hubert Fauque <[EMAIL PROTECTED]>
+ Copyright (C) Jun Furuse <[EMAIL PROTECTED]>
+ Copyright (C) Koji Kagawa <[EMAIL PROTECTED]>
+
  For the librsvg bindings:
-  Olivier Andrieu <[EMAIL PROTECTED]>
+ Copyright (C) Olivier Andrieu <[EMAIL PROTECTED]>
 
+ For configure.in:
+ Copyright (C) 2001 Jean-Christophe Filliâtre
+
+ For gdk-private-win32.h:
+ Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
+ Copyright (C) 1998-2002 Tor Lillqvist
+
+ For tutorial-*.ml:
+ Copyright (C) 2001 David MENTRE
+ 
+ For lablgtksourceview:
+ Copyright (C) 2005 Stefano Zacchiroli <[EMAIL PROTECTED]>  
+ Copyright (C) 2006 Stefano Zacchiroli <[EMAIL PROTECTED]>
+ Copyright (C) 2006 Maxence Guesdon <[EMAIL PROTECTED]
+ 
 Copyright:
 
 LablGtk is distributed under the terms the LGPL licence, which can be
@@ -22,3 +39,7 @@
 Notice that this version includes binding for the librsvg, a SVG-files
 render. Since librsvg is licenced under the GPL, linking to it via the
 lablrsvg puts the resulting work under the GPL also.
+
+Notice that this version includes examples of lablgtk use, that are licensed
+under GPL, which can be found in the /usr/share/common-licenses/GPL file on
+debian systems.

Modified: trunk/packages/lablgtk/trunk/debian/liblablgtk2-ocaml-dev.dirs.in
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/lablgtk/trunk/debian/liblablgtk2-ocaml-dev.dirs.in?rev=5675&op=diff
==============================================================================
--- trunk/packages/lablgtk/trunk/debian/liblablgtk2-ocaml-dev.dirs.in (original)
+++ trunk/packages/lablgtk/trunk/debian/liblablgtk2-ocaml-dev.dirs.in Fri May 
23 10:40:47 2008
@@ -1,4 +1,3 @@
 usr/bin
 usr/lib/ocaml/@OCamlABI@/lablgtk2
-usr/lib/ocaml/@OCamlABI@/lablgtkgl2
 usr/share/lintian/overrides

Modified: trunk/packages/lablgtk/trunk/debian/rules
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/lablgtk/trunk/debian/rules?rev=5675&op=diff
==============================================================================
--- trunk/packages/lablgtk/trunk/debian/rules (original)
+++ trunk/packages/lablgtk/trunk/debian/rules Fri May 23 10:40:47 2008
@@ -53,6 +53,9 @@
        rm -f build-stamp configure-stamp
 
        [ ! -f config.make ] || $(MAKE) clean
+       -$(RM) config.status
+       -$(RM) config.log
+
 
        dh_clean config.make
 
@@ -70,7 +73,7 @@
 
        # Install METAs
        cp debian/META 
$(CURDIR)/debian/liblablgtk2-ocaml-dev/$(OCAML_LIBDIR)/lablgtk2
-       cp debian/META.lablgtk2-gl 
$(CURDIR)/debian/liblablgtk2-gl-ocaml-dev/$(OCAML_LIBDIR)/lablgtk2
+       cp debian/META.lablgtk2-gl 
$(CURDIR)/debian/liblablgtk2-gl-ocaml-dev/$(OCAML_LIBDIR)/METAS
        cp debian/META.lablgtk2-gnome 
$(CURDIR)/debian/liblablgtk2-gnome-ocaml-dev/$(OCAML_LIBDIR)/METAS
        cp debian/META.lablgtksourceview 
$(CURDIR)/debian/liblablgtksourceview-ocaml-dev/$(OCAML_LIBDIR)/METAS
 


_______________________________________________
Pkg-ocaml-maint-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to