debian/0000755000000000000000000000000012154631157007173 5ustar debian/libur-perl.doc-base0000644000000000000000000000052512154631157012651 0ustar Document: libur-perl Title: UR Manual Author: Washington University in St. Louis, MO. Abstract: Tutorial to use the UR library Section: Programming/Perl Format: PDF Files: /usr/share/doc/libur-perl/UR_Presentation.pdf.gz Format: HTML Files: /usr/share/doc/libur-perl/documentation.html Index: /usr/share/doc/libur-perl/documentation.html debian/rules0000755000000000000000000000013612154631157010253 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ debian/control0000644000000000000000000000614612154631157010605 0ustar Source: libur-perl Maintainer: Debian Perl Group Uploaders: Olivier Sallou Section: perl Priority: optional Build-Depends: debhelper (>= 9), libmodule-build-perl (>= 0.390000) | perl (>= 5.15.2) Build-Depends-Indep: perl, libclass-autoloadcan-perl, libclass-autouse-perl (>= 2.0), libclass-inspector-perl, libclone-pp-perl, libdata-uuid-libuuid-perl, libdata-compare-perl, libdevel-globaldestruction-perl, libdbd-sqlite3-perl, libdbi-perl, libfreezethaw-perl, libgetopt-complete-perl, libjson-perl, liblingua-en-inflect-perl, liblist-moreutils-perl, libmro-compat-perl, libossp-uuid-perl, libpath-class-perl, libsub-install-perl, libsub-name-perl, libtest-fork-perl, libtext-diff-perl, libtext-glob-perl, libyaml-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libur-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libur-perl.git Homepage: https://metacpan.org/release/UR/ Package: libur-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libclass-autoloadcan-perl, libclass-autouse-perl (>= 2.0), libclass-inspector-perl, libclone-pp-perl, libdata-uuid-libuuid-perl, libdata-compare-perl, libdevel-globaldestruction-perl, libdbd-sqlite3-perl, libdbi-perl, libfreezethaw-perl, libgetopt-complete-perl, libjson-perl, liblingua-en-inflect-perl, liblist-moreutils-perl, libmro-compat-perl, libossp-uuid-perl, libpath-class-perl, libsub-install-perl, libsub-name-perl, libtest-fork-perl, libtext-diff-perl, libtext-glob-perl, libyaml-perl Description: object/relation mapper library UR is a class framework and object/relational mapper for Perl. It starts with the familiar Perl meme of the blessed hash reference as the basis for object instances, and extends its capabilities with ORM (object-relational mapping) capabilities, object cache, in-memory transactions, more formal class definitions, metadata, documentation system, iterators, command line tools, etc. . UR can handle multiple column primary and foreign keys, SQL joins involving class inheritance and relationships, and does its best to avoid querying the database unless the requested data has not been loaded before. It has support for SQLite, Oracle, MySQL and Postgres databases, and the ability to use a text file as a table. . UR uses the same syntax to define non-persistent objects, and supports in-memory transactions for both. debian/libur-perl.docs0000644000000000000000000000011412154631157012116 0ustar README lib/UR/Manual/UR_Presentation.pdf gmt-web/content/documentation.html debian/source/0000755000000000000000000000000012154631157010473 5ustar debian/source/format0000644000000000000000000000001412154631157011701 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000100712154631157011043 0ustar libur-perl (0.410-1) unstable; urgency=low * Team upload. * New upstream release. * Use canonical URL for Vcs-Git. * Remove unused patch remove_failing_tests from source package. * Drop fix*man* patches, applied upstream. * Add spelling.patch to fix a new spelling mistake. -- gregor herrmann Sat, 08 Jun 2013 15:32:02 +0200 libur-perl (0.400-1) unstable; urgency=low * Initial Release (Closes: #701459). -- Olivier Sallou Sat, 23 Feb 2013 11:12:22 +0100 debian/compat0000644000000000000000000000000212154631157010371 0ustar 9 debian/clean0000644000000000000000000000004212154631157010174 0ustar t/Vending/DataSource/Meta.sqlite3 debian/README.Debian0000644000000000000000000000050012154631157011227 0ustar libur-perl for Debian --------------------- Some tests fail if libxml-libxml-perl (and libxml-libxslt-perl). I have created bug 83479 on cpan to follow the issue with upstream. In the meanwhile, it is removed from dependencies (not mandatory). -- Olivier Sallou Fri, 22 Feb 2013 21:57:50 +0100 debian/patches/0000755000000000000000000000000012154631157010622 5ustar debian/patches/spelling.patch0000644000000000000000000000153612154631157013465 0ustar Description: fix a spelling mistake Origin: vendor Bug: https://rt.cpan.org/Ticket/Display.html?id=85982 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=85982 Author: gregor herrmann Last-Update: 2013-06-08 --- a/lib/UR/Context/Process.pm +++ b/lib/UR/Context/Process.pm @@ -35,7 +35,7 @@ =head1 DESCRIPTION -This module provides methods to set and retreive variaous names +This module provides methods to set and retrieve variaous names associated with the program and the program version number. =cut --- a/lib/UR/DataSource/Oracle.pm +++ b/lib/UR/DataSource/Oracle.pm @@ -222,7 +222,7 @@ sub get_userenv { # there are two ways to set these values but this is - # the only way to retreive the values after they are set + # the only way to retrieve the values after they are set my ($self, $dbh) = @_; debian/patches/series0000644000000000000000000000001712154631157012035 0ustar spelling.patch debian/copyright0000644000000000000000000000254112154631157011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Anthony Brummett, Scott Smith Source: https://metacpan.org/release/UR/ Upstream-Name: UR Files: * Copyright: 2002-2011 Washington University in St. Louis, MO. License: Artistic or GPL-1+ Comment: lib/UR.pm says "same terms as Perl itself", LICENSE then contains a copy of Artistic and the GPL version 3; it is assumed that the former is actually meant. Files: lib/UR/BoolExpr/BxParser.pm Copyright: 1998-2001, Francois Desarmenien License: Artistic or GPL-1+ Comment: https://metacpan.org/module/Parse::Yapp#COPYRIGHT Files: debian/* Copyright: 2013, Olivier Sallou 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/watch0000644000000000000000000000020712154631157010223 0ustar version=3 opts=uversionmangle=s/\.\d\d$/$&0/ \ https://metacpan.org/release/UR/ .*/UR-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/libur-perl.lintian-overrides0000644000000000000000000000035312154631157014631 0ustar # Lintian gives lots of bad what-is errors in upstream doc but generated doc looks fine, so keeping it. libur-perl: manpage-has-bad-whatis-entry usr/share/man/man1/ur-* libur-perl: manpage-has-bad-whatis-entry usr/share/man/man3/UR::*