Only build on Linux architectures; this package is specifically not portable
This commit is contained in:
parent
84ab214d08
commit
86898fcf32
|
|
@ -29,6 +29,8 @@ ostree (2016.3-1) UNRELEASED; urgency=medium
|
||||||
symlink in ostree-grub2
|
symlink in ostree-grub2
|
||||||
* Document the limited situations in which ostree-grub2 will work in
|
* Document the limited situations in which ostree-grub2 will work in
|
||||||
practice
|
practice
|
||||||
|
* Only build on Linux architectures; this package is specifically
|
||||||
|
not portable
|
||||||
|
|
||||||
-- Simon McVittie <smcv@debian.org> Wed, 27 Jan 2016 13:04:34 +0100
|
-- Simon McVittie <smcv@debian.org> Wed, 27 Jan 2016 13:04:34 +0100
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ Vcs-Git: https://anonscm.debian.org/git/collab-maint/ostree.git
|
||||||
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/ostree.git
|
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/ostree.git
|
||||||
|
|
||||||
Package: gir1.2-ostree-1.0
|
Package: gir1.2-ostree-1.0
|
||||||
Architecture: any
|
Architecture: linux-any
|
||||||
Section: introspection
|
Section: introspection
|
||||||
Depends:
|
Depends:
|
||||||
${gir:Depends},
|
${gir:Depends},
|
||||||
|
|
@ -48,7 +48,7 @@ Description: content-addressed filesystem for operating system binaries (introsp
|
||||||
to generate dynamic bindings into languages such as Python and JavaScript.
|
to generate dynamic bindings into languages such as Python and JavaScript.
|
||||||
|
|
||||||
Package: libostree-1-1
|
Package: libostree-1-1
|
||||||
Architecture: any
|
Architecture: linux-any
|
||||||
Section: libs
|
Section: libs
|
||||||
Depends:
|
Depends:
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
|
|
@ -69,7 +69,7 @@ Description: content-addressed filesystem for operating system binaries (library
|
||||||
This package contains the shared library.
|
This package contains the shared library.
|
||||||
|
|
||||||
Package: libostree-dev
|
Package: libostree-dev
|
||||||
Architecture: any
|
Architecture: linux-any
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Depends:
|
Depends:
|
||||||
gir1.2-ostree-1.0 (= ${binary:Version}),
|
gir1.2-ostree-1.0 (= ${binary:Version}),
|
||||||
|
|
@ -105,7 +105,7 @@ Description: Development documentation for the ostree library
|
||||||
This package contains development documentation for ostree.
|
This package contains development documentation for ostree.
|
||||||
|
|
||||||
Package: ostree
|
Package: ostree
|
||||||
Architecture: any
|
Architecture: linux-any
|
||||||
Depends:
|
Depends:
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
${shlibs:Depends},
|
${shlibs:Depends},
|
||||||
|
|
@ -145,7 +145,7 @@ Description: GRUB 2 configuration for ostree
|
||||||
See README.Debian.gz for more details.
|
See README.Debian.gz for more details.
|
||||||
|
|
||||||
Package: ostree-tests
|
Package: ostree-tests
|
||||||
Architecture: any
|
Architecture: linux-any
|
||||||
Depends:
|
Depends:
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
${shlibs:Depends},
|
${shlibs:Depends},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue