diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:53:28 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:53:28 +0000 |
commit | e356ae6be21bd43ea8a9a2055acf1cd4e42cbf80 (patch) | |
tree | 7b347b359499b810acc164de5095b9fc082fe245 /debian/rules | |
parent | 8f540430a3fba8e97e10a69881e460a1a4d1bab6 (diff) |
update for 0.3.4
Author: doogie
Date: 1999-04-10 06:37:34 GMT
update for 0.3.4
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index e3e731cc6..104cdcd77 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.14 1999/04/07 06:34:57 jgg Exp $ +# $Id: rules,v 1.15 1999/04/10 06:37:34 doogie Exp $ # For the deb builder, you can run 'debian/rules cvs-build', which does all @@ -12,7 +12,7 @@ # create ../upload-<VER>, with all the files needed to be uploaded placed # in it. -DEB_BUILD_PROG:=debuild +DEB_BUILD_PROG:=debuild -us -uc APT_DEBVER=$(shell dpkg-parsechangelog |sed -n -e '/^Version:/s/^Version: //p') APT_CONFVER=$(shell sed -n -e 's/^AC_DEFINE_UNQUOTED(VERSION,"\(.*\)")/\1/p' configure.in) |