From fa904279c38a28fd95af00012b4ebfa354b9e34e Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Sun, 1 Aug 2010 20:08:20 -0700 Subject: Supporting per-repo config stuff. --- usr/src/libpiny/debian/changelog | 7 +++++++ usr/src/libpiny/debian/control | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'usr/src/libpiny/debian') diff --git a/usr/src/libpiny/debian/changelog b/usr/src/libpiny/debian/changelog index 3dcd6c4..859caa4 100644 --- a/usr/src/libpiny/debian/changelog +++ b/usr/src/libpiny/debian/changelog @@ -1,3 +1,10 @@ +libpiny-perl (0.12) unstable; urgency=low + + * Support for per-repo configuration in the git config, section piny. + * Support for per-repo custom http/https base URLs. + + -- Julian Blake Kongslie Sun, 01 Aug 2010 20:07:44 -0700 + libpiny-perl (0.11) unstable; urgency=low * Destroying dead repos. diff --git a/usr/src/libpiny/debian/control b/usr/src/libpiny/debian/control index a626cd8..04f501e 100644 --- a/usr/src/libpiny/debian/control +++ b/usr/src/libpiny/debian/control @@ -7,7 +7,7 @@ Standards-version: 3.8.4 Package: libpiny-perl Architecture: all -Depends: ${perl:Depends}, ${misc:Depends}, libemail-valid-loose-perl, libmoose-perl, libmoosex-singleton-perl +Depends: ${perl:Depends}, ${misc:Depends}, libconfig-tiny-perl, libemail-valid-loose-perl, libmoose-perl, libmoosex-singleton-perl, libyaml-tiny-perl Description: Perl interface for the piny infrastructure This is a set of modules for accomplishing administrative tasks in the piny.be infrastructure. -- cgit v1.2.3