[Pkg-cli-libs-commits] [nini] 02/03: * fix nini build failure

Jo Shields directhex at moszumanska.debian.org
Wed Sep 9 11:10:12 UTC 2015


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

directhex pushed a commit to annotated tag debian/1.1.0+dfsg-2
in repository nini.

commit 3b272138e10479023440dc021b28cdf6029de1d9
Author: Sebastian Dröge <slomo at debian.org>
Date:   Wed Oct 25 04:59:05 2006 +0000

    * fix nini build failure
---
 debian/changelog | 11 +++++++++++
 debian/control   |  4 ++--
 debian/rules     |  2 +-
 3 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1f69f32..1ef6dfd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+nini (1.1.0+dfsg-2) unstable; urgency=low
+
+  * debian/rules:
+    + Run dh_install before dh_installcligac (Closes: #395043)
+  * debian/control:
+    + Raise Build-Depends on cli-common-dev to (>= 0.4.4) to remove warnings
+      at build time
+    + Update Standards-Version to 3.7.2
+
+ -- Sebastian Dröge <slomo at ubuntu.com>  Wed, 25 Oct 2006 06:53:05 +0200
+
 nini (1.1.0+dfsg-1) unstable; urgency=low
 
   * Initial Revision (Closes: #355926)
diff --git a/debian/control b/debian/control
index ecd28ad..c8455a0 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,8 @@ Priority: optional
 Maintainer: Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>
 Uploaders: Sebastian Dröge <slomo at ubuntu.com>
 Build-Depends: debhelper (>= 5), dpatch
-Build-Depends-Indep: cli-common-dev (>= 0.4.0), mono-mcs (>= 1.1.9) | c-sharp-compiler, mono-gac, sharutils
-Standards-Version: 3.7.0
+Build-Depends-Indep: cli-common-dev (>= 0.4.4), mono-mcs (>= 1.1.9) | c-sharp-compiler, mono-gac, sharutils
+Standards-Version: 3.7.2
 
 Package: libnini1.1-cil
 Architecture: all
diff --git a/debian/rules b/debian/rules
index 365e188..ba30186 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,8 +47,8 @@ binary-indep: build install
 	dh_installchangelogs CHANGELOG.txt
 	dh_installdocs
 	dh_installdirs
-	dh_installcligac
 	dh_install
+	dh_installcligac
 	dh_installman
 	dh_compress
 	dh_fixperms

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-libs/packages/nini.git



More information about the Pkg-cli-libs-commits mailing list