~ubuntu-branches/debian/sid/mime-support/sid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Charles Plessy
  • Date: 2013-05-05 17:24:50 UTC
  • Revision ID: package-import@ubuntu.com-20130505172450-hyj1v2w6wn6x4f6j
Tags: 3.53
* Media types:
a100b97 Add the .opus file suffix to the audio/ogg media type.
        (Closes: #688383)
8da67da Add text/turtle media type. for .ttl files (Closes: #664824).
1d86b38 Add image/jp2 media type for .jp2 and .jpg2 files (Closes: #682856).
98c6ac3 Removed the note on compression schemes (see RFC 6713).
c7e6eb1 Display reportbug message suggesting to register types to the IANA.

* Packaging:
6a08271 Instruct to report a bug instead of emailing maintainers.
51dd6c7 Mark Multi-Arch: foreign. (Closes: #695357)
801bd8b Parse Desktop entries to generate mailcap entries.
        Patch from Brian M. Carlson. (Closes: #497779)
a6e8a0f Trigger update-mime for Desktop entry files added in
        /usr/share/applications.
0fb8225 Mention Dpkg triggers in the manual page of update-mime.
        (Closes: #594915)
8b6c149 Delete debhelper log file.
734c10e Normalised VCS URLs following Lintian's standard.
d649fdc Provide build-arch and build-indep targets (that do nothing).
158d5df Normalised debian/control with config-model.
67b016c Renamed debian/README debian/copyright.
26254f8 Machine-readable Debian copyright file.
060229d Disambiguate hyphens in manual pages.
a455a4d Corected spelling error in a manual page.
9279645 Silent binary-arch target (that does nothing anyway).
105047b Removed conglicts on a2ps and metamail, older than oldstable.
687feeb Unversionned recommendation on file, satisfied even in oldstable.
762a035 Drop dependency on debhelper by pasting code from dh_md5sums.
f318e0b Remove 'Debian' from the file name of the change log.
5ddd68b Conforms to Policy version 3.9.4.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: mime-support
2
 
Build-Depends: debhelper
 
2
Maintainer: Mime-Support Maintainers <mime-support@plessy.org>
 
3
Uploaders: Laszlo Boszormenyi (GCS) <gcs@debian.hu>,
 
4
           Charles Plessy <plessy@debian.org>
3
5
Section: net
4
6
Priority: standard
5
 
Maintainer: Mime-Support Maintainers <mime-support@plessy.org>
6
 
Uploaders:
7
 
 Laszlo Boszormenyi (GCS) <gcs@debian.hu>,
8
 
 Charles Plessy <plessy@debian.org>,
9
 
Standards-Version: 3.1.1.1
10
 
Vcs-Browser: http://git.debian.org/?p=collab-maint/mime-support.git
11
 
Vcs-Git: git://git.debian.org/collab-maint/mime-support.git
 
7
Standards-Version: 3.9.4
 
8
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/mime-support.git
 
9
Vcs-Git: git://anonscm.debian.org/collab-maint/mime-support.git
12
10
 
13
11
Package: mime-support
14
12
Architecture: all
15
 
Conflicts: a2ps(<<4.10.4), metamail(<<2.7-44)
16
 
Recommends: file(>=3.27-3)
 
13
Multi-Arch: foreign
 
14
Recommends: file
17
15
Description: MIME files 'mime.types' & 'mailcap', and support programs
18
16
 As these files can be used by all MIME compliant programs, they
19
17
 have been moved into their own package that others can depend upon.
25
23
 will display, alter, create, and print (respectively) any file using
26
24
 a program determined from the entries in the mime.types and mailcap
27
25
 files.
 
26