debian/0000755000000000000000000000000012230563030007160 5ustar debian/changelog0000644000000000000000000000147712230561337011053 0ustar whatweb (0.4.8~git20130516-1) unstable; urgency=low * New git snapshot release. * Support Ruby 1.9.3 by default, drop patches. * Update Standards-Version to 3.9.4 . * Drop watch file, no support from upstream. -- Laszlo Boszormenyi (GCS) Sat, 19 Oct 2013 21:36:49 +0200 whatweb (0.4.8~git20120606-1) unstable; urgency=low * Default Ruby version switched to v1.9 , package git version which supports that (closes: #676333). * Fix other problems with my patches. -- Laszlo Boszormenyi (GCS) Wed, 06 Jun 2012 19:45:32 +0200 whatweb (0.4.7-1) unstable; urgency=low [ Guillaume Delacour ] * Initial release (Closes: #635065) [ Laszlo Boszormenyi (GCS) ] * Make the package lintian clean. -- Laszlo Boszormenyi (GCS) Mon, 04 Jun 2012 12:15:55 +0000 debian/compat0000644000000000000000000000000211612350537010367 0ustar 7 debian/control0000644000000000000000000000164012230560456010575 0ustar Source: whatweb Section: ruby Priority: extra Maintainer: Laszlo Boszormenyi (GCS) Build-Depends: debhelper (>= 7.0.50~) Standards-Version: 3.9.4 Homepage: http://www.morningstarsecurity.com/research/whatweb Vcs-Git: git://git.debian.org/collab-maint/whatweb.git Vcs-Browser: http://git.debian.org/?p=collab-maint/whatweb.git;a=summary Package: whatweb Architecture: all Depends: ${misc:Depends}, ruby (>= 1:1.8) | ruby-interpreter Recommends: ruby-json, ruby-rchardet Description: Next generation web scanner WhatWeb identifies websites. It recognises web technologies including content management systems (CMS), blogging platforms, statistic/analytics packages, JavaScript libraries, web servers, and embedded devices. . WhatWeb has over 900 plugins, each to recognise something different. It also identifies version numbers, email addresses, account IDs, web framework modules, SQL errors, and more. debian/copyright0000644000000000000000000000546612230557573011145 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: whatweb Source: http://www.morningstarsecurity.com/research/whatweb Files: * Copyright: 2009, 2010 Andrew Horton License: GPL-2.0+ This package 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 package 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, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". Files: debian/* Copyright: 2011 Guillaume Delacour 2012- Laszlo Boszormenyi (GCS) License: GPL-2.0+ This package 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 package 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, see Files: lib/anemone/* Copyright: 2009 Vertive, Inc. License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/docs0000644000000000000000000000000711725343277010051 0ustar README debian/links0000644000000000000000000000007011656570316010240 0ustar var/lib/whatweb/my-plugins usr/share/whatweb/my-plugins debian/manpages0000644000000000000000000000001211612350537010700 0ustar whatweb.1 debian/rules0000755000000000000000000000147312230561451010252 0ustar #!/usr/bin/make -f # -*- makefile -*- DESTINATION = debian/whatweb # override /usr default upstream location override_dh_auto_build: dh_auto_build -- DESTDIR=$(DESTINATION)/usr override_dh_install: dh_install # move my-plugins to /var/lib mkdir -p $(DESTINATION)/var/lib/whatweb mv $(DESTINATION)/usr/share/whatweb/my-plugins \ $(DESTINATION)/var/lib/whatweb/ rm -f $(DESTINATION)/usr/share/doc/whatweb/CHANGELOG rm -f $(DESTINATION)/usr/share/doc/whatweb/INSTALL rm -f $(DESTINATION)/usr/share/doc/whatweb/LICENSE # don't provide license for anemone as debian/copyright # mention MIT License rm -f $(DESTINATION)/usr/share/whatweb/lib/anemone/LICENSE override_dh_auto_clean: dh_auto_clean -- DESTDIR=$(DESTINATION)/usr %: dh $@ .PHONY: override_dh_auto_clean override_dh_auto_build override_dh_install debian/source/0000755000000000000000000000000011612350537010471 5ustar debian/source/format0000644000000000000000000000001411612350537011677 0ustar 3.0 (quilt)