debian/0000755000000000000000000000000012255376050007173 5ustar debian/rules0000755000000000000000000000003612255376050010252 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000177212255376050010605 0ustar Source: libopengl-xscreensaver-perl Maintainer: Debian Perl Group Uploaders: Maximilian Gass Section: perl Priority: optional Build-Depends: debhelper (>= 9.20120312), perl, libx11-dev, libgl1-mesa-dev | libgl-dev Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libopengl-xscreensaver-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libopengl-xscreensaver-perl.git Homepage: https://metacpan.org/release/OpenGL-XScreenSaver/ Package: libopengl-xscreensaver-perl Architecture: any Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends} Description: Perl module for writing OpenGL-based XScreenSaver hacks OpenGL::XScreenSaver allows you to write OpenGL XScreenSaver hacks in Perl. It prepares the OpenGL library to be used with XScreenSaver. . It provides subroutines to support both preview and full screen mode. debian/source/0000755000000000000000000000000012255376050010473 5ustar debian/source/format0000644000000000000000000000001412255376050011701 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000266112255376050011052 0ustar libopengl-xscreensaver-perl (0.05-1) unstable; urgency=medium * Team upload. * New upstream release. * Drop devel-checklib.patch, merged upstream. * Refresh (and reactivate) fix-checklib-fail.patch. * Declare compliance with Debian Policy 3.9.5. -- gregor herrmann Sat, 21 Dec 2013 21:37:49 +0100 libopengl-xscreensaver-perl (0.04-3) unstable; urgency=low * Team upload. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * Update the embedded Devel::CheckLib in a quilt patch. (Closes: #708080) * Use debhelper 9.20120312 to get all hardening flags. * Set Standards-Version to 3.9.4 (no changes). -- gregor herrmann Mon, 13 May 2013 21:50:39 +0200 libopengl-xscreensaver-perl (0.04-2) unstable; urgency=low * Team upload [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Alessandro Ghedini ] * Fix and update copyright to Copyright-Format 1.0 * Bump debhelper compat level to 9 * Bump Standards-Version to 3.9.3 (no changes needed) * Add fix-checklib-fail.patch -- Alessandro Ghedini Wed, 08 Aug 2012 15:38:36 +0200 libopengl-xscreensaver-perl (0.04-1) unstable; urgency=low * Initial Release (closes: #579104) -- Maximilian Gass Sun, 25 Apr 2010 15:06:43 +0200 debian/compat0000644000000000000000000000000212255376050010371 0ustar 9 debian/patches/0000755000000000000000000000000012255376050010622 5ustar debian/patches/fix-checklib-fail.patch0000644000000000000000000000071212255376050015104 0ustar Description: Trigger build failure when libx11 or gl are not found Origin: vendor Forwarded: not-needed Author: Alessandro Ghedini Reviewed-by: gregor herrmann Last-Update: 2013-12-21 --- a/Makefile.PL +++ b/Makefile.PL @@ -4,7 +4,7 @@ use lib qw(inc); use Devel::CheckLib; -check_lib_or_exit(lib => ['X11', 'GL']); +assert_lib(lib => ['X11', 'GL']); WriteMakefile( NAME => 'OpenGL::XScreenSaver', debian/patches/series0000644000000000000000000000003012255376050012030 0ustar fix-checklib-fail.patch debian/copyright0000644000000000000000000000320512255376050011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: OpenGL-XScreenSaver Upstream-Contact: Lars Stoltenow Source: https://metacpan.org/release/OpenGL-XScreenSaver/ Files: * Copyright: 2010, Lars Stoltenow License: Artistic or GPL-1+ The upstream tarball was missing a copyright statement, therefore I asked upstream to provide one: . -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 . Hereby I declare that OpenGL::XScreenSaver is copyrighted (c) 2010 Lars Stoltenow -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) . iEYEARECAAYFAkuRZdEACgkQrueXEkm5D2okZQCeMlX5GcFEkGCzTIKwxPq+2Fp3 Kz8AoL+/ED32fXNJPRIgiWcpeX/ofBmB =+A9S -----END PGP SIGNATURE----- Files: inc/Devel/CheckLib.pm Copyright: 2007, David Cantrell Portions Copyright 2007, David Golden License: Artistic or GPL-1+ Files: debian/* Copyright: 2010, Maximilian Gass License: Artistic or GPL-1+ 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-1' debian/watch0000644000000000000000000000020412255376050010220 0ustar version=3 https://metacpan.org/release/OpenGL-XScreenSaver/ .*/OpenGL-XScreenSaver-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$