[Pkg-cli-libs-commits] r4292 - in /packages/gnome-keyring-sharp/trunk/debian: changelog control libgnome-keyring-cil-dev.install libgnome-keyring1.0-cil.install libgnome-keyring1.0-cil.installcligac libgnome-keyring1.0-cil.links patches/01pkgconfig-path.dpatch rules

directhex at users.alioth.debian.org directhex at users.alioth.debian.org
Fri Nov 20 15:06:51 UTC 2009


Author: directhex
Date: Fri Nov 20 15:06:50 2009
New Revision: 4292

URL: http://svn.debian.org/wsvn/pkg-cli-libs/?sc=1&rev=4292
Log:
  * 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

Added:
    packages/gnome-keyring-sharp/trunk/debian/libgnome-keyring-cil-dev.install
Removed:
    packages/gnome-keyring-sharp/trunk/debian/libgnome-keyring1.0-cil.links
Modified:
    packages/gnome-keyring-sharp/trunk/debian/changelog
    packages/gnome-keyring-sharp/trunk/debian/control
    packages/gnome-keyring-sharp/trunk/debian/libgnome-keyring1.0-cil.install
    packages/gnome-keyring-sharp/trunk/debian/libgnome-keyring1.0-cil.installcligac
    packages/gnome-keyring-sharp/trunk/debian/patches/01pkgconfig-path.dpatch
    packages/gnome-keyring-sharp/trunk/debian/rules

Modified: packages/gnome-keyring-sharp/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gnome-keyring-sharp/trunk/debian/changelog?rev=4292&op=diff
==============================================================================
--- packages/gnome-keyring-sharp/trunk/debian/changelog (original)
+++ packages/gnome-keyring-sharp/trunk/debian/changelog Fri Nov 20 15:06:50 2009
@@ -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 ]

Modified: packages/gnome-keyring-sharp/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gnome-keyring-sharp/trunk/debian/control?rev=4292&op=diff
==============================================================================
--- packages/gnome-keyring-sharp/trunk/debian/control (original)
+++ packages/gnome-keyring-sharp/trunk/debian/control Fri Nov 20 15:06:50 2009
@@ -6,10 +6,10 @@
 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 @@
  .
  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

Added: packages/gnome-keyring-sharp/trunk/debian/libgnome-keyring-cil-dev.install
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gnome-keyring-sharp/trunk/debian/libgnome-keyring-cil-dev.install?rev=4292&op=file
==============================================================================
--- packages/gnome-keyring-sharp/trunk/debian/libgnome-keyring-cil-dev.install (added)
+++ packages/gnome-keyring-sharp/trunk/debian/libgnome-keyring-cil-dev.install Fri Nov 20 15:06:50 2009
@@ -1,0 +1,1 @@
+/usr/lib/pkgconfig/gnome-keyring-sharp-1.0.pc

Modified: packages/gnome-keyring-sharp/trunk/debian/libgnome-keyring1.0-cil.install
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gnome-keyring-sharp/trunk/debian/libgnome-keyring1.0-cil.install?rev=4292&op=diff
==============================================================================
--- packages/gnome-keyring-sharp/trunk/debian/libgnome-keyring1.0-cil.install (original)
+++ packages/gnome-keyring-sharp/trunk/debian/libgnome-keyring1.0-cil.install Fri Nov 20 15:06:50 2009
@@ -1,2 +1,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/

Modified: packages/gnome-keyring-sharp/trunk/debian/libgnome-keyring1.0-cil.installcligac
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gnome-keyring-sharp/trunk/debian/libgnome-keyring1.0-cil.installcligac?rev=4292&op=diff
==============================================================================
--- packages/gnome-keyring-sharp/trunk/debian/libgnome-keyring1.0-cil.installcligac (original)
+++ packages/gnome-keyring-sharp/trunk/debian/libgnome-keyring1.0-cil.installcligac Fri Nov 20 15:06:50 2009
@@ -1,1 +1,1 @@
-/usr/lib/cli/gnome-keyring-sharp-1.0/Gnome.Keyring.dll
+/usr/lib/cli/Gnome.Keyring-1.0/Gnome.Keyring.dll

Modified: packages/gnome-keyring-sharp/trunk/debian/patches/01pkgconfig-path.dpatch
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gnome-keyring-sharp/trunk/debian/patches/01pkgconfig-path.dpatch?rev=4292&op=diff
==============================================================================
--- packages/gnome-keyring-sharp/trunk/debian/patches/01pkgconfig-path.dpatch (original)
+++ packages/gnome-keyring-sharp/trunk/debian/patches/01pkgconfig-path.dpatch Fri Nov 20 15:06:50 2009
@@ -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

Modified: packages/gnome-keyring-sharp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gnome-keyring-sharp/trunk/debian/rules?rev=4292&op=diff
==============================================================================
--- packages/gnome-keyring-sharp/trunk/debian/rules (original)
+++ packages/gnome-keyring-sharp/trunk/debian/rules Fri Nov 20 15:06:50 2009
@@ -15,7 +15,7 @@
 include /usr/share/dpatch/dpatch.make
 
 build: patch-stamp
-	dh $@
+	CSC=/usr/bin/mono-csc dh $@
 
 install: build
 	dh $@
@@ -34,15 +34,16 @@
 	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
 




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