[Pkg-ocaml-maint-commits] [SCM] gdo packaging branch, master, updated. upstream/1.0_alpha5-3-g1f6b914

Romain Beauxis toots at rastageeks.org
Sun Oct 9 14:23:56 UTC 2011


The following commit has been merged in the master branch:
commit 11fc335448c38efd4f7dc7df040ec0baae633ae0
Author: Romain Beauxis <toots at rastageeks.org>
Date:   Sun Oct 9 16:01:51 2011 +0200

    Prepared initial package.

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..29c2b52
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+gd4o (1.0~alpha5-1) unstable; urgency=low
+
+  * Initial upload to sid (Closes: #644824)
+
+ -- Romain Beauxis <toots at rastageeks.org>  Sun, 09 Oct 2011 15:40:04 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..9dc86f6
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,59 @@
+Source: gd4o
+Section: ocaml
+Priority: optional
+Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
+Uploaders: Samuel Mimram <smimram at debian.org>, Romain Beauxis <toots at rastageeks.org>
+Build-Depends: 
+  cdbs (>= 0.4.72~),
+ debhelper,
+ dh-buildinfo,
+ ocaml-nox,
+ dh-ocaml (>= 0.9), 
+  libgd2-noxpm-dev,
+  ocaml-findlib (>= 1.2.4), 
+  pkg-config
+Standards-Version: 3.9.2
+Homepage: http://matt.gushee.net/software/gd4o/
+Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/gd4o.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/gd4o.git
+
+Package: libgd-gd2-noxpm-ocaml
+Architecture: any
+Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Provides: ${ocaml:Provides}
+Description: OCaml interface to the GD library -- runtime files
+ This package provides an interface to the GD library for
+ OCaml programmers.
+ .
+ GD is a graphics library. It allows your code to quickly draw images
+ complete with lines, arcs, text, multiple colours, cut and paste from
+ other images, flood fills, and write out the result as a PNG file.
+ This is particularly useful in World Wide Web applications, where PNG is
+ one of the formats accepted for inline images by most browsers.
+ .
+ This is the full development version of the library, built without XPM
+ (X pixmap) or fontconfig support.
+ .
+ This package contains only the shared runtime stub libraries.
+
+Package: libgd-gd2-noxpm-ocaml-dev
+Architecture: any
+Depends: ${ocaml:Depends}, 
+         libgd2-noxpm-dev, 
+         libgd-gd2-noxpm-ocaml (= ${binary:Version}), ocaml-findlib, ${misc:Depends}
+Provides: ${ocaml:Provides}
+Description: OCaml interface to the GD library -- developpement files
+ This package provides an interface to the GD library for
+ OCaml programmers.
+ .
+ GD is a graphics library. It allows your code to quickly draw images
+ complete with lines, arcs, text, multiple colours, cut and paste from
+ other images, flood fills, and write out the result as a PNG file.
+ This is particularly useful in World Wide Web applications, where PNG is
+ one of the formats accepted for inline images by most browsers.
+ .
+ This is the full development version of the library, built without XPM
+ (X pixmap) or fontconfig support.
+ .
+ This package contains all the development stuff you need to develop
+ OCaml programs which use ocaml-gstreamer.
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 0000000..8e58636
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,55 @@
+Source: gd4o
+Section: ocaml
+Priority: optional
+Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
+Uploaders: Samuel Mimram <smimram at debian.org>, Romain Beauxis <toots at rastageeks.org>
+Build-Depends: 
+  @cdbs@, 
+  libgd2-noxpm-dev,
+  ocaml-findlib (>= 1.2.4), 
+  pkg-config
+Standards-Version: 3.9.2
+Homepage: http://matt.gushee.net/software/gd4o/
+Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/gd4o.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/gd4o.git
+
+Package: libgd-gd2-noxpm-ocaml
+Architecture: any
+Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Provides: ${ocaml:Provides}
+Description: OCaml interface to the GD library -- runtime files
+ This package provides an interface to the GD library for
+ OCaml programmers.
+ .
+ GD is a graphics library. It allows your code to quickly draw images
+ complete with lines, arcs, text, multiple colours, cut and paste from
+ other images, flood fills, and write out the result as a PNG file.
+ This is particularly useful in World Wide Web applications, where PNG is
+ one of the formats accepted for inline images by most browsers.
+ .
+ This is the full development version of the library, built without XPM
+ (X pixmap) or fontconfig support.
+ .
+ This package contains only the shared runtime stub libraries.
+
+Package: libgd-gd2-noxpm-ocaml-dev
+Architecture: any
+Depends: ${ocaml:Depends}, 
+         libgd2-noxpm-dev, 
+         libgd-gd2-noxpm-ocaml (= ${binary:Version}), ocaml-findlib, ${misc:Depends}
+Provides: ${ocaml:Provides}
+Description: OCaml interface to the GD library -- developpement files
+ This package provides an interface to the GD library for
+ OCaml programmers.
+ .
+ GD is a graphics library. It allows your code to quickly draw images
+ complete with lines, arcs, text, multiple colours, cut and paste from
+ other images, flood fills, and write out the result as a PNG file.
+ This is particularly useful in World Wide Web applications, where PNG is
+ one of the formats accepted for inline images by most browsers.
+ .
+ This is the full development version of the library, built without XPM
+ (X pixmap) or fontconfig support.
+ .
+ This package contains all the development stuff you need to develop
+ OCaml programs which use ocaml-gstreamer.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..a4ca195
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,32 @@
+This package was debianized by Romain Beauxis <toots at rastageeks.org>  on
+Sun, 09 Oct 2011 15:40:04 +0200
+
+It was downloaded from <http://matt.gushee.net/software/gd4o/>
+
+Upstream Author: Matt Gushee <gd4o at havenrock.com>
+
+Copyright © 2002 by Shawn Wagner
+Copyright © 2003 by Matthew C. Gushee
+
+License:
+
+    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.
+
+    This library 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 library; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
+
+The Debian packaging is © 2011, Romain Beauxis <toots at rastageeks.org> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL-3'.
diff --git a/debian/libgd-gd2-noxpm-ocaml-dev.docs b/debian/libgd-gd2-noxpm-ocaml-dev.docs
new file mode 100644
index 0000000..f528701
--- /dev/null
+++ b/debian/libgd-gd2-noxpm-ocaml-dev.docs
@@ -0,0 +1,2 @@
+README
+doc
diff --git a/debian/libgd-gd2-noxpm-ocaml-dev.install.in b/debian/libgd-gd2-noxpm-ocaml-dev.install.in
new file mode 100644
index 0000000..f3db488
--- /dev/null
+++ b/debian/libgd-gd2-noxpm-ocaml-dev.install.in
@@ -0,0 +1,4 @@
+ at OCamlStdlibDir@/gd/META
+ at OCamlStdlibDir@/gd/*.cm*
+ at OCamlStdlibDir@/gd/*.ml*
+ at OCamlStdlibDir@/gd/*.a
diff --git a/debian/libgd-gd2-noxpm-ocaml.install.in b/debian/libgd-gd2-noxpm-ocaml.install.in
new file mode 100644
index 0000000..4581903
--- /dev/null
+++ b/debian/libgd-gd2-noxpm-ocaml.install.in
@@ -0,0 +1 @@
+ at OCamlStdlibDir@/gd/dll*.so @OCamlDllDir@
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..6daf096
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,17 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/makefile.mk
+include /usr/share/cdbs/1/rules/ocaml.mk
+
+# In order to regenerate 'debian/control' :
+#   DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean
+# Then check manually if everything's ok
+
+DESTDIR = $(CURDIR)/debian/tmp/$(OCAML_STDLIB_DIR)
+# Do not compile dynlink files for now..
+DEB_MAKE_BUILD_TARGET := OCAML_DYNLINK="" all
+DEB_MAKE_INSTALL_TARGET := install OCAMLFIND_DESTDIR=$(DESTDIR) OCAMLFIND_LDCONF=ignore
+
+build/libgd-gd2-noxpm-ocaml-dev::
+	mkdir -p $(DESTDIR)
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..8f5bb3a
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/gdo/gdo-(.+)\.tar\.gz

-- 
gdo packaging



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