[Pkg-ocaml-maint-commits] r5779 - in /trunk/packages/ocamlgraph/trunk/debian: changelog control control.in rules

gildor at users.alioth.debian.org gildor at users.alioth.debian.org
Fri Jun 20 21:10:49 UTC 2008


Author: gildor
Date: Fri Jun 20 21:10:49 2008
New Revision: 5779

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5779
Log:
* Set debian-ocaml-maint at l.d.o as maintainer, me and zack as uploaders
* Remove useless control.in

Removed:
    trunk/packages/ocamlgraph/trunk/debian/control.in
Modified:
    trunk/packages/ocamlgraph/trunk/debian/changelog
    trunk/packages/ocamlgraph/trunk/debian/control
    trunk/packages/ocamlgraph/trunk/debian/rules

Modified: trunk/packages/ocamlgraph/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlgraph/trunk/debian/changelog?rev=5779&op=diff
==============================================================================
--- trunk/packages/ocamlgraph/trunk/debian/changelog (original)
+++ trunk/packages/ocamlgraph/trunk/debian/changelog Fri Jun 20 21:10:49 2008
@@ -35,8 +35,10 @@
 
   [ Sylvain Le Gall ]
   * Use ocaml 3.10.0-9 for generating .ocamldoc-apiref automatically
+  * Set debian-ocaml-maint at l.d.o as maintainer, me and zack as uploaders
+  * Remove useless control.in
 
- -- Sylvain Le Gall <gildor at debian.org>  Thu, 18 Oct 2007 01:12:48 +0200
+ -- Sylvain Le Gall <gildor at debian.org>  Fri, 20 Jun 2008 23:08:41 +0200
 
 ocamlgraph (0.98-3) unstable; urgency=low
 

Modified: trunk/packages/ocamlgraph/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlgraph/trunk/debian/control?rev=5779&op=diff
==============================================================================
--- trunk/packages/ocamlgraph/trunk/debian/control (original)
+++ trunk/packages/ocamlgraph/trunk/debian/control Fri Jun 20 21:10:49 2008
@@ -1,7 +1,8 @@
 Source: ocamlgraph
 Section: libdevel
 Priority: optional
-Maintainer: Sylvain Le Gall <gildor at debian.org>
+Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
+Uploaders: Sylvain Le Gall <gildor at debian.org>, Stefano Zacchiroli <zack at debian.org>
 Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), dpatch, ocaml-nox (>= 3.10.0-9),
  ocamlweb,
  ocaml-findlib (>= 1.1.2pl1-4),

Modified: trunk/packages/ocamlgraph/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlgraph/trunk/debian/rules?rev=5779&op=diff
==============================================================================
--- trunk/packages/ocamlgraph/trunk/debian/rules (original)
+++ trunk/packages/ocamlgraph/trunk/debian/rules Fri Jun 20 21:10:49 2008
@@ -17,9 +17,6 @@
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
 # MA 02110-1301, USA.
 
-# Generate debian/control using
-# fakeroot debian/rules debian/control DEB_AUTO_UPDATE_DEBIAN_CONTROL:=yes
-
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/dpatch.mk
 include /usr/share/cdbs/1/class/autotools.mk
@@ -31,17 +28,14 @@
 DEB_MAKE_INSTALL_TARGET = install-findlib DESTDIR="$(CURDIR)/debian/$(DEV_PKG)/$(OCAML_STDLIB_DIR)"
 OCAML_OCAMLDOC_PACKAGES_DOCBASE = $(DEV_PKG)
 
-CDBS_BUILD_DEPENDS := $(subst ocaml-nox,ocaml-nox (>= 3.10.0-9),$(CDBS_BUILD_DEPENDS))
-
-
 ifeq ($(OCAML_HAVE_OCAMLOPT),no)
 DEB_STRIP_EXCLUDE += usr/bin
 DEB_DH_GENCONTROL_ARGS += -VF:OCamlInterp="ocaml-base-nox-$(OCAML_ABI), liblablgtk2-ocaml, liblablgtk2-gnome-ocaml"
 endif
 
 clean::
-	-$(RM) -r "$(CURDIR)/doc"
+	-$(RM) -r '$(CURDIR)/doc'
 	-$(RM) $(CURDIR)/*.byte 
 	-$(RM) $(CURDIR)/*.opt
-	-$(RM) "$(CURDIR)/debian/$(DEV_PKG).dirs"
-	-$(RM) "$(CURDIR)/debian/$(DEV_PKG).doc-base.ocamldoc-apiref"
+	-$(RM) '$(CURDIR)/debian/$(DEV_PKG).dirs'
+	-$(RM) '$(CURDIR)/debian/$(DEV_PKG).doc-base.ocamldoc-apiref'




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