[Pkg-cli-apps-commits] r5260 - in /packages/giver/trunk/debian: changelog control rules

directhex at users.alioth.debian.org directhex at users.alioth.debian.org
Fri Jan 22 10:01:23 UTC 2010


Author: directhex
Date: Fri Jan 22 10:01:19 2010
New Revision: 5260

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=5260
Log:
-dev build-deps
mono-csc
standards ver

Modified:
    packages/giver/trunk/debian/changelog
    packages/giver/trunk/debian/control
    packages/giver/trunk/debian/rules

Modified: packages/giver/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/giver/trunk/debian/changelog?rev=5260&op=diff
==============================================================================
--- packages/giver/trunk/debian/changelog (original)
+++ packages/giver/trunk/debian/changelog Fri Jan 22 10:01:19 2010
@@ -1,3 +1,14 @@
+giver (0.1.8-6) UNRELEASED; urgency=low
+
+  * debian/control:
+    + No-change bump to Standards 3.8.3
+    + Use -dev packages for build-deps (Closes: #564362)
+  * debian/control,
+    debian/rules:
+    + Use mono-csc from mono-devel 2.4.3 as compiler 
+
+ -- Jo Shields <directhex at apebox.org>  Thu, 21 Jan 2010 14:33:06 +0000
+
 giver (0.1.8-5) unstable; urgency=low
 
   * debian/control:

Modified: packages/giver/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/giver/trunk/debian/control?rev=5260&op=diff
==============================================================================
--- packages/giver/trunk/debian/control (original)
+++ packages/giver/trunk/debian/control Fri Jan 22 10:01:19 2010
@@ -10,16 +10,16 @@
  libtool,
  libgconf2-dev,
  intltool (>= 0.37.1),
- mono-devel (>= 2.0),
+ mono-devel (>= 2.4.3),
  cli-common-dev (>= 0.5.4),
  pkg-config (>= 0.22),
- libavahi1.0-cil (>= 0.6.19),
- libmono-cairo2.0-cil (>= 2.0),
+ libavahi-cil-dev,
  libgtk2.0-dev (>= 2.12.9),
  libglib2.0-dev (>= 2.16.3),
- libgnome2.24-cil (>= 2.24),
- libnotify0.4-cil
-Standards-Version: 3.8.1
+ libgnome2.0-cil-dev,
+ libgtk2.0-cil-dev (>= 2.12.9-4~),
+ libnotify-cil-dev
+Standards-Version: 3.8.3
 Homepage: http://code.google.com/p/giver/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-cli-apps/packages/giver/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-cli-apps/packages/giver/trunk/

Modified: packages/giver/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/giver/trunk/debian/rules?rev=5260&op=diff
==============================================================================
--- packages/giver/trunk/debian/rules (original)
+++ packages/giver/trunk/debian/rules Fri Jan 22 10:01:19 2010
@@ -9,7 +9,7 @@
 	aclocal
 	autoconf
 	automake --add-missing --copy
-	./configure GMCS=/usr/bin/csc --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
+	./configure GMCS=/usr/bin/mono-csc --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
 
 include /usr/share/dpatch/dpatch.make
 




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