debian/rules:
authorMichael Vogt <michael.vogt@ubuntu.com>
Wed, 5 Sep 2007 16:43:34 +0000 (18:43 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Wed, 5 Sep 2007 16:43:34 +0000 (18:43 +0200)
- do not clean debian/copyright, soyuz checks for it now

debian/rules

index a46169a..ef2e6b8 100755 (executable)
@@ -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.