[Pkg-ocaml-maint-commits] r3041 - in /trunk/packages/syslog-ocaml: trunk/debian/changelog trunk/debian/control trunk/debian/control.in trunk/debian/copyright trunk/debian/patches/META.dpatch trunk/debian/rules trunk/debian/svn-deblayout upstream/syslog-ocaml_1.3.orig.tar.gz

ecc-guest at users.alioth.debian.org ecc-guest at users.alioth.debian.org
Thu Aug 31 14:20:46 UTC 2006


Author: ecc-guest
Date: Thu Aug 31 14:20:44 2006
New Revision: 3041

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=3041
Log:
update upstream tarball

remove debian/control.in

Removed:
    trunk/packages/syslog-ocaml/trunk/debian/control.in
Modified:
    trunk/packages/syslog-ocaml/trunk/debian/changelog
    trunk/packages/syslog-ocaml/trunk/debian/control
    trunk/packages/syslog-ocaml/trunk/debian/copyright
    trunk/packages/syslog-ocaml/trunk/debian/patches/META.dpatch
    trunk/packages/syslog-ocaml/trunk/debian/rules
    trunk/packages/syslog-ocaml/trunk/debian/svn-deblayout
    trunk/packages/syslog-ocaml/upstream/syslog-ocaml_1.3.orig.tar.gz

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=3041&op=diff
==============================================================================
--- trunk/packages/syslog-ocaml/trunk/debian/changelog (original)
+++ trunk/packages/syslog-ocaml/trunk/debian/changelog Thu Aug 31 14:20:44 2006
@@ -1,13 +1,12 @@
 syslog-ocaml (1.3-1) unstable; urgency=low
 
-  * New upstream release
-  * Don't install cmx file.
-  * Update version in META file.
-  * Transition to OCaml 3.09.2
+  * New upstream release (closes: #379459)
+  * Don't install cmx file
+  * Update version in META file
   * Modify copyright file to eliminate lintian warnings
-  * Closes: #379459
+  * Removed debian/control.in per OCaml packaging policy
 
- -- Eric Cooper <ecc at cmu.edu>  Sun, 23 Jul 2006 15:27:29 -0400
+ -- Eric Cooper <ecc at cmu.edu>  Thu, 31 Aug 2006 10:10:35 -0400
 
 syslog-ocaml (1.2-4) unstable; urgency=low
 

Modified: trunk/packages/syslog-ocaml/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/syslog-ocaml/trunk/debian/control?rev=3041&op=diff
==============================================================================
--- trunk/packages/syslog-ocaml/trunk/debian/control (original)
+++ trunk/packages/syslog-ocaml/trunk/debian/control Thu Aug 31 14:20:44 2006
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders: Eric Cooper <ecc at cmu.edu>, Sven Luther <luther at debian.org>
-Build-Depends: debhelper (>= 5.0), dpatch, ocaml-nox (>= 3.09.2), ocaml-tools, ocaml-findlib
+Build-Depends: debhelper (>= 5.0), dpatch, ocaml-nox (>= 3.09), ocaml-tools, ocaml-findlib
 Standards-Version: 3.7.2
 
 Package: libsyslog-ocaml-dev

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=3041&op=diff
==============================================================================
--- trunk/packages/syslog-ocaml/trunk/debian/copyright (original)
+++ trunk/packages/syslog-ocaml/trunk/debian/copyright Thu Aug 31 14:20:44 2006
@@ -1,9 +1,9 @@
-Packaged for Debian by
-    Eric Cooper <ecc at cmu.edu>
-    Wed, 30 Apr 2005 15:50:00 -0500
+syslog(3) routines for ocaml
+
+Packaged for Debian by Eric Cooper <ecc at cmu.edu> on Wed, 30 Apr 2005
+
 Downloaded from http://homepage.mac.com/letaris/
 
-syslog(3) routines for ocaml
 This library is based on Shawn Wagner's original syslog
 library as included in annexlib, with significant modifications
 by Eric Stokes <eric.stokes at csun.edu>.

Modified: 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=3041&op=diff
==============================================================================
--- trunk/packages/syslog-ocaml/trunk/debian/patches/META.dpatch (original)
+++ trunk/packages/syslog-ocaml/trunk/debian/patches/META.dpatch Thu Aug 31 14:20:44 2006
@@ -1,5 +1,5 @@
 #! /bin/sh /usr/share/dpatch/dpatch-run
-## Makefile.dpatch by Eric Cooper <ecc at cmu.edu>
+## META.dpatch by Eric Cooper <ecc at cmu.edu>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
 ## DP: META patches

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=3041&op=diff
==============================================================================
--- trunk/packages/syslog-ocaml/trunk/debian/rules (original)
+++ trunk/packages/syslog-ocaml/trunk/debian/rules Thu Aug 31 14:20:44 2006
@@ -1,17 +1,12 @@
 #!/usr/bin/make -f
 
 include /usr/share/dpatch/dpatch.make
-
-OCAMLABI = $(shell ocamlc -version)
-
-debian/control:
-	sed -e 's/@OCamlABI@/$(OCAMLABI)/g' $@.in > $@
 
 build: build-stamp
 build-stamp: patch-stamp
 	dh_testdir
 	$(MAKE) byte-code-library
-	if [ -x /usr/bin/ocamlopt ]; then $(MAKE) native-code-library; else true; fi
+	[ ! -x /usr/bin/ocamlopt ] || $(MAKE) native-code-library
 	touch build-stamp
 
 clean: unpatch
@@ -61,11 +56,9 @@
 #	dh_makeshlibs
 	dh_installdeb
 	dh_shlibdeps
-	dh_gencontrol -- -VF:OCamlABI="$(OCAMLABI)"
+	dh_gencontrol -- -VF:OCamlABI="$(shell ocamlc -version)"
 	dh_md5sums
 	dh_builddeb
 
 binary: binary-indep binary-arch
 .PHONY: patch build clean binary-indep binary-arch binary install
-
-# -*- makefile-mode -*-

Modified: trunk/packages/syslog-ocaml/trunk/debian/svn-deblayout
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/syslog-ocaml/trunk/debian/svn-deblayout?rev=3041&op=diff
==============================================================================
--- trunk/packages/syslog-ocaml/trunk/debian/svn-deblayout (original)
+++ trunk/packages/syslog-ocaml/trunk/debian/svn-deblayout Thu Aug 31 14:20:44 2006
@@ -1,2 +1,3 @@
 origDir=../upstream
 origUrl=svn+ssh://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/syslog-ocaml/upstream
+tagsUrl=svn+ssh://svn.debian.org/svn/pkg-ocaml-maint/tags/packages/syslog-ocaml

Modified: trunk/packages/syslog-ocaml/upstream/syslog-ocaml_1.3.orig.tar.gz
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/syslog-ocaml/upstream/syslog-ocaml_1.3.orig.tar.gz?rev=3041&op=diff
==============================================================================
Binary files - no diff available.




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