Package: g2
Version: 0.72-3
Severity: serious
Tags: patch
Justification: FTBFS
Hello,
Thanks for fixing #729186!
However, along the way, the regeneration of configure disappeared,
leading to FTBFS on both hurd & kfreebsd. The attached patch fixes
that.
Samuel
-- System Information:
Debian Release: jessie/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1,
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.12.0 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
--
Samuel
`When you say "I wrote a program that crashed Windows", people just stare at
you blankly and say "Hey, I got those with the system, *for free*".'
(By Linus Torvalds)
--- debian/control.original 2013-11-11 13:59:21.000000000 +0100
+++ debian/control 2013-11-11 13:59:31.000000000 +0100
@@ -6,6 +6,7 @@
Build-Depends: debhelper (>= 9),
autotools-dev,
autoconf,
+ dh-autoreconf,
libtool,
libx11-dev,
chrpath,
--- debian/rules.original 2013-11-11 13:59:43.000000000 +0100
+++ debian/rules 2013-11-11 13:59:45.000000000 +0100
@@ -10,7 +10,7 @@
pkgdev=libg2-dev
%:
- dh $@ --with autotools_dev
+ dh $@ --with autotools_dev,autoreconf
# Compile with -fPIC on all platforms
#override_dh_auto_configure: