debian/0000775000000000000000000000000012301064754007172 5ustar debian/copyright0000664000000000000000000000344412004520705011123 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: mongo-php-driver Source: https://github.com/mongodb/mongo-php-driver Files: * Copyright: Copyright 2009-2011 10gen, Inc. License: Apache License 2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. . On Debian systems, the full text of the Apache License 2.0 can be found in the file `/usr/share/common-licenses/Apache-2.0'. Files: debian/* Copyright: Laszlo Boszormenyi (GCS) License: GPL-2+ 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 systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. debian/rules0000775000000000000000000000354312241136561010256 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 DESTDIR=$(CURDIR)/debian/php5-mongo DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) # Enable IEEE-conformant floating point math on alphas (not the default) ifeq (alpha-linux-gnu,$(DEB_HOST_GNU_TYPE)) CFLAGS += -mieee endif ifeq ($(DEB_HOST_GNU_TYPE), $(findstring $(DEB_HOST_GNU_TYPE), ia64-linux-gnu powerpc64-linux-gnu aarch64-linux-gnu)) CFLAGS += -g else CFLAGS += -gstabs endif configure: configure-stamp configure-stamp: phpize5 ./configure --prefix=/usr --with-php-config=/usr/bin/php-config5 \ $(shell dpkg-buildflags --export=configure) touch $@ build-arch: build-indep: build: build-stamp build-stamp: configure $(MAKE) DESTDIR=$(DESTDIR) touch $@ clean: dh_testdir dh_testroot rm -rf configure-stamp build-stamp [ ! -f Makefile ] || $(MAKE) distclean phpize --clean find $(CURDIR)/tests \( -name \*.diff -o -name \*.exp -o -name \*.log -o -name \*.out -o -name \*.sh \) -exec rm {} \; rm -f $(CURDIR)/tests/mongo-test-cfg.inc dh_clean install: check dh_testdir dh_testroot dh_prep $(MAKE) install INSTALL_ROOT=$(DESTDIR) install -D -m 644 debian/mongo.ini \ debian/php5-mongo/etc/php5/mods-available/mongo.ini check: build # cp $(CURDIR)/tests/mongo-test-cfg.inc.template \ $(CURDIR)/tests/mongo-test-cfg.inc # $(MAKE) test binary-indep: install binary-arch: install dh_testdir dh_testroot dh_installdirs -a dh_installchangelogs -a dh_installdocs -a dh_installexamples -a dh_install -a dh_php5 -a dh_link -a dh_strip -a dh_compress -a dh_fixperms -a dh_installdeb -a dh_shlibdeps -a echo "php:Depends=phpapi-`php-config5 --phpapi`" >> debian/php5-mongo.substvars dh_gencontrol -a dh_md5sums -a dh_builddeb -a binary: binary-indep binary-arch .PHONY: clean binary-indep binary-arch binary install debian/php5-mongodb/0000775000000000000000000000000012004512241011456 5ustar debian/php5-mongodb/usr/0000775000000000000000000000000012004515134012273 5ustar debian/source/0000775000000000000000000000000012004511113010454 5ustar debian/source/format0000664000000000000000000000001412004511113011662 0ustar 3.0 (quilt) debian/mongo.ini0000664000000000000000000000002512004514577011012 0ustar extension = mongo.so debian/watch0000664000000000000000000000046712077015740010233 0ustar version=3 opts=uversionmangle=s/_/./g;s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|b|a)[\-\.]?\d*)$/$1~$2/ \ https://github.com/mongodb/mongo-php-driver/tags .*[^n]/(?:v||release-|mongo-php-driver[_\-])(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz)) # Bart Martens Tue, 15 Jan 2013 20:42:11 +0000 debian/php5-mongo.php50000664000000000000000000000002512241136113011746 0ustar mod debian/mongo.ini debian/changelog0000664000000000000000000000342412301064754011047 0ustar php-mongo (1.4.5-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:23:08 +0000 php-mongo (1.4.5-1) unstable; urgency=low * New upstream release. * Handle module auto installation (closes: #729460). * Move to debhelper level 9 . * Update Standards-Version to 3.9.5 . [ Colin Watson ] * Build with -g on aarch64-linux-gnu, not (pre-DWARF) -gstabs (closes: #726499). -- Laszlo Boszormenyi (GCS) Thu, 14 Nov 2013 11:16:26 +0000 php-mongo (1.4.4-1) unstable; urgency=low * New upstream release. -- Laszlo Boszormenyi (GCS) Thu, 10 Oct 2013 11:17:46 +0000 php-mongo (1.4.1-1) unstable; urgency=low * New upstream release. -- Laszlo Boszormenyi (GCS) Sat, 06 Jul 2013 14:40:17 +0200 php-mongo (1.3.7-1) unstable; urgency=low * New upstream release. * Don't run self-test, it needs configuration and running MongoDB database. -- Laszlo Boszormenyi (GCS) Sat, 20 Apr 2013 21:05:15 +0200 php-mongo (1.3.6-1) unstable; urgency=low * New upstream release. -- Laszlo Boszormenyi (GCS) Thu, 28 Mar 2013 06:27:21 +0100 php-mongo (1.3.4-1) unstable; urgency=low * New upstream release. -- Laszlo Boszormenyi (GCS) Wed, 13 Feb 2013 01:13:09 +0100 php-mongo (1.3.3-1) unstable; urgency=low * New upstream release. [ Bart Martens ] * Add watch file. -- Laszlo Boszormenyi (GCS) Sun, 20 Jan 2013 17:23:29 +0100 php-mongo (1.2.12-1) unstable; urgency=low * Initial release (closes: #660141). -- Laszlo Boszormenyi (GCS) Fri, 27 Jul 2012 13:14:04 +0000 debian/control0000664000000000000000000000073112241132016010564 0ustar Source: php-mongo Section: php Priority: optional Maintainer: Laszlo Boszormenyi (GCS) Build-Depends: debhelper (>= 9), php5-dev (>= 5.2.6) Homepage: http://www.mongodb.org/display/DOCS/PHP+Language+Center Standards-Version: 3.9.5 Package: php5-mongo Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${php:Depends} Description: MongoDB database driver This package provides an interface for communicating with the MongoDB database in PHP. debian/compat0000664000000000000000000000000212241130675010367 0ustar 9