diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-06-13 02:44:58 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-06-13 02:44:58 (EDT) |
commit | 02e4bf713b6fd7708e79e932227c5c54aa8e8856 (patch) | |
tree | ab80489e8abb6793b639e14597c727bf4cff7b36 | |
parent | ff57adccd5e40f10f9cbbb9bffe57e9aeb10f572 (diff) |
Update binary package control files to SPF 2.0.
Also use a substvar in Depends.
-rw-r--r-- | libasound.2-dbg.pkg/control | 4 | ||||
-rw-r--r-- | libasound.2-dev.pkg/control | 4 | ||||
-rw-r--r-- | libasound.2.pkg/control | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/libasound.2-dbg.pkg/control b/libasound.2-dbg.pkg/control index 062bd69..0a259a2 100644 --- a/libasound.2-dbg.pkg/control +++ b/libasound.2-dbg.pkg/control @@ -1,6 +1,6 @@ -Package: libasound.2-dbg Architecture: any-linux-any -Depends: libasound.2 (= 1.0.25-1) +Platform: all +Depends: libasound.2 (= ${Binary-Version}) Description: ALSA userspace library - debugging symbols The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI functionality to Linux-based operating systems. diff --git a/libasound.2-dev.pkg/control b/libasound.2-dev.pkg/control index a6a3c86..10a5572 100644 --- a/libasound.2-dev.pkg/control +++ b/libasound.2-dev.pkg/control @@ -1,6 +1,6 @@ -Package: libasound.2-dev Architecture: any-linux-any -Depends: libasound.2 (= 1.0.25-1) +Platform: all +Depends: libasound.2 (= ${Binary-Version}) Description: ALSA userspace library - development files The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI functionality to Linux-based operating systems. diff --git a/libasound.2.pkg/control b/libasound.2.pkg/control index 51ad3e9..ddc0b1b 100644 --- a/libasound.2.pkg/control +++ b/libasound.2.pkg/control @@ -1,5 +1,5 @@ -Package: libasound.2 Architecture: any-linux-any +Platform: all Description: ALSA userspace library The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI functionality to Linux-based operating systems. |