rev 8196 - trunk/packages/wv2/debian

Ana Beatriz Guerrero López ana at alioth.debian.org
Mon Dec 10 01:28:58 UTC 2007


Author: ana
Date: 2007-12-10 01:28:58 +0000 (Mon, 10 Dec 2007)
New Revision: 8196

Modified:
   trunk/packages/wv2/debian/changelog
   trunk/packages/wv2/debian/control
   trunk/packages/wv2/debian/rules
Log:
wv2 update


Modified: trunk/packages/wv2/debian/changelog
===================================================================
--- trunk/packages/wv2/debian/changelog	2007-12-10 01:03:54 UTC (rev 8195)
+++ trunk/packages/wv2/debian/changelog	2007-12-10 01:28:58 UTC (rev 8196)
@@ -1,3 +1,12 @@
+wv2 (0.2.3-2) unstable; urgency=low
+
+  * Update Standards-Version to 3.7.3.
+  * Update uploaders.
+  * Add -fpermissive to CXXFLAGS to downgrade errors to warnings with new GCC
+    4.3. (Closes: #441614)
+
+ -- Ana Beatriz Guerrero Lopez <ana at debian.org>  Mon, 10 Dec 2007 01:36:57 +0100
+
 wv2 (0.2.3-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/packages/wv2/debian/control
===================================================================
--- trunk/packages/wv2/debian/control	2007-12-10 01:03:54 UTC (rev 8195)
+++ trunk/packages/wv2/debian/control	2007-12-10 01:28:58 UTC (rev 8196)
@@ -2,9 +2,9 @@
 Section: libs
 Priority: optional
 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
-Uploaders: Isaac Clerencia <isaac at debian.org>, Christopher Martin <chrsmrtn at debian.org>, Adeodato Simó <dato at net.com.org.es>
+Uploaders: Isaac Clerencia <isaac at debian.org>, Ana Beatriz Guerrero Lopez <ana at debian.org>
 Build-Depends: debhelper (>> 5.0.31), libglib2.0-dev, libgsf-1-dev (>= 1.14.0), libxml2-dev, zlib1g-dev, pkg-config, dpatch
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 
 Package: libwv2-1c2
 Architecture: any
@@ -20,7 +20,7 @@
 Package: libwv2-dev
 Architecture: any
 Section: libdevel
-Depends: libwv2-1c2 (= ${Source-Version}), libglib2.0-dev, libgsf-1-dev (>= 1.14.0), libstdc++-dev, libxml2-dev
+Depends: libwv2-1c2 (= ${source:Version}), libglib2.0-dev, libgsf-1-dev (>= 1.14.0), libstdc++-dev, libxml2-dev
 Description: development files for Microsoft Word access library
  The wv2 library allows access to Microsoft Word documents, for the
  purpose of converting them to other formats.  This library is intended

Modified: trunk/packages/wv2/debian/rules
===================================================================
--- trunk/packages/wv2/debian/rules	2007-12-10 01:03:54 UTC (rev 8195)
+++ trunk/packages/wv2/debian/rules	2007-12-10 01:28:58 UTC (rev 8196)
@@ -27,7 +27,7 @@
 	dh_testdir
 
 	# Add here commands to configure the package.
-	CFLAGS="$(OPTFLAGS)" CXXFLAGS="$(OPTFLAGS)" ./configure \
+	CFLAGS="$(OPTFLAGS)" CXXFLAGS="$(OPTFLAGS) -fpermissive" ./configure \
 	--host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
 	--disable-debug \
 	--prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info




More information about the pkg-kde-commits mailing list