[Pkg-octave-commit] r1104 - octplot/trunk/debian

Rafael Laboissiere rafael at alioth.debian.org
Tue Dec 18 14:30:58 UTC 2007


Author: rafael
Date: 2007-12-18 14:30:57 +0000 (Tue, 18 Dec 2007)
New Revision: 1104

Modified:
   octplot/trunk/debian/changelog
   octplot/trunk/debian/rules
Log:
Use the (undocumented) CDBS target "post-patches" to touch the
aclocal.m4 and configure files after the patches are applied.  This
should avoid time skew issues and the package should build correctly
on alpha, sparc, and powerpc architectures.


Modified: octplot/trunk/debian/changelog
===================================================================
--- octplot/trunk/debian/changelog	2007-12-18 14:16:27 UTC (rev 1103)
+++ octplot/trunk/debian/changelog	2007-12-18 14:30:57 UTC (rev 1104)
@@ -1,11 +1,15 @@
 octplot (0.4.0-5) UNRELEASED; urgency=low
 
   * Rebuilt against the newest octave2.9-headers (api-v30)
+  * debian/rules: Use the (undocumented) CDBS target "post-patches" to
+    touch the aclocal.m4 and configure files after the patches are
+    applied.  This should avoid time skew issues and the package should
+    build correctly on alpha, sparc, and powerpc architectures.
   * debian/control:
     + Dropped the Homepage pseudo-header from the extended description
     + Bumped Standards-Version to 3.7.3
 
- -- Rafael Laboissiere <rafael at debian.org>  Sun, 16 Dec 2007 00:48:20 +0100
+ -- Rafael Laboissiere <rafael at debian.org>  Tue, 18 Dec 2007 15:28:38 +0100
 
 octplot (0.4.0-4) unstable; urgency=low
 

Modified: octplot/trunk/debian/rules
===================================================================
--- octplot/trunk/debian/rules	2007-12-18 14:16:27 UTC (rev 1103)
+++ octplot/trunk/debian/rules	2007-12-18 14:30:57 UTC (rev 1104)
@@ -40,6 +40,8 @@
 	find -name __contourc__.o -print0 | xargs -0 --no-run-if-empty rm -f \;
 	# FIXME: the second one should be sent upstream; a change in Makefile.am is needed
 
+post-patches::
+	touch aclocal.m4 configure
 
 binary-predeb/octplot::
 	cd $(DEB_DESTDIR)/$(FONTPATH) &&	\




More information about the Pkg-octave-commit mailing list