Package: ng
Version: 1.5~beta1-3
Followup-For: Bug #565180
User: [email protected]
Usertags: origin-ubuntu trusty ubuntu-patch
Dear Maintainer,
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: jessie/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.13.0-2-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 -u ng-1.5~beta1/debian/control ng-1.5~beta1/debian/control
--- ng-1.5~beta1/debian/control
+++ ng-1.5~beta1/debian/control
@@ -2,7 +2,7 @@
Section: editors
Priority: optional
Maintainer: Masayuki Hatta (mhatta) <[email protected]>
-Build-Depends: debhelper (>> 4.0.0), libcanna1g-dev, libncurses-dev
+Build-Depends: debhelper (>> 4.0.0), libcanna1g-dev, libncurses-dev, autotools-dev
Standards-Version: 3.8.0
Package: ng-common
diff -u ng-1.5~beta1/debian/rules ng-1.5~beta1/debian/rules
--- ng-1.5~beta1/debian/rules
+++ ng-1.5~beta1/debian/rules
@@ -21,6 +21,7 @@
build: configure-stamp build-stamp
build-stamp:
dh_testdir
+ dh_autotools-dev_updateconfig
# Add here commands to compile the package.
@@ -59,6 +60,7 @@
[ ! -f Makefile ] || $(MAKE) confclean
rm -f ng-latin ng-cjk ng-cjk-canna ng
+ dh_autotools-dev_restoreconfig
dh_clean
install: DH_OPTIONS=