diff options
author | Julian Blake Kongslie <jblake@omgwallhack.org> | 2010-08-01 20:08:20 -0700 |
---|---|---|
committer | Julian Blake Kongslie <jblake@omgwallhack.org> | 2010-08-01 20:08:20 -0700 |
commit | fa904279c38a28fd95af00012b4ebfa354b9e34e (patch) | |
tree | 761c056bbcad8559909f5c448fb4925bd5ec9a91 /usr/src/libpiny/debian | |
parent | 20c9aff1b372231e86d0f5c8b3e43e8d813bebbf (diff) | |
download | piny-code-fa904279c38a28fd95af00012b4ebfa354b9e34e.tar.gz piny-code-fa904279c38a28fd95af00012b4ebfa354b9e34e.zip |
Supporting per-repo config stuff.
Diffstat (limited to 'usr/src/libpiny/debian')
-rw-r--r-- | usr/src/libpiny/debian/changelog | 7 | ||||
-rw-r--r-- | usr/src/libpiny/debian/control | 2 |
2 files changed, 8 insertions, 1 deletions
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 <jblake@omgwallhack.org> 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. |