summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorMartin Quinson <mquinson@debian.org>2003-11-24 09:06:43 +0000
committerMartin Quinson <mquinson@debian.org>2003-11-24 09:06:43 +0000
commit081b250b1d0ddbd814c08c4914aaab24a298fc89 (patch)
tree10e5dead4e82a1bee2cafc941e922192a3687f2f /debian/rules
parent9bc082c936fddec36dd5c437f3d433876cc6a945 (diff)
downloadquilt-081b250b1d0ddbd814c08c4914aaab24a298fc89.tar.gz
Install the upstream changelog under the 'changelog' name, regardless to its name upstream
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