diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:32 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:32 +0000 |
commit | 7bf6fd0cf7dc9892a96331b9d936984387de4e53 (patch) | |
tree | 92860d7fd0ca159f1753cfe157da9ace91efc747 /debian | |
parent | a1459f526ca5e2b0feb1c504814756e9bf2f5c31 (diff) |
Fixed mkChangelog
Author: jgg
Date: 1999-01-28 06:42:27 GMT
Fixed mkChangelog
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 517addf36..0ee846a53 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.2 1999/01/27 05:30:16 jgg Exp $ +# $Id: rules,v 1.3 1999/01/28 06:42:27 jgg Exp $ # Uncomment this to turn on verbose mode. @@ -131,7 +131,7 @@ source diff: # Update from CVS l33ch: really-clean cvs update - utils/mkChangeLog + buildlib/mkChangeLog # Update from CVS and then configure for build super-l33ch: l33ch Makefile.in |