[Pkg-cli-libs-commits] r4046 - in /packages/notify-sharp/trunk/debian: changelog control rules

directhex-guest at users.alioth.debian.org directhex-guest at users.alioth.debian.org
Sun Mar 1 19:00:49 UTC 2009


Author: directhex-guest
Date: Sun Mar  1 19:00:48 2009
New Revision: 4046

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

Modified:
    packages/notify-sharp/trunk/debian/changelog
    packages/notify-sharp/trunk/debian/control
    packages/notify-sharp/trunk/debian/rules

Modified: packages/notify-sharp/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/notify-sharp/trunk/debian/changelog?rev=4046&op=diff
==============================================================================
--- packages/notify-sharp/trunk/debian/changelog (original)
+++ packages/notify-sharp/trunk/debian/changelog Sun Mar  1 19:00:48 2009
@@ -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).

Modified: packages/notify-sharp/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/notify-sharp/trunk/debian/control?rev=4046&op=diff
==============================================================================
--- packages/notify-sharp/trunk/debian/control (original)
+++ packages/notify-sharp/trunk/debian/control Sun Mar  1 19:00:48 2009
@@ -2,10 +2,14 @@
 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

Modified: packages/notify-sharp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/notify-sharp/trunk/debian/rules?rev=4046&op=diff
==============================================================================
--- packages/notify-sharp/trunk/debian/rules (original)
+++ packages/notify-sharp/trunk/debian/rules Sun Mar  1 19:00:48 2009
@@ -13,7 +13,7 @@
 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




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