[SCM] Extract bibliographic references from various sources branch, debian, updated. debian/1.3.6-1

Filippo Rusconi (Debian Maintainer) rusconi-debian at laposte.net
Wed Jan 6 22:19:27 UTC 2010


The following commit has been merged in the debian branch:
commit fc1443ef41ad0b3a92a698753766e940ebeb2746
Author: Filippo Rusconi (Debian Maintainer) <rusconi-debian at laposte.net>
Date:   Wed Jan 6 21:45:33 2010 +0100

    debian/rules: fix flag for disabling lzo lib usage to reflect an upstream change in the configure file.

diff --git a/debian/changelog b/debian/changelog
index 95af0e0..0c80584 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
 cb2bib (1.3.6-1) unstable; urgency=low
 
   * New upstream release;
+  
+  * debian/rules: change flag for disabling lzo lib usage to reflect an
+    upstream change in the configure file.
 
  -- Filippo Rusconi <rusconi-debian at laposte.net>  Wed, 06 Jan 2010 21:32:10 +0100
 
diff --git a/debian/rules b/debian/rules
index 946d497..bc6f28c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,7 +44,7 @@ configure-stamp:
 	cd $(BUILDDIR) && ./configure --qmakepath /usr/bin/qmake-qt4	\
 	--prefix /usr --bindir /usr/bin --datadir /usr/share		\
 	--desktopdatadir /usr/share/applications --icondir		\
-	/usr/share/pixmaps --disable_lzo
+	/usr/share/pixmaps --disable-lzo
 
 	touch configure-stamp
 

-- 
Extract bibliographic references from various sources



More information about the debian-science-commits mailing list