[Pkg-cli-apps-commits] r4785 - in /packages/smuxi/trunk/debian: changelog rules

meebey at users.alioth.debian.org meebey at users.alioth.debian.org
Tue Mar 31 22:50:26 UTC 2009


Author: meebey
Date: Tue Mar 31 22:50:26 2009
New Revision: 4785

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4785
Log:
  * debian/rules:
    + Really override compiler command in configure call.


Modified:
    packages/smuxi/trunk/debian/changelog
    packages/smuxi/trunk/debian/rules

Modified: packages/smuxi/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/smuxi/trunk/debian/changelog?rev=4785&op=diff
==============================================================================
--- packages/smuxi/trunk/debian/changelog (original)
+++ packages/smuxi/trunk/debian/changelog Tue Mar 31 22:50:26 2009
@@ -1,11 +1,12 @@
-smuxi (0.6.3-4~pre1) UNRELEASED; urgency=low
+smuxi (0.6.3-4) unstable; urgency=low
 
   [ Jo Shields ]
   * debian/control:
     + Fix Vcs-* fields
 
   [ Stefan Ebner ]
-  * Update libgnome-cil build-dependency for gnome-sharp transition
+  * Update libgnome2.0-cil build-dependency to libgnome2.24-cil for the
+    GNOME# 2.24 transition.
   * Bump Standards version to 3.8.1 
 
   [ Mirco Bauer ]
@@ -15,8 +16,10 @@
     + Only apply debian_default_settings on debian systems and
       ubuntu_default_settings on ubuntu systems, as the defaults doesn't make
       sense otherwise.
+  * debian/rules:
+    + Really override compiler command in configure call.
 
- -- Mirco Bauer <meebey at debian.org>  Sun, 29 Mar 2009 18:10:13 +0200
+ -- Mirco Bauer <meebey at debian.org>  Sun, 29 Mar 2009 18:38:02 +0200
 
 smuxi (0.6.3-3) unstable; urgency=low
 

Modified: packages/smuxi/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/smuxi/trunk/debian/rules?rev=4785&op=diff
==============================================================================
--- packages/smuxi/trunk/debian/rules (original)
+++ packages/smuxi/trunk/debian/rules Tue Mar 31 22:50:26 2009
@@ -19,7 +19,7 @@
 	aclocal -I.
 	autoconf
 	automake --add-missing --copy
-	dh_auto_configure -- --enable-engine-irc --enable-frontend-gnome GMCS=/usr/bin/csc
+	dh_auto_configure -- --enable-engine-irc --enable-frontend-gnome GMCS=/usr/bin/csc MCS=/usr/bin/csc
 	dh $@ --after configure
 
 install: build




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