aboutsummaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authordcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2013-07-07 04:42:56 +0000
committerdcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2013-07-07 04:42:56 +0000
commit7575a17036e85e89584b2fdb6867362b767def7e (patch)
tree10ef94887db109a885e9cb871618f9052a926653 /release
parentd1541e282a20ec485fc772ad092100f68ca6e7ae (diff)
Fix lintian warning about missing maintainer address when installing on recent Debian-based systems
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@991 632fc199-4ca6-4c93-a231-07263d6284db
Diffstat (limited to 'release')
-rw-r--r--release/deb-control.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/release/deb-control.tmpl b/release/deb-control.tmpl
index 18c8922..5ae4ce9 100644
--- a/release/deb-control.tmpl
+++ b/release/deb-control.tmpl
@@ -4,7 +4,8 @@ Section: misc
Priority: optional
Architecture: {__ARCH}
Essential: no
-Maintainer: The libjpeg-turbo Project [http://www.libjpeg-turbo.org]
+Maintainer: The libjpeg-turbo Project <information@libjpeg-turbo.org>
+Homepage: http://www.libjpeg-turbo.org
Description: A SIMD-accelerated JPEG codec that provides both the libjpeg and TurboJPEG APIs
libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX, SSE2,
NEON) to accelerate baseline JPEG compression and decompression on x86,