Source: gccxml
Severity: normal

 

Hi Steve, sorry for opening this bug report, but I think is better to have 
track of my request in order to avoid problems in the next ubuntu sync.

I'm proposing a trivial patch from ubuntu to update config.sub and config.guess 
files (this might simplify the future work for debian ports, even if arm64 is 
not supported yet)

+gccxml (0.9.0+git20140610-3) UNRELEASED; urgency=medium
+
+  [ Dmitry Shachnev ]
+  * Use dh_autotools-dev addon to update config.sub|guess.
+
+  [
 Gianfranco Costamagna ]
+  * Bump std-version to 3.9.5, no changes required.
+
+ -- Gianfranco Costamagna <costamagnagianfra...@yahoo.it>  Wed, 02 Jul 2014 
10:43:33 +0200
+
 gccxml (0.9.0+git20140610-2) unstable; urgency=medium
 
   * patches/stl_algo.patch: New.  Improve GCC 4.9 support.
diff -Nru gccxml-0.9.0+git20140610/debian/control 
gccxml-0.9.0+git20140610/debian/control
--- gccxml-0.9.0+git20140610/debian/control    2013-05-11 09:44:29.000000000 
+0200
+++ gccxml-0.9.0+git20140610/debian/control    2014-07-02 10:43:18.000000000 
+0200
@@ -2,12 +2,12 @@
 Section: devel
 Priority: optional
 Maintainer: Steve M. Robbins <s...@debian.org>
-Build-Depends: debhelper (>= 9), cmake
+Build-Depends: debhelper (>= 9), cmake, autotools-dev
 Build-Conflicts: ccache
 Homepage: http://www.gccxml.org/
 Vcs-Browser: 
http://anonscm.debian.org/viewvc/collab-maint/deb-maint/gccxml/trunk/
 Vcs-Svn: svn://svn.debian.org/collab-maint/deb-maint/gccxml/trunk
-Standards-Version: 3.9.3
+Standards-Version: 3.9.5
 
 Package: gccxml
 Architecture: any
diff -Nru gccxml-0.9.0+git20140610/debian/rules 
gccxml-0.9.0+git20140610/debian/rules
--- gccxml-0.9.0+git20140610/debian/rules    2013-05-11 22:32:37.000000000 +0200
+++ gccxml-0.9.0+git20140610/debian/rules    2014-07-02 10:43:31.000000000 +0200
@@ -7,7 +7,7 @@
 pkg_dev = libgccxml-dev
 
 %:
-    dh $@ --buildsystem=cmake --parallel
+    dh $@ --buildsystem=cmake --parallel --with=autotools-dev
 
 override_dh_auto_configure:
     dh_auto_configure -- $(CMAKE_FLAGS)


thanks

Gianfranco

Reply via email to