r11723 - in /desktop/unstable/system-tools-backends/debian: changelog rules

otavio at users.alioth.debian.org otavio at users.alioth.debian.org
Thu Jun 28 20:58:56 UTC 2007


Author: otavio
Date: Thu Jun 28 20:58:56 2007
New Revision: 11723

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=11723
Log:
* Fix compilation options on rules.

Modified:
    desktop/unstable/system-tools-backends/debian/changelog
    desktop/unstable/system-tools-backends/debian/rules

Modified: desktop/unstable/system-tools-backends/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/system-tools-backends/debian/changelog?rev=11723&op=diff
==============================================================================
--- desktop/unstable/system-tools-backends/debian/changelog (original)
+++ desktop/unstable/system-tools-backends/debian/changelog Thu Jun 28 20:58:56 2007
@@ -11,7 +11,10 @@
   [ Sven Arvidsson ]
   * Fix unguarded use of script in preinst (closes: #425473, #423575).
 
- -- Sven Arvidsson <sa at whiz.se>  Tue, 22 May 2007 17:31:53 +0200
+  [ Otavio Salvador ]
+  * Fix compilation options on rules.
+
+ -- Otavio Salvador <otavio at ossystems.com.br>  Thu, 28 Jun 2007 17:58:44 -0300
 
 system-tools-backends (2.2.1-3) unstable; urgency=low
 

Modified: desktop/unstable/system-tools-backends/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/system-tools-backends/debian/rules?rev=11723&op=diff
==============================================================================
--- desktop/unstable/system-tools-backends/debian/rules (original)
+++ desktop/unstable/system-tools-backends/debian/rules Thu Jun 28 20:58:56 2007
@@ -23,8 +23,7 @@
 
 DEB_BUILDDIR := $(CURDIR)/debian/build
 
-DEB_CONFIGURE_EXTRA_FLAGS += --datadir=/usr/share/ --with-net-dbus=/usr/lib/perl
-5 --with-stb-group=root
+DEB_CONFIGURE_EXTRA_FLAGS += --datadir=/usr/share/ --with-net-dbus=/usr/lib/perl5 --with-stb-group=root
 
 
 build/system-tools-backends::




More information about the pkg-gnome-commits mailing list