[Pkg-ocaml-maint-commits] r2954 - in
/trunk/packages/ceve/trunk/debian: changelog control copyright
dirs patches/ patches/00list patches/01Makefile.dpatch rules
treinen at users.alioth.debian.org
treinen at users.alioth.debian.org
Tue Jul 18 11:43:40 UTC 2006
Author: treinen
Date: Tue Jul 18 11:43:37 2006
New Revision: 2954
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=2954
Log:
ceve 0.9.2
Added:
trunk/packages/ceve/trunk/debian/dirs
trunk/packages/ceve/trunk/debian/patches/
trunk/packages/ceve/trunk/debian/patches/00list
trunk/packages/ceve/trunk/debian/patches/01Makefile.dpatch (with props)
Modified:
trunk/packages/ceve/trunk/debian/changelog
trunk/packages/ceve/trunk/debian/control
trunk/packages/ceve/trunk/debian/copyright
trunk/packages/ceve/trunk/debian/rules
Modified: trunk/packages/ceve/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ceve/trunk/debian/changelog?rev=2954&op=diff
==============================================================================
--- trunk/packages/ceve/trunk/debian/changelog (original)
+++ trunk/packages/ceve/trunk/debian/changelog Tue Jul 18 11:43:37 2006
@@ -2,7 +2,7 @@
* initial release. This upstream version has mysql access disabled.
- -- Ralf Treinen <treinen at debian.org> Tue, 11 Jul 2006 18:33:22 +0200
+ -- Ralf Treinen <treinen at debian.org> Fri, 14 Jul 2006 13:14:58 +0200
Modified: trunk/packages/ceve/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ceve/trunk/debian/control?rev=2954&op=diff
==============================================================================
--- trunk/packages/ceve/trunk/debian/control (original)
+++ trunk/packages/ceve/trunk/debian/control Tue Jul 18 11:43:37 2006
@@ -8,8 +8,23 @@
Package: ceve
Architecture: any
Depends: ${shlibs:Depends}, ocaml-base-nox-${F:OCamlABI}
-Description: Parses debian and RPM package files
- TO BE FILLED IN
+Description: Generates various metadata from Package Descriptions
+ This package is part of the EDOS toolchain (www.edos-project.org).
+ It can read packages in several different formats (most notably the debian
+ and RPM packages), and output the metadata in several different ways.
+ .
+ Possible input formats are:
+ - DEB (both single packages and a repository)
+ - RPM (both single packages and hdlists)
+ - Duke XML packages
+ .
+ Possible output formats are:
+ - EGraph
+ - A dependency graph in DOT format
+ - Duke XML packages
+ - A logical formula in conjunctive normal form, describing package
+ dependencies
+
Modified: trunk/packages/ceve/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ceve/trunk/debian/copyright?rev=2954&op=diff
==============================================================================
--- trunk/packages/ceve/trunk/debian/copyright (original)
+++ trunk/packages/ceve/trunk/debian/copyright Tue Jul 18 11:43:37 2006
@@ -1,21 +1,21 @@
This package was debianized by Ralf Treinen <treinen at debian.org> on
-Mon Apr 17 20:19:35 UTC 2006
+Fri, 14 Jul 2006 13:14:58 +0200
It was downloaded from
-https://protactinium.pps.jussieu.fr:12345/svn/edos/users/vouillon
+http://www.edos-project.org/xwiki/bin/Main/ceve_home
Upstream Author:
-Jerome Vouillon <Jerome.Vouillon at pps.jussieu.fr>
+Jaap Boender <Jaap.Boender at pps.jussieu.fr>
-Copyright (C) 2005 Jerome Vouillon
+Copyright (C) 2005, 2006 Jaap Boender
-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.
+Ceve is free software; you can redistribute it and/or modify it under the
+terms of the GNU General Public License as published by the Free Software
+Foundation; either version 2 of the 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
+Ceve 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 General Public License for more details. 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/dirs
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ceve/trunk/debian/dirs?rev=2954&op=file
==============================================================================
--- trunk/packages/ceve/trunk/debian/dirs (added)
+++ trunk/packages/ceve/trunk/debian/dirs Tue Jul 18 11:43:37 2006
@@ -1,0 +1,2 @@
+usr/bin
+usr/share/man/man1
Added: trunk/packages/ceve/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ceve/trunk/debian/patches/00list?rev=2954&op=file
==============================================================================
--- trunk/packages/ceve/trunk/debian/patches/00list (added)
+++ trunk/packages/ceve/trunk/debian/patches/00list Tue Jul 18 11:43:37 2006
@@ -1,0 +1,1 @@
+01Makefile
Added: trunk/packages/ceve/trunk/debian/patches/01Makefile.dpatch
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ceve/trunk/debian/patches/01Makefile.dpatch?rev=2954&op=file
==============================================================================
--- trunk/packages/ceve/trunk/debian/patches/01Makefile.dpatch (added)
+++ trunk/packages/ceve/trunk/debian/patches/01Makefile.dpatch Tue Jul 18 11:43:37 2006
@@ -1,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01Makefile.dpatch by <treinen at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: fix location of manpage
+
+ at DPATCH@
+diff -urNad trunk~/Makefile trunk/Makefile
+--- trunk~/Makefile 2006-07-13 10:43:23.000000000 +0200
++++ trunk/Makefile 2006-07-14 14:53:11.000000000 +0200
+@@ -50,7 +50,7 @@
+ install: ceve
+ mkdir -p $(PREFIX)/bin
+ install -c -s -m755 ceve $(PREFIX)/bin/
+- install -c -m644 ceve.1 $(PREFIX)/man/man1
++ install -c -m644 ceve.1 $(PREFIX)/share/man/man1
+
+ doc:
+ ocamlfind ocamldoc -html -d docs $(DOC_SOURCES)
Propchange: trunk/packages/ceve/trunk/debian/patches/01Makefile.dpatch
------------------------------------------------------------------------------
svn:executable = *
Modified: trunk/packages/ceve/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ceve/trunk/debian/rules?rev=2954&op=diff
==============================================================================
--- trunk/packages/ceve/trunk/debian/rules (original)
+++ trunk/packages/ceve/trunk/debian/rules Tue Jul 18 11:43:37 2006
@@ -6,6 +6,7 @@
# export DH_VERBOSE=1
OCAMLABI := $(shell ocamlc -version)
+DEBPREFIX := debian/ceve/usr
build: buildstamp
buildstamp: patch
@@ -23,6 +24,8 @@
dh_testdir
dh_testroot
dh_clean -k
+ dh_installdirs
+ $(MAKE) install PREFIX=$(DEBPREFIX)
binary-arch: build install
dh_testdir
More information about the Pkg-ocaml-maint-commits
mailing list