[Pkg-ocaml-maint-commits] r4492 - in /trunk/packages/polygen/trunk/debian: changelog control rules watch

zack at users.alioth.debian.org zack at users.alioth.debian.org
Mon Sep 10 07:18:18 UTC 2007


Author: zack
Date: Mon Sep 10 07:18:17 2007
New Revision: 4492

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=4492
Log:
* rebuild against OCaml 3.10
* debian/control
  - adding me as an Uploader
  - bump Standards-Version to 3.7.2, no changes needed
  - cdbs, debhelper & co should be build-dep, not -indep
* debian/watch
  - add watch file
* debian/rules
  - use the ocaml.mk CDBS class instead of manually fiddling with 'ocamlc
    -where' and $(OCAMLABI)

Added:
    trunk/packages/polygen/trunk/debian/watch
Modified:
    trunk/packages/polygen/trunk/debian/changelog
    trunk/packages/polygen/trunk/debian/control
    trunk/packages/polygen/trunk/debian/rules

Modified: trunk/packages/polygen/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/polygen/trunk/debian/changelog?rev=4492&op=diff
==============================================================================
--- trunk/packages/polygen/trunk/debian/changelog (original)
+++ trunk/packages/polygen/trunk/debian/changelog Mon Sep 10 07:18:17 2007
@@ -1,3 +1,18 @@
+polygen (1.0.6.ds2-3) unstable; urgency=low
+
+  * rebuild against OCaml 3.10
+  * debian/control
+    - adding me as an Uploader
+    - bump Standards-Version to 3.7.2, no changes needed
+    - cdbs, debhelper & co should be build-dep, not -indep
+  * debian/watch
+    - add watch file
+  * debian/rules
+    - use the ocaml.mk CDBS class instead of manually fiddling with 'ocamlc
+      -where' and $(OCAMLABI)
+
+ -- Stefano Zacchiroli <zack at debian.org>  Mon, 10 Sep 2007 09:15:49 +0200
+
 polygen (1.0.6.ds2-2) unstable; urgency=low
 
   * Fixed a bashism in the makefile.  Closes: bug#396902.

Modified: trunk/packages/polygen/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/polygen/trunk/debian/control?rev=4492&op=diff
==============================================================================
--- trunk/packages/polygen/trunk/debian/control (original)
+++ trunk/packages/polygen/trunk/debian/control Mon Sep 10 07:18:17 2007
@@ -2,8 +2,9 @@
 Section: games
 Priority: optional
 Maintainer: Enrico Zini <enrico at debian.org>
-Build-Depends-Indep: debhelper (>= 4.0.0), ocaml-nox, cdbs
-Standards-Version: 3.6.2.0
+Uploaders: Stefano Zacchiroli <zack at debian.org>
+Build-Depends: debhelper (>= 4.0.0), ocaml-nox, cdbs
+Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/pkg-ocaml-maint/trunk/packages/polygen/trunk
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/polygen/trunk/
 

Modified: trunk/packages/polygen/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/polygen/trunk/debian/rules?rev=4492&op=diff
==============================================================================
--- trunk/packages/polygen/trunk/debian/rules (original)
+++ trunk/packages/polygen/trunk/debian/rules Mon Sep 10 07:18:17 2007
@@ -1,16 +1,13 @@
 #!/usr/bin/make -f
-
-OCAMLABI=$(shell ocamlc -version)
-DEB_DH_GENCONTROL_ARGS = -- -VF:OCamlABI="$(OCAMLABI)"
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/makefile.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/class/ocaml.mk
 
 POLYGEN_BASE=.
 DEB_BUILDDIR=$(POLYGEN_BASE)/src
 POLYGEN=$(DEB_BUILDDIR)/polygen
 export POLYGEN
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/makefile.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 # set $(NATIVE) to true if this arch has an optimising compiler
 #NATIVE := $(shell test -x /usr/bin/ocamlopt.opt && echo true || echo false)

Added: trunk/packages/polygen/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/polygen/trunk/debian/watch?rev=4492&op=file
==============================================================================
--- trunk/packages/polygen/trunk/debian/watch (added)
+++ trunk/packages/polygen/trunk/debian/watch Mon Sep 10 07:18:17 2007
@@ -1,0 +1,2 @@
+version=3
+http://www.polygen.org/gs/dist/polygen-(.*)-\d+-src.zip




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