diff options
Diffstat (limited to 'debian/rules')
-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) |