[Pkg-cli-libs-commits] [notify-sharp-3.0] 08/44: [ Andrew Starr-Bochicchio ] * Update for Mono 2.0 Transition * debian/control: - Add homepage field. - Add Build-Depends-Indep on mono-devel and remove now un-needed Build-Depends. * debian/rules: - set GMCS to /usr/bin/csc

Chow Loong Jin hyperair at debian.org
Sun Nov 3 17:48:58 UTC 2013


This is an automated email from the git hooks/post-receive script.

hyperair pushed a commit to branch master
in repository notify-sharp-3.0.

commit 1cd410ebfcb8f3382dcbabcd50bbc6bd9e44630f
Author: Jo Shields <directhex at apebox.org>
Date:   Sun Mar 1 19:00:48 2009 +0000

      [ Andrew Starr-Bochicchio ]
      * Update for Mono 2.0 Transition
      * debian/control:
       - Add homepage field.
       - Add Build-Depends-Indep on mono-devel and remove now
         un-needed Build-Depends.
      * debian/rules:
       - set GMCS to /usr/bin/csc
    
      [ Jo Shields ]
      * debian/control:
        - Bump standards to 3.8.0
        - Add meebey to Uploaders, so he can upload
        - Add Vcs-* fields
---
 debian/changelog |   19 +++++++++++++++++++
 debian/control   |   10 +++++++---
 debian/rules     |    2 +-
 3 files changed, 27 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 776851f..7588ab6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,22 @@
+notify-sharp (0.4.0~r2998-2) UNRELEASED; urgency=low
+
+  [ Andrew Starr-Bochicchio ]
+  * Update for Mono 2.0 Transition
+  * debian/control:
+   - Add homepage field.
+   - Add Build-Depends-Indep on mono-devel and remove now
+     un-needed Build-Depends.
+  * debian/rules:
+   - set GMCS to /usr/bin/csc
+
+  [ Jo Shields ]
+  * debian/control:
+    - Bump standards to 3.8.0
+    - Add meebey to Uploaders, so he can upload
+    - Add Vcs-* fields
+
+ -- Mirco Bauer <meebey at debian.org>  Sat, 28 Feb 2009 23:37:41 +0100
+
 notify-sharp (0.4.0~r2998-1) unstable; urgency=low
 
   * Initial upload (Closes: #354876).
diff --git a/debian/control b/debian/control
index da181dd..0783a88 100644
--- a/debian/control
+++ b/debian/control
@@ -2,10 +2,14 @@ Source: notify-sharp
 Section: libs
 Priority: optional
 Maintainer: Debian CLI Libraries Team <pkg-cli-libs-team at lists.alioth.debian.org>
-Uploaders: Sebastian Dröge <slomo at debian.org>
+Uploaders: Sebastian Dröge <slomo at debian.org>, Mirco Bauer <meebey at debian.org>
 Build-Depends: debhelper (>= 5), dpatch
-Build-Depends-Indep: cli-common-dev (>= 0.5.4), mono-gmcs (>= 1.1.13) | c-sharp-2.0-compiler, mono-gac (>= 1.1.13) | global-assembly-cache-tool, mono-2.0-devel, libmono-dev (>= 1.1.13), 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), libmono2.0-cil, libmono-cairo2.0-cil
-Standards-Version: 3.7.3
+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.0
+Homepage: http://www.ndesk.org/NotifySharp
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-cli-libs/packages/notify-sharp/trunk/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-cli-libs/packages/notify-sharp/trunk/
+
 
 Package: libnotify0.4-cil
 Architecture: all
diff --git a/debian/rules b/debian/rules
index 131f6f4..b4a940b 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
+	./configure --prefix=/usr GMCS=/usr/bin/csc 
 	touch config-stamp
 
 build: patch-stamp build-stamp

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-libs/packages/notify-sharp-3.0.git



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