[Pkg-ocaml-maint-commits] r6260 - in /trunk/packages/headache/trunk/debian: changelog control copyright rules
treinen at users.alioth.debian.org
treinen at users.alioth.debian.org
Wed Feb 25 19:59:27 UTC 2009
Author: treinen
Date: Wed Feb 25 19:59:26 2009
New Revision: 6260
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=6260
Log:
copyright: LGPL-2. CDBS: rules/ocaml.mk
Modified:
trunk/packages/headache/trunk/debian/changelog
trunk/packages/headache/trunk/debian/control
trunk/packages/headache/trunk/debian/copyright
trunk/packages/headache/trunk/debian/rules
Modified: trunk/packages/headache/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/headache/trunk/debian/changelog?rev=6260&op=diff
==============================================================================
--- trunk/packages/headache/trunk/debian/changelog (original)
+++ trunk/packages/headache/trunk/debian/changelog Wed Feb 25 19:59:26 2009
@@ -1,10 +1,15 @@
headache (1.03-15) UNRELEASED; urgency=low
+ [ Sylvain Le Gall ]
* Upgrade Standards-Version to 3.8.0 (README.source)
* Add build-dependency on dh-ocaml
* Set 'Debian OCaml Maintainers' as maintainer
- -- Sylvain Le Gall <gildor at debian.org> Tue, 24 Feb 2009 23:33:45 +0100
+ [ Ralf Treinen ]
+ * debian/rules: class/ocaml.mk -> rules/ocaml.mk.
+ * debian/copyright: point to file LGPL-2, instead of file LGPL.
+
+ -- Ralf Treinen <treinen at debian.org> Wed, 25 Feb 2009 20:56:33 +0100
headache (1.03-14) unstable; urgency=low
Modified: trunk/packages/headache/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/headache/trunk/debian/control?rev=6260&op=diff
==============================================================================
--- trunk/packages/headache/trunk/debian/control (original)
+++ trunk/packages/headache/trunk/debian/control Wed Feb 25 19:59:26 2009
@@ -2,7 +2,9 @@
Section: devel
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
-Uploaders: Stefano Zacchiroli <zack at debian.org>, Ralf Treinen <treinen at debian.org>, Sylvain Le Gall <gildor at debian.org>
+Uploaders: Stefano Zacchiroli <zack at debian.org>,
+ Ralf Treinen <treinen at debian.org>,
+ Sylvain Le Gall <gildor at debian.org>
Build-Depends-Indep: po-debconf, xsltproc, libxml2-utils, docbook-xsl, docbook-xml
Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), dpatch, ocaml-nox (>= 3.10.0-8), dh-ocaml
Standards-Version: 3.8.0
Modified: trunk/packages/headache/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/headache/trunk/debian/copyright?rev=6260&op=diff
==============================================================================
--- trunk/packages/headache/trunk/debian/copyright (original)
+++ trunk/packages/headache/trunk/debian/copyright Wed Feb 25 19:59:26 2009
@@ -24,4 +24,4 @@
Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/LGPL'
+Public License can be found in `/usr/share/common-licenses/LGPL-2'
Modified: trunk/packages/headache/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/headache/trunk/debian/rules?rev=6260&op=diff
==============================================================================
--- trunk/packages/headache/trunk/debian/rules (original)
+++ trunk/packages/headache/trunk/debian/rules Wed Feb 25 19:59:26 2009
@@ -20,7 +20,7 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/dpatch.mk
include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/class/ocaml.mk
+include /usr/share/cdbs/1/rules/ocaml.mk
DEB_MAKE_CLEAN_TARGET := clean
DEB_MAKE_BUILD_TARGET :=
More information about the Pkg-ocaml-maint-commits
mailing list