[Pkg-mono-svn-commits] [SCM] mono-uia-dbus branch, master, updated. upstream/2.1-1-g5a3f106

Ray Wang wanglei1123 at gmail.com
Wed Sep 29 09:18:15 UTC 2010


The following commit has been merged in the master branch:
commit 5a3f10640a8ba0aa5ff3f08230093d6ade2405ad
Author: Ray Wang <wanglei1123 at gmail.com>
Date:   Wed Sep 29 17:17:59 2010 +0800

    New upstream release

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..a193fab
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+mono-uia-dbus (2.1-1) unstable; urgency=low
+
+  * Initial release. (Closes: #574095)
+
+ -- Ray Wang <wanglei1123 at gmail.com>  Wed, 08 Sep 2010 10:37:13 +0800
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..f3fa700
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,29 @@
+Source: mono-uia-dbus
+Section: cli-mono
+Priority: optional
+Maintainer: Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>
+Uploaders: Ray Wang <wanglei1123 at gmail.com>
+Build-Depends: debhelper (>= 7.0.50~)
+Build-Depends-Indep: cli-common-dev (>= 0.6.0),
+    mono-devel (>= 2.6),
+    libndesk-dbus1.0-cil-dev (>= 0.6.0),
+    libglib2.0-cil-dev (>= 2.12.8),
+    libmono-uia-cil-dev (>= 2.0.3)
+Standards-Version: 3.9.1
+Homepage: http://www.mono-project.com/Accessibility
+Vcs-Git: git://git.debian.org/git/pkg-mono/packages/mono-uia-dbus.git
+Vcs-Browser: http://git.debian.org/?p=pkg-mono/packages/mono-uia-dbus.git
+
+Package: libmono-uia-dbus1.0-cil
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends}
+Description: UiaDbus components of UIA on Linux
+ UiaDbus is another communication channel for UIA on Linux between the 
+ client and provider.
+
+Package: libmono-uia-dbus-cil-dev
+Architecture: all
+Depends: libmono-uia-dbus1.0-cil (= ${binary:Version}), ${misc:Depends}
+Description: Devel package for UiaDbus
+ UiaDbus is another communication channel for UIA on Linux between the 
+ client and provider.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..9ea95ff
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,32 @@
+Format-Specification:
+ http://wiki.debian.org/Proposals/CopyrightFormat
+Upstream-Name: uiadbus
+Upstream-Source: http://mono-a11y.org/releases/2.1/sources/
+
+Files: *
+Copyright: © 2008-2010, Novell, Inc
+License: MIT
+
+Files: debian/*
+Copyright: © 2010, Novell, Inc
+License: MIT
+
+License: MIT
+ 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.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..9eafbe1
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,2 @@
+README
+NEWS
diff --git a/debian/libmono-uia-dbus-cil-dev.install b/debian/libmono-uia-dbus-cil-dev.install
new file mode 100644
index 0000000..34a6f27
--- /dev/null
+++ b/debian/libmono-uia-dbus-cil-dev.install
@@ -0,0 +1 @@
+debian/tmp/usr/lib/pkgconfig
diff --git a/debian/libmono-uia-dbus1.0-cil.install b/debian/libmono-uia-dbus1.0-cil.install
new file mode 100644
index 0000000..1611cdc
--- /dev/null
+++ b/debian/libmono-uia-dbus1.0-cil.install
@@ -0,0 +1,5 @@
+debian/tmp/usr/lib/mono/accessibility
+debian/tmp/usr/lib/mono/gac/UiaDbus/*/*.dll*
+debian/tmp/usr/lib/mono/gac/UiaDbusBridge/*/*.dll*
+debian/tmp/usr/lib/mono/gac/UiaDbusSource/*/*.dll*
+debian/tmp/usr/lib/uiadbus
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..4a37601
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,25 @@
+#!/usr/bin/make -f
+include /usr/share/cli-common/cli.make
+
+MAKEFILE = $(firstword $(MAKEFILE_LIST))
+DEBIAN_DIR = $(dir $(MAKEFILE))
+
+DEB_SOURCE_NAME = $(shell dpkg-parsechangelog -l$(DEBIAN_DIR)/changelog | grep ^Source | cut -d" " -f2)
+DEB_VERSION = $(shell dpkg-parsechangelog -l$(DEBIAN_DIR)/changelog | grep ^Version | cut -d" " -f2)
+VERSION = $(shell echo $(DEB_VERSION) | cut -d"-" -f1 | sed 's/+dfsg.*//')
+
+get-orig-source:
+	uscan \
+		--package $(DEB_SOURCE_NAME) \
+		--watchfile $(DEBIAN_DIR)/watch \
+		--upstream-version $(VERSION) \
+		--download-version $(VERSION) \
+		--destdir . \
+		--force-download \
+		--rename \
+		--repack
+
+%:
+	dh $@
+
+.PHONY: get-orig-source
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..7c5520b
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://mono-a11y.org/releases/2.1/sources/ uiadbus-([.\d]+)\.tar\.bz2

-- 
mono-uia-dbus



More information about the Pkg-mono-svn-commits mailing list