--- libphp-snoopy-1.2.4.orig/debian/control +++ libphp-snoopy-1.2.4/debian/control @@ -0,0 +1,31 @@ +Source: libphp-snoopy +Section: php +Priority: optional +Maintainer: Marcelo Jorge Vieira (metal) +Build-Depends: debhelper (>= 7) +Standards-Version: 3.8.4 +Homepage: http://snoopy.sourceforge.net/ +Vcs-Git: git://git.debian.org/git/users/metal/libphp-snoopy.git +Vcs-Browser: http://git.debian.org/?p=users/metal/libphp-snoopy.git;a=summary + +Package: libphp-snoopy +Architecture: all +Depends: ${misc:Depends}, php5 | php5-cli +Suggests: curl +Description: Snoopy is a PHP class that simulates a web browser + It automates the task of retrieving web page content and posting forms, + for example + . + Some of Snoopy's features: + . + * easily fetch the contents of a web page + * easily fetch the text from a web page (strip html tags) + * easily fetch the links from a web page + * supports proxy hosts + * supports basic user/pass authentication + * supports setting user_agent, referer, cookies and header content + * supports browser redirects, and controlled depth of redirects + * expands fetched links to fully qualified URLs (default) + * easily submit form data and retrieve the results + * supports following html frames (added v0.92) + * supports passing cookies on redirects (added v0.92) --- libphp-snoopy-1.2.4.orig/debian/libphp-snoopy.install +++ libphp-snoopy-1.2.4/debian/libphp-snoopy.install @@ -0,0 +1 @@ +Snoopy.class.php /usr/share/php/libphp-snoopy/ --- libphp-snoopy-1.2.4.orig/debian/changelog +++ libphp-snoopy-1.2.4/debian/changelog @@ -0,0 +1,31 @@ +libphp-snoopy (1.2.4-2) unstable; urgency=low + + * Fixed debian-watch-file-should-use-sf-redirector + * Removing cdbs references and bumping package to debhelper 7 + * Updated Standards-Version to 3.8.4 (no changes) + * Changing my email for Debian address + * Changed VCS fields to my new account in Alioth + * Changed package section from 'web' to 'php' + + -- Marcelo Jorge Vieira (metal) Sat, 20 Mar 2010 18:06:17 -0300 + +libphp-snoopy (1.2.4-1) unstable; urgency=high + + * New Upstream Version + - fixes CVE-2008-4796 (Closes: #504168) + + -- Marcelo Jorge Vieira (metal) Tue, 28 Oct 2008 22:33:12 -0200 + +libphp-snoopy (1.2.3-2) unstable; urgency=low + + * Added watch file + * Updated Standards-Version to 3.7.3 + + -- Marcelo Jorge Vieira (metal) Thu, 31 Jan 2008 12:27:43 -0200 + +libphp-snoopy (1.2.3-1) unstable; urgency=low + + * Initial release (Closes: #442303) + + -- Marcelo Jorge Vieira (metal) Fri, 14 Sep 2007 13:29:04 -0300 + --- libphp-snoopy-1.2.4.orig/debian/compat +++ libphp-snoopy-1.2.4/debian/compat @@ -0,0 +1 @@ +7 --- libphp-snoopy-1.2.4.orig/debian/watch +++ libphp-snoopy-1.2.4/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/snoopy/Snoopy-(.+)\.tar\.gz --- libphp-snoopy-1.2.4.orig/debian/rules +++ libphp-snoopy-1.2.4/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + dh $@ --- libphp-snoopy-1.2.4.orig/debian/copyright +++ libphp-snoopy-1.2.4/debian/copyright @@ -0,0 +1,28 @@ +This package was debianized by Marcelo Jorge Vieira (metal) on +Fri, 14 Sep 2007 13:29:04 -0300. + +It was downloaded from + +Upstream author: + + Author: Monte Ohrt + Copyright (c): 1999-2000 ispi, all rights reserved + +License: + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This library 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 + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, 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 `/usr/share/common-licenses/LGPL-2.1'. --- libphp-snoopy-1.2.4.orig/debian/docs +++ libphp-snoopy-1.2.4/debian/docs @@ -0,0 +1,4 @@ +FAQ +NEWS +README +TODO