[Pkg-cli-libs-commits] [SCM] notify-sharp branch, master, updated. debian/0.4.0%7Er3032-1-7-g13e00b5
Jo Shields
directhex at apebox.org
Fri Dec 4 10:30:12 UTC 2009
The following commit has been merged in the master branch:
commit 13e00b5b34251b0bef52dc7fbdd6e301e8fbff8e
Author: Jo Shields <directhex at apebox.org>
Date: Fri Dec 4 10:29:52 2009 +0000
* debian/rules,
debian/control:
+ Use mono-csc from mono-devel 2.4.2.3
* debian/control:
+ Bump Standards-Version to 3.8.3
* debian/rules,
debian/libnotify0.4-cil.links:
+ Don't rename .pc file
* debian/control,
debian/libnotify-cil-dev.install,
debian/libnotify0.4-cil.install:
+ Move pkg-config file into an unversioned -dev package
* debian/monodoc-notify-sharp-manual.postinst:
+ Delete - we now handle Monodoc index generation via DPKG triggers
diff --git a/debian/changelog b/debian/changelog
index 8c38e09..2317f9a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,26 @@
notify-sharp (0.4.0~r3032-2) UNRELEASED; urgency=low
+ [ Chow Loong Jin ]
* debian/control:
+ Add myself to Uploaders
+ Change Vcs-* fields to git
- + Bump Standards-Version to 3.8.2
- - Update Section to cli-mono
+ + Update Section to cli-mono
+
+ [ Jo Shields ]
+ * debian/rules,
+ debian/control:
+ + Use mono-csc from mono-devel 2.4.2.3
+ * debian/control:
+ + Bump Standards-Version to 3.8.3
+ * debian/rules,
+ debian/libnotify0.4-cil.links:
+ + Don't rename .pc file
+ * debian/control,
+ debian/libnotify-cil-dev.install,
+ debian/libnotify0.4-cil.install:
+ + Move pkg-config file into an unversioned -dev package
+ * debian/monodoc-notify-sharp-manual.postinst:
+ + Delete - we now handle Monodoc index generation via DPKG triggers
-- Chow Loong Jin <hyperair at ubuntu.com> Sun, 02 Aug 2009 04:50:57 +0800
diff --git a/debian/control b/debian/control
index 0591076..719c2ae 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,8 @@ Uploaders: Sebastian Dröge <slomo at debian.org>,
Mirco Bauer <meebey at debian.org>,
Chow Loong Jin <hyperair at ubuntu.com>
Build-Depends: debhelper (>= 5), dpatch
-Build-Depends-Indep: cli-common-dev (>= 0.5.4), mono-devel, libmono-system2.0-cil, libmono-system-web2.0-cil, monodoc-base (>= 1.1.18), pkg-config, libndesk-dbus1.0-cil (>= 0.4), libndesk-dbus-glib1.0-cil (>= 0.3), libgtk2.0-cil (>= 2.8), libmono-cairo2.0-cil
-Standards-Version: 3.8.2
+Build-Depends-Indep: cli-common-dev (>= 0.5.4), mono-devel (>= 2.4.2.3), libmono-system2.0-cil, libmono-system-web2.0-cil, monodoc-base (>= 1.1.18), pkg-config, libndesk-dbus1.0-cil (>= 0.4), libndesk-dbus-glib1.0-cil (>= 0.3), libgtk2.0-cil (>= 2.8), libmono-cairo2.0-cil
+Standards-Version: 3.8.3
Homepage: http://www.ndesk.org/NotifySharp
Vcs-Browser: http://git.debian.org/git/pkg-cli-libs/packages/notify-sharp.git
Vcs-Git: git://git.debian.org/git/pkg-cli-libs/packages/notify-sharp.git
@@ -22,6 +22,21 @@ Description: CLI library for desktop notifications
defined in the Desktop Notifications spec. These notifications can be
used to inform the user about an event or display some form of
information without getting in the user's way.
+ .
+ This package contains the notify-sharp library itself
+
+Package: libnotify-cil-dev
+Architecture: all
+Depends: libnotify0.4-cil (= ${binary:Version}), ${misc:Depends}
+Replaces: libnotify0.4-cil (<< 0.4.0~r3032-2)
+Description: CLI library for desktop notifications
+ A library that sends desktop notifications to a notification daemon, as
+ defined in the Desktop Notifications spec. These notifications can be
+ used to inform the user about an event or display some form of
+ information without getting in the user's way.
+ .
+ This package contains development files for the notify-sharp library,
+ and should be used for compilation
Package: monodoc-notify-sharp-manual
Section: doc
diff --git a/debian/libnotify-cil-dev.install b/debian/libnotify-cil-dev.install
new file mode 100644
index 0000000..4a464d8
--- /dev/null
+++ b/debian/libnotify-cil-dev.install
@@ -0,0 +1 @@
+debian/tmp/usr/lib/pkgconfig/notify-sharp*.pc
diff --git a/debian/libnotify0.4-cil.install b/debian/libnotify0.4-cil.install
index 946ee5e..31c2c99 100644
--- a/debian/libnotify0.4-cil.install
+++ b/debian/libnotify0.4-cil.install
@@ -1,2 +1 @@
debian/tmp/usr/lib/mono/gac/notify-sharp/0.4.*/notify-sharp.dll* /usr/lib/cli/notify-sharp-0.4/
-debian/tmp/usr/lib/pkgconfig/notify-sharp*.pc
diff --git a/debian/libnotify0.4-cil.links b/debian/libnotify0.4-cil.links
deleted file mode 100644
index c9db1ad..0000000
--- a/debian/libnotify0.4-cil.links
+++ /dev/null
@@ -1 +0,0 @@
-/usr/lib/pkgconfig/notify-sharp-0.4.pc /usr/lib/pkgconfig/notify-sharp.pc
diff --git a/debian/monodoc-notify-sharp-manual.postinst b/debian/monodoc-notify-sharp-manual.postinst
deleted file mode 100644
index 9baea76..0000000
--- a/debian/monodoc-notify-sharp-manual.postinst
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/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/rules b/debian/rules
index b4a940b..99c1100 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ include /usr/share/dpatch/dpatch.make
config: config-stamp
config-stamp: patch-stamp
dh_testdir
- ./configure --prefix=/usr GMCS=/usr/bin/csc
+ ./configure --prefix=/usr GMCS=/usr/bin/mono-csc
touch config-stamp
build: patch-stamp build-stamp
@@ -36,7 +36,6 @@ install: build
dh_clean -k
dh_installdirs
$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
- mv $(CURDIR)/debian/tmp/usr/lib/pkgconfig/notify-sharp.pc $(CURDIR)/debian/tmp/usr/lib/pkgconfig/notify-sharp-0.4.pc
binary-indep: build install
dh_testdir
--
notify-sharp
More information about the Pkg-cli-libs-commits
mailing list