[Pkg-ocaml-maint-commits] r4301 - in /trunk/packages/calendar/trunk/debian: changelog compat control docs rules

zack at users.alioth.debian.org zack at users.alioth.debian.org
Mon Sep 3 20:12:13 UTC 2007


Author: zack
Date: Mon Sep  3 20:12:13 2007
New Revision: 4301

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=4301
Log:
* bump debhelper build dep and compatibility level to 5
* debian/control
  - bump ocaml-nox build dep to >= 3.10.0-8, to ensure the correct CDBS
    class is used
* debian/rules
  - use the CDBS way of generating ocamldoc documentation, instead of the
    manual one (as a consequence also remove the "doc/" entry from
    debian/docs)

Modified:
    trunk/packages/calendar/trunk/debian/changelog
    trunk/packages/calendar/trunk/debian/compat
    trunk/packages/calendar/trunk/debian/control
    trunk/packages/calendar/trunk/debian/docs
    trunk/packages/calendar/trunk/debian/rules

Modified: trunk/packages/calendar/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/calendar/trunk/debian/changelog?rev=4301&op=diff
==============================================================================
--- trunk/packages/calendar/trunk/debian/changelog (original)
+++ trunk/packages/calendar/trunk/debian/changelog Mon Sep  3 20:12:13 2007
@@ -1,8 +1,15 @@
-calendar (1.10-2) UNRELEASED; urgency=low
+calendar (1.10-2) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * bump debhelper build dep and compatibility level to 5
+  * debian/control
+    - bump ocaml-nox build dep to >= 3.10.0-8, to ensure the correct CDBS
+      class is used
+  * debian/rules
+    - use the CDBS way of generating ocamldoc documentation, instead of the
+      manual one (as a consequence also remove the "doc/" entry from
+      debian/docs)
 
- -- Stefano Zacchiroli <zack at debian.org>  Fri, 13 Jul 2007 08:52:32 +0000
+ -- Stefano Zacchiroli <zack at debian.org>  Mon, 03 Sep 2007 22:10:19 +0200
 
 calendar (1.10-1) experimental; urgency=low
 

Modified: trunk/packages/calendar/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/calendar/trunk/debian/compat?rev=4301&op=diff
==============================================================================
--- trunk/packages/calendar/trunk/debian/compat (original)
+++ trunk/packages/calendar/trunk/debian/compat Mon Sep  3 20:12:13 2007
@@ -1,1 +1,1 @@
-4
+5

Modified: trunk/packages/calendar/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/calendar/trunk/debian/control?rev=4301&op=diff
==============================================================================
--- trunk/packages/calendar/trunk/debian/control (original)
+++ trunk/packages/calendar/trunk/debian/control Mon Sep  3 20:12:13 2007
@@ -2,7 +2,7 @@
 Section: libdevel
 Priority: optional
 Maintainer: Stefano Zacchiroli <zack at debian.org>
-Build-Depends: debhelper (>= 4.0.0), ocaml-nox (>= 3.10.0), ocaml-findlib (>= 1.1), dpatch, cdbs
+Build-Depends: debhelper (>= 5.0.0), ocaml-nox (>= 3.10.0-8), ocaml-findlib (>= 1.1), dpatch, cdbs
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/calendar
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/calendar/trunk/

Modified: trunk/packages/calendar/trunk/debian/docs
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/calendar/trunk/debian/docs?rev=4301&op=diff
==============================================================================
--- trunk/packages/calendar/trunk/debian/docs (original)
+++ trunk/packages/calendar/trunk/debian/docs Mon Sep  3 20:12:13 2007
@@ -1,4 +1,3 @@
 calendarFAQ-2.6.txt
 README
-doc/
 TODO

Modified: trunk/packages/calendar/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/calendar/trunk/debian/rules?rev=4301&op=diff
==============================================================================
--- trunk/packages/calendar/trunk/debian/rules (original)
+++ trunk/packages/calendar/trunk/debian/rules Mon Sep  3 20:12:13 2007
@@ -5,11 +5,7 @@
 include /usr/share/cdbs/1/class/ocaml.mk
 
 PKGNAME = libcalendar-ocaml-dev
-
+OCAML_OCAMLDOCS_PACKAGES = $(OCAML_LIBDEV_PACKAGES)
 DEB_MAKE_INSTALL_TARGET = install OCAML_LIB_DIR=$(CURDIR)/debian/$(PKGNAME)$(OCAML_STDLIB_DIR)
 configure/$(PKGNAME)::
 	./configure
-clean::
-	rm -rf debian/html/
-binary-install/$(PKGNAME)::
-	mv $(CURDIR)/debian/$(PKGNAME)/usr/share/doc/$(PKGNAME)/{doc,html}




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