[Pkg-cli-libs-commits] [gnome-keyring-sharp] 07/08: * Arch: all→any for -cil-dev package * Package is no longer arch: all; drop -i from dh_makeclilibs so that it actually runs

Jo Shields directhex at moszumanska.debian.org
Mon Nov 16 08:48:26 UTC 2015


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

directhex pushed a commit to annotated tag debian/1.0.0-3
in repository gnome-keyring-sharp.

commit 746e68a532c694bc498dec3a6c70890d8a3fb935
Author: Christopher James Halse Rogers <raof at ubuntu.com>
Date:   Mon Apr 5 11:36:22 2010 +0000

    * Arch: all→any for -cil-dev package
    * Package is no longer arch: all; drop -i from dh_makeclilibs so that it actually runs
---
 debian/control | 2 +-
 debian/rules   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 59240e9..ebd55ea 100644
--- a/debian/control
+++ b/debian/control
@@ -32,7 +32,7 @@ Description: CLI library to access the GNOME Keyring daemon
 
 Package: libgnome-keyring1.0-cil-dev
 Section: libs
-Architecture: all
+Architecture: any
 Depends: libgnome-keyring1.0-cil (= ${binary:Version}), ${misc:Depends}
 Replaces: libgnome-keyring1.0-cil (<< 1.0.0-2)
 Description: CLI library to access the GNOME Keyring daemon
diff --git a/debian/rules b/debian/rules
index cb96861..1c65522 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ override_dh_auto_configure:
 	dh_auto_configure -- CSC=/usr/bin/mono-csc
 
 override_dh_makeclilibs:
-	dh_makeclilibs -i -m $(DEB_CLI_API_VERSION)
+	dh_makeclilibs -m $(DEB_CLI_API_VERSION)
 
 override_dh_clean:
 	dh_clean

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



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