[shutter] 16/73: handle new dependencies

ChangZhuo Chen czchen at moszumanska.debian.org
Thu Mar 2 01:29:06 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 92c7d387f1f73a85ecc6d272b321a03e33fd8d4c
Author: Ryan Niebur <ryanryan52 at gmail.com>
Date:   Tue Jul 7 20:40:20 2009 -0700

    handle new dependencies
    
    * install X11/Protocol/Ext/XFIXES.pm
    * add new dependencies
    * update debian/copyright for newly included modules
---
 debian/changelog |  5 ++++-
 debian/control   |  2 +-
 debian/copyright | 23 +++++++++++++++++++++++
 debian/rules     |  1 +
 4 files changed, 29 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b865ee5..556028d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,11 @@ shutter (0.80-1) UNRELEASED; urgency=low
 
   * New Upstream Version
   * Debian Policy 3.8.2
+  * install X11/Protocol/Ext/XFIXES.pm
+  * add new dependencies
+  * update debian/copyright for newly included modules
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Tue, 07 Jul 2009 20:25:54 -0700
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Tue, 07 Jul 2009 20:39:55 -0700
 
 shutter (0.70.2-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index a382706..f586afe 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ 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
+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
diff --git a/debian/copyright b/debian/copyright
index 866803d..6b6c540 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -43,6 +43,29 @@ 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<sburke at cpan.org>
+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 <per.einar (at) skynet.be>
+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 <ryanryan52 at gmail.com>
 License: GPL-3+
diff --git a/debian/rules b/debian/rules
index 997746d..a48c265 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,7 @@ 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/
+	mv debian/$(shell dh_listpackages)/usr/share/shutter/resources/modules/X11 debian/$(shell dh_listpackages)/usr/share/perl5/
 	rm -fr debian/$(shell dh_listpackages)/usr/share/shutter/resources/modules/
 
 %:

-- 
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