[med-svn] r3290 - trunk/packages/maq/trunk/debian

Andreas Tille tille at alioth.debian.org
Thu Apr 16 14:10:51 UTC 2009


Author: tille
Date: 2009-04-16 14:10:51 +0000 (Thu, 16 Apr 2009)
New Revision: 3290

Modified:
   trunk/packages/maq/trunk/debian/changelog
   trunk/packages/maq/trunk/debian/control
   trunk/packages/maq/trunk/debian/rules
Log:
* Enable LARGEFILE64_SOURCE to prevent a problem with zlib on
    64bit archs (Thanks to Peter Green <plugwash at p10link.net> for
    the patch)
    Closes: #506009
*** TODO: use help2man to generate missing manpages; strip .pl extension from perl scripts (problem: maq.pl) -> talk to upstream


Modified: trunk/packages/maq/trunk/debian/changelog
===================================================================
--- trunk/packages/maq/trunk/debian/changelog	2009-04-16 12:39:22 UTC (rev 3289)
+++ trunk/packages/maq/trunk/debian/changelog	2009-04-16 14:10:51 UTC (rev 3290)
@@ -1,3 +1,13 @@
+maq (0.7.1-2) unstable; urgency=low
+
+  * Enable LARGEFILE64_SOURCE to prevent a problem with zlib on
+    64bit archs (Thanks to Peter Green <plugwash at p10link.net> for
+    the patch)
+    Closes: #506009
+  * Standards-Version: 3.8.1 (no changes needed)
+
+ -- Andreas Tille <tille at debian.org>  Thu, 16 Apr 2009 15:56:09 +0200
+
 maq (0.7.1-1) unstable; urgency=low
 
   * New upstream release 0.7.1 (Closes: 505820)

Modified: trunk/packages/maq/trunk/debian/control
===================================================================
--- trunk/packages/maq/trunk/debian/control	2009-04-16 12:39:22 UTC (rev 3289)
+++ trunk/packages/maq/trunk/debian/control	2009-04-16 14:10:51 UTC (rev 3290)
@@ -6,7 +6,7 @@
 Uploaders: Andreas Tille <tille at debian.org>,
  Charles Plessy <plessy at debian.org>
 Build-Depends: cdbs, debhelper (>= 7), autotools-dev, zlib1g-dev, quilt
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
 Homepage: http://maq.sourceforge.net/
 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/maq/trunk/?rev=0&sc=0
 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/maq/trunk/

Modified: trunk/packages/maq/trunk/debian/rules
===================================================================
--- trunk/packages/maq/trunk/debian/rules	2009-04-16 12:39:22 UTC (rev 3289)
+++ trunk/packages/maq/trunk/debian/rules	2009-04-16 14:10:51 UTC (rev 3290)
@@ -5,6 +5,10 @@
 
 DEB_COMPRESS_EXCLUDE := .pdf    # The PDF doc will not be compressed
 
+#needed to make the zlib headers behave (they don't like the combination
+#of _FILE_OFFSET_BITS=64 but not _LARGEFILE64_SOURCE
+CFLAGS+= -D_LARGEFILE64_SOURCE
+
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk




More information about the debian-med-commit mailing list