[DRE-commits] [gem2deb] 01/01: Architecture: any

zeha at debian.org zeha at debian.org
Wed Apr 13 18:23:32 UTC 2016


This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch master
in repository gem2deb.

commit e66d4175d4ba9e66fce3cee6c87b2680f407d128
Author: Christian Hofstaedtler <zeha at debian.org>
Date:   Wed Apr 13 18:23:28 2016 +0000

    Architecture: any
---
 debian/changelog | 2 ++
 debian/control   | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4ce9e49..21d7ee7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,8 @@ gem2deb (0.30.2) UNRELEASED; urgency=medium
   * Move build-essential to Recommends, easing cross-builds.
   * Move python3-debian to Recommends, easing cross-builds (only needed
     for tests).
+  * Make packages Architecture: any to satisfy arch-correct Build-Depends
+    for cross-builds.
 
  -- Antonio Terceiro <terceiro at debian.org>  Fri, 25 Mar 2016 10:46:45 -0300
 
diff --git a/debian/control b/debian/control
index c3132a8..bdb5c83 100644
--- a/debian/control
+++ b/debian/control
@@ -28,7 +28,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/gem2deb.git
 Testsuite: autopkgtest
 
 Package: gem2deb
-Architecture: all
+Architecture: any
 Depends: debhelper (>= 9~),
          devscripts,
          gem2deb-test-runner (= ${source:Version}),
@@ -50,7 +50,7 @@ Description: Debian Ruby packaging suite
  a proper Debian package. Both pure-ruby and native packages are supported.
 
 Package: gem2deb-test-runner
-Architecture: all
+Architecture: any
 Depends: rake,
          ruby | ruby-interpreter,
          ruby-minitest,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/gem2deb.git



More information about the Pkg-ruby-extras-commits mailing list