[Pkg-ocaml-maint-commits] [SCM] ceve packaging branch, master, updated. debian/1.4-2-3-g1dfea99

Ralf Treinen treinen at free.fr
Thu May 9 18:13:00 UTC 2013


The following commit has been merged in the master branch:
commit ea013e70d7c7c87baae0ae05a6f13b09f585e5a9
Author: Ralf Treinen <treinen at free.fr>
Date:   Tue May 7 21:19:48 2013 +0200

    transtional package to dose-extra

diff --git a/debian/ceve.manpages b/debian/ceve.manpages
deleted file mode 100644
index 0aab222..0000000
--- a/debian/ceve.manpages
+++ /dev/null
@@ -1 +0,0 @@
-ceve.1
diff --git a/debian/changelog b/debian/changelog
index 2a10ada..b7ef352 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,17 @@
-ceve (1.4-3) UNRELEASED; urgency=low
-
-  * Downgraded priority to extra, since libsdose2 has been downgraded
-    to extra. Thanks to Luca Falavigna for the indication.
-
- -- Ralf Treinen <treinen at debian.org>  Sun, 13 Feb 2011 10:50:31 +0100
+ceve (1:1.4-3) unstable; urgency=low
+
+  * make this a transitional package to dose-extra:
+    - Section: oldlibs
+    - Architecture: all
+    - reduce Build-dependencies to debhelper
+    - drop dependencies ocaml:Depends, misc:Depends, add dose-extra
+    - debian/rules: do nothing
+    - drop stuff from debian/: watch, ceve.manpages
+    - update package description
+    - use an epoch in the version as a ceve binary package with version
+      2.* used to be produced by the dose3 source package.
+      
+ -- Ralf Treinen <treinen at debian.org>  Thu, 09 May 2013 19:56:26 +0200
 
 ceve (1.4-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 9e7cf6a..296f86d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,39 +1,19 @@
 Source: ceve
-Section: devel
+Section: oldlibs
 Priority: extra
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders: Stefano Zacchiroli <zack at debian.org>,
  Ralf Treinen <treinen at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), dh-ocaml (>= 0.9~),
- ocaml-nox (>= 3.11.1-3~), ocaml-findlib,
- libdose2-ocaml-dev (>= 1.4.2),
- libexpat-ocaml-dev
+Build-Depends: debhelper (>= 7.0.50~)
 Standards-Version: 3.9.1
 Homepage: http://sodiac.gforge.inria.fr/
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ceve.git
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ceve.git
 
 Package: ceve
-Architecture: any
-Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Description: utility to parse package dependencies as set of constraints
- Ceve is a command line utility used to parse package metadata
- information (in particular package interrelationships such as
- dependencies) and convert them to set of constraints that need to
- be satisfied by a proper package installation.
- .
- Supported input formats for package metadata are:
-  * .deb packages
-  * Debian package lists (i.e. as in Packages.gz)
-  * .rpm packages
-  * RPM package lists
-  * EGraph (XML based format, derived from GraphML)
- .
- Supported output formats for set of constraints are:
-  * pretty printed format for human consumption
-  * EGraph
-  * Dose base, suitable as input for the Pkglab tool
-  * Oz (a programming language supporting constraint programming)
-  * Graphviz
-  * Tart, suitable as input for the Tart media partitioner
+Architecture: all
+Depends: ${misc:Depends}, dose-extra
+Description: package dependency parser (transitional package)
+ This is a transitional package which can be safely removed, its only
+ purpose is to pull in the dependency on dose-extra.
 
diff --git a/debian/patches/series b/debian/patches/series
index 550bd25..f3c7a7c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 Makefile
-
diff --git a/debian/rules b/debian/rules
index 5ccc797..270cb43 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,21 +1,10 @@
 #!/usr/bin/make -f
 
-OPTCOMPILER=/usr/bin/ocamlopt
-
 %:
-	dh $@ --with ocaml
+	dh $@
 
 override_dh_auto_build:	
-	if [ -x $(OPTCOMPILER) ]; \
-		then $(MAKE) opt; \
-		else $(MAKE) all; \
-        fi
+	true
 
 override_dh_auto_install:
-	$(MAKE) install BINDIR=debian/ceve/usr/bin
-
-override_dh_strip:
-	if [ -x $(OPTCOMPILER) ]; \
-		then dh_strip; \
-		else dh_strip -X usr/bin/ceve; \
-        fi
+	true
diff --git a/debian/watch b/debian/watch
deleted file mode 100644
index 75e92b5..0000000
--- a/debian/watch
+++ /dev/null
@@ -1,2 +0,0 @@
-version=3
-http://gforge.inria.fr/frs/?group_id=929 .*/ceve-(.*)\.tar\.gz

-- 
ceve packaging



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