debian/0000755000000000000000000000000012217500417007165 5ustar debian/compat0000644000000000000000000000000212217500417010363 0ustar 9 debian/copyright0000644000000000000000000000247112217500417011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Variable-Magic Upstream-Contact: Vincent Pit Source: https://metacpan.org/release/Variable-Magic/ Files: * Copyright: 2007-2013, Vincent Pit License: Artistic or GPL-1+ Files: debian/* Copyright: 2009-2012, Angel Abad 2009-2011, Ansgar Burchardt 2009, Antonio Radici 2009-2010, Jonathan Yu 2009, Nathan Handler 2009, Ryan Niebur 2012-2013, Salvatore Bonaccorso 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/rules0000755000000000000000000000035312217500417010246 0ustar #!/usr/bin/make -f PKG=$(shell dh_listpackages) %: dh $@ override_dh_installexamples: dh_installexamples find $(CURDIR)/debian/$(PKG)/usr/share/doc/$(PKG)/examples -type f \ -exec sed -i -e 's;^#.*perl;#!/usr/bin/perl;' {} + debian/watch0000644000000000000000000000017212217500417010216 0ustar version=3 https://metacpan.org/release/Variable-Magic/ .*/Variable-Magic-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/control0000644000000000000000000000215612217500417010574 0ustar Source: libvariable-magic-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Antonio Radici , Ansgar Burchardt , Nathan Handler , Jonathan Yu , Angel Abad Build-Depends: debhelper (>= 9), perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libvariable-magic-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libvariable-magic-perl.git Homepage: https://metacpan.org/release/Variable-Magic/ Package: libvariable-magic-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Description: module to associate user-defined magic to variables from Perl Variable::Magic is Perl way of enhancing objects. This mechanism lets the user add extra data to any variable and hook syntaxical operations (such as access, assignment or destruction) that can be applied to it. . With this module, you can add your own magic to any variable without having to write a single line of XS. debian/source/0000755000000000000000000000000012217500417010465 5ustar debian/source/format0000644000000000000000000000001412217500417011673 0ustar 3.0 (quilt) debian/libvariable-magic-perl.examples0000644000000000000000000000001212217500417015210 0ustar samples/* debian/changelog0000644000000000000000000001462212217500417011044 0ustar libvariable-magic-perl (0.53-1) unstable; urgency=low * Team upload. [ Nathan Handler ] * Email change: Nathan Handler -> nhandler@debian.org [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs * Imported Upstream version 0.53 * Drop unneeded Build-Depends for removed tests * Update copyright years for upstream files * Update copyright years for debian/* packaging files -- Salvatore Bonaccorso Sun, 22 Sep 2013 07:23:43 +0200 libvariable-magic-perl (0.52-1) unstable; urgency=low * Team upload. * Imported Upstream version 0.52 * Bump Standards-Version to 3.9.4 -- Salvatore Bonaccorso Thu, 08 Nov 2012 18:00:22 +0100 libvariable-magic-perl (0.51-1) unstable; urgency=low * Imported Upstream version 0.51 -- Angel Abad Thu, 23 Aug 2012 12:54:33 +0200 libvariable-magic-perl (0.50-1) unstable; urgency=low * Imported Upstream version 0.50 * debian/copyright: Update debian/* section -- Angel Abad Mon, 25 Jun 2012 22:10:02 +0200 libvariable-magic-perl (0.49-1) unstable; urgency=low * Team upload. * Imported Upstream version 0.49 * Update format of debian/copyright file. Update format to copyright-format 1.0 as released together with Debian policy 3.9.3. * Bump Standards-Version to 3.9.3 -- Salvatore Bonaccorso Fri, 08 Jun 2012 19:54:32 +0200 libvariable-magic-perl (0.48-1) unstable; urgency=low * Team upload. [ Angel Abad ] * Email change: Angel Abad -> angel@debian.org [ Salvatore Bonaccorso ] * Imported Upstream version 0.48 * Update copyright years for upstream files * Bump Debhelper compat level 9. Adjust Build-Depends on debhelper to (>= 9). * Drop Build-Depends on libtest-kwalitee-perl. Disable the t/99-kwalitee.t test as this causes the package to FTBFS. -- Salvatore Bonaccorso Sat, 18 Feb 2012 10:26:14 +0100 libvariable-magic-perl (0.47-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ Angel Abad ] * Imported Upstream version 0.47 * debian/copyright: Update debian/* section * Bump debhelper compat level to 8 * Bump Standards-Version to 3.9.2 (no changes) -- Angel Abad Fri, 28 Oct 2011 09:05:17 +0200 libvariable-magic-perl (0.46-1) unstable; urgency=low * New upstream release * debian/copyright: Update copyright years -- Angel Abad Mon, 24 Jan 2011 01:49:38 +0100 libvariable-magic-perl (0.45-1) unstable; urgency=low [ Ansgar Burchardt ] * Update my email address. [ Angel Abad ] * New upstream release * debian/copyright: Update license information -- Angel Abad Wed, 24 Nov 2010 13:46:15 +0100 libvariable-magic-perl (0.44-1) unstable; urgency=low * New upstream release * debian/copyright: Update license information * Bump Standards-Version to 3.9.1 (no changes) -- Angel Abad Tue, 28 Sep 2010 20:59:58 +0200 libvariable-magic-perl (0.43-1) unstable; urgency=low [ Angel Abad ] * New upstream release (0.42) * Convert to source format 3.0 (quilt) [ Ansgar Burchardt ] * New upstream release (0.43). * debian/rules: Use 'find -exec ... {} +' instead of find and xargs. -- Ansgar Burchardt Sun, 27 Jun 2010 16:11:50 +0900 libvariable-magic-perl (0.41-1) unstable; urgency=low * New upstream release * Standards-Version 3.8.4 (no changes) -- Angel Abad Tue, 16 Mar 2010 13:41:07 +0100 libvariable-magic-perl (0.40-1) unstable; urgency=low * New upstream release * Update copyright information -- Jonathan Yu Wed, 06 Jan 2010 23:55:50 -0500 libvariable-magic-perl (0.39-1) unstable; urgency=low * New upstream release * Update my email address -- Angel Abad Tue, 01 Dec 2009 17:18:09 +0100 libvariable-magic-perl (0.38-1) unstable; urgency=low [ Ryan Niebur ] * Update jawnsy's email address [ Angel Abad (Ikusnet SLL) ] * New upstream release * Add myself to Uploaders [ gregor herrmann ] * Remove versioned dependency on perl from Depends:, 5.8.8 is even in oldstable. * Add build dependency on libtest-kwalitee-perl. * Fix hashbang in examples (debian/rules, debian/control). -- Angel Abad (Ikusnet SLL) Mon, 05 Oct 2009 13:47:00 +0200 libvariable-magic-perl (0.37-1) unstable; urgency=low * New upstream release + New constant VMG_FORKSAFE introduced to determine whether the module behaves nicely when fork()ing * Standards-Version 3.8.3 (drop perl version dependency) * Drop versioned dependencies on packages where a newer version is available in oldstable * Added myself to Uploaders and Copyright * Updated copyright file with people in changelog * Use new short debhelper 7 rules format -- Jonathan Yu Wed, 26 Aug 2009 05:41:56 -0400 libvariable-magic-perl (0.36-1) unstable; urgency=low [ Nathan Handler ] * New upstream release * debian/watch: - Update to ignore development releases. - Remove comments * debian/control: - Add myself to list of Uploaders - Bump Standards-Version to 3.8.2 [ gregor herrmann ] * debian/control: add build dependency on libtest-portability-files-perl, activates an additional test. -- Nathan Handler Mon, 06 Jul 2009 13:11:36 +0000 libvariable-magic-perl (0.34-1) unstable; urgency=low * New upstream release. -- Ansgar Burchardt Fri, 24 Apr 2009 18:38:56 +0200 libvariable-magic-perl (0.33-1) unstable; urgency=low [ gregor herrmann ] * debian/control: add missing full stop to long description, thanks to Rhonda for spotting. [ Ansgar Burchardt ] * New upstream release. * Add myself to Uploaders. * Bump Standards Version to 3.8.1 (no changes). * Add build-dep on libtest-pod-perl, libtest-pod-coverage-perl to enable additional tests. -- Ansgar Burchardt Wed, 15 Apr 2009 22:45:14 +0200 libvariable-magic-perl (0.32-1) unstable; urgency=low * Initial Release. (Closes: #518057) -- Antonio Radici Tue, 3 Mar 2009 21:33:16 +0000