debian/0000755000000000000000000000000012226066745007200 5ustar debian/rules0000755000000000000000000000003612226066745010257 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000252712226066745010611 0ustar Source: librose-object-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libclass-xsaccessor-perl, libtest-pod-perl, perl Maintainer: Debian Perl Group Uploaders: Krzysztof Krzyżaniak (eloy) , Brian Cassidy , Jonathan Yu , gregor herrmann Standards-Version: 3.9.4 Homepage: https://metacpan.org/release/Rose-Class/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/librose-object-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/librose-object-perl.git Package: librose-object-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Recommends: libclass-xsaccessor-perl Description: simple Perl object base class Rose::Class is a generic base class for classes. It provides a single class method (error), but may be expanded further in the future. . A class that inherits from Rose::Class is not expected to allow objects of that class to be instantiated, since the namespace for class and object methods is shared. For example, it is common for Rose::Object-derived classes to have error methods, but this would conflict with the Rose::Class method of the same name. debian/source/0000755000000000000000000000000012226066745010500 5ustar debian/source/format0000644000000000000000000000001412226066745011706 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000600612226066745011054 0ustar librose-object-perl (0.860-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * Change search.cpan.org based URIs to metacpan.org based URIs [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" [ gregor herrmann ] * New upstream release. * Update years of packaging copyright. * Bump debhelper compatibility level to 8. * Declare compliance with Debian Policy 3.9.4. -- gregor herrmann Fri, 11 Oct 2013 23:29:59 +0200 librose-object-perl (0.859-1) unstable; urgency=low * New upstream release. * Switch to source format 3.0 (quilt). * debian/copyright: update years of upstream copyright and formatting. * Set Standards-Version to 3.9.1 (no changes). -- gregor herrmann Sun, 14 Nov 2010 15:36:57 +0100 librose-object-perl (0.858-1) unstable; urgency=low * New upstream release * Standards-Version 3.8.4 (no changes) -- Jonathan Yu Thu, 11 Feb 2010 21:27:22 -0500 librose-object-perl (0.856-1) unstable; urgency=low * New upstream release * Standards-Version 3.8.3 (drop perl version dependency) * Added myself to Uploaders and Copyright * Use new short debhelper rules format * Refresh copyright information * Added Class::XSAccessor to B-D-I for testing -- Jonathan Yu Sun, 18 Oct 2009 09:22:02 -0400 librose-object-perl (0.855-1) unstable; urgency=low * New upstream release. * debian/copyright: update years of upstream and packaging copyright. * Add /me to Uploaders. -- gregor herrmann Sat, 24 Jan 2009 02:59:00 +0100 librose-object-perl (0.854-1) unstable; urgency=low [ gregor herrmann ] * debian/control: - switch Vcs-Browser field to ViewSVN - remove trailing comma from Depends - remove leading articel from Description - add libtest-pod-perl to Build-Depends-Indep to enable an additional test [ Brian Cassidy ] * New upstream release * debian/control: Added myself to Uploaders * debian/copyright: Upgrade to new standards * debian/rules: Upgrade to new standards -- Brian Cassidy Wed, 10 Dec 2008 09:31:30 -0400 librose-object-perl (0.853-1) unstable; urgency=low * New upstream release * debian/control: + Standards-Version: bumped to 3.8.0 (no changes) -- Krzysztof Krzyżaniak (eloy) Mon, 04 Aug 2008 10:10:32 +0200 librose-object-perl (0.85-1) unstable; urgency=low * New upstream release * Converted to debhelper 7 -- Krzysztof Krzyżaniak (eloy) Thu, 29 May 2008 10:55:02 +0200 librose-object-perl (0.84-2) unstable; urgency=low * debian/rules: remove /usr/lib/perl5 only if exists -- Krzysztof Krzyżaniak (eloy) Sun, 06 Apr 2008 00:53:49 +0200 librose-object-perl (0.84-1) unstable; urgency=low * Initial Release (closes: #473120). -- Krzysztof Krzyżaniak (eloy) Wed, 23 May 2007 11:47:32 +0200 debian/compat0000644000000000000000000000000212226066745010376 0ustar 8 debian/copyright0000644000000000000000000000227412226066745011140 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Rose-Object Upstream-Contact: John Siracusa Source: https://metacpan.org/release/Rose-Object/ Files: * Copyright: 2010, John Siracusa License: Artistic or GPL-1+ Files: debian/* Copyright: 2007, 2008, Krzysztof Krzyżaniak (eloy) 2008, Brian Cassidy 2009, 2010, Jonathan Yu 2009-2013, gregor herrmann 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 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 systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000014212226066745010226 0ustar version=3 https://metacpan.org/release/Rose-Object/ .*/Rose-Object-v?(\d.+)\.(?:tar\.gz|tar|tgz)$