--- shutter-0.80.orig/debian/install +++ shutter-0.80/debian/install @@ -0,0 +1,6 @@ +bin/* /usr/bin/ +share/applications /usr/share/ +share/locale /usr/share/ +share/man /usr/share/ +share/pixmaps /usr/share/ +share/shutter /usr/share/ --- shutter-0.80.orig/debian/changelog +++ shutter-0.80/debian/changelog @@ -0,0 +1,23 @@ +shutter (0.80-1) unstable; urgency=low + + * New Upstream Version + * Debian Policy 3.8.2 + * add new dependencies + * update debian/copyright for newly included modules + + -- Ryan Niebur Thu, 09 Jul 2009 04:17:01 -0700 + +shutter (0.70.2-2) unstable; urgency=low + + * don't install anything into /usr/share/app-install/ (Closes: + #532178) + * add DMUA field + * make debian/rules a bit smaller + + -- Ryan Niebur Sun, 07 Jun 2009 12:29:41 -0700 + +shutter (0.70.2-1) unstable; urgency=low + + * Initial release (Closes: #522721) + + -- Ryan Niebur Sun, 26 Apr 2009 11:06:22 -0700 --- shutter-0.80.orig/debian/watch +++ shutter-0.80/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://shutter-project.org/wp-content/uploads/releases/tars/ shutter-([0-9.]+)\.tar\.gz --- shutter-0.80.orig/debian/rules +++ shutter-0.80/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +override_dh_install: + dh_install + mkdir -p debian/$(shell dh_listpackages)/usr/share/perl5/ + mv debian/$(shell dh_listpackages)/usr/share/shutter/resources/modules/Shutter debian/$(shell dh_listpackages)/usr/share/perl5/ + rm -fr debian/$(shell dh_listpackages)/usr/share/shutter/resources/modules/ + +%: + dh $@ --- shutter-0.80.orig/debian/copyright +++ shutter-0.80/debian/copyright @@ -0,0 +1,93 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Mario Kemper +Upstream-Source: http://shutter-project.org/wp-content/uploads/releases/tars/ +Upstream-Name: Shutter + +Files: * +Copyright: Copyright © 2008-2009 Mario Kemper and Shutter Team +License: GPL-3+ + +Files: share/shutter/resources/modules/Proc/Simple.pm +Copyright: 1996-2001, Michael Schilli +License: Artistic | GPL-1+ +License-Alias: Perl + +Files: share/shutter/resources/modules/File/BaseDir.pm +Copyright: 2003, Jaap G Karssenberg +License: Artistic | GPL-1+ +License-Alias: Perl + +Files: share/shutter/resources/modules/File/Spec.pm +Copyright: 2004 by the Perl 5 Porters +License: Artistic | GPL-1+ +License-Alias: Perl + +Files: share/shutter/resources/modules/File/MimeInfo.pm, share/shutter/resources/modules/File/MimeInfo.pm/* +Copyright: 2005,2008 Jaap G Karssenberg +License: Artistic | GPL-1+ +License-Alias: Perl + +Files: share/shutter/resources/modules/File/DesktopEntry.pm +Copyright: 2005 Jaap G Karssenberg +License: Artistic | GPL-1+ +License-Alias: Perl + +Files: share/shutter/resources/modules/File/Copy/Recursive.pm +Copyright: 2004, Daniel Muey +License: Artistic | GPL-1+ +License-Alias: Perl + +Files: share/shutter/resources/modules/Shutter/Upload/ImageShack.pm +Copyright: 2008 by Cláudio Valente + 2008-2009 Mario Kemper and Shutter Team +License: Artistic | GPL-1+ | GPL-3+ + +Files: share/shutter/resources/modules/Sort/Naturally.pm +Copyright: Copyright 2001, Sean M. Burke C +License: Artistic | GPL-1+ +License-Alias: Perl + +Files: share/shutter/resources/modules/File/HomeDir.pm, share/shutter/resources/modules/File/HomeDir/* +Copyright: Copyright 2005 - 2009 Adam Kennedy. + Some parts copyright 2000 Sean M. Burke. + Some parts copyright 2006 Chris Nandor. + Some parts copyright 2006 Stephen Steneker. +License: Artistic | GPL-1+ +License-Alias: Perl + +Files: share/shutter/resources/modules/File/Which.pm +Copyright: Copyright (C) 2002 Per Einar Ellefsen +License: Artistic | GPL-1+ +License-Alias: Perl + +Files: share/shutter/resources/modules/Net/DBus/Skype.pm +Copyright: Copyright 2008 Evan Carroll, all rights reserved. +License: Artistic | GPL-1+ +License-Alias: Perl + +Files: debian/* +Copyright: 2009, Ryan Niebur +License: GPL-3+ + +License: GPL-3+ + This program 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; version 3 dated June, 2007, or (at your + option) any later version + On Debian GNU/Linux systems, the complete text of version 3 of the GNU + General Public License can be found in `/usr/share/common-licenses/GPL-3' + +License: Artistic + This program is free software; you can redistribute it and/or modify + it under the terms of the Artistic License, which comes with Perl. + On Debian GNU/Linux systems, the complete text of the Artistic License + can be found in `/usr/share/common-licenses/Artistic' + +License: GPL-1+ + This program 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 1, or (at your option) + any later version. + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' --- shutter-0.80.orig/debian/compat +++ shutter-0.80/debian/compat @@ -0,0 +1 @@ +7 --- shutter-0.80.orig/debian/control +++ shutter-0.80/debian/control @@ -0,0 +1,42 @@ +Source: shutter +Section: graphics +Priority: optional +Maintainer: Ryan Niebur +DM-Upload-Allowed: yes +Build-Depends: debhelper (>= 7.0.50) +Standards-Version: 3.8.2 +Homepage: http://shutter-project.org/ +Vcs-Git: git://git.ryan52.info/git/shutter +Vcs-Browser: http://git.ryan52.info/?p=shutter;a=summary + +Package: shutter +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, libgtk2-perl, libglib-perl, libgnome2-perl, libgnome2-vfs-perl, libgnome2-wnck-perl, libgnome2-gconf-perl, liblocale-gettext-perl, libxml-simple-perl, libwww-mechanize-perl, libwww-perl, imagemagick, perlmagick, libx11-protocol-perl, librsvg2-common, libfile-desktopentry-perl, libfile-basedir-perl, libfile-copy-recursive-perl, libfile-mimeinfo-perl, libproc-simple-perl, libfile-homedir-perl, libfile-which-perl, libsort-naturally-perl +Recommends: libgtk2-imageview-perl, libgoo-canvas-perl +Suggests: gnome-web-photo +Description: feature-rich screenshot program + Shutter is a feature-rich screenshot program. You can take a + screenshot of a specific area, window, your whole screen, or even of + a website - apply different effects to it, draw on it to highlight + points, and then upload to an image hosting site, all within one + window. + . + Features: + * take a screenshot of your complete desktop, a rectangular area + or capture a website + * take screenshot directly or with a specified delay time + * save the screenshots to a specified directory and name them in a + convenient way (using special wild-cards) + * Shutter is fully integrated into the GNOME Desktop (TrayIcon etc.) + * generate thumbnails directly when you are taking a screenshot + and set a size level in % + * Shutter session collection + o keep track of all screenshots during session + o copy screeners to clipboard + o print screenshots + o delete screenshots + o rename your file + * upload your files directly to Image-Hosters + (e.g. http://ubuntu-pics.de), retrieve all the needed links and + share them with others + * edit your screenshots directly using the embedded drawing tool