From 407da05523508127184956b50fbaad1c4d81a9c4 Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Mon, 1 Mar 2010 14:58:29 +0900 Subject: Import Debian changes 5e5-3.1 scm (5e5-3.1) unstable; urgency=low * Non-maintainer upload. ACKed by maintainer. * Update debian/control. - Add support sh4, kfreebsd-amd64 and kfreebsd-i386. (Closes: #558213, #559017) - Replacing libreadline5-dev build dependency with libreadline-dev. (Closes: #553847) --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index e8f5033..792147e 100755 --- a/debian/rules +++ b/debian/rules @@ -67,6 +67,7 @@ build: build-stamp build-stamp: chmod +x build dh_testdir + QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2 cp debian/require.scm.debian require.scm ifeq ($(DEB_BUILD_ARCH), m68k) ${MAKE} scmlit CFLAGS="-g -Wall" ARCH=$(DEB_BUILD_ARCH) @@ -105,8 +106,10 @@ clean: make distclean -rm -f srcdir.mk -rm -f debian/bld + -rm -rf libscm.a -rm -rf *~ debian/*~ debian/tmp* debian/files debian/substvars + QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2 dh_clean binary-indep: build install -- cgit v1.2.3