[Pkg-ocaml-maint-commits] r5507 - in /trunk/packages/ocaml-ogg: ./ tarballs/ocaml-ogg_0.1.1.orig.tar.gz tarballs/ocaml-ogg_0.2.0.orig.tar.gz trunk/debian/changelog trunk/debian/control trunk/debian/rules

toots at users.alioth.debian.org toots at users.alioth.debian.org
Wed Apr 16 15:19:19 UTC 2008


Author: toots
Date: Wed Apr 16 15:19:18 2008
New Revision: 5507

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5507
Log:
Prepared ocaml-ogg 0.2.0-1

Added:
    trunk/packages/ocaml-ogg/tarballs/ocaml-ogg_0.2.0.orig.tar.gz   (with props)
Removed:
    trunk/packages/ocaml-ogg/tarballs/ocaml-ogg_0.1.1.orig.tar.gz
Modified:
    trunk/packages/ocaml-ogg/   (props changed)
    trunk/packages/ocaml-ogg/trunk/debian/changelog
    trunk/packages/ocaml-ogg/trunk/debian/control
    trunk/packages/ocaml-ogg/trunk/debian/rules

Propchange: trunk/packages/ocaml-ogg/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Apr 16 15:19:18 2008
@@ -1,0 +1,1 @@
+build-area

Added: trunk/packages/ocaml-ogg/tarballs/ocaml-ogg_0.2.0.orig.tar.gz
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-ogg/tarballs/ocaml-ogg_0.2.0.orig.tar.gz?rev=5507&op=file
==============================================================================
Binary file - no diff available.

Propchange: trunk/packages/ocaml-ogg/tarballs/ocaml-ogg_0.2.0.orig.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: trunk/packages/ocaml-ogg/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-ogg/trunk/debian/changelog?rev=5507&op=diff
==============================================================================
--- trunk/packages/ocaml-ogg/trunk/debian/changelog (original)
+++ trunk/packages/ocaml-ogg/trunk/debian/changelog Wed Apr 16 15:19:18 2008
@@ -1,4 +1,4 @@
-ocaml-ogg (0.1.1-4) UNRELEASED; urgency=low
+ocaml-ogg (0.2.0-1) unstable; urgency=low
 
   [ Stefano Zacchiroli ]
   * fix vcs-svn field to point just above the debian/ dir
@@ -7,7 +7,14 @@
   * Fix FTBFS with new dpkg-dev by setting CFLAGS correctly in
     debian/rules (closes: 476058).
 
- -- Stefano Zacchiroli <zack at debian.org>  Mon, 31 Dec 2007 16:50:11 +0100
+  [ Romain Beauxis ]
+  * New upstream release, now installs .cmx file
+  * Changed maintainer to Debian OCaml Maintainers
+  * Updated standards to 3.7.3
+  * Removed redundant and buggy make invokation with CFLAGS
+    in debian/rules
+
+ -- Romain Beauxis <toots at rastageeks.org>  Wed, 16 Apr 2008 16:07:56 +0100
 
 ocaml-ogg (0.1.1-3) unstable; urgency=low
 

Modified: trunk/packages/ocaml-ogg/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-ogg/trunk/debian/control?rev=5507&op=diff
==============================================================================
--- trunk/packages/ocaml-ogg/trunk/debian/control (original)
+++ trunk/packages/ocaml-ogg/trunk/debian/control Wed Apr 16 15:19:18 2008
@@ -1,10 +1,10 @@
 Source: ocaml-ogg
 Section: devel
 Priority: optional
-Maintainer: Liquidsoap Debian Packaging <savonet-debian at lists.sourceforge.net>
+Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders: Samuel Mimram <smimram at debian.org>, Romain Beauxis <toots at rastageeks.org>
 Build-Depends: debhelper (>= 5.0.0), libogg-dev, ocaml-nox (>= 3.10), ocaml-findlib, pkg-config
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 Homepage: http://savonet.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ocaml-ogg/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-ogg/trunk/

Modified: trunk/packages/ocaml-ogg/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-ogg/trunk/debian/rules?rev=5507&op=diff
==============================================================================
--- trunk/packages/ocaml-ogg/trunk/debian/rules (original)
+++ trunk/packages/ocaml-ogg/trunk/debian/rules Wed Apr 16 15:19:18 2008
@@ -10,7 +10,7 @@
 
 DESTDIR = $(CURDIR)/debian/tmp$(shell ocamlc -where)
 
-CFLAGS = -O2 -g -fPIC
+CFLAGS = -O2 -g
 
 ocamlinit:
 	for f in $(OFILES); do sed -e 's/@OCamlABI@/$(OCAMLABI)/g' $$f.in > $$f; done
@@ -23,7 +23,7 @@
 build-stamp: config.status
 	dh_testdir
 
-	$(MAKE) CFLAGS="$(CFLAGS)"
+	$(MAKE)
 
 	touch build-stamp
 




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