[shutter] 01/73: Imported Debian patch 0.70.2-1

ChangZhuo Chen czchen at moszumanska.debian.org
Thu Mar 2 01:29:04 UTC 2017


This is an automated email from the git hooks/post-receive script.

czchen pushed a commit to branch master
in repository shutter.

commit 4c3bcd7912f3344383857c4eba33d60882423774
Author: Ryan Niebur <ryanryan52 at gmail.com>
Date:   Sun Apr 26 11:06:22 2009 -0700

    Imported Debian patch 0.70.2-1
---
 debian/changelog |  5 +++++
 debian/compat    |  1 +
 debian/control   | 38 ++++++++++++++++++++++++++++++++++++++
 debian/copyright | 20 ++++++++++++++++++++
 debian/install   |  2 ++
 debian/rules     | 29 +++++++++++++++++++++++++++++
 debian/watch     |  2 ++
 7 files changed, 97 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..196af20
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+shutter (0.70.2-1) unstable; urgency=low
+
+  * Initial release (Closes: #522721)
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 26 Apr 2009 11:06:22 -0700
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..b927b07
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,38 @@
+Source: shutter
+Section: graphics
+Priority: optional
+Maintainer: Ryan Niebur <ryanryan52 at gmail.com>
+Build-Depends: debhelper (>= 7.2)
+Standards-Version: 3.8.1
+Homepage: http://shutter-project.org/
+
+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
+Recommends: libgtk2-imageview-perl, libgoo-canvas-perl
+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
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..3b63e34
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,20 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Mario Kemper <mario.kemper at googlemail.com>
+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: debian/*
+Copyright: 2009, Ryan Niebur <ryanryan52 at gmail.com>
+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.
+    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'
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..ae4c1db
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,2 @@
+bin/* /usr/bin/
+share/* /usr/share/
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..f72b49b
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,29 @@
+#!/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/
+
+build: build-stamp
+build-stamp:
+	dh build
+	touch $@
+
+clean:
+	dh $@
+
+install: install-stamp
+install-stamp: build
+	dh install
+	touch $@
+
+binary-indep: install
+	dh $@
+
+binary-arch: install
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..1e41904
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://shutter-project.org/wp-content/uploads/releases/tars/ shutter-([0-9.]+)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/shutter.git



More information about the Pkg-perl-cvs-commits mailing list