diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-09-05 18:43:34 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-09-05 18:43:34 +0200 |
commit | cca374a232065c48d3979a9af9bf9bdaaf4664c8 (patch) | |
tree | ced3700a0d53f313cf10376b5f94f323d4713364 /debian/rules | |
parent | 9d5a74688f0b11e92073cad80f5581f7dfd1a76c (diff) |
debian/rules:
- do not clean debian/copyright, soyuz checks for it now
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 a46169a7b..ef2e6b896 100755 --- a/debian/rules +++ b/debian/rules @@ -131,7 +131,7 @@ clean: rm -rf build # Add here commands to clean up after the build process. - dh_clean debian/copyright debian/shlibs.local debian/shlibs.local.apt debian/shlibs.local.apt-utils + dh_clean debian/shlibs.local debian/shlibs.local.apt debian/shlibs.local.apt-utils binary-indep: apt-doc libapt-pkg-doc # Build architecture-independent files here. |