--- libyaml-syck-perl-1.07.orig/debian/compat +++ libyaml-syck-perl-1.07/debian/compat @@ -0,0 +1 @@ +7 --- libyaml-syck-perl-1.07.orig/debian/watch +++ libyaml-syck-perl-1.07/debian/watch @@ -0,0 +1,5 @@ +# format version number, currently 3; this line is compulsory! +version=3 +# URL to the package page followed by a regex to search +http://search.cpan.org/dist/YAML-Syck/ .*/YAML-Syck-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ + --- libyaml-syck-perl-1.07.orig/debian/copyright +++ libyaml-syck-perl-1.07/debian/copyright @@ -0,0 +1,101 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Audrey Tang +Upstream-Source: http://search.cpan.org/dist/YAML-Syck/ +Upstream-Name: YAML-Syck + +Files: * +Copyright: 2005-2009, Audrey Tang +License: MIT + +Files: debian/* +Copyright: 2006, 2007, 2008, Stephen Quinney + 2008, AGOSTINI Yves + 2009, Ryan Niebur +License: MIT + +Files: *.c, *h +Copyright: Copyright (c) 2003 "why the lucky stiff" +License: MIT | other + This software may not be used directly by any living being. ANY use of this + software (even perfectly legitimate and non-commercial uses) until after death + is explicitly restricted. Any living being using (or attempting to use) this software + will be punished to the fullest extent of the law. + . + For your protection, corpses will not be punished. We respectfully request + that you submit your uses (revisions, uses, distributions, uses, etc.) to + your children, who may vicariously perform these uses on your behalf. If + you use this software and you are found to be not dead, you will be punished + to the fullest extent of the law. + . + If you are found to be a ghost or angel, you will be punished to the fullest + extent of the law. + . + After your following the terms of this license, the author has vowed to repudiate + your claim, meaning that the validity of this contract will no longer be recognized. + This license will be unexpectedly revoked (at a time which is designated to be + most inconvenient) and involved heirs will be punished to the fullest extent + of the law. + . + Furthermore, if any parties (related or non-related) escape the punishments + outlined herein, they will be severely punished to the fullest extent of a new + revised law that (1) expands the statement "fullest extent of the law" to encompass + an infinite duration of infinite punishments and (2) exacts said punishments + upon all parties (related or non-related). + +Files: ppport.h +Copyright: + Version 3.x, Copyright (c) 2004-2007, Marcus Holland-Moritz. + Version 2.x, Copyright (C) 2001, Paul Marquess. + Version 1.x, Copyright (C) 1999, Kenneth Albanowski. +License: GPL-1+ | Artistic + +Files: inc/Module/* +Copyright: Copyright 2002 - 2009 by Brian Ingerson, Audrey Tang and Adam Kennedy +License-Alias: Perl +License: GPL-1+ | Artistic + +Files: inc/Test/More.pm +Copyright: 2001-2008 by Michael G Schwern +License-Alias: Perl +License: GPL-1+ | Artistic + +Files: inc/Test/Builder/*, inc/Test/Builder.pm +Copyright: 2002-2008 by chromatic and Michael G Schwern +License-Alias: Perl +License: GPL-1+ | Artistic + +License: MIT + Permission is hereby granted, free of charge, to any person + obtaining a copy of this software and associated documentation + files (the "Software"), to deal in the Software without + restriction, including without limitation the rights to use, copy, + modify, merge, publish, distribute, sublicense, and/or sell copies + of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT + HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, + WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR + OTHER DEALINGS IN THE SOFTWARE. + +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' --- libyaml-syck-perl-1.07.orig/debian/rules +++ libyaml-syck-perl-1.07/debian/rules @@ -0,0 +1,23 @@ +#!/usr/bin/make -f + +build: build-stamp +build-stamp: + dh build + touch $@ + +clean: + dh $@ + +install: install-stamp +install-stamp: build-stamp + dh install + touch $@ + +binary-arch: install + dh $@ + +binary-indep: + +binary: binary-arch binary-indep + +.PHONY: binary binary-arch binary-indep install clean build --- libyaml-syck-perl-1.07.orig/debian/control +++ libyaml-syck-perl-1.07/debian/control @@ -0,0 +1,19 @@ +Source: libyaml-syck-perl +Section: perl +Priority: optional +Build-Depends: perl (>= 5.6.0), debhelper (>= 7), libdevel-leak-perl +Maintainer: Debian Perl Group +Uploaders: AGOSTINI Yves , Ryan Niebur +Standards-Version: 3.8.1 +Homepage: http://search.cpan.org/dist/YAML-Syck/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libyaml-syck-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libyaml-syck-perl/ + +Package: libyaml-syck-perl +Architecture: any +Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends} +Description: fast, lightweight YAML loader and dumper + YAML::Syck provides a Perl interface to the libsyck data + serialization library. It exports the Dump and Load functions for + converting Perl data structures to YAML strings, and the other way + around. --- libyaml-syck-perl-1.07.orig/debian/changelog +++ libyaml-syck-perl-1.07/debian/changelog @@ -0,0 +1,130 @@ +libyaml-syck-perl (1.07-1build1) lucid; urgency=low + + * rebuild rest of main for armel armv7/thumb2 optimization; + UbuntuSpec:mobile-lucid-arm-gcc-v7-thumb2 + + -- Alexander Sack Sun, 07 Mar 2010 00:55:55 +0100 + +libyaml-syck-perl (1.07-1) unstable; urgency=low + + [ gregor herrmann ] + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + + [ Ryan Niebur ] + * New upstream release + * Add myself to Uploaders + * Debian Policy 3.8.1 + * machine readable copyright format + * debhelper 7 + * improve long description a bit + + [ gregor herrmann ] + * Add build dependency on libdevel-leak-perl to enable an additional test. + + -- Ryan Niebur Sat, 25 Apr 2009 10:44:01 -0700 + +libyaml-syck-perl (1.05-1) unstable; urgency=low + + * New upstream release + * Standards-Version: 3.8.0 + * change to proposal copyright format rev=102 + + -- AGOSTINI Yves Mon, 09 Jun 2008 16:55:04 +0200 + +libyaml-syck-perl (1.04-1) unstable; urgency=low + + * Take over for the Debian Perl Group on maintainer's request + (sjq@debian.org) + "Tue, 27 May 2008 19:23:13 +0100 + Go for it. + . + Stephen + . + On Sat, May 24, 2008 at 12:06 PM, Yves AGOSTINI + wrote: + > As I progress in Jifty packaging, I found that libyaml-syck-perl need + also to be updated. + > So I will make the same proposition than libuniversal-require-perl : if + you don't have enough time I can make the update with the help of Perl + Debian Group." + * refresh rules with "dh-make-perl -R --arch any", remove useless comment, + add COMPATIBILITY file in docs + * fix control to standards version 3.7.3, add vcs and homepage entries + * fix watch to version 3 + * fix compat to version 5 + * fix copyright format to proposal update + * New upstream release + + -- AGOSTINI Yves Tue, 27 May 2008 21:25:23 +0200 + +libyaml-syck-perl (1.01-1) unstable; urgency=low + + * New upstream release + + -- Stephen Quinney Thu, 24 Jan 2008 21:27:24 +0000 + +libyaml-syck-perl (1.00-1) unstable; urgency=low + + * New upstream release + + -- Stephen Quinney Mon, 10 Dec 2007 11:43:02 +0100 + +libyaml-syck-perl (0.91-1) unstable; urgency=low + + * New upstream release + + -- Stephen Quinney Sat, 23 Jun 2007 12:38:02 +0100 + +libyaml-syck-perl (0.87-1) unstable; urgency=low + + * New upstream release + * Switched to MIT license + + -- Stephen Quinney Sat, 16 Jun 2007 20:13:04 +0100 + +libyaml-syck-perl (0.71-1) unstable; urgency=low + + * New upstream release + * debian/watch, debian/copyright - upstream switched back + + -- Stephen Quinney Fri, 13 Oct 2006 20:40:44 +0100 + +libyaml-syck-perl (0.67-1) unstable; urgency=low + + * New upstream release + * debian/copyright, debian/watch: Updated for new upstream author. + + -- Stephen Quinney Thu, 10 Aug 2006 20:40:02 +0100 + +libyaml-syck-perl (0.45-1) unstable; urgency=low + + * New upstream release + + -- Stephen Quinney Tue, 20 Jun 2006 20:12:22 +0100 + +libyaml-syck-perl (0.44-1) unstable; urgency=low + + * New upstream release + + -- Stephen Quinney Fri, 26 May 2006 18:21:32 +0100 + +libyaml-syck-perl (0.41-1) unstable; urgency=low + + * New upstream release + * debian/copyright - Updated upstream contact details + + -- Stephen Quinney Sun, 16 Apr 2006 19:58:48 +0100 + +libyaml-syck-perl (0.33-1) unstable; urgency=low + + * New upstream release - lots of fixes for the emitter. + + -- Stephen Quinney Sun, 19 Feb 2006 20:05:28 +0000 + +libyaml-syck-perl (0.28-1) unstable; urgency=low + + * Initial Release, closes: #348364. + + -- Stephen Quinney Wed, 25 Jan 2006 20:13:32 +0000 +