[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#733476: cjk: use autotools-dev to update config.{sub,guess} for new arches



Package: cjk
Version: 4.8.3+git20120914-2
Severity: normal
Tags: patch
User: ubuntu-devel@lists.ubuntu.com
Usertags: origin-ubuntu trusty ubuntu-patch

Dear Maintainer,

Please use autotools-dev to update config.{sub,guess} for new architectures.
For example, we needed these updates in Ubuntu for the new ppc64el
architecture.

In Ubuntu, the attached patch was applied to achieve the following:
  * Use autotools-dev to update config.{sub,guess} for new arches.

Thanks for considering the patch.

Logan Rosen



-- System Information:
Debian Release: wheezy/sid
  APT prefers trusty-updates
  APT policy: (500, 'trusty-updates'), (500, 'trusty-security'), (500, 'trusty'), (100, 'trusty-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.12.0-7-generic (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru cjk-4.8.3+git20120914/debian/control cjk-4.8.3+git20120914/debian/control
--- cjk-4.8.3+git20120914/debian/control	2013-06-16 12:15:05.000000000 -0400
+++ cjk-4.8.3+git20120914/debian/control	2013-12-29 01:23:30.000000000 -0500
@@ -1,5 +1,5 @@
 Source: cjk
-Build-Depends: debhelper (>= 8.1.0~), quilt, libkpathsea-dev, texlive-extra-utils, git-core, tex-common (>= 4)
+Build-Depends: debhelper (>= 8.1.0~), quilt, libkpathsea-dev, texlive-extra-utils, git-core, tex-common (>= 4), autotools-dev
 Build-Depends-Indep: texlive-base-bin, perl-base (>= 5.8.0), texlive-font-utils, texlive-lang-other (>= 2013.20130523-1)
 Section: tex
 Priority: optional
diff -Nru cjk-4.8.3+git20120914/debian/rules cjk-4.8.3+git20120914/debian/rules
--- cjk-4.8.3+git20120914/debian/rules	2013-06-16 12:14:02.000000000 -0400
+++ cjk-4.8.3+git20120914/debian/rules	2013-12-28 02:50:53.000000000 -0500
@@ -37,7 +37,7 @@
 build: $(QUILT_STAMPFN) build-stamp
 build-arch:
 	dh_testdir
-
+	dh_autotools-dev_updateconfig
 	# Add here commands to compile the package.
 	$(MAKE)
 
@@ -105,6 +105,7 @@
 	rm -f utils/SJISconv/sjisconv
 	rm -f utils/extconv/extconv
 
+	dh_autotools-dev_restoreconfig
 	dh_clean
 
 install:

Reply to: