Bug#744066: AW: Bug#744066: scli: use autotools-dev to update config.{sub,guess} for new arches

2014-04-10 Thread Stefan Bauer
-Ursprüngliche Nachricht-
Von:Logan Rosen lo...@ubuntu.com
 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 arm64 and ppc64el
 architectures.

Hi Logan,

I would like to use dh_autoreconf instead of autotools-dev. That should also be 
acceptable - right?

Cheers.


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



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

2014-04-10 Thread Stefan Bauer
-Ursprüngliche Nachricht-
Von:Logan Rosen lo...@ubuntu.com
 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 arm64 and ppc64el
 architectures.

After digging a bit deeper, i agree with your solution. Packages are on the way 
to unstable.

Thank you

Stefan


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



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

2014-04-09 Thread Logan Rosen
Package: scli
Version: 0.4.0-4
Severity: normal
Tags: patch
User: ubuntu-de...@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 arm64 and ppc64el
architectures.

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-23-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 scli-0.4.0/debian/control scli-0.4.0/debian/control
--- scli-0.4.0/debian/control	2014-03-07 04:49:09.0 -0500
+++ scli-0.4.0/debian/control	2014-04-09 13:36:16.0 -0400
@@ -2,7 +2,7 @@
 Section: net
 Priority: optional
 Maintainer: Stefan Bauer (Cubewerk GmbH) stefan.ba...@cubewerk.de
-Build-Depends: debhelper (= 9), libgsnmp0-dev (= 0.3.0), libreadline-dev, libglib2.0-dev, libncurses-dev, libsmi2-dev, libtool, automake, libxml2-dev, libgnet-dev, texinfo
+Build-Depends: debhelper (= 9), libgsnmp0-dev (= 0.3.0), libreadline-dev, libglib2.0-dev, libncurses-dev, libsmi2-dev, libtool, automake, libxml2-dev, libgnet-dev, texinfo, autotools-dev
 Standards-Version: 3.9.5
 
 Package: scli
diff -Nru scli-0.4.0/debian/rules scli-0.4.0/debian/rules
--- scli-0.4.0/debian/rules	2013-07-13 09:09:49.0 -0400
+++ scli-0.4.0/debian/rules	2014-03-20 12:20:15.0 -0400
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh  \$@
+	dh $@ --with autotools_dev