Package: release.debian.org Severity: normal User: [email protected] Usertags: unblock
Please unblock gprbuild and allow it into wheezy. This fixes an important bug affecting only hurd-i386 with minimal impact, by changing only a configuration file. Several packages build-depend on gprconfig and will FTBFS on hurd-i386 if this package does not migrate to wheezy. Differences from the version control system in-line below. Thanks for consideration -- Ludovic Brenta. mtn: expanding selection 't:gprbuild-2011-2' mtn: expanded to '4c0a2515f450d797a8fc89882c34bdae0180d0ed' mtn: expanding selection 't:gprbuild-2011-3' mtn: expanded to '3118c7e1e5e0a6aa8668b60a8c3c4d32634a5f7a' # # # add_file "debian/patches/hurd-i386.patch" # content [cfb910a74856443a632c54b2c5d9fa035fa7103e] # # patch "debian/changelog" # from [e2086d1bbf28c651d727f9db99980c3285fd1121] # to [0c25a42c57fed7ca5927ff596af4a707c87db158] # # patch "debian/patches/series" # from [df67a36febdefec234c3af7d0a486d14e77641dc] # to [7895ef79efad5a3260d1114ada9331cad9fd1d2c] # ============================================================ --- debian/changelog e2086d1bbf28c651d727f9db99980c3285fd1121 +++ debian/changelog 0c25a42c57fed7ca5927ff596af4a707c87db158 @@ -1,3 +1,11 @@ +gprbuild (2011-3) unstable; urgency=low + + [Svante Signell] + * debian/patches/hurd-i386.patch: new, add support for hurd-i386. + Closes: #673015. + + -- Ludovic Brenta <[email protected]> Thu, 19 Jul 2012 21:23:10 +0200 + gprbuild (2011-2) unstable; urgency=low * Provisionally adopt the package without closing #673751 yet; only ============================================================ --- /dev/null +++ debian/patches/hurd-i386.patch cfb910a74856443a632c54b2c5d9fa035fa7103e @@ -0,0 +1,19 @@ +Index: b/share/gprconfig/linker.xml +=================================================================== +--- a/share/gprconfig/linker.xml ++++ b/share/gprconfig/linker.xml +@@ -340,12 +340,13 @@ + </config> + </configuration> + +- <!-- linux, freebsd and Irix--> ++ <!-- linux, freebsd, Hurd and Irix--> + <configuration> + <targets> + <target name="^.*linux.*$" /> + <target name="^.*freebsd.*$" /> + <target name="^.*irix.*$" /> ++ <target name="^.*gnu.*$" /> + </targets> + <config> + for Library_Builder use "${GPRCONFIG_PREFIX}lib/gprlib"; ============================================================ --- debian/patches/series df67a36febdefec234c3af7d0a486d14e77641dc +++ debian/patches/series 7895ef79efad5a3260d1114ada9331cad9fd1d2c @@ -4,3 +4,4 @@ remove-spark.patch info.patch style.patch remove-spark.patch +hurd-i386.patch -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

