Author: toots
Date: Tue Apr 15 01:22:49 2008
New Revision: 5486
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5486
Log:
Prepared 0.1.9-1
Added:
trunk/packages/ocaml-ao/upstream/ocaml-ao_0.1.9.orig.tar.gz (with props)
Removed:
trunk/packages/ocaml-ao/trunk/debian/patches/
trunk/packages/ocaml-ao/upstream/ocaml-ao_0.1.7.1.orig.tar.gz
Modified:
trunk/packages/ocaml-ao/ (props changed)
trunk/packages/ocaml-ao/trunk/debian/changelog
trunk/packages/ocaml-ao/trunk/debian/control
trunk/packages/ocaml-ao/trunk/debian/copyright
trunk/packages/ocaml-ao/trunk/debian/rules
Propchange: trunk/packages/ocaml-ao/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Tue Apr 15 01:22:49 2008
@@ -1,0 +1,1 @@
+build-area
Modified: trunk/packages/ocaml-ao/trunk/debian/changelog
URL:
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-ao/trunk/debian/changelog?rev=5486&op=diff
==============================================================================
--- trunk/packages/ocaml-ao/trunk/debian/changelog (original)
+++ trunk/packages/ocaml-ao/trunk/debian/changelog Tue Apr 15 01:22:49 2008
@@ -1,8 +1,16 @@
-ocaml-ao (0.1.7.1-5) UNRELEASED; urgency=low
+ocaml-ao (0.1.9-1) unstable; urgency=low
+ [ Stefano Zacchiroli ]
* add vcs-* fields
- -- Stefano Zacchiroli <[EMAIL PROTECTED]> Mon, 31 Dec 2007 16:45:52 +0100
+ [ Romain Beauxis ]
+ * New upstream release, now installs .cmx file
+ * Added Liquidsoap Packaging Team as maintainer
+ * Updated standards to 3.7.3
+ * Dropped no more needed patches
+ * Removed build-dep on camlp4, builds fine without
+
+ -- Romain Beauxis <[EMAIL PROTECTED]> Tue, 15 Apr 2008 02:13:22 +0100
ocaml-ao (0.1.7.1-4) unstable; urgency=low
Modified: trunk/packages/ocaml-ao/trunk/debian/control
URL:
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-ao/trunk/debian/control?rev=5486&op=diff
==============================================================================
--- trunk/packages/ocaml-ao/trunk/debian/control (original)
+++ trunk/packages/ocaml-ao/trunk/debian/control Tue Apr 15 01:22:49 2008
@@ -1,9 +1,10 @@
Source: ocaml-ao
Section: devel
Priority: optional
-Maintainer: Samuel Mimram <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 4.0.0), libao-dev, ocaml-nox (>= 3.10), camlp4,
ocaml-findlib, pkg-config, dpkg-dev (>= 1.13.19), dpatch
-Standards-Version: 3.7.2
+Maintainer: Liquidsoap Debian Packaging <[EMAIL PROTECTED]>
+Uploaders: Samuel Mimram <[EMAIL PROTECTED]>, Romain Beauxis <[EMAIL
PROTECTED]>
+Build-Depends: debhelper (>> 4.0.0), libao-dev, ocaml-nox (>= 3.10),
ocaml-findlib, pkg-config, dpkg-dev (>= 1.13.19)
+Standards-Version: 3.7.3
Vcs-Browser:
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-ao/trunk/
Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ocaml-ao/trunk
Modified: trunk/packages/ocaml-ao/trunk/debian/copyright
URL:
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-ao/trunk/debian/copyright?rev=5486&op=diff
==============================================================================
--- trunk/packages/ocaml-ao/trunk/debian/copyright (original)
+++ trunk/packages/ocaml-ao/trunk/debian/copyright Tue Apr 15 01:22:49 2008
@@ -5,7 +5,7 @@
Upstream Authors: the Savonet Team <[EMAIL PROTECTED]>
-Copyright (c) 2006-2007 the Savonet Team and Bárður Árantsson <[EMAIL
PROTECTED]>
+Copyright (c) 2006-2007 the Savonet Team and Bárður Ãrantsson <[EMAIL
PROTECTED]>
The ocaml-ao library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License
Modified: trunk/packages/ocaml-ao/trunk/debian/rules
URL:
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-ao/trunk/debian/rules?rev=5486&op=diff
==============================================================================
--- trunk/packages/ocaml-ao/trunk/debian/rules (original)
+++ trunk/packages/ocaml-ao/trunk/debian/rules Tue Apr 15 01:22:49 2008
@@ -4,9 +4,6 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-
-# We want to use dpatch
-include /usr/share/dpatch/dpatch.make
OCAMLABI := $(shell ocamlc -version)
OFILES := $(patsubst %.in,%,$(wildcard debian/*.in))
@@ -35,7 +32,7 @@
dh_testdir
./configure $(confflags) --prefix=/usr --mandir=\$${prefix}/share/man
--infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)"
-build: patch ocamlinit build-stamp
+build: ocamlinit build-stamp
build-stamp: config.status
dh_testdir
ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
@@ -44,7 +41,7 @@
$(MAKE)
touch build-stamp
-clean: unpatch
+clean:
dh_testdir
dh_testroot
rm -f build-stamp
@@ -82,4 +79,4 @@
dh_builddeb
binary: binary-arch
-.PHONY: build clean binary-indep binary-arch binary install ocamlinit patch
unpatch
+.PHONY: build clean binary-indep binary-arch binary install ocamlinit
Added: trunk/packages/ocaml-ao/upstream/ocaml-ao_0.1.9.orig.tar.gz
URL:
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-ao/upstream/ocaml-ao_0.1.9.orig.tar.gz?rev=5486&op=file
==============================================================================
Binary file - no diff available.
Propchange: trunk/packages/ocaml-ao/upstream/ocaml-ao_0.1.9.orig.tar.gz
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
_______________________________________________
Pkg-ocaml-maint-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits