Package: tcc
Version: 0.9.26~git20110616.330d2ee-4
Severity: wishlist
Tags: patch
Hey
The experimental version of your package built fine on armhf too; would
you mind adding support per the attached patch?
Thanks!
--
Loïc Minier
diff -Nru tcc-0.9.26~git20110616.330d2ee/debian/changelog
tcc-0.9.26~git20110616.330d2ee/debian/changelog
--- tcc-0.9.26~git20110616.330d2ee/debian/changelog 2011-08-03
17:53:43.000000000 +0200
+++ tcc-0.9.26~git20110616.330d2ee/debian/changelog 2011-10-17
20:23:18.000000000 +0200
@@ -1,3 +1,9 @@
+tcc (0.9.26~git20110616.330d2ee-4.1) experimental; urgency=low
+
+ * List armhf in Architecture lists.
+
+ -- Loïc Minier <[email protected]> Mon, 17 Oct 2011 20:23:01 +0200
+
tcc (0.9.26~git20110616.330d2ee-4) experimental; urgency=low
* Replace old patch fixing Hurd FTBFS by the one accepted upstream.
diff -Nru tcc-0.9.26~git20110616.330d2ee/debian/control
tcc-0.9.26~git20110616.330d2ee/debian/control
--- tcc-0.9.26~git20110616.330d2ee/debian/control 2011-08-03
17:53:43.000000000 +0200
+++ tcc-0.9.26~git20110616.330d2ee/debian/control 2011-10-17
20:22:54.000000000 +0200
@@ -11,7 +11,7 @@
Vcs-Git: git://anonscm.debian.org/collab-maint/tcc.git
Package: tcc
-Architecture: any-i386 any-amd64 armel
+Architecture: any-i386 any-amd64 armel armhf
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: libc6-dev | libc-dev
Provides: c-compiler
@@ -30,7 +30,7 @@
Package: libtcc-dev
Section: libdevel
-Architecture: any-i386 any-amd64 armel
+Architecture: any-i386 any-amd64 armel armhf
Depends: ${misc:Depends}
Description: Fast library for dynamic code generation
Libtcc is a library that uses tcc, a compiler several times faster than