diff options
author | forcer <forcer> | 2006-06-03 12:56:00 +0000 |
---|---|---|
committer | forcer <mwolson@gnu.org> | 2006-06-03 12:56:00 +0000 |
commit | 12d4527033257c37e633a1990dc84e2a1ca7f6fb (patch) | |
tree | 11816ebab2624059fdd083fd1a1d86c2e8fbde46 /debian/control | |
parent | 1cb8a1f346842a341eb3d336eb9d219bb215f2a3 (diff) |
Remove debian-extras package as requested by ftpmasters (debian)
darcs-hash:20060603125644-2189f-ff0bdd23bd3b203df37019edae368e4cc97fcb6d.gz
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/debian/control b/debian/control index 67189ce..e76492b 100644 --- a/debian/control +++ b/debian/control @@ -6,26 +6,12 @@ Build-Depends: debhelper (>= 4.0.0), emacs21, texinfo, libtagc0-dev Standards-Version: 3.6.2.1 Package: emms -Architecture: all -Depends: emacsen-common, emacs21 | emacsen -Recommends: mpg321, vorbis-tools -Suggests: mp3info -Conflicts: emacs20 -Description: The Emacs MultiMedia System - EMMS is the Emacs Multi-Media System. It tries to be a clean and small - application to play multimedia files from Emacs using external - players. - -Package: emms-extras Architecture: any -Depends: emms, libtagc0 +Depends: emacsen-common, emacs21 | emacsen, ${shlibs:Depends} Recommends: mpg321, vorbis-tools +Suggests: mp3info Conflicts: emacs20 Description: The Emacs MultiMedia System EMMS is the Emacs Multi-Media System. It tries to be a clean and small application to play multimedia files from Emacs using external players. - . - This package provides emms-print-metadata, a small binary program that emms - can use to extract track metadata from music files. - |