add rm ChangeLog to end of cvs-build target
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:53:16 +0000 (16:53 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:53:16 +0000 (16:53 +0000)
Author: che
Date: 1999-03-23 20:26:39 GMT
add rm ChangeLog to end of cvs-build target

debian/rules

index 00bcc60..d73089f 100755 (executable)
@@ -2,7 +2,7 @@
 # Made with the aid of dh_make, by Craig Small
 # Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
 # Some lines taken from debmake, by Christoph Lameter.
-# $Id: rules,v 1.12 1999/03/21 13:24:35 doogie Exp $
+# $Id: rules,v 1.13 1999/03/23 20:26:39 che Exp $
 
 
 # For the deb builder, you can run 'debian/rules cvs-build', which does all
@@ -217,6 +217,7 @@ cvs-build:
 # The next line isn't needed, as debuild will make the .tar.gz for us.
 #      (cd debian/cvs-build;tar zcf apt_$(APT_DEBVER).tar.gz apt-$(APT_DEBVER))
        (cd debian/cvs-build/apt-$(APT_DEBVER);$(DEB_BUILD_PROG))
+       rm ChangeLog
 
 cvs-mkul:
        -mkdir -p ../upload-$(APT_DEBVER)