summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMatteo Cypriani <mcy@lm7.fr>2014-10-05 12:08:29 -0400
committerMatteo Cypriani <mcy@lm7.fr>2014-10-05 12:36:32 -0400
commit4215f6d564ec9656639f1b6424324e789b676261 (patch)
treef4222341b35ae6fe0145c7eb31fe2b151ab7c70e /debian
parent05e78bb1b1117968d80d89f85e1bfb93bcc832be (diff)
Deactivate kfreebsd builds
Only tcc -run works on kFreeBSD at the moment, which doesn't seem worth keeping the package.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/control4
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index e4d4afd..84ee6b1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
tcc (0.9.27~git20140923.9d7fb33-1) UNRELEASED; urgency=medium
* New upstream snapshot.
+ * Deactivate kfreebsd builds.
-- Matteo Cypriani <mcy@lm7.fr> Sun, 05 Oct 2014 12:33:10 -0400
diff --git a/debian/control b/debian/control
index 9483e86..36dae26 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/tcc.git
Vcs-Git: git://anonscm.debian.org/collab-maint/tcc.git
Package: tcc
-Architecture: any-i386 any-amd64 armel armhf
+Architecture: i386 amd64 armel armhf
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: libc6-dev | libc-dev
Provides: c-compiler
@@ -29,7 +29,7 @@ Description: small ANSI C compiler
Package: libtcc-dev
Section: libdevel
-Architecture: any-i386 any-amd64 armel armhf
+Architecture: i386 amd64 armel armhf
Multi-Arch: same
Depends: ${misc:Depends}
Description: fast library for dynamic code generation