[Pkg-ocaml-maint-commits] r2958 - in /trunk/packages/syslog-ocaml/trunk/debian: changelog control.in copyright patches/00list patches/META.dpatch patches/Makefile.dpatch rules

ecc-guest at users.alioth.debian.org ecc-guest at users.alioth.debian.org
Wed Jul 19 19:48:55 UTC 2006


Author: ecc-guest
Date: Wed Jul 19 19:48:46 2006
New Revision: 2958

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=2958
Log:
don't install cmx file

update version in META file

Added:
    trunk/packages/syslog-ocaml/trunk/debian/patches/META.dpatch
Modified:
    trunk/packages/syslog-ocaml/trunk/debian/changelog
    trunk/packages/syslog-ocaml/trunk/debian/control.in
    trunk/packages/syslog-ocaml/trunk/debian/copyright
    trunk/packages/syslog-ocaml/trunk/debian/patches/00list
    trunk/packages/syslog-ocaml/trunk/debian/patches/Makefile.dpatch
    trunk/packages/syslog-ocaml/trunk/debian/rules

Modified: trunk/packages/syslog-ocaml/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/syslog-ocaml/trunk/debian/changelog?rev=2958&op=diff
==============================================================================
--- trunk/packages/syslog-ocaml/trunk/debian/changelog (original)
+++ trunk/packages/syslog-ocaml/trunk/debian/changelog Wed Jul 19 19:48:46 2006
@@ -1,3 +1,10 @@
+syslog-ocaml (1.3-2) unstable; urgency=low
+
+  * Don't install cmx file.
+  * Update version in META file.
+
+ -- Eric Cooper <ecc at cmu.edu>  Wed, 19 Jul 2006 15:48:17 -0400
+
 syslog-ocaml (1.3-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/packages/syslog-ocaml/trunk/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/syslog-ocaml/trunk/debian/control.in?rev=2958&op=diff
==============================================================================
--- trunk/packages/syslog-ocaml/trunk/debian/control.in (original)
+++ trunk/packages/syslog-ocaml/trunk/debian/control.in Wed Jul 19 19:48:46 2006
@@ -4,7 +4,7 @@
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders: Sven Luther <luther at debian.org>
 Build-Depends: debhelper, dpatch, ocaml-nox (>= @OCamlABI@), ocaml-tools, ocaml-findlib
-Standards-Version: 3.6.2
+Standards-Version: 3.7.2
 
 Package: libsyslog-ocaml-dev
 Architecture: any

Modified: trunk/packages/syslog-ocaml/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/syslog-ocaml/trunk/debian/copyright?rev=2958&op=diff
==============================================================================
--- trunk/packages/syslog-ocaml/trunk/debian/copyright (original)
+++ trunk/packages/syslog-ocaml/trunk/debian/copyright Wed Jul 19 19:48:46 2006
@@ -1,7 +1,7 @@
 Packaged for Debian by
     Eric Cooper <ecc at cmu.edu>
     Wed, 30 Apr 2005 15:50:00 -0500
-Downloaded from http://www.csun.edu/~eric/syslog-1.2.tar.gz
+Downloaded from http://www.csun.edu/~eric/syslog-1.3.tar.gz
 
 syslog(3) routines for ocaml
 This library is based on Shawn Wagner's original syslog

Modified: trunk/packages/syslog-ocaml/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/syslog-ocaml/trunk/debian/patches/00list?rev=2958&op=diff
==============================================================================
--- trunk/packages/syslog-ocaml/trunk/debian/patches/00list (original)
+++ trunk/packages/syslog-ocaml/trunk/debian/patches/00list Wed Jul 19 19:48:46 2006
@@ -1,1 +1,2 @@
 Makefile.dpatch
+META.dpatch

Added: trunk/packages/syslog-ocaml/trunk/debian/patches/META.dpatch
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/syslog-ocaml/trunk/debian/patches/META.dpatch?rev=2958&op=file
==============================================================================
--- trunk/packages/syslog-ocaml/trunk/debian/patches/META.dpatch (added)
+++ trunk/packages/syslog-ocaml/trunk/debian/patches/META.dpatch Wed Jul 19 19:48:46 2006
@@ -1,0 +1,15 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## Makefile.dpatch by Eric Cooper <ecc at cmu.edu>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: META patches
+
+ at DPATCH@
+--- syslog-1.3/META	2005-04-26 22:52:30.000000000 -0400
++++ syslog-ocaml/META	2006-07-19 14:24:51.000000000 -0400
+@@ -1,4 +1,4 @@
+ requires="unix"
+-version="1.2"
++version="1.3"
+ archive(byte)="syslog.cma"
+ archive(native)="syslog.cmxa"

Modified: trunk/packages/syslog-ocaml/trunk/debian/patches/Makefile.dpatch
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/syslog-ocaml/trunk/debian/patches/Makefile.dpatch?rev=2958&op=diff
==============================================================================
--- trunk/packages/syslog-ocaml/trunk/debian/patches/Makefile.dpatch (original)
+++ trunk/packages/syslog-ocaml/trunk/debian/patches/Makefile.dpatch Wed Jul 19 19:48:46 2006
@@ -5,10 +5,9 @@
 ## DP: Makefile patches
 
 @DPATCH@
-diff -u syslog-1.0/Makefile syslog-ocaml/Makefile
---- syslog-1.0/Makefile	2005-02-16 18:31:49.000000000 -0500
-+++ syslog-ocaml/Makefile	2005-02-23 12:07:20.000000000 -0500
-@@ -1,4 +1,6 @@
+--- syslog-1.3/Makefile	2005-02-16 18:31:49.000000000 -0500
++++ syslog-ocaml/Makefile	2006-07-19 14:13:13.000000000 -0400
+@@ -1,10 +1,12 @@
 --include Makefile.conf
 +OCAMLMAKEFILE = /usr/share/ocaml-tools/OCamlMakefile
 +DESTDIR = $(shell ocamlc -where | sed s:/usr/lib/:/usr/local/lib/:)
@@ -16,6 +15,13 @@
  
  SOURCES=syslog.mli syslog.ml
  RESULT=syslog
+ PACKS=unix
+ 
+-LIBINSTALL_FILES=$(wildcard *.mli *.cmi *.cma *.cmx *.cmxa *.a *.so)
++LIBINSTALL_FILES=$(wildcard *.mli *.cmi *.cma *.cmxa *.a *.so)
+ 
+ all: byte-code-library
+ opt: native-code-library
 @@ -13,4 +15,4 @@
  uninstall: libuninstall
  doc: htdoc

Modified: trunk/packages/syslog-ocaml/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/syslog-ocaml/trunk/debian/rules?rev=2958&op=diff
==============================================================================
--- trunk/packages/syslog-ocaml/trunk/debian/rules (original)
+++ trunk/packages/syslog-ocaml/trunk/debian/rules Wed Jul 19 19:48:46 2006
@@ -10,8 +10,8 @@
 build: build-stamp
 build-stamp: patch-stamp
 	dh_testdir
-	$(MAKE) all
-	if [ -x /usr/bin/ocamlopt ]; then $(MAKE) opt; else true; fi
+	$(MAKE) byte-code-library
+	if [ -x /usr/bin/ocamlopt ]; then $(MAKE) native-code-library; else true; fi
 	touch build-stamp
 
 clean: unpatch




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