[Pkg-ocaml-maint-commits] [mlgmp] 01/01: standards-version 3.9.6. d/rules: targets build-arch, build-indep

Ralf Treinen treinen at moszumanska.debian.org
Mon Aug 10 10:04:14 UTC 2015


This is an automated email from the git hooks/post-receive script.

treinen pushed a commit to branch master
in repository mlgmp.

commit 3ced00ef7b4ea05c01161a7dd4c79710bf9295dd
Author: Ralf Treinen <treinen at free.fr>
Date:   Mon Aug 10 11:49:01 2015 +0200

    standards-version 3.9.6. d/rules: targets build-arch, build-indep
---
 debian/changelog | 4 +++-
 debian/control   | 2 +-
 debian/rules     | 4 +++-
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e696e05..907e61b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,10 @@ mlgmp (20021123-18) UNRELEASED; urgency=low
 
   [ Ralf Treinen ]
   * Remove Sven Luther from uploaders (closes: #677755)
+  * Standards-Vesion 3.9.6:
+    d/rules: add targets build-indep and build-arch
 
- -- Ralf Treinen <treinen at debian.org>  Mon, 24 Dec 2012 07:10:53 +0100
+ -- Ralf Treinen <treinen at debian.org>  Mon, 10 Aug 2015 11:52:47 +0200
 
 mlgmp (20021123-17) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 49df377..34c66b7 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Build-Depends:
   libmpfr-dev, 
   dh-ocaml (>= 0.9~)
 Homepage: http://www-verimag.imag.fr/~monniaux/programmes.html.en
-Standards-Version: 3.8.4
+Standards-Version: 3.9.6
 Section: ocaml
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/mlgmp.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/perl4caml.git
diff --git a/debian/rules b/debian/rules
index 20dd667..eafd173 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,9 @@ else
 HAS_OPT=
 endif
 
-build: build-stamp
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep:
 build-stamp: patch
 	dh build --with ocaml
 	$(MAKE) depend

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/mlgmp.git



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