[Pkg-cli-libs-commits] [gnome-keyring-sharp] 02/09: Initial import for gnome-keyring-sharp package

Jo Shields directhex at moszumanska.debian.org
Mon Nov 16 08:48:18 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%7Esvn.r87622-1
in repository gnome-keyring-sharp.

commit 941a14f5b28ee0698aa79fbd917b5aa855bdf1b8
Author: Laurent Bigonville <bigon at bigon.be>
Date:   Wed Dec 12 23:12:38 2007 +0000

    Initial import for gnome-keyring-sharp package
---
 debian/changelog                             |  6 +++++
 debian/compat                                |  1 +
 debian/control                               | 32 +++++++++++++++++++++++
 debian/copyright                             | 39 ++++++++++++++++++++++++++++
 debian/libgnome-keyring0.1-cil.install       |  1 +
 debian/libgnome-keyring0.1-cil.installcligac |  1 +
 debian/libgnome-keyring0.1-cil.links         |  1 +
 debian/monodoc-gnome-keyring-manual.install  |  1 +
 debian/monodoc-gnome-keyring-manual.postinst |  9 +++++++
 debian/patches/01pkgconfig-path.patch        | 10 +++++++
 debian/rules                                 | 19 ++++++++++++++
 11 files changed, 120 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..b3b3ca3
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+gnome-keyring-sharp (1:0.1.0~svn.r86802-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #438483)
+  * debian/patches/01pkgconfig-path.patch: fix pkg-config installation path
+
+ -- Laurent Bigonville <bigon at bigon.be>  Wed, 03 Oct 2007 16:21:15 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7ed6ff8
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+5
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..09834bf
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,32 @@
+Source: gnome-keyring-sharp
+Section: gnome
+Priority: optional
+Maintainer: Debian CLI Libraries Team <pkg-cli-libs-team at lists.alioth.debian.org>
+Uploaders: Laurent Bigonville <bigon at bigon.be>
+Build-Depends: cdbs, debhelper (>= 5), pkg-config (>= 0.9.0), mono-gmcs (>= 1.1.8) | c-sharp-2.0-compiler, mono-gac, libndesk-dbus1.0-cil (>= 0.4), cli-common-dev (>= 0.4.4), monodoc-base
+Standards-Version: 3.7.3
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gnome-keyring-sharp/trunk/
+Vcs-Svn: ssh://svn.debian.org/svn/pkg-cli-libs/packages/gnome-keyring-sharp/trunk
+
+Package: libgnome-keyring0.1-cil
+Section: gnome
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends}
+Description: CLI library to access the GNOME Keyring daemon
+ GNOME Keyring is a system which allows you to store passwords and other
+ sensitive data across GNOME applications. It provides an API to access
+ this information, as well as a daemon to manage it.
+ .
+ gnome-keyring-sharp is a CIL library for the GNOME Keyring API,
+ written in C#.
+
+Package: monodoc-gnome-keyring-manual
+Section: doc
+Architecture: all
+Depends: monodoc-browser
+Description: CLI library to access the GNOME Keyring daemon - manual
+ GNOME Keyring is a system which allows you to store passwords and other
+ sensitive data across GNOME applications. It provides an API to access
+ this information, as well as a daemon to manage it.
+ .
+ This package contains the monodoc manual for the gnome-keyring CLI library
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..8461538
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,39 @@
+This package was debianized by Laurent Bigonville <bigon at bigon.be> on
+Wed, 03 Oct 2007 13:21:34 +0200
+
+It was downloaded from:
+   <http://www.mono-project.com/Gtk>
+
+Upstream Authors:
+
+    Gonzalo Paniagua Javier <gonzalo at ximian.com>
+    Alp Toker  <alp at atoker.com>
+
+Copyright:
+
+     Copyright (c) 2005-2006 Novell, Inc.
+     Copyright (c) 2007 Alp Toker
+
+License:
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+The Debian packaging is (C) 2007, Laurent Bigonville <bigon at bigon.be> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
diff --git a/debian/libgnome-keyring0.1-cil.install b/debian/libgnome-keyring0.1-cil.install
new file mode 100644
index 0000000..0aaa9a2
--- /dev/null
+++ b/debian/libgnome-keyring0.1-cil.install
@@ -0,0 +1 @@
+debian/tmp/usr/lib/Gnome.Keyring/Gnome.Keyring.dll  usr/lib/cli/gnome-keyring-sharp-0.1/
diff --git a/debian/libgnome-keyring0.1-cil.installcligac b/debian/libgnome-keyring0.1-cil.installcligac
new file mode 100644
index 0000000..63887c1
--- /dev/null
+++ b/debian/libgnome-keyring0.1-cil.installcligac
@@ -0,0 +1 @@
+/usr/lib/cli/gnome-keyring-sharp-0.1/Gnome.Keyring.dll
diff --git a/debian/libgnome-keyring0.1-cil.links b/debian/libgnome-keyring0.1-cil.links
new file mode 100644
index 0000000..915d288
--- /dev/null
+++ b/debian/libgnome-keyring0.1-cil.links
@@ -0,0 +1 @@
+usr/lib/pkgconfig/gnome-keyring-sharp-0.1.pc usr/lib/pkgconfig/gnome-keyring-sharp.pc
diff --git a/debian/monodoc-gnome-keyring-manual.install b/debian/monodoc-gnome-keyring-manual.install
new file mode 100644
index 0000000..cbe0fef
--- /dev/null
+++ b/debian/monodoc-gnome-keyring-manual.install
@@ -0,0 +1 @@
+debian/tmp/usr/lib/monodoc/sources/
diff --git a/debian/monodoc-gnome-keyring-manual.postinst b/debian/monodoc-gnome-keyring-manual.postinst
new file mode 100644
index 0000000..5ed0db0
--- /dev/null
+++ b/debian/monodoc-gnome-keyring-manual.postinst
@@ -0,0 +1,9 @@
+#!/bin/sh
+set -e
+
+if [ -x /usr/lib/monodoc/browser.exe ]; then
+        echo "generating monodoc search index..."
+        monodoc --make-index > /dev/null
+fi
+
+#DEBHELPER#
diff --git a/debian/patches/01pkgconfig-path.patch b/debian/patches/01pkgconfig-path.patch
new file mode 100644
index 0000000..5bfa56c
--- /dev/null
+++ b/debian/patches/01pkgconfig-path.patch
@@ -0,0 +1,10 @@
+diff -Nur gnome-keyring-sharp/src/gnome-keyring-sharp.pc.in gnome-keyring-sharp.new/src/gnome-keyring-sharp.pc.in
+--- gnome-keyring-sharp/src/gnome-keyring-sharp.pc.in	2006-08-01 21:08:46.000000000 +0200
++++ gnome-keyring-sharp.new/src/gnome-keyring-sharp.pc.in	2007-10-03 15:04:27.000000000 +0200
+@@ -1,5 +1,5 @@
+ prefix=@prefix@
+-assemblies_dir=${prefix}/lib/Gnome.Keyring
++assemblies_dir=${prefix}/lib/cli/gnome-keyring-sharp-0.1
+ Libraries=${assemblies_dir}/Gnome.Keyring.dll
+  
+ Name: Gnome.Keyring
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..899be2d
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,19 @@
+#!/usr/bin/make -f
+
+export MONO_SHARED_DIR=$(CURDIR)
+
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
+DEB_DESTDIR = $(CURDIR)/debian/tmp
+
+clean::
+	rm -rf .wapi
+
+binary-install/libgnome-keyring0.1-cil::
+	install -p -D -m 644 $(DEB_DESTDIR)/usr/lib/pkgconfig/gnome-keyring-sharp.pc $(CURDIR)/debian/libgnome-keyring0.1-cil/usr/lib/pkgconfig/gnome-keyring-sharp-0.1.pc
+	dh_clifixperms
+	dh_makeclilibs -V
+	dh_installcligac
+	dh_clideps -d

-- 
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