--- squirrelmail-decode-1.2.orig/debian/changelog +++ squirrelmail-decode-1.2/debian/changelog @@ -0,0 +1,25 @@ +squirrelmail-decode (1.2-1ubuntu1) xenial; urgency=medium + + * Update to PHP7.0 depdendencies (LP: #1567002). + + -- Nishanth Aravamudan Wed, 06 Apr 2016 10:48:56 -0700 + +squirrelmail-decode (1.2-1) unstable; urgency=low + + * New upstream (bugfix) release. + + -- Thijs Kinkhorst Wed, 27 Jun 2007 15:44:49 +0200 + +squirrelmail-decode (1.1-2) unstable; urgency=low + + * Upgrade debhelper compatibility to the recommended level 5. + * Checked for standards version 3.7.2, no changes necessary. + * Update maintainer address. + + -- Thijs Kinkhorst Tue, 4 Jul 2006 14:52:27 +0200 + +squirrelmail-decode (1.1-1) unstable; urgency=low + + * Initial release (Closes: #338463). + + -- Thijs Kinkhorst Mon, 21 Nov 2005 19:48:23 +0100 --- squirrelmail-decode-1.2.orig/debian/compat +++ squirrelmail-decode-1.2/debian/compat @@ -0,0 +1 @@ +5 --- squirrelmail-decode-1.2.orig/debian/control +++ squirrelmail-decode-1.2/debian/control @@ -0,0 +1,25 @@ +Source: squirrelmail-decode +Section: web +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Jeroen van Wolffelaar +Uploaders: Thijs Kinkhorst +Build-Depends: debhelper (>= 5) +Standards-Version: 3.7.2 +XS-Vcs-Svn: http://svn.wolffelaar.nl/squirrelmail/decode +XS-Vcs-Browser: http://svn.wolffelaar.nl/wsvn/squirrelmail/decode/ + +Package: squirrelmail-decode +Architecture: all +Depends: squirrelmail, ${misc:Depends} +Recommends: php-recode +Description: SquirrelMail support for decoding exotic character sets + SquirrelMail decoding functions are used to display and convert messages + encoded in different character sets. This extra decoding library provides + support for some complex Eastern character sets and some rarely used Apple + character sets. + . + This release supports Big5, Windows-874 (cp874, Thai), Windows-949 (UHC, + Korean), EUC-CN, EUC-JP, EUC-KR, EUC-TW, GB18030, GB2312, ISO-2022-CN, + ISO-2022-JP, ISO-2022-JP-2, ISO-2022-KR, Shift_JIS and various x-mac-* + character sets. --- squirrelmail-decode-1.2.orig/debian/copyright +++ squirrelmail-decode-1.2/debian/copyright @@ -0,0 +1,35 @@ +This is the Debian package for squirrelmail-decode, an extra library +of character set decoding functions for SquirrelMail. It's maintained +by Jeroen van Wolffelaar and Thijs Kinkhorst. Thanks go to Tomas +Kuliavas for his prepation work simplifying the packaging. + +It was downloaded from http://www.squirrelmail.org/download.php + +Copyright Holder for implementation: The SquirrelMail Project Team +License: + + Copyright (C) 2005 The SquirrelMail Project Team + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + +On Debian GNU/Linux systems, the complete text of the GNU General Public +License can be found in the `/usr/share/common-licenses' directory. + +Some individual files list copyrights for the mappings themselves +(not this specific implementation), by the Unicode Consortium and +Apple. Implementation of these mappings is freely possible. + +The Debian packaging of SquirrelMail is licenced under the same terms +as SquirrelMail itself. --- squirrelmail-decode-1.2.orig/debian/dirs +++ squirrelmail-decode-1.2/debian/dirs @@ -0,0 +1 @@ +usr/share/squirrelmail/functions/decode --- squirrelmail-decode-1.2.orig/debian/docs +++ squirrelmail-decode-1.2/debian/docs @@ -0,0 +1,2 @@ +README.decode +ReleaseNotes.decode --- squirrelmail-decode-1.2.orig/debian/install +++ squirrelmail-decode-1.2/debian/install @@ -0,0 +1,3 @@ +x-mac/*.php /usr/share/squirrelmail/functions/decode +eastasia/*.php /usr/share/squirrelmail/functions/decode + --- squirrelmail-decode-1.2.orig/debian/rules +++ squirrelmail-decode-1.2/debian/rules @@ -0,0 +1,30 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +build: +clean: + dh_testdir + dh_testroot + dh_clean + +# Build architecture-independent files here. +binary-indep: install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog.decode + dh_installdocs + dh_install + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +# Build architecture-dependent files here. +binary-arch: install + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- squirrelmail-decode-1.2.orig/debian/watch +++ squirrelmail-decode-1.2/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/squirrelmail/squirrelmail-decode-(.*)\.tar\.gz