Changeset 179

Show
Ignore:
Timestamp:
05/09/09 21:57:34 (15 months ago)
Author:
eferro
Message:

Added docs. Some cleanup. Initial copyright, control and manpage. Ref #40, #38

Location:
debian/cutycapt/trunk
Files:
6 added
3 modified

Legend:

Unmodified
Added
Removed
  • debian/cutycapt/trunk/debian/control

    r175 r179  
    55Build-Depends: debhelper (>= 7), pkg-kde-tools (>= 0.4.2), qt4-qmake, libqt4-dev 
    66Standards-Version: 3.8.1 
    7 Homepage: <insert the upstream URL, if relevant> 
     7Homepage: http://cutycapt.sourceforge.net/ 
    88 
    99 
    1010Package: cutycapt 
    1111Architecture: any 
    12 Depends: ${shlibs:Depends}, ${misc:Depends} 
    13 Description: <insert up to 60 chars description> 
    14  <insert long description, indented with spaces> 
     12Depends: ${shlibs:Depends}, ${misc:Depends}, libqt4-webkit, libqt4-svg 
     13Description: is a utility to render a web page to a image file (vector or bitmap) 
     14 CutyCapt capture WebKit's rendering of a web page ouput into a variety of 
     15 vector and bitmap formats, including SVG, PDF, PS, PNG, JPEG, TIFF, GIF, 
     16 and BMP. 
  • debian/cutycapt/trunk/debian/copyright

    r175 r179  
    22Sat, 09 May 2009 19:50:27 +0200. 
    33 
    4 It was downloaded from <url://example.com> 
     4It was downloaded from http://cutycapt.sourceforge.net/ 
    55 
    6 Upstream Author(s): 
     6Upstream Author: 
    77 
    8     <put author's name and email here> 
    9     <likewise for another author> 
     8    Bjoern Hoehrmann <bjoern@hoehrmann.de> 
    109 
    1110Copyright: 
    1211 
    13     <Copyright (C) YYYY Name OfAuthor> 
    14     <likewise for another author> 
     12    Copyright (C) 2003-2008 Bjoern Hoehrmann 
    1513 
    1614License: 
    1715 
    18     <Put the license of the package here indented by 4 spaces> 
     16    cutycapt is covered under the GNU General Public License. 
     17    See `/usr/share/common-licenses/GPL' 
    1918 
    2019The Debian packaging is: 
     
    2524see `/usr/share/common-licenses/GPL-3'. 
    2625 
    27 # Please also look if there are files or directories which have a 
    28 # different copyright/license attached and list them here. 
  • debian/cutycapt/trunk/debian/rules

    r178 r179  
    11#!/usr/bin/make -f 
    22# -*- makefile -*- 
    3 # Sample debian/rules that uses debhelper. 
    4 # This file was originally written by Joey Hess and Craig Small. 
    5 # As a special exception, when this file is copied by dh-make into a 
    6 # dh-make output file, you may use that output file without restriction. 
    7 # This special exception was added by Craig Small in version 0.37 of dh-make. 
    83 
    9 # Uncomment this to turn on verbose mode. 
    104#export DH_VERBOSE=1 
    11  
    12  
    13  
    14  
    155 
    166configure: configure-stamp 
     
    2717        dh_testdir 
    2818 
    29         # Add here commands to compile the package. 
    3019        $(MAKE) 
    3120        #docbook-to-man debian/cutycapt.sgml > cutycapt.1 
     
    6453# Build architecture-dependent files here. 
    6554binary-arch: install 
    66         dh_testdir 
    67         dh_testroot 
    68         dh_installchangelogs  
    69         dh_installdocs 
    70         dh_installexamples 
    71 #       dh_install 
    72 #       dh_installmenu 
    73 #       dh_installdebconf 
    74 #       dh_installlogrotate 
    75 #       dh_installemacsen 
    76 #       dh_installpam 
    77 #       dh_installmime 
    78 #       dh_python 
    79 #       dh_installinit 
    80 #       dh_installcron 
    81 #       dh_installinfo 
    82         dh_installman 
    83         dh_link 
    84         dh_strip 
    85         dh_compress 
    86         dh_fixperms 
    87 #       dh_perl 
    88 #       dh_makeshlibs 
    89         dh_installdeb 
    90         dh_shlibdeps 
    91         dh_gencontrol 
    92         dh_md5sums 
    93         dh_builddeb 
     55        dh_testdir -A 
     56        dh_testroot -A 
     57        dh_installchangelogs -A 
     58        dh_installdocs -A 
     59        dh_installman -A 
     60        dh_link -A 
     61        dh_strip -A 
     62        dh_compress -A 
     63        dh_fixperms -A 
     64        dh_makeshlibs -A 
     65        dh_installdeb -A 
     66        dh_shlibdeps -A 
     67        dh_gencontrol -A 
     68        dh_md5sums -A 
     69        dh_builddeb -A 
    9470 
    9571binary: binary-indep binary-arch