[Pkg-cli-libs-commits] [SCM] zeitgeist-sharp branch, master, updated. upstream/0.1-1-gc35196d

Jo Shields directhex at apebox.org
Fri Oct 29 15:29:22 UTC 2010


The following commit has been merged in the master branch:
commit c35196d30679bc1834a88df8a4d0bf2690f50922
Author: Jo Shields <directhex at apebox.org>
Date:   Fri Oct 29 16:29:11 2010 +0100

    Initial packaging for zg-sharp

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..46ac7dc
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+zeitgeist-sharp (0.1-1) UNRELEASED; urgency=low
+
+  * Initial Version
+
+ -- Jo Shields <directhex at apebox.org>  Fri, 29 Oct 2010 13:16:35 +0100
+
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..3bd6c53
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,28 @@
+Source: zeitgeist-sharp
+Section: cli-mono
+Priority: optional
+Maintainer: Debian CLI Libraries Team <pkg-cli-libs-team at lists.alioth.debian.org>
+Uploaders: Jo Shields <directhex at apebox.org>
+Build-Depends: debhelper (>= 7.0.50)
+Build-Depends-Indep: cli-common-dev (>= 0.5.7),
+ mono-devel (>= 2.4.3),
+ mono-xbuild,
+ libndesk-dbus1.0-cil-dev,
+ libndesk-dbus-glib1.0-cil-dev,
+ libglib2.0-cil-dev
+Standards-Version: 3.9.1
+Homepage: https://launchpad.net/zeitgeist-sharp
+Vcs-Browser: http://git.debian.org/?p=pkg-cli-libs/packages/zeitgeist-sharp.git
+Vcs-Git: git://git.debian.org/git/pkg-cli-libs/packages/zeitgeist-sharp.git
+
+Package: libzeitgeist-cil-dev
+Architecture: all
+Depends: libzeitgeist0.0-cil (= ${binary:Version}), ${misc:Depends}
+Description: CLI bindings for Zeitgeist Project - development files
+ Ook ook eek
+
+Package: libzeitgeist0.0-cil
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends}
+Description: CLI bindings for Zeitgeist Project
+ Ooga booga
diff --git a/debian/libzeitgeist-cil-dev.install b/debian/libzeitgeist-cil-dev.install
new file mode 100644
index 0000000..56d88e6
--- /dev/null
+++ b/debian/libzeitgeist-cil-dev.install
@@ -0,0 +1 @@
+usr/lib/pkgconfig
diff --git a/debian/libzeitgeist0.0-cil.install b/debian/libzeitgeist0.0-cil.install
new file mode 100644
index 0000000..c03f49f
--- /dev/null
+++ b/debian/libzeitgeist0.0-cil.install
@@ -0,0 +1 @@
+usr/lib/zeitgeist-sharp/*	usr/lib/cli/zeitgeist-sharp-0.0/
diff --git a/debian/libzeitgeist0.0-cil.installcligac b/debian/libzeitgeist0.0-cil.installcligac
new file mode 100644
index 0000000..3f39f8d
--- /dev/null
+++ b/debian/libzeitgeist0.0-cil.installcligac
@@ -0,0 +1 @@
+/usr/lib/cli/zeitgeist-sharp-0.0/zeitgeist-sharp.dll
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..35cdb06
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+tweak_pcfile_location_for_debianisms.patch
diff --git a/debian/patches/tweak_pcfile_location_for_debianisms.patch b/debian/patches/tweak_pcfile_location_for_debianisms.patch
new file mode 100644
index 0000000..ca613cb
--- /dev/null
+++ b/debian/patches/tweak_pcfile_location_for_debianisms.patch
@@ -0,0 +1,10 @@
+Index: zeitgeist-sharp.git/Zeitgeist/zeitgeist-sharp.pc.in
+===================================================================
+--- zeitgeist-sharp.git.orig/Zeitgeist/zeitgeist-sharp.pc.in	2010-10-29 16:20:13.000000000 +0100
++++ zeitgeist-sharp.git/Zeitgeist/zeitgeist-sharp.pc.in	2010-10-29 16:25:55.000000000 +0100
+@@ -2,4 +2,4 @@
+ Description: Zeitgeist C# binding
+ Version: @VERSION@
+ 
+-Libs: -r:@expanded_libdir@/@PACKAGE@/zeitgeist-sharp.dll
++Libs: -r:@expanded_libdir@/cli/@PACKAGE at -0.0/zeitgeist-sharp.dll
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..ff1e722
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+include /usr/share/cli-common/cli.make
+
+%:
+	dh $@
+
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..ba4be61
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://launchpad.net/zeitgeist-sharp/+download http://launchpad.net/zeitgeist-sharp/.*/zeitgeist-sharp-([\d\.]*)\.tar\.gz

-- 
zeitgeist-sharp



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