summaryrefslogtreecommitdiff
path: root/usr/src/libpiny/debian
diff options
context:
space:
mode:
authorjrayhawk+piny.be@omgwallhack.org <jrayhawk@piny.svcs.cs.pdx.edu>2010-08-07 04:46:06 -0700
committerjrayhawk+piny.be@omgwallhack.org <jrayhawk@piny.svcs.cs.pdx.edu>2010-08-07 04:46:06 -0700
commit59892ab382d643c294ca7383eec2e1e658fdc783 (patch)
tree4a899deebc027a4fbd68b9b5b3d7afecd56ef467 /usr/src/libpiny/debian
parent22baf8269191eac1322af38abb9bf42eb5d3a01c (diff)
parentfa904279c38a28fd95af00012b4ebfa354b9e34e (diff)
downloadpiny-code-59892ab382d643c294ca7383eec2e1e658fdc783.tar.gz
piny-code-59892ab382d643c294ca7383eec2e1e658fdc783.zip
Merge branch 'master' of git+ssh://piny.be/srv/git/piny-code
Diffstat (limited to 'usr/src/libpiny/debian')
-rw-r--r--usr/src/libpiny/debian/changelog7
-rw-r--r--usr/src/libpiny/debian/control2
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.