summaryrefslogtreecommitdiff
path: root/usr
diff options
context:
space:
mode:
authorJulian Blake Kongslie <jblake@omgwallhack.org>2010-10-11 21:56:25 -0700
committerjblake+piny@omgwallhack.org <jblake@omgwallhack.org>2010-10-11 21:56:25 -0700
commit3b2871729292d24a9d7bcb14c174292fa52fba22 (patch)
treee71c05192f737225b4e66e3e8ef7cf7befb659ac /usr
parent0e5be768a7128745bd1f4a6a3904eb67a131e719 (diff)
downloadpiny-code-3b2871729292d24a9d7bcb14c174292fa52fba22.tar.gz
piny-code-3b2871729292d24a9d7bcb14c174292fa52fba22.zip
Package versions.
Diffstat (limited to 'usr')
-rw-r--r--usr/src/libpiny/debian/changelog6
-rw-r--r--usr/src/pinyadmin/debian/changelog6
-rw-r--r--usr/src/pinyadmin/debian/control2
3 files changed, 13 insertions, 1 deletions
diff --git a/usr/src/libpiny/debian/changelog b/usr/src/libpiny/debian/changelog
index 859caa4..777bb27 100644
--- a/usr/src/libpiny/debian/changelog
+++ b/usr/src/libpiny/debian/changelog
@@ -1,3 +1,9 @@
+libpiny-perl (0.13) unstable; urgency=low
+
+ * Vastly overhauled the config stuff.
+
+ -- Julian Blake Kongslie <jblake@omgwallhack.org> Mon, 11 Oct 2010 21:55:40 -0700
+
libpiny-perl (0.12) unstable; urgency=low
* Support for per-repo configuration in the git config, section piny.
diff --git a/usr/src/pinyadmin/debian/changelog b/usr/src/pinyadmin/debian/changelog
index 2bc9fbe..e11d900 100644
--- a/usr/src/pinyadmin/debian/changelog
+++ b/usr/src/pinyadmin/debian/changelog
@@ -1,3 +1,9 @@
+pinyadmin (0.8) unstable; urgency=low
+
+ * New config tweakable stuff.
+
+ -- Julian Blake Kongslie <jblake@omgwallhack.org> Mon, 11 Oct 2010 21:56:04 -0700
+
pinyadmin (0.7) unstable; urgency=low
* Creating ssh key management utilities.
diff --git a/usr/src/pinyadmin/debian/control b/usr/src/pinyadmin/debian/control
index 7ff9575..db838bd 100644
--- a/usr/src/pinyadmin/debian/control
+++ b/usr/src/pinyadmin/debian/control
@@ -7,7 +7,7 @@ Standards-version: 3.8.4
Package: pinyadmin
Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libpiny-perl (>= 0.11), moreutils
+Depends: ${perl:Depends}, ${misc:Depends}, libpiny-perl (>= 0.13), moreutils
Description: Administrative programs for piny
The command-line programs for day-to-day administrative tasks in the Piny
infrastructure.