Package: kitty
Version: 0.9.2-2.1
Severity: important
Tags: patch
User: [email protected]
Usertags: origin-ubuntu jaunty ubuntu-patch
The CONFIGURE_EXTRA_FLAGS variable has to be set after including the CDBS
files. As it is now, this line is not applied.
*** /tmp/tmpypAYAF
In Ubuntu, we've applied the attached patch to achieve the following:
* debian/rules:
- Also move the DEB_CONFIGURE_EXTRA_FLAGS line after include to apply it
We thought you might be interested in doing the same.
-- System Information:
Debian Release: 5.0
APT prefers jaunty-updates
APT policy: (500, 'jaunty-updates'), (500, 'jaunty-security'), (500, 'jaunty')
Architecture: i386 (x86_64)
Kernel: Linux 2.6.27-11-generic (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
diff -u kitty-0.9.2/debian/rules kitty-0.9.2/debian/rules
--- kitty-0.9.2/debian/rules
+++ kitty-0.9.2/debian/rules
@@ -5,6 +5,5 @@
-DEB_CONFIGURE_EXTRA_FLAGS := --datadir=\$${prefix}/share --disable-rpath
-
include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
+DEB_CONFIGURE_EXTRA_FLAGS := --datadir=\$${prefix}/share --disable-rpath