[Pkg-cli-libs-commits] [gnome-keyring-sharp] 01/04: * debian/libgnome-keyring1.0-cil.install, debian/libgnome-keyring1.0-cil.installcligac, debian/libgnome-keyring-cil-dev.install, debian/patches/01pkgconfig-path.dpatch, debian/control: + Create new -dev package for pkg-config file * debian/libgnome-keyring1.0-cil.install, debian/libgnome-keyring1.0-cil.installcligac: + CLI Policy 0.7 install dir for library * debian/control, debian/rules: + Use mono-csc from mono-devel 2.4.2.3+ * debian/rules: + Policy-compliant location for get-orig-source rule * debian/control: + No-change bump to Standards 3.8.3

Jo Shields directhex at moszumanska.debian.org
Mon Nov 16 08:48:23 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-2
in repository gnome-keyring-sharp.

commit 50f677f5c0f3c80c99b32ae2b52edb358b24bec5
Author: Jo Shields <directhex at apebox.org>
Date:   Fri Nov 20 15:06:50 2009 +0000

      * debian/libgnome-keyring1.0-cil.install,
        debian/libgnome-keyring1.0-cil.installcligac,
        debian/libgnome-keyring-cil-dev.install,
        debian/patches/01pkgconfig-path.dpatch,
        debian/control:
        + Create new -dev package for pkg-config file
      * debian/libgnome-keyring1.0-cil.install,
        debian/libgnome-keyring1.0-cil.installcligac:
        + CLI Policy 0.7 install dir for library
      * debian/control,
        debian/rules:
        + Use mono-csc from mono-devel 2.4.2.3+
      * debian/rules:
        + Policy-compliant location for get-orig-source rule
      * debian/control:
        + No-change bump to Standards 3.8.3
---
 debian/changelog                             | 21 +++++++++++++++++++++
 debian/control                               | 21 +++++++++++++++++++--
 debian/libgnome-keyring-cil-dev.install      |  1 +
 debian/libgnome-keyring1.0-cil.install       |  3 +--
 debian/libgnome-keyring1.0-cil.installcligac |  2 +-
 debian/libgnome-keyring1.0-cil.links         |  1 -
 debian/patches/01pkgconfig-path.dpatch       |  2 +-
 debian/rules                                 | 11 ++++++-----
 8 files changed, 50 insertions(+), 12 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3665a87..b062ad7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,24 @@
+gnome-keyring-sharp (1.0.0-2) UNRELEASED; urgency=low
+
+  * debian/libgnome-keyring1.0-cil.install,
+    debian/libgnome-keyring1.0-cil.installcligac,
+    debian/libgnome-keyring-cil-dev.install,
+    debian/patches/01pkgconfig-path.dpatch,
+    debian/control:
+    + Create new -dev package for pkg-config file
+  * debian/libgnome-keyring1.0-cil.install,
+    debian/libgnome-keyring1.0-cil.installcligac:
+    + CLI Policy 0.7 install dir for library
+  * debian/control,
+    debian/rules:
+    + Use mono-csc from mono-devel 2.4.2.3+
+  * debian/rules:
+    + Policy-compliant location for get-orig-source rule
+  * debian/control:
+    + No-change bump to Standards 3.8.3
+
+ -- Jo Shields <directhex at apebox.org>  Fri, 20 Nov 2009 14:42:38 +0000
+
 gnome-keyring-sharp (1.0.0-1) unstable; urgency=low
 
   [ Jo Shields ]
diff --git a/debian/control b/debian/control
index 9f6198c..9869c8e 100644
--- a/debian/control
+++ b/debian/control
@@ -6,10 +6,10 @@ Uploaders: Mirco Bauer <meebey at debian.org>
 Build-Depends: debhelper (>= 7), dpatch,
  cli-common-dev (>= 0.5.7),
  pkg-config (>= 0.9.0),
- mono-devel (>= 2.0),
+ mono-devel (>= 2.4.2.3),
  libndesk-dbus1.0-cil (>= 0.4),
  monodoc-base
-Standards-Version: 3.8.1
+Standards-Version: 3.8.3
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gnome-keyring-sharp/trunk/
 Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-cli-libs/packages/gnome-keyring-sharp/trunk
 
@@ -24,6 +24,23 @@ Description: CLI library to access the GNOME Keyring daemon
  .
  gnome-keyring-sharp is a CIL library for the GNOME Keyring API,
  written in C#.
+ .
+ This package contains the gnome-keyring-sharp library
+
+Package: libgnome-keyring-cil-dev
+Section: libs
+Architecture: all
+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
+ 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#.
+ .
+ This package contains development files for the gnome-keyring-sharp library
 
 Package: monodoc-gnome-keyring-manual
 Section: doc
diff --git a/debian/libgnome-keyring-cil-dev.install b/debian/libgnome-keyring-cil-dev.install
new file mode 100644
index 0000000..44a4e2b
--- /dev/null
+++ b/debian/libgnome-keyring-cil-dev.install
@@ -0,0 +1 @@
+/usr/lib/pkgconfig/gnome-keyring-sharp-1.0.pc
diff --git a/debian/libgnome-keyring1.0-cil.install b/debian/libgnome-keyring1.0-cil.install
index bf1b458..b621047 100644
--- a/debian/libgnome-keyring1.0-cil.install
+++ b/debian/libgnome-keyring1.0-cil.install
@@ -1,2 +1 @@
-/usr/lib/mono/gac/Gnome.Keyring/1.0.*/Gnome.Keyring.dll	/usr/lib/cli/gnome-keyring-sharp-1.0/
-/usr/lib/pkgconfig/gnome-keyring-sharp-1.0.pc
+/usr/lib/mono/gac/Gnome.Keyring/1.0.*/Gnome.Keyring.dll	/usr/lib/cli/Gnome.Keyring-1.0/
diff --git a/debian/libgnome-keyring1.0-cil.installcligac b/debian/libgnome-keyring1.0-cil.installcligac
index 89e2a99..4ad3ece 100644
--- a/debian/libgnome-keyring1.0-cil.installcligac
+++ b/debian/libgnome-keyring1.0-cil.installcligac
@@ -1 +1 @@
-/usr/lib/cli/gnome-keyring-sharp-1.0/Gnome.Keyring.dll
+/usr/lib/cli/Gnome.Keyring-1.0/Gnome.Keyring.dll
diff --git a/debian/libgnome-keyring1.0-cil.links b/debian/libgnome-keyring1.0-cil.links
deleted file mode 100644
index ef34c4d..0000000
--- a/debian/libgnome-keyring1.0-cil.links
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/pkgconfig/gnome-keyring-sharp-1.0.pc usr/lib/pkgconfig/gnome-keyring-sharp.pc
diff --git a/debian/patches/01pkgconfig-path.dpatch b/debian/patches/01pkgconfig-path.dpatch
index 8520d41..ab7b861 100644
--- a/debian/patches/01pkgconfig-path.dpatch
+++ b/debian/patches/01pkgconfig-path.dpatch
@@ -12,4 +12,4 @@
  Description: Client library to access the GNOME Keyring daemon
  Version: @VERSION@
 -Libs: -r:${libdir}/mono/@PACKAGE at -@API_VERSION@/Gnome.Keyring.dll
-+Libs: -r:${libdir}/cli/@PACKAGE at -@API_VERSION@/Gnome.Keyring.dll
++Libs: -r:${libdir}/cli/Gnome.Keyring- at API_VERSION@/Gnome.Keyring.dll
diff --git a/debian/rules b/debian/rules
index 1dd2e8a..cd64890 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ include /usr/share/cli-common/cli.make
 include /usr/share/dpatch/dpatch.make
 
 build: patch-stamp
-	dh $@
+	CSC=/usr/bin/mono-csc dh $@
 
 install: build
 	dh $@
@@ -34,15 +34,16 @@ clean-patched:
 	dh $@
 
 get-orig-source: 
+	mkdir -p ../tarballs
 	uscan \
 		--package $(DEB_SOURCE_NAME) \
 		--watchfile $(DEBIAN_DIR)/watch \
 		--upstream-version $(VERSION) \
 		--download-version $(VERSION) \
-		--destdir . \
+		--destdir ../tarballs \
 		--force-download \
 		--rename
-	bzcat $(DEB_SOURCE_NAME)_$(VERSION).orig.tar.bz2 | \
-		gzip -9fn -c - > $(DEB_SOURCE_NAME)_$(VERSION).orig.tar.gz
-	rm $(DEB_SOURCE_NAME)_$(VERSION).orig.tar.bz2
+	bzcat ../tarballs/$(DEB_SOURCE_NAME)_$(VERSION).orig.tar.bz2 | \
+		gzip -9fn -c - > ../tarballs/$(DEB_SOURCE_NAME)_$(VERSION).orig.tar.gz
+	rm ../tarballs/$(DEB_SOURCE_NAME)_$(VERSION).orig.tar.bz2
 

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