diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:53:16 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:53:16 +0000 |
commit | 8cdf81e9b6cf4582c2ff7cf0f01f8b5ce4fbc323 (patch) | |
tree | f4d509f0c8f59da0c48dbebf78d071b7f9d06cac /debian | |
parent | d4febb0b42658438c6aba16f52f84de1d41d719b (diff) |
add rm ChangeLog to end of cvs-build target
Author: che
Date: 1999-03-23 20:26:39 GMT
add rm ChangeLog to end of cvs-build target
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 00bcc60e4..d73089fb3 100755 --- a/debian/rules +++ b/debian/rules @@ -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) |