From 82ece83a8f7536713a171f12c2e30f07e152064e Mon Sep 17 00:00:00 2001 From: Siggi Langauf Date: Tue, 16 Oct 2001 01:56:45 +0000 Subject: last changes to make the package work outside CVS CVS patchset: 820 CVS date: 2001/10/16 01:56:45 --- Makefile.am | 2 +- debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index e70c5a8b2..82a6461a7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,7 +10,7 @@ EXTRA_DIST = cvscompile.sh automake.diff \ debian/README.Debian debian/changelog debian/control \ debian/copyright debian/dirs debian/docs debian/libxine0.postinst \ debian/postrm debian/preinst debian/prerm debian/rules \ - debian/overrides.libxine + debian/overrides.libxine debian/shlipdeps.sh noinst_HEADERS = config.h diff --git a/debian/rules b/debian/rules index 848787aa5..4e5f25c16 100755 --- a/debian/rules +++ b/debian/rules @@ -36,7 +36,7 @@ clean: dh_testdir dh_testroot rm -f build-stamp configure-stamp - test -f Makefile && $(MAKE) distclean + test -f Makefile && $(MAKE) distclean || true dh_clean install: build -- cgit v1.2.3