[Pkg-ocaml-maint-commits] r5222 - in /trunk/packages/mlgmp/trunk/debian: changelog control copyright patches/10_config.dpatch patches/11_Makefile.dpatch patches/15_bugfixes.dpatch rules

glondu-guest at users.alioth.debian.org glondu-guest at users.alioth.debian.org
Fri Feb 29 13:40:24 UTC 2008


Author: glondu-guest
Date: Fri Feb 29 13:40:24 2008
New Revision: 5222

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5222
Log:
Fix various lintian warnings, update Standards-Version to 3.7.3

Modified:
    trunk/packages/mlgmp/trunk/debian/changelog
    trunk/packages/mlgmp/trunk/debian/control
    trunk/packages/mlgmp/trunk/debian/copyright
    trunk/packages/mlgmp/trunk/debian/patches/10_config.dpatch
    trunk/packages/mlgmp/trunk/debian/patches/11_Makefile.dpatch
    trunk/packages/mlgmp/trunk/debian/patches/15_bugfixes.dpatch
    trunk/packages/mlgmp/trunk/debian/rules

Modified: trunk/packages/mlgmp/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/mlgmp/trunk/debian/changelog?rev=5222&op=diff
==============================================================================
--- trunk/packages/mlgmp/trunk/debian/changelog (original)
+++ trunk/packages/mlgmp/trunk/debian/changelog Fri Feb 29 13:40:24 2008
@@ -4,10 +4,18 @@
   * fix vcs-svn field to point just above the debian/ dir
 
   [ Stephane Glondu ]
-  * Fixing binNMU safety (Closes: #464312)
-  * Fixing OCaml spelling in description (thanks lintian)
+  * Fix binNMU safety (Closes: #464312)
+  * Fix OCaml spelling in description
+  * Fix copyright file
+  * Use ${binary:Version} instead of deprecated ${Source-Version} in
+    debian/control
+  * Add Section:libs for source package
+  * Add descriptions to patches
+  * Fix lintian debian-rules-ignores-make-clean-error
+  * Removing empty stublibs directory from -dev package
+  * Update Standards-Version to 3.7.3
 
- -- Stephane Glondu <steph at glondu.net>  Fri, 29 Feb 2008 11:17:11 +0100
+ -- Stephane Glondu <steph at glondu.net>  Fri, 29 Feb 2008 14:36:30 +0100
 
 mlgmp (20021123-12) unstable; urgency=low
 

Modified: trunk/packages/mlgmp/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/mlgmp/trunk/debian/control?rev=5222&op=diff
==============================================================================
--- trunk/packages/mlgmp/trunk/debian/control (original)
+++ trunk/packages/mlgmp/trunk/debian/control Fri Feb 29 13:40:24 2008
@@ -3,7 +3,8 @@
 Maintainer: Mike Furr <mfurr at debian.org>
 Uploaders: Ralf Treinen <treinen at debian.org>, Sven Luther <luther at debian.org>, Remi Vanicat <vanicat at debian.org>, Stefano Zacchiroli <zack at debian.org>, Sylvain L e Gall <sylvain.le-gall at polytechnique.org>
 Build-Depends: ocaml-nox (>= 3.10.0), debhelper (>= 4.0.0), dpatch, libgmp3-dev, libmpfr-dev
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
+Section: libs
 Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/mlgmp/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/mlgmp/trunk/
 
@@ -23,7 +24,7 @@
 Package: libgmp-ocaml-dev
 Architecture: any
 Section: libdevel
-Depends: libgmp-ocaml (= ${Source-Version}), ocaml-nox-${F:OCamlABI}, libgmp3-dev
+Depends: libgmp-ocaml (= ${binary:Version}), ocaml-nox-${F:OCamlABI}, libgmp3-dev
 Description: OCaml bindings for the GNU multiprecision arithmetic library
  This package provides bindings for the GNU multiprecision library 
  (GNU MP) for the language OCaml(caml.inria.fr).  It is mostly a 1-1 mapping

Modified: trunk/packages/mlgmp/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/mlgmp/trunk/debian/copyright?rev=5222&op=diff
==============================================================================
--- trunk/packages/mlgmp/trunk/debian/copyright (original)
+++ trunk/packages/mlgmp/trunk/debian/copyright Fri Feb 29 13:40:24 2008
@@ -6,6 +6,9 @@
 Upstream Author: David Monniaux <David.Monniaux at ens.fr>
 
 Copyright:
+
+  Copyright (C) 2001-2002 David Monniaux
+  Copyright (C) 2000 Jean-Christophe Filliatre
 
 Quote the README:
 

Modified: trunk/packages/mlgmp/trunk/debian/patches/10_config.dpatch
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/mlgmp/trunk/debian/patches/10_config.dpatch?rev=5222&op=diff
==============================================================================
--- trunk/packages/mlgmp/trunk/debian/patches/10_config.dpatch (original)
+++ trunk/packages/mlgmp/trunk/debian/patches/10_config.dpatch Fri Feb 29 13:40:24 2008
@@ -2,7 +2,7 @@
 ## 10_Makefile.dpatch by Mike Furr <mfurr at debian.org>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: Disabling MPFR
 
 [ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts
 patch_opts="${patch_opts:--f --no-backup-if-mismatch ${2:+-d $2}}"

Modified: trunk/packages/mlgmp/trunk/debian/patches/11_Makefile.dpatch
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/mlgmp/trunk/debian/patches/11_Makefile.dpatch?rev=5222&op=diff
==============================================================================
--- trunk/packages/mlgmp/trunk/debian/patches/11_Makefile.dpatch (original)
+++ trunk/packages/mlgmp/trunk/debian/patches/11_Makefile.dpatch Fri Feb 29 13:40:24 2008
@@ -2,7 +2,7 @@
 ## 10_Makefile.dpatch by Mike Furr <mfurr at debian.org>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: Handling non-native archs and proper handling of .so generation
 
 [ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts
 patch_opts="${patch_opts:--f --no-backup-if-mismatch ${2:+-d $2}}"
@@ -150,7 +150,7 @@
  
  clean:
 -	rm -f *.o *.cm* $(PROGRAMS) *.a
-+	rm -f *.o *.cm* $(PROGRAMS) *.a *.so
++	-rm -f *.o *.cm* $(PROGRAMS) *.a *.so
  
  depend:
  	ocamldep *.ml *.mli > depend

Modified: trunk/packages/mlgmp/trunk/debian/patches/15_bugfixes.dpatch
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/mlgmp/trunk/debian/patches/15_bugfixes.dpatch?rev=5222&op=diff
==============================================================================
--- trunk/packages/mlgmp/trunk/debian/patches/15_bugfixes.dpatch (original)
+++ trunk/packages/mlgmp/trunk/debian/patches/15_bugfixes.dpatch Fri Feb 29 13:40:24 2008
@@ -2,7 +2,7 @@
 ## 15_bugfixes.dpatch by Mike Furr <mfurr at debian.org>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: Various bugfixes in C bindings
 
 @DPATCH@
 diff -urNad --exclude=CVS --exclude=.svn ./gmp.ml /tmp/dpep-work.FYBj8e/mlgmp-20021123/gmp.ml

Modified: trunk/packages/mlgmp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/mlgmp/trunk/debian/rules?rev=5222&op=diff
==============================================================================
--- trunk/packages/mlgmp/trunk/debian/rules (original)
+++ trunk/packages/mlgmp/trunk/debian/rules Fri Feb 29 13:40:24 2008
@@ -31,7 +31,7 @@
 	dh_testroot
 	rm -f build-stamp configure-stamp
 
-	-$(MAKE) clean
+	$(MAKE) clean
 	rm -f depend
 	dh_clean 
 
@@ -57,6 +57,7 @@
 	dh_testdir
 	dh_testroot
 	dh_movefiles -s --sourcedir=debian/$(PACKAGE)-dev
+	rmdir debian/$(PACKAGE)-dev/usr/lib/ocaml/$(OCAMLABI)/stublibs
 	dh_installchangelogs ChangeLog
 	dh_installdocs
 	dh_installexamples




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