[Pkg-sdl-commits] [SCM] Packaging of sdl-stretch branch, master, updated. debian/0.3.1-2-1-gf9c13ee

Manuel A. Fernandez Montecelo manuel.montezelo at gmail.com
Sat Jul 28 13:06:09 UTC 2012


The following commit has been merged in the master branch:
commit f9c13ee2e8f000d49d64c7d8c18b3a48be92400a
Author: Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
Date:   Wed Jul 4 20:26:31 2012 +0100

    Restricting 'Architecture: any-amd64 any-i386', see comment in changelog

diff --git a/debian/changelog b/debian/changelog
index d8f933a..3767f1f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,22 @@
+sdl-stretch (0.3.1-3) unstable; urgency=low
+
+  * Change "Architecture: any-amd64 any-i386" for both binary packages.
+
+    This package is a bit special because it contains optimised routines in
+    assembler for some architectures, so even if it can be built successfully in
+    others, it doesn't really make sense to provide the package.  According to
+    upstream, current models of both i386 and amd64 are supported, and while
+    it's desired to have support in other platforms (e.g. ARM), it's not there
+    yet.
+
+    Before 0.3.1-1, debian/control was set only to build on i386; and in 0.3.1-1
+    it was set to "any", but the file
+    https://buildd.debian.org/quinn-diff/sid/Packages-arch-specific restricted
+    the architectures effectively to "i386 kfreebsd-i386 hurd-i386" (see
+    #680275).
+
+ -- Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>  Wed, 04 Jul 2012 20:12:03 +0100
+
 sdl-stretch (0.3.1-2) unstable; urgency=low
 
   * Bump Standards-Version to 3.9.3 (no changes needed)
diff --git a/debian/control b/debian/control
index ffae4d0..4b3a376 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-sdl/packages/sdl-stretch.gi
 Homepage: http://sdl-stretch.sourceforge.net
 
 Package: libsdl-stretch-0-3
-Architecture: any
+Architecture: any-amd64 any-i386
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends},
@@ -33,7 +33,7 @@ Description: stretch functions for Simple DirectMedia Layer
 
 Package: libsdl-stretch-dev
 Section: libdevel
-Architecture: any
+Architecture: any-amd64 any-i386
 Depends: ${misc:Depends},
          libsdl-stretch-0-3 (= ${binary:Version}),
          libsdl1.2-dev(>= 1.2.14~)

-- 
Packaging of sdl-stretch



More information about the pkg-sdl-commits mailing list