[Pkg-ocaml-maint-commits] r6364 - in /trunk/packages/ocamlmakefile/trunk/debian: changelog compat control copyright rules

treinen at users.alioth.debian.org treinen at users.alioth.debian.org
Sun May 17 07:24:17 UTC 2009


Author: treinen
Date: Sun May 17 07:24:16 2009
New Revision: 6364

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=6364
Log:
some small packaging issues, ready now for 6-29-3-1.

Modified:
    trunk/packages/ocamlmakefile/trunk/debian/changelog
    trunk/packages/ocamlmakefile/trunk/debian/compat
    trunk/packages/ocamlmakefile/trunk/debian/control
    trunk/packages/ocamlmakefile/trunk/debian/copyright
    trunk/packages/ocamlmakefile/trunk/debian/rules

Modified: trunk/packages/ocamlmakefile/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlmakefile/trunk/debian/changelog?rev=6364&op=diff
==============================================================================
--- trunk/packages/ocamlmakefile/trunk/debian/changelog (original)
+++ trunk/packages/ocamlmakefile/trunk/debian/changelog Sun May 17 07:24:16 2009
@@ -7,8 +7,12 @@
   [ Ralf Treinen ]
   * New upstream version.
   * Standards-Version 3.8.1 (no change)
+  * dh_installchangelogs: install Changelog instead of Changes
+  * DH compat level 7; update build deps; dh_clean -k => dh_prep
+  * debian/copyright: point to versioned LGPL file; update years of
+    upstream copyright.
 
- -- Ralf Treinen <treinen at debian.org>  Sun, 17 May 2009 08:50:34 +0200
+ -- Ralf Treinen <treinen at debian.org>  Sun, 17 May 2009 09:08:34 +0200
 
 ocamlmakefile (6.29.1-1) unstable; urgency=low
 

Modified: trunk/packages/ocamlmakefile/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlmakefile/trunk/debian/compat?rev=6364&op=diff
==============================================================================
--- trunk/packages/ocamlmakefile/trunk/debian/compat (original)
+++ trunk/packages/ocamlmakefile/trunk/debian/compat Sun May 17 07:24:16 2009
@@ -1,1 +1,1 @@
-4
+7

Modified: trunk/packages/ocamlmakefile/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlmakefile/trunk/debian/control?rev=6364&op=diff
==============================================================================
--- trunk/packages/ocamlmakefile/trunk/debian/control (original)
+++ trunk/packages/ocamlmakefile/trunk/debian/control Sun May 17 07:24:16 2009
@@ -6,7 +6,7 @@
  Remi Vanicat <vanicat at debian.org>,
  Samuel Mimram <smimram at debian.org>,
  Stefano Zacchiroli <zack at debian.org>
-Build-Depends: debhelper (>= 4.0)
+Build-Depends: debhelper (>= 7.0)
 Standards-Version: 3.8.1
 Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ocamlmakefile/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlmakefile/trunk/

Modified: trunk/packages/ocamlmakefile/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlmakefile/trunk/debian/copyright?rev=6364&op=diff
==============================================================================
--- trunk/packages/ocamlmakefile/trunk/debian/copyright (original)
+++ trunk/packages/ocamlmakefile/trunk/debian/copyright Sun May 17 07:24:16 2009
@@ -9,7 +9,7 @@
 
 Copyright:
 
-     Copyright (C) 1999-2007  Markus Mottl
+     Copyright (C) 1999-2009  Markus Mottl
 
 License:
 
@@ -18,7 +18,7 @@
     published by the Free Software Foundation, version 2.1.
 
 On Debian systems you can find a copy of this license in
-/usr/share/common-licenses/LGPL.
+/usr/share/common-licenses/LGPL-2.1
 
 The Debian packaging is (C) 2007, Ralf Treinen <treinen at debian.org>
 and is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Modified: trunk/packages/ocamlmakefile/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlmakefile/trunk/debian/rules?rev=6364&op=diff
==============================================================================
--- trunk/packages/ocamlmakefile/trunk/debian/rules (original)
+++ trunk/packages/ocamlmakefile/trunk/debian/rules Sun May 17 07:24:16 2009
@@ -22,7 +22,7 @@
 install:
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs
 	for f in calc camlp4 idl gtk threads; do\
 	  cp -r $$f $(DOCDIR)/examples;\
@@ -41,7 +41,7 @@
 	dh_testdir
 	dh_testroot
 	dh_installdocs README.txt
-	dh_installchangelogs Changes
+	dh_installchangelogs Changelog
 	dh_compress
 	dh_fixperms
 	dh_installdeb




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