diff options
author | Thierry Reding <[email protected]> | 2006-10-24 14:33:30 +0000 |
---|---|---|
committer | Thierry Reding <[email protected]> | 2006-10-24 14:33:30 +0000 |
commit | 35bc4b82ff1605358a7b666c5383ce911853969e (patch) | |
tree | 34e4632c2cc56277fc648a3f99f940b6f5a66928 /debian/rules | |
parent | 4e5d870f72d5f612cc2fecd50fdb131fe591bd4e (diff) |
Since the original tarball is repackaged to include the three upstream
tarballs (MesaDemos, MesaGLUT and MesaLib), remove files that are not supposed
to be there.
Note that when importing initially, some files were not even added to the SVN
repository because SVN ignored them. These were configs/diffs~ and
docs/RELNOTES-6.1~. I removed those from the tarball as well.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index adcf06f183d..307088a54de 100755 --- a/debian/rules +++ b/debian/rules @@ -126,7 +126,7 @@ $(STAMP_DIR)/install-source: clean: unpatch dh_testdir dh_testroot - dh_clean --exclude ./Makefile.orig --exclude configs/CVS/Root.bak + dh_clean --exclude ./Makefile.orig rm -rf $(DEB_BUILD_DIR) $(STAMP_DIR) # Build architecture-independent files here. |