diff -Nru fbcat-0.2/debian/bug-script fbcat-0.2/debian/bug-script --- fbcat-0.2/debian/bug-script 1970-01-01 01:00:00.000000000 +0100 +++ fbcat-0.2/debian/bug-script 2009-12-29 20:52:20.000000000 +0000 @@ -0,0 +1,19 @@ +#!/bin/bash + +set -e + +if [ -x /bin/fbset ] +then + /bin/fbset -i >&3 +else + cat < Mon, 28 Dec 2009 17:22:22 +0100 + fbcat (0.2-1) unstable; urgency=low * Initial release (closes: #545375). diff -Nru fbcat-0.2/debian/control fbcat-0.2/debian/control --- fbcat-0.2/debian/control 2010-01-18 08:01:15.000000000 +0000 +++ fbcat-0.2/debian/control 2009-12-29 20:52:20.000000000 +0000 @@ -3,7 +3,7 @@ Priority: extra Maintainer: Piotr Lewandowski Uploaders: Luca Bruno -Build-Depends: debhelper (>= 7), docbook-xml (>= 4.5), docbook-xsl, xsltproc, libxml2-utils +Build-Depends: debhelper (>= 7), docbook-xml (>= 4.5), docbook-xsl, xsltproc, libxml2-utils, linux-libc-dev Standards-Version: 3.8.3 Vcs-Browser: http://git.debian.org/?p=collab-maint/fbcat.git Vcs-Git: git://git.debian.org/collab-maint/fbcat.git @@ -17,7 +17,7 @@ Replaces: fbgrab (<< 1.0.0-6) Recommends: netpbm | graphicsmagick | imagemagick Description: framebuffer grabber - fbcat grabs an image of a framebuffer and stores in a PPM file. + fbcat grabs a screenshot of a framebuffer and stores in a PPM file. . This package also provides a compatibility wrapper around fbcat to ease migration from fbgrab. diff -Nru fbcat-0.2/debian/source/format fbcat-0.2/debian/source/format --- fbcat-0.2/debian/source/format 1970-01-01 01:00:00.000000000 +0100 +++ fbcat-0.2/debian/source/format 2010-01-18 08:01:15.000000000 +0000 @@ -0,0 +1 @@ +3.0 (quilt)