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

zack at users.alioth.debian.org zack at users.alioth.debian.org
Mon Jan 8 00:24:07 CET 2007


Author: zack
Date: Mon Jan  8 00:24:07 2007
New Revision: 3513

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=3513
Log:
new upstream, minor fixes

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

Modified: trunk/packages/ocamlnet/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlnet/trunk/debian/changelog?rev=3513&op=diff
==============================================================================
--- trunk/packages/ocamlnet/trunk/debian/changelog (original)
+++ trunk/packages/ocamlnet/trunk/debian/changelog Mon Jan  8 00:24:07 2007
@@ -1,3 +1,15 @@
+ocamlnet (2.2.4-1) experimental; urgency=low
+
+  * New upstream release
+    - better clean up, now "make distclean" (now invoked by debian/rules)
+      restore the build area in the initial state just after unpacking
+  * debian/rules
+    - invoke "distclean" upstream target upon clean
+  * debian/control
+    - added missing (automatic) shlibdeps for libocamlnet-ocaml-bin
+
+ -- Stefano Zacchiroli <zack at debian.org>  Mon,  8 Jan 2007 00:02:41 +0100
+
 ocamlnet (2.2.3-1) experimental; urgency=low
 
   * New upstream release

Modified: trunk/packages/ocamlnet/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlnet/trunk/debian/control?rev=3513&op=diff
==============================================================================
--- trunk/packages/ocamlnet/trunk/debian/control (original)
+++ trunk/packages/ocamlnet/trunk/debian/control Mon Jan  8 00:24:07 2007
@@ -82,7 +82,7 @@
 Package: libocamlnet-ocaml-bin
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Recommends: libocamlnet-ocaml-dev
 Replaces: librpc-ocaml-dev (<< 2.2.3-1)
 Conflicts: librpc-ocaml-dev (<< 2.2.3-1)

Modified: trunk/packages/ocamlnet/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlnet/trunk/debian/rules?rev=3513&op=diff
==============================================================================
--- trunk/packages/ocamlnet/trunk/debian/rules (original)
+++ trunk/packages/ocamlnet/trunk/debian/rules Mon Jan  8 00:24:07 2007
@@ -8,9 +8,11 @@
 
 DESTDIR = $(CURDIR)/debian/tmp
 OCAMLFIND_DESTDIR = $(DESTDIR)$(OCAML_STDLIB_DIR)
+
+DEB_MAKE_CLEAN_TARGET = distclean
+DEB_MAKE_BUILD_TARGET = all
 DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(DESTDIR) OCAMLFIND_DESTDIR=$(OCAMLFIND_DESTDIR)
 
-DEB_MAKE_BUILD_TARGET = all
 ifeq ($(OCAML_HAVE_OCAMLOPT),yes)
 DEB_MAKE_BUILD_TARGET += opt
 endif




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