[Pkg-ocaml-maint-commits] r5201 - in /trunk/packages/ledit/trunk/debian: changelog control rules

jcristau at users.alioth.debian.org jcristau at users.alioth.debian.org
Sun Feb 24 11:06:39 UTC 2008


Author: jcristau
Date: Sun Feb 24 11:06:39 2008
New Revision: 5201

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5201
Log:
* Rebuild against ocaml 3.10.1.
* Add myself to Uploaders.
* Remove the binary-arch rule from debian/rules; build the package in
  binary-indep instead (thanks, lintian!).

Modified:
    trunk/packages/ledit/trunk/debian/changelog
    trunk/packages/ledit/trunk/debian/control
    trunk/packages/ledit/trunk/debian/rules

Modified: trunk/packages/ledit/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ledit/trunk/debian/changelog?rev=5201&op=diff
==============================================================================
--- trunk/packages/ledit/trunk/debian/changelog (original)
+++ trunk/packages/ledit/trunk/debian/changelog Sun Feb 24 11:06:39 2008
@@ -1,3 +1,12 @@
+ledit (2.00-2) unstable; urgency=low
+
+  * Rebuild against ocaml 3.10.1.
+  * Add myself to Uploaders.
+  * Remove the binary-arch rule from debian/rules; build the package in
+    binary-indep instead (thanks, lintian!).
+
+ -- Julien Cristau <jcristau at debian.org>  Sun, 24 Feb 2008 11:02:01 +0100
+
 ledit (2.00-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/packages/ledit/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ledit/trunk/debian/control?rev=5201&op=diff
==============================================================================
--- trunk/packages/ledit/trunk/debian/control (original)
+++ trunk/packages/ledit/trunk/debian/control Sun Feb 24 11:06:39 2008
@@ -2,7 +2,7 @@
 Section: editors
 Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
-Uploaders: Sven Luther <luther at debian.org>, Samuel Mimram <smimram at debian.org>, Stefano Zacchiroli <zack at debian.org>
+Uploaders: Sven Luther <luther at debian.org>, Samuel Mimram <smimram at debian.org>, Stefano Zacchiroli <zack at debian.org>, Julien Cristau <jcristau at debian.org>
 Build-Depends-Indep: ocaml-nox (>= 3.10.0), camlp5
 Build-Depends: debhelper (>> 5.0.0), dpatch
 Standards-Version: 3.7.3

Modified: trunk/packages/ledit/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ledit/trunk/debian/rules?rev=5201&op=diff
==============================================================================
--- trunk/packages/ledit/trunk/debian/rules (original)
+++ trunk/packages/ledit/trunk/debian/rules Sun Feb 24 11:06:39 2008
@@ -56,10 +56,6 @@
 
 # Build architecture-independent files here.
 binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build install
 	dh_testdir
 	dh_testroot
 	dh_installdocs
@@ -79,5 +75,5 @@
 	dh_md5sums
 	dh_builddeb
 
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+binary: binary-indep
+.PHONY: build clean binary-indep binary install configure




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