[SCM] LibASS packaging branch, master, updated. debian/0.9.8-1

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Mon Oct 19 11:52:54 UTC 2009


The following commit has been merged in the master branch:
commit 1dc8ee8d70201901045b736ca30691f3afc474d6
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Mon Oct 19 13:47:11 2009 +0200

    update timestamp of configure script to avoid timestamp skew
    
    this avoids that the missing script thinks the configure script was
    outdated and re-run the autofoo toolchain.
    
    This could have been avoided if upstream used AM_MAINTAINER_MODE, see
    /usr/share/doc/autotools-dev/README.Debian.gz for details

diff --git a/debian/rules b/debian/rules
index 6784f80..ce25ee7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,6 +22,7 @@ CONFFLAGS += CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs -Wl,--as-needed"
 
 config.status: $(QUILT_STAMPFN) configure
 	dh_testdir
+	touch configure
 	./configure $(CONFFLAGS)
 
 build: build-stamp

-- 
LibASS packaging



More information about the pkg-multimedia-commits mailing list