[SCM] calf/master: Put aside and regenerate autotools during build. Stop include include autoreconf.mk.

js at users.alioth.debian.org js at users.alioth.debian.org
Mon Feb 22 09:44:15 UTC 2016


The following commit has been merged in the master branch:
commit 1ac0aebe27a50ad2c687987df3234917bf53b3a7
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun Feb 21 14:22:11 2016 +0100

    Put aside and regenerate autotools during build.  Stop include include autoreconf.mk.

diff --git a/debian/rules b/debian/rules
index f07c248..119445e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,12 +17,15 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-DEB_AUTO_UPDATE_AUTOCONF = 2.69
+DEB_AUTO_UPDATE_LIBTOOL = pre
+DEB_AUTO_UPDATE_AUTOCONF = ,
+DEB_AUTO_UPDATE_AUTOHEADER = ,
+DEB_AUTO_UPDATE_ACLOCAL = ,
+DEB_AUTO_UPDATE_AUTOMAKE = ,
 
 include /usr/share/cdbs/1/rules/upstream-tarball.mk
 include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 
 pkg = calf-plugins
@@ -64,7 +67,20 @@ clean::
 	rm -f debian/stamp-extract-copyright
 
 # put aside upstream-shipped temp files during build but after copyright-check
-DEB_UPSTREAM_CRUFT_MOVE = calf.desktop configure INSTALL
+DEB_UPSTREAM_CRUFT_MOVE = calf.desktop configure INSTALL \
+ Makefile.in $(patsubst %,%/Makefile.in,gui gui/icons/LV2 icons src src/calf) \
+ aclocal.m4 \
+ config.guess config.sub \
+ compile \
+ config.h.in \
+ depcomp \
+ install-sh \
+ ltmain.sh \
+ missing
+DEB_ACLOCAL_ARGS = -Im4 --install --force
+DEB_AUTOMAKE_ARGS = --add-missing --copy --foreign --force
+clean::
+	rm -rf m4
 
 # adjust location of documentation
 DEB_CONFIGURE_EXTRA_FLAGS += --htmldir=$(docdir)/html

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list