[Pkg-ocaml-maint-commits] r2594 - in trunk/packages/mlglade: . trunk/debian upstream

Ralf Treinen treinen at costa.debian.org
Tue Mar 7 04:52:13 UTC 2006


Author: treinen
Date: 2006-03-07 04:52:11 +0000 (Tue, 07 Mar 2006)
New Revision: 2594

Added:
   trunk/packages/mlglade/trunk/debian/control.in
   trunk/packages/mlglade/trunk/debian/svn-deblayout
   trunk/packages/mlglade/upstream/
   trunk/packages/mlglade/upstream/mlglade_0.9.orig.tar.gz
Modified:
   trunk/packages/mlglade/trunk/debian/
   trunk/packages/mlglade/trunk/debian/changelog
   trunk/packages/mlglade/trunk/debian/control
   trunk/packages/mlglade/trunk/debian/rules
Log:
mlglade: put upstream source in svn repo, setup svn-buildpackage
Automatize generation of debian/control



Property changes on: trunk/packages/mlglade/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Modified: trunk/packages/mlglade/trunk/debian/changelog
===================================================================
--- trunk/packages/mlglade/trunk/debian/changelog	2006-03-01 04:44:15 UTC (rev 2593)
+++ trunk/packages/mlglade/trunk/debian/changelog	2006-03-07 04:52:11 UTC (rev 2594)
@@ -1,3 +1,11 @@
+mlglade (0.9-4) unstable; urgency=low
+
+  * Automate update of debian/control (closes: Bug#350439)
+  * Standards-Version 3.6.2 (no change)
+  * New uploader Sylvain Le Gall
+
+ -- Ralf Treinen <treinen at debian.org>  Tue,  7 Mar 2006 13:37:09 +0900
+
 mlglade (0.9-3) unstable; urgency=medium
 
   * Bumped (build-)dependencies to ocaml-*-3.08.3

Modified: trunk/packages/mlglade/trunk/debian/control
===================================================================
--- trunk/packages/mlglade/trunk/debian/control	2006-03-01 04:44:15 UTC (rev 2593)
+++ trunk/packages/mlglade/trunk/debian/control	2006-03-07 04:52:11 UTC (rev 2594)
@@ -2,13 +2,13 @@
 Section: devel
 Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
-Uploaders: Ralf Treinen <treinen at debian.org>, Sven Luther <luther at debian.org>, Remi Vanicat <vanicat at debian.org>, Stefano Zacchiroli <zack at debian.org>, Samuel Mimram <smimram at debian.org>
-Standards-Version: 3.6.1
-Build-Depends-Indep: debhelper (>= 4.0), ocaml-nox-3.08.3, hevea
+Uploaders: Ralf Treinen <treinen at debian.org>, Sven Luther <luther at debian.org>, Remi Vanicat <vanicat at debian.org>, Stefano Zacchiroli <zack at debian.org>, Samuel Mimram <smimram at debian.org>, Sylvain Le Gall <gildor at debian.org>
+Standards-Version: 3.6.2
+Build-Depends-Indep: debhelper (>= 4.0), ocaml-nox-3.09.1, hevea
 
 Package: mlglade 
 Architecture: all
-Depends: ocaml-base-nox-3.08.3, liblablgtk-ocaml-dev, ocaml, glade (>= 0.6) | glade-gnome (>= 0.6) | glade-gnome-db (>= 0.6)
+Depends: ocaml-base-nox-3.09.1, liblablgtk-ocaml-dev, ocaml, glade (>= 0.6) | glade-gnome (>= 0.6) | glade-gnome-db (>= 0.6)
 Description: Glade to OCaml compiler
  Mlglade is a tool to translate a glade xml file into a set of modules for 
  OCaml.

Added: trunk/packages/mlglade/trunk/debian/control.in
===================================================================
--- trunk/packages/mlglade/trunk/debian/control.in	2006-03-01 04:44:15 UTC (rev 2593)
+++ trunk/packages/mlglade/trunk/debian/control.in	2006-03-07 04:52:11 UTC (rev 2594)
@@ -0,0 +1,14 @@
+Source: mlglade
+Section: devel
+Priority: optional
+Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
+Uploaders: Ralf Treinen <treinen at debian.org>, Sven Luther <luther at debian.org>, Remi Vanicat <vanicat at debian.org>, Stefano Zacchiroli <zack at debian.org>, Samuel Mimram <smimram at debian.org>, Sylvain Le Gall <gildor at debian.org>
+Standards-Version: 3.6.2
+Build-Depends-Indep: debhelper (>= 4.0), ocaml-nox-#OcamlABI#, hevea
+
+Package: mlglade 
+Architecture: all
+Depends: ocaml-base-nox-#OcamlABI#, liblablgtk-ocaml-dev, ocaml, glade (>= 0.6) | glade-gnome (>= 0.6) | glade-gnome-db (>= 0.6)
+Description: Glade to OCaml compiler
+ Mlglade is a tool to translate a glade xml file into a set of modules for 
+ OCaml.

Modified: trunk/packages/mlglade/trunk/debian/rules
===================================================================
--- trunk/packages/mlglade/trunk/debian/rules	2006-03-01 04:44:15 UTC (rev 2593)
+++ trunk/packages/mlglade/trunk/debian/rules	2006-03-07 04:52:11 UTC (rev 2594)
@@ -3,6 +3,11 @@
 
 #export DH_VERBOSE=1
 
+# for package maintainers only - target not used in build process!
+OCAMLABI := $(shell ocamlc -version)
+debian/control:
+	sed -e 's%#OcamlABI#%$(OCAMLABI)%' $@.in >$@
+
 configure: Makefile
 Makefile:
 	dh_testdir

Added: trunk/packages/mlglade/trunk/debian/svn-deblayout
===================================================================
--- trunk/packages/mlglade/trunk/debian/svn-deblayout	2006-03-01 04:44:15 UTC (rev 2593)
+++ trunk/packages/mlglade/trunk/debian/svn-deblayout	2006-03-07 04:52:11 UTC (rev 2594)
@@ -0,0 +1,3 @@
+origDir=../upstream
+origUrl=svn+ssh://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/mlglade/upstream
+tagsUrl=svn+ssh://svn.debian.org/svn/pkg-ocaml-maint/tags/packages/mlglade

Added: trunk/packages/mlglade/upstream/mlglade_0.9.orig.tar.gz
===================================================================
(Binary files differ)


Property changes on: trunk/packages/mlglade/upstream/mlglade_0.9.orig.tar.gz
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream




More information about the Pkg-ocaml-maint-commits mailing list