Package: release.debian.org Severity: normal User: [email protected] Usertags: unblock
Please unblock package mime-support A very simple upload, adding non-magic MIME-Types for PHP to re-enable mod_negotation magic in Apache 2 (two RC bugs #664691, #670945). It has been uploaded to DELAYED/0 and thus should be available shortly in unstable. I am pre-requesting this since I am leaving for a weekend and I could forgot to do that after the weekend :). Debdiff attached. (Please note that it is native package, but it doesn't follow the versioning of native packages, but that's something I have kept and it's up to new maintainers to fix that - thus appologies for the debhelper.log, it was already there in the first place.) unblock mime-support/3.52-1.1 -- System Information: Debian Release: 6.0.4 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable'), (300, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru mime-support-3.52/debian/changelog mime-support-3.52/debian/changelog --- mime-support-3.52/debian/changelog 2012-02-12 21:06:53.000000000 +0100 +++ mime-support-3.52/debian/changelog 2012-08-24 09:49:59.000000000 +0200 @@ -1,3 +1,10 @@ +mime-support (3.52-1.1) unstable; urgency=high + + * Non-maintainer upload. + * Add (non-magic) MIME-Types for PHP (Closes: #670945) + + -- Ondřej Surý <[email protected]> Thu, 23 Aug 2012 10:12:35 +0200 + mime-support (3.52-1) unstable; urgency=low * removed application/x-httpd-* types (closes: 589384) diff -Nru mime-support-3.52/debian/debhelper.log mime-support-3.52/debian/debhelper.log --- mime-support-3.52/debian/debhelper.log 2012-02-12 21:05:17.000000000 +0100 +++ mime-support-3.52/debian/debhelper.log 2012-08-24 09:51:56.000000000 +0200 @@ -10,3 +10,4 @@ dh_md5sums dh_md5sums dh_md5sums +dh_md5sums diff -Nru mime-support-3.52/mime.types mime-support-3.52/mime.types --- mime-support-3.52/mime.types 2012-02-12 21:04:20.000000000 +0100 +++ mime-support-3.52/mime.types 2012-08-24 09:49:59.000000000 +0200 @@ -780,6 +780,8 @@ text/x-pascal p pas text/x-pcs-gcd gcd text/x-perl pl pm +text/x-php php phtml php3 php4 php5 pht +text/x-php-source phps text/x-python py text/x-scala scala text/x-server-parsed-html

