[Pkg-ocaml-maint-commits] r3798 - in /trunk/packages/regexp-pp: build-area/ trunk/debian/ trunk/debian/changelog trunk/debian/control trunk/debian/control.in trunk/debian/rules trunk/regexp-pp_1.0.0.orig.tar.gz upstream/ upstream/regexp-pp_1.0.0.orig.tar.gz

mfurr at users.alioth.debian.org mfurr at users.alioth.debian.org
Mon Jun 4 14:12:04 UTC 2007


Author: mfurr
Date: Mon Jun  4 14:12:04 2007
New Revision: 3798

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=3798
Log:
move to svn-buildpackage layout and removed unneeded dep on ocaml-tools

Added:
    trunk/packages/regexp-pp/build-area/
    trunk/packages/regexp-pp/trunk/debian/control
      - copied, changed from r3630, trunk/packages/regexp-pp/trunk/debian/control.in
    trunk/packages/regexp-pp/upstream/
    trunk/packages/regexp-pp/upstream/regexp-pp_1.0.0.orig.tar.gz
      - copied unchanged from r3630, trunk/packages/regexp-pp/trunk/regexp-pp_1.0.0.orig.tar.gz
Removed:
    trunk/packages/regexp-pp/trunk/debian/control.in
    trunk/packages/regexp-pp/trunk/regexp-pp_1.0.0.orig.tar.gz
Modified:
    trunk/packages/regexp-pp/trunk/debian/   (props changed)
    trunk/packages/regexp-pp/trunk/debian/changelog
    trunk/packages/regexp-pp/trunk/debian/rules

Propchange: trunk/packages/regexp-pp/trunk/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Modified: trunk/packages/regexp-pp/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/regexp-pp/trunk/debian/changelog?rev=3798&op=diff
==============================================================================
--- trunk/packages/regexp-pp/trunk/debian/changelog (original)
+++ trunk/packages/regexp-pp/trunk/debian/changelog Mon Jun  4 14:12:04 2007
@@ -1,3 +1,11 @@
+regexp-pp (1.0.0-3) unstable; urgency=low
+
+  * Change to svn-buildpackage layout
+  * Removed deprecated control.in
+  * Remove unneeded dep on ocaml-tools
+
+ -- Mike Furr <mfurr at debian.org>  Mon, 04 Jun 2007 10:09:29 -0400
+
 regexp-pp (1.0.0-2) unstable; urgency=low
 
   * Remove hardcoded ABI strings

Copied: trunk/packages/regexp-pp/trunk/debian/control (from r3630, trunk/packages/regexp-pp/trunk/debian/control.in)
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/regexp-pp/trunk/debian/control?rev=3798&op=diff
==============================================================================
--- trunk/packages/regexp-pp/trunk/debian/control.in (original)
+++ trunk/packages/regexp-pp/trunk/debian/control Mon Jun  4 14:12:04 2007
@@ -2,7 +2,7 @@
 Section: libdevel
 Priority: optional
 Maintainer: Mike Furr <mfurr at debian.org>
-Build-Depends: debhelper (>= 4.0.0), ocaml-nox  (>= #OCamlABI#), ocaml-findlib, libpcre-ocaml-dev, ocaml-tools, dpatch
+Build-Depends: debhelper (>= 4.0.0), ocaml-nox  (>= 3.09.2), ocaml-findlib, libpcre-ocaml-dev, dpatch
 Standards-Version: 3.6.1.1
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/regexp-pp
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/regexp-pp/trunk/

Modified: trunk/packages/regexp-pp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/regexp-pp/trunk/debian/rules?rev=3798&op=diff
==============================================================================
--- trunk/packages/regexp-pp/trunk/debian/rules (original)
+++ trunk/packages/regexp-pp/trunk/debian/rules Mon Jun  4 14:12:04 2007
@@ -9,7 +9,6 @@
 # Include dpatch stuff.
 include /usr/share/dpatch/dpatch.make
 OCAMLABI = $(shell ocamlc -version)
-ABI_FILES = $(wildcard debian/*.in)
 
 OCAML_DIR=`ocamlc -where`
 CFLAGS = -Wall -g
@@ -24,12 +23,6 @@
 endif
 
 
-.PHONY: transition
-
-transition: $(ABI_FILES)
-	for t in $^; do \
-	    sed -e 's%#OCamlABI#%$(OCAMLABI)%' $$t >$${t%.in}; \
-	done
 
 configure: configure-stamp
 configure-stamp:




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