Package: cvs
Version: 1.12.9-11
Severity: wishlist

Hello,

The current version of cvs (1.12.9-11) fails to build on GNU/kFreeBSD,
because of outdated config.guess and config.sub.

The patch below automatically update those file during the build.

Thanks,
Aurelien


diff -u cvs-1.12.9/debian/control cvs-1.12.9/debian/control
--- cvs-1.12.9/debian/control
+++ cvs-1.12.9/debian/control
@@ -2,7 +2,7 @@
 Section: devel
 Priority: optional
 Maintainer: Steve McIntyre <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.1.16), zlib1g-dev, texi2html, groff, texinfo, 
bison, dbs, automake1.7, libpam0g-dev
+Build-Depends: debhelper (>= 4.1.16), zlib1g-dev, texi2html, groff, texinfo, 
bison, dbs, automake1.7, libpam0g-dev, autotools-dev
 Build-Conflicts: heimdal-dev, kerberos4kth-dev, libkrb5-dev
 Standards-Version: 3.6.1.0
 
diff -u cvs-1.12.9/debian/rules cvs-1.12.9/debian/rules
--- cvs-1.12.9/debian/rules
+++ cvs-1.12.9/debian/rules
@@ -37,6 +37,11 @@
 configure: $(STAMP_DIR)/stamp-configure
 $(STAMP_DIR)/stamp-configure: $(patched)
        dh_testdir
+       
+       -test -r /usr/share/misc/config.sub && \
+       cp -f /usr/share/misc/config.sub $(BUILD_TREE)/config.sub
+       -test -r /usr/share/misc/config.guess && \
+       cp -f /usr/share/misc/config.guess $(BUILD_TREE)/config.guess
 
        cd $(BUILD_TREE) && CSH=/bin/csh ./configure --prefix=/usr \
                --sysconfdir=/etc \


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: kfreebsd-i386 (i586)
Kernel: GNU/kFreeBSD 5.3-5
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to