summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules6
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 59d1e4b..2280a03 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,15 @@
#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
-# $Id: rules,v 1.9 2003/11/20 10:51:31 mquinson Exp $
+# $Id: rules,v 1.10 2003/11/24 09:06:43 mquinson Exp $
# Import Common Debian Build System (CDBS).
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
+# Here is a badly nammed changelog file
+DEB_INSTALL_CHANGELOGS_ALL = quilt.changes
+
# installing under debian/tmp...
DEB_MAKE_ENVVARS := BUILD_ROOT=$(CURDIR)/debian/tmp LC_ALL=C