debian/0000755000000000000000000000000012255406643007175 5ustar debian/rules0000755000000000000000000000003612255406643010254 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000365012255406643010604 0ustar Source: libdist-checkconflicts-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Nuno Carvalho Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libtest-fatal-perl, liblist-moreutils-perl, libmodule-runtime-perl (>= 0.009) Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdist-checkconflicts-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdist-checkconflicts-perl.git Homepage: https://metacpan.org/release/Dist-CheckConflicts/ Package: libdist-checkconflicts-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, liblist-moreutils-perl, libmodule-runtime-perl (>= 0.009) Description: module for declaring version conflicts for a distribution One shortcoming of the CPAN clients that currently exist is that they have no way of specifying conflicting downstream dependencies of modules. Dist::CheckConflicts attempts to work around this issue by allowing you to specify conflicting versions of modules separately, and deal with them after the module is done installing. . For instance, say you have a module Foo, and some other module Bar uses Foo. If Foo were to change its API in a non-backwards-compatible way, this would cause Bar to break until it is updated to use the new API. Foo can't just depend on the fixed version of Bar, because this will cause a circular dependency (because Bar is already depending on Foo), and this doesn't express intent properly anyway - Foo doesn't use Bar at all. The ideal solution would be for there to be a way to specify conflicting versions of modules in a way that would let CPAN clients update conflicting modules automatically after an existing module is upgraded, but until that happens, this module will allow users to do this manually. debian/source/0000755000000000000000000000000012255406643010475 5ustar debian/source/format0000644000000000000000000000001412255406643011703 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000165512255406643011056 0ustar libdist-checkconflicts-perl (0.10-1) unstable; urgency=medium * Team upload. * New upstream release. * Make (build) dependency on libmodule-runtime-perl versioned. * Declare compliance with Debian Policy 3.9.5. -- gregor herrmann Sat, 21 Dec 2013 22:52:25 +0100 libdist-checkconflicts-perl (0.09-1) unstable; urgency=low * Team upload. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * New upstream release. * Update (build) dependencies. * Update years of upstream copyright. * Declare compliance with Debian Policy 3.9.4. -- gregor herrmann Sun, 22 Sep 2013 19:23:40 +0200 libdist-checkconflicts-perl (0.02-1) unstable; urgency=low * Initial Release. (Closes: #609025) -- Nuno Carvalho Mon, 6 Aug 2012 16:11:09 +0100 debian/compat0000644000000000000000000000000212255406643010373 0ustar 8 debian/copyright0000644000000000000000000000204312255406643011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Jesse Luehrs Source: https://metacpan.org/release/Dist-CheckConflicts/ Upstream-Name: Dist-CheckConflicts Files: * Copyright: 2011-2013, Jesse Luehrs License: Artistic or GPL-1+ Files: debian/* Copyright: 2012, Nuno Carvalho 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/watch0000644000000000000000000000020412255406643010222 0ustar version=3 https://metacpan.org/release/Dist-CheckConflicts/ .*/Dist-CheckConflicts-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$