[Pkg-ocaml-maint-commits] r6151 - in /trunk/packages/hlins/trunk/debian: changelog compat control copyright rules
zack at users.alioth.debian.org
zack at users.alioth.debian.org
Wed Feb 11 11:45:57 UTC 2009
Author: zack
Date: Wed Feb 11 11:45:56 2009
New Revision: 6151
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=6151
Log:
* Rebuild with OCaml 3.11.0
* debian/control
- rinse Uploaders list to match the people who recently worked on the
package
- bump standards version to 3.8.0 (no changes needed)
- add build-dep on dh-ocaml
- bump build-dep on ocaml, to ensure proper build on unstable
* debian/rules: get rid of deprecated "dh_clean -k" in favour of dh_prep
* bump debhelper compatibility level to 7 (for the sake of Lenny),
affected build-dep and debian/compat
* debian/copyright: clarify that the GPL version is 2 (strict), and
point to the appropriate file under /usr/share/common-licenses/
(thanks lintian!)
Modified:
trunk/packages/hlins/trunk/debian/changelog
trunk/packages/hlins/trunk/debian/compat
trunk/packages/hlins/trunk/debian/control
trunk/packages/hlins/trunk/debian/copyright
trunk/packages/hlins/trunk/debian/rules
Modified: trunk/packages/hlins/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/hlins/trunk/debian/changelog?rev=6151&op=diff
==============================================================================
--- trunk/packages/hlins/trunk/debian/changelog (original)
+++ trunk/packages/hlins/trunk/debian/changelog Wed Feb 11 11:45:56 2009
@@ -1,3 +1,21 @@
+hlins (0.39-13) experimental; urgency=low
+
+ * Rebuild with OCaml 3.11.0
+ * debian/control
+ - rinse Uploaders list to match the people who recently worked on the
+ package
+ - bump standards version to 3.8.0 (no changes needed)
+ - add build-dep on dh-ocaml
+ - bump build-dep on ocaml, to ensure proper build on unstable
+ * debian/rules: get rid of deprecated "dh_clean -k" in favour of dh_prep
+ * bump debhelper compatibility level to 7 (for the sake of Lenny),
+ affected build-dep and debian/compat
+ * debian/copyright: clarify that the GPL version is 2 (strict), and
+ point to the appropriate file under /usr/share/common-licenses/
+ (thanks lintian!)
+
+ -- Stefano Zacchiroli <zack at debian.org> Wed, 11 Feb 2009 11:24:22 +0100
+
hlins (0.39-12) unstable; urgency=low
* Changed doc-base section to Text
Modified: trunk/packages/hlins/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/hlins/trunk/debian/compat?rev=6151&op=diff
==============================================================================
--- trunk/packages/hlins/trunk/debian/compat (original)
+++ trunk/packages/hlins/trunk/debian/compat Wed Feb 11 11:45:56 2009
@@ -1,1 +1,1 @@
-4
+7
Modified: trunk/packages/hlins/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/hlins/trunk/debian/control?rev=6151&op=diff
==============================================================================
--- trunk/packages/hlins/trunk/debian/control (original)
+++ trunk/packages/hlins/trunk/debian/control Wed Feb 11 11:45:56 2009
@@ -2,10 +2,12 @@
Section: text
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
-Uploaders: Ralf Treinen <treinen at debian.org>, Remi Vanicat <vanicat at debian.org>, Stefano Zacchiroli <zack at debian.org>, Samuel Mimram <smimram at debian.org>, Sylvain Le Gall <gildor at debian.org>, Julien Cristau <jcristau at debian.org>
-Standards-Version: 3.7.3
-Build-Depends-Indep: ocaml-nox (>= 3.07)
-Build-Depends: debhelper (>= 4.0), dpatch
+Uploaders:
+ Ralf Treinen <treinen at debian.org>,
+ Stefano Zacchiroli <zack at debian.org>
+Standards-Version: 3.8.0
+Build-Depends-Indep: ocaml-nox (>= 3.11), dh-ocaml
+Build-Depends: debhelper (>= 7.0), dpatch
Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/hlins/trunk
Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/hlins/trunk/
Modified: trunk/packages/hlins/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/hlins/trunk/debian/copyright?rev=6151&op=diff
==============================================================================
--- trunk/packages/hlins/trunk/debian/copyright (original)
+++ trunk/packages/hlins/trunk/debian/copyright Wed Feb 11 11:45:56 2009
@@ -7,7 +7,7 @@
This software is copyright (c) 1999-2000 by Ralf Treinen.
-You are free to distribute this software under the terms of
-the GNU General Public License.
-On Debian systems, the complete text of the GNU General Public
-License can be found in /usr/share/common-licenses/GPL file.
+You are free to distribute this software under the terms of the GNU
+General Public License, version 2.
+On Debian systems, the complete text of the GNU General Public License
+version 2 can be found in /usr/share/common-licenses/GPL-2 file.
Modified: trunk/packages/hlins/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/hlins/trunk/debian/rules?rev=6151&op=diff
==============================================================================
--- trunk/packages/hlins/trunk/debian/rules (original)
+++ trunk/packages/hlins/trunk/debian/rules Wed Feb 11 11:45:56 2009
@@ -24,7 +24,7 @@
install: build
dh_testdir
dh_testroot
- dh_clean -k
+ dh_prep
dh_installdirs
$(MAKE) install.bc DESTDIR=`pwd`/debian/hlins
rm debian/hlins/usr/share/doc/hlins/LICENSE
More information about the Pkg-ocaml-maint-commits
mailing list