[Pkg-ocaml-maint-commits] r2919 - in /trunk/packages/ceve/trunk: ./ debian/ debian/changelog debian/compat debian/control debian/copyright debian/rules

treinen at users.alioth.debian.org treinen at users.alioth.debian.org
Tue Jul 11 19:46:05 UTC 2006


Author: treinen
Date: Tue Jul 11 19:46:03 2006
New Revision: 2919

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=2919
Log:
ceve package files

Added:
    trunk/packages/ceve/trunk/
    trunk/packages/ceve/trunk/debian/   (with props)
    trunk/packages/ceve/trunk/debian/changelog
    trunk/packages/ceve/trunk/debian/compat
    trunk/packages/ceve/trunk/debian/control
    trunk/packages/ceve/trunk/debian/copyright
    trunk/packages/ceve/trunk/debian/rules   (with props)

Propchange: trunk/packages/ceve/trunk/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Added: trunk/packages/ceve/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ceve/trunk/debian/changelog?rev=2919&op=file
==============================================================================
--- trunk/packages/ceve/trunk/debian/changelog (added)
+++ trunk/packages/ceve/trunk/debian/changelog Tue Jul 11 19:46:03 2006
@@ -1,0 +1,8 @@
+ceve (0.9.2-1) UNRELEASED; urgency=low
+
+  * initial release
+
+ -- Ralf Treinen <treinen at debian.org>  Tue, 11 Jul 2006 18:33:22 +0200
+
+
+

Added: trunk/packages/ceve/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ceve/trunk/debian/compat?rev=2919&op=file
==============================================================================
--- trunk/packages/ceve/trunk/debian/compat (added)
+++ trunk/packages/ceve/trunk/debian/compat Tue Jul 11 19:46:03 2006
@@ -1,0 +1,1 @@
+4

Added: trunk/packages/ceve/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ceve/trunk/debian/control?rev=2919&op=file
==============================================================================
--- trunk/packages/ceve/trunk/debian/control (added)
+++ trunk/packages/ceve/trunk/debian/control Tue Jul 11 19:46:03 2006
@@ -1,0 +1,15 @@
+Source: ceve
+Section: devel
+Priority: optional
+Maintainer: Ralf Treinen <treinen at debian.org>
+Standards-Version: 3.7.2
+Build-Depends: ocaml-nox, debhelper (>= 4.0), dpatch, cduce, libmysql-ocaml-dev, librpm-dev
+
+Package: ceve
+Architecture: any
+Depends: ${shlibs:Depends}, ocaml-base-nox-${F:OCamlABI}
+Description: Parses debian and RPM package files
+  TO BE FILLED IN
+
+
+

Added: trunk/packages/ceve/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ceve/trunk/debian/copyright?rev=2919&op=file
==============================================================================
--- trunk/packages/ceve/trunk/debian/copyright (added)
+++ trunk/packages/ceve/trunk/debian/copyright Tue Jul 11 19:46:03 2006
@@ -1,0 +1,21 @@
+This package was debianized by Ralf Treinen <treinen at debian.org> on
+Mon Apr 17 20:19:35 UTC 2006
+
+It was downloaded from
+https://protactinium.pps.jussieu.fr:12345/svn/edos/users/vouillon
+
+Upstream Author:
+Jerome Vouillon <Jerome.Vouillon at pps.jussieu.fr>
+
+Copyright (C) 2005 Jerome Vouillon
+
+These programs are free software; you can redistribute them and/or
+modify them under the terms of the GNU General Public License as
+published by the Free Software Foundation.  License, or (at your
+option) any later version.
+
+These programs are distributed in the hope that they will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  On Debian
+systems, the complete text of the GNU General Public License can be
+found in the /usr/share/common-licenses/GPL file.

Added: trunk/packages/ceve/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ceve/trunk/debian/rules?rev=2919&op=file
==============================================================================
--- trunk/packages/ceve/trunk/debian/rules (added)
+++ trunk/packages/ceve/trunk/debian/rules Tue Jul 11 19:46:03 2006
@@ -1,0 +1,45 @@
+#!/usr/bin/make -f
+# debian/rules for debcheck
+
+include /usr/share/dpatch/dpatch.make
+
+# export DH_VERBOSE=1
+
+OCAMLABI := $(shell ocamlc -version)
+
+build: buildstamp
+buildstamp: patch
+	dh_testdir
+	$(MAKE) CFLAGS="-I /usr/include/rpm -I /usr/lib/ocaml/3.09.2"
+	touch buildstamp
+
+clean: unpatch 
+	dh_testdir
+	dh_testroot
+	$(MAKE) clean
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	dh_installchangelogs 
+	dh_link
+	dh_compress
+	dh_strip
+	dh_shlibdeps
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol -- -VF:OCamlABI="$(OCAMLABI)"
+	dh_md5sums 
+	dh_builddeb
+
+binary-indep: build install
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install debian/control patch unpatch

Propchange: trunk/packages/ceve/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




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