debian/0000755000000000000000000000000012230273570007167 5ustar debian/rules0000755000000000000000000000003612230273570010246 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000201412230273570010567 0ustar Source: libobject-accessor-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: gregor herrmann Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl (>= 5.17.1) Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libobject-accessor-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libobject-accessor-perl.git Homepage: https://metacpan.org/release/Object-Accessor/ Package: libobject-accessor-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, perl (>= 5.17.1) Description: interface to create per object accessors Object::Accessor provides an interface to create per object accessors (as opposed to per Class accessors, as, for example, Class::Accessor provides). . You can choose to either subclass this module, and thus using its accessors on your own module, or to store an Object::Accessor object inside your own object, and access the accessors from there. debian/source/0000755000000000000000000000000012230273570010467 5ustar debian/source/format0000644000000000000000000000001412230273570011675 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000054212230273570011042 0ustar libobject-accessor-perl (0.48-1) unstable; urgency=low * New upstream release. * Upload to unstable. -- gregor herrmann Fri, 18 Oct 2013 20:01:11 +0200 libobject-accessor-perl (0.46-1) experimental; urgency=low * Initial Release. (Closes: #707981) -- gregor herrmann Mon, 20 May 2013 20:41:11 +0200 debian/compat0000644000000000000000000000000212230273570010365 0ustar 8 debian/copyright0000644000000000000000000000204612230273570011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Object-Accessor Source: https://metacpan.org/release/Object-Accessor/ Upstream-Contact: Chris Williams Files: * Copyright: 2004, Jos Boumans License: Artistic or GPL-1+ Files: debian/* Copyright: 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/watch0000644000000000000000000000017412230273570010222 0ustar version=3 https://metacpan.org/release/Object-Accessor/ .*/Object-Accessor-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$