Skip to content

Commit

Permalink
Debian package
Browse files Browse the repository at this point in the history
  • Loading branch information
Elbandi committed Sep 23, 2015
1 parent fdf8b17 commit e4ab339
Show file tree
Hide file tree
Showing 8 changed files with 51 additions and 0 deletions.
5 changes: 5 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
webkit-server (1.0-1) unstable; urgency=low

* Initial import

-- Niklas Baumstark <niklas.baumstark@gmail.com> Wed, 23 Sep 2015 10:17:33 +0000
1 change: 1 addition & 0 deletions debian/compat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7
26 changes: 26 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Source: webkit-server
Maintainer: Niklas Baumstark <niklas.baumstark@gmail.com>
Section: python
Priority: optional
Build-Depends: python-all (>= 2.6.6-3), debhelper (>= 7), qt5-default, libqt5webkit5-dev
Standards-Version: 3.9.1

Package: python-webkit-server
Architecture: any
XB-Python-Version: ${python:Versions}
Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}
Provides: ${python:Provides}
Description: a Webkit-based, headless web client
A standalone version of the Webkit server included in capybara-webkit.
.
It includes a slim Python wrapper and the following improvements over
the original version from thoughtbot:
.
* Wait command to wait for the current page to load
* SetAttribute command to configure certain QWebkit settings
* SetHtml command to load custom HTML into the browser
(e.g. to execute scripts on web pages scraped by a static scraper)
* SetViewportSize command to set the viewport size of the in-memory browser
.
If you are interested in web scraping using this server,
have a look at dryscrape (https://github.com/niklasb/dryscrape).
8 changes: 8 additions & 0 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: webkit-server
Source: https://github.com/niklasb/webkit-server

Files: *
Copyright: Copyright (c) 2010-2012 thoughtbot, inc.
License: MIT
For details see http://opensource.org/licenses/MIT.
3 changes: 3 additions & 0 deletions debian/lintian-overrides
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
python-webkit-server binary: description-synopsis-starts-with-article
python-webkit-server binary: new-package-should-close-itp-bug

6 changes: 6 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/make -f

%:
dh $@ --with python2 --buildsystem=python_distutils


1 change: 1 addition & 0 deletions debian/source/format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0 (quilt)
1 change: 1 addition & 0 deletions debian/source/options
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
extend-diff-ignore="\.egg-info"

0 comments on commit e4ab339

Please sign in to comment.