• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

rayonパッケージ


Commit MetaInfo

Revision591720daa7692a917f81170ad83d2bbb175ac065 (tree)
Time2020-04-09 03:19:40
Authordyknon <dyknon@user...>
Commiterdyknon

Log Message

change package architecture to all

Change Summary

Incremental Difference

--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
11 rust-rayon (1.3.0-1+dyknon2) unstable; urgency=medium
22
33 * add crate test to build proc
4+ * change package architecture to all
45
56 -- dyknon <dyknon@users.osdn.me> Thu, 09 Apr 2020 02:13:11 +0900
67
--- a/debian/control
+++ b/debian/control
@@ -24,8 +24,7 @@ Homepage: https://github.com/rayon-rs/rayon
2424 #Vcs-Git: https://salsa.debian.org/debian/rust-rayon.git
2525
2626 Package: librust-rayon-core-dev
27-Architecture: any
28-Multi-Arch: same
27+Architecture: all
2928 Depends: ${cargo:dep}, ${misc:Depends}
3029 Recommends: ${cargo:rec}
3130 Provides: ${cargo:prov}
@@ -33,8 +32,7 @@ Description: rust library crate rayon-core
3332 Core APIs for Rayon
3433
3534 Package: librust-rayon-dev
36-Architecture: any
37-Multi-Arch: same
35+Architecture: all
3836 Depends: ${cargo:dep}, ${misc:Depends}
3937 Recommends: ${cargo:rec}
4038 Provides: ${cargo:prov}