debian/0000775000000000000000000000000012306427625007177 5ustar debian/watch0000664000000000000000000000013312261301662010215 0ustar version=3 http://pecl.php.net/package/gnupg \ /get/gnupg-([\d\.p?]*).tgz debian uupdate debian/gbp.conf0000664000000000000000000000011612261301662010604 0ustar [DEFAULT] pristine-tar = True [git-buildpackage] export-dir = ../build-area/ debian/source/0000775000000000000000000000000012261301662010467 5ustar debian/source/format0000664000000000000000000000001412261301662011675 0ustar 3.0 (quilt) debian/control0000664000000000000000000000147712261301662010603 0ustar Source: php-gnupg Section: php Priority: extra Maintainer: Debian PHP PECL Maintainers Uploaders: Prach Pongpanich , Build-Depends: chrpath, debhelper (>= 9), dh-php5, libgpgme11-dev, php5-dev, pkg-php-tools (>= 1.6~) Standards-Version: 3.9.5 Homepage: http://pecl.php.net/package/gnupg Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-php/php-gnupg.git Vcs-Git: git://anonscm.debian.org/pkg-php/php-gnupg.git Package: php5-gnupg Architecture: any Depends: ${misc:Depends}, ${php:Depends}, ${phppear:Debian-Depends}, ${shlibs:Depends} Recommends: ${phppear:Debian-Recommends} Breaks: ${phppear:Debian-Breaks} Description: ${phppear:summary} ${phppear:description} debian/gnupg.ini0000664000000000000000000000002312261301662011003 0ustar extension=gnupg.so debian/compat0000664000000000000000000000000212261301662010365 0ustar 9 debian/copyright0000664000000000000000000000332712261301662011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: gnupg Upstream-Contact: Jim Jagielski Source: http://pecl.php.net/package/gnupg Files: * Copyright: 2005-2006, Thilo Raufeisen 2013, Jim Jagielski License: BSD-2-clause Files: debian/* Copyright: 2013, Prach Pongpanich License: BSD-2-clause License: BSD-2-clause All rights reserved. . Redistribution and use of this software in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/php5-gnupg.php50000664000000000000000000000002512261301662011754 0ustar mod debian/gnupg.ini debian/changelog0000664000000000000000000000106712306427625011055 0ustar php-gnupg (1.3.3-1build2) trusty; urgency=medium * No-change rebuild to generate correct description in dbgsym packages -- Iain Lane Fri, 07 Mar 2014 20:44:05 +0000 php-gnupg (1.3.3-1build1) trusty; urgency=medium * No change rebuild for phpapi-20121212+lfs (LFS ABI break on 32-bit arches). -- Robie Basak Wed, 19 Feb 2014 08:22:13 +0000 php-gnupg (1.3.3-1) unstable; urgency=low * Initial release. (Closes: #475784) -- Prach Pongpanich Thu, 26 Dec 2013 12:05:08 +0700 debian/rules0000775000000000000000000000112712261331643010252 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 export NO_INTERACTION=1 %: dh $@ --buildsystem=phppear --with phppear --with php5 override_dh_auto_configure: dh_auto_configure -O--buildsystem=phppear sed -i '/ role="doc" /d' */package.xml sed -i '/ role="test" /d' */package.xml override_dh_install: dh_install -O--buildsystem=phppear # Remove rpath chrpath -d debian/php5-gnupg/usr/lib/php5/*/gnupg.so override_dh_auto_clean: dh_auto_clean -O--buildsystem=phppear rm -f gnupg-*/tests/*.gpg rm -f gnupg-*/tests/*.sh rm -f gnupg-*/tests/random_seed