diff options
author | Mike Hommey <glandium@debian.org> | 2010-03-19 22:56:02 +0100 |
---|---|---|
committer | Mike Hommey <glandium@debian.org> | 2010-03-21 09:51:05 +0100 |
commit | 3cf68730b9f0502123c3bac5b3c2b33114a41ed9 (patch) | |
tree | ce747cc08426a715cd71472d55e5c5f466791e01 /debian/rules | |
parent | 3727931514b622ef4320611d9d62326e394637af (diff) | |
download | libxml2-3cf68730b9f0502123c3bac5b3c2b33114a41ed9.tar.gz |
Don't refresh COPYING during clean target, it appears not to be necessary anymore
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 54e23b9..4af686a 100755 --- a/debian/rules +++ b/debian/rules @@ -32,7 +32,6 @@ build-python%: override_dh_auto_clean: rm -rf build build-python* - rm COPYING && cp Copyright COPYING -test -r /usr/share/misc/config.sub && \ cp -f /usr/share/misc/config.sub config.sub |