[SCM] Debian packaging of SDL_Perl CPAN distribution branch, master, updated. upstream/2.533-7-gaa0d4c8
Dominique Dumont
dod at debian.org
Sat Sep 17 07:29:44 UTC 2011
The following commit has been merged in the master branch:
commit 56a9871af6ca856dd8a95bba23bff808a2d7ce5e
Author: Dominique Dumont <dod at debian.org>
Date: Wed Sep 14 18:31:42 2011 +0200
new upstream release 2.5.3
diff --git a/debian/changelog b/debian/changelog
index 62c72ef..54e0c71 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+sdlperl (2.5.3-1) unstable; urgency=low
+
+ * new upstream version
+
+ -- Dominique Dumont <dod at debian.org> Wed, 14 Sep 2011 18:30:28 +0200
+
sdlperl (2.2.5-2) unstable; urgency=low
* Take over for the Debian Perl Group on maintainer's request
diff --git a/debian/control b/debian/control
index 4698f48..d214cdf 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,29 @@
Source: sdlperl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Dominique Dumont <dod at debian.org>
Section: perl
Priority: optional
-Maintainer: Debian SDL packages maintainers <pkg-sdl-maintainers at lists.alioth.debian.org>
-Uploaders: Matthew Danish <mrd at debian.org>, Zephaniah E. Hull <warp at debian.org>, Sam Hocevar (Debian packages) <sam+deb at zoy.org>, Aurelien Jarno <aurel32 at debian.org>, Josselin Mouette <joss at debian.org>,
- Ryan Niebur <ryan at debian.org>
-Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7), perl (>= 5.8), perl-modules (>= 5.10) | libmodule-build-perl, libtest-simple-perl, libsdl1.2-dev (>= 1.2.5-3), libsdl-image1.2-dev, libsdl-mixer1.2-dev (>= 1.2.5-2), libsdl-ttf2.0-dev, libsdl-gfx1.2-dev, libsdl-net1.2-dev, libyaml-perl
-Standards-Version: 3.8.3
+Build-Depends: debhelper (>= 7.0.50),
+ perl,
+ perl,
+ perl,
+ libsdl1.2-dev,
+ libsdl-image1.2-dev,
+ libsdl-mixer1.2-dev,
+ libsdl-ttf2.0-dev,
+ libsdl-gfx1.2-dev,
+ libsdl-net1.2-dev,
+ libyaml-perl
+Standards-Version: 3.9.2
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/sdlperl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/sdlperl.git
Homepage: http://sdl.perl.org/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-sdl/unstable/sdlperl
-Vcs-Browser: http://svn.debian.org/viewsvn/pkg-sdl/unstable/sdlperl/
Package: libsdl-perl
Architecture: any
-Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${perl:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends}
Suggests: ttf-freefont
Conflicts: frozen-bubble (<= 1.0.0-4)
Description: SDL bindings for the Perl language
diff --git a/debian/copyright b/debian/copyright
index 91a3681..cc7991a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,26 +1,3 @@
-This package was debianized by Sam Hocevar <sam at zoy.org> on
-Mon, 4 Feb 2002 19:43:01 +0100.
+Format: http://dep.debian.net/deps/dep5/
+Source:Copyright: (c) 2003 David J. Goehrig <dave at cthulhu-burger.org>
-It was downloaded from http://sdl.perl.org/
-
-Upstream Authors: David J. Goehrig <dave at cthulhu-burger.org>
- Wayne Keenan
-
-Copyright: (c) 2003 David J. Goehrig <dave at cthulhu-burger.org>
-
- This library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2.1 of the License, or (at your option) any later version.
-
- This library is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-On Debian GNU/Linux systems, the complete text of the GNU Library General
-Public License is found in `/usr/share/common-licenses/LGPL-2'.
diff --git a/lib/SDL/Config.pm b/lib/SDL/Config.pm
deleted file mode 100644
index 7327cbd..0000000
--- a/lib/SDL/Config.pm
+++ /dev/null
@@ -1,14 +0,0 @@
-package SDL::Config;
-
-use strict;
-use warnings;
-use SDL::ConfigData;
-
-sub has {
- my ( $class, $define ) = @_;
- my $sdl_config = SDL::ConfigData->config('SDL_cfg');
- my $n = scalar grep { $$sdl_config{$_}{'libs'}{$define} } keys %$sdl_config;
- return ( $n > 0 ) ? 1 : 0;
-}
-
-1;
--
Debian packaging of SDL_Perl CPAN distribution
More information about the Pkg-perl-cvs-commits
mailing list