[Pkg-cli-apps-commits] r4551 - in /packages/beagle/trunk/debian: changelog rules

hanska-guest at users.alioth.debian.org hanska-guest at users.alioth.debian.org
Wed Feb 25 08:39:58 UTC 2009


Author: hanska-guest
Date: Wed Feb 25 08:39:57 2009
New Revision: 4551

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4551
Log:
* debian/rules:
  + pass --disable-galago to ./configure, since the Galago suite is going
    to be removed from Debian

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

Modified: packages/beagle/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/beagle/trunk/debian/changelog?rev=4551&op=diff
==============================================================================
--- packages/beagle/trunk/debian/changelog (original)
+++ packages/beagle/trunk/debian/changelog Wed Feb 25 08:39:57 2009
@@ -1,5 +1,6 @@
 beagle (0.3.9-1) UNRELEASED; urgency=low
 
+  [ Christopher James Halse Rogers ]
   * New upstream bugfix release
   * debian/patches/beagle_secure_scripts:
     + Update for new upstream changes
@@ -18,7 +19,12 @@
       this library.
     + libevolution3.0-cil -> libevolution5.0-cil
 
- -- Christopher James Halse Rogers <raof at ubuntu.com>  Mon, 23 Feb 2009 13:51:57 +1100
+  [ David Paleino ]
+  * debian/rules:
+    + pass --disable-galago to ./configure, since the Galago suite is going
+      to be removed from Debian
+
+ -- David Paleino <d.paleino at gmail.com>  Wed, 25 Feb 2009 09:38:05 +0100
 
 beagle (0.3.8-2) experimental; urgency=low
 

Modified: packages/beagle/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/beagle/trunk/debian/rules?rev=4551&op=diff
==============================================================================
--- packages/beagle/trunk/debian/rules (original)
+++ packages/beagle/trunk/debian/rules Wed Feb 25 08:39:57 2009
@@ -38,7 +38,8 @@
 		--enable-thunderbird \
 		--enable-avahi \
 		--enable-gtk-doc \
-		--disable-internal-taglib
+		--disable-internal-taglib \
+		--disable-galago
 	touch configure-stamp
 
 build: build-stamp




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