diff options
author | Julian Blake Kongslie <jblake@omgwallhack.org> | 2010-07-07 15:44:46 -0700 |
---|---|---|
committer | Julian Blake Kongslie <jblake@omgwallhack.org> | 2010-07-07 15:44:46 -0700 |
commit | d809044c2f00d7f8358dc8013c4e6639760aba67 (patch) | |
tree | d15343ee934bc6b23a395046d35f7fb4e6131459 /usr/src/pinyadmin/debian | |
parent | f5674a8b57fe48d470fae283ac3d3c259f8aa9c7 (diff) | |
download | piny-code-d809044c2f00d7f8358dc8013c4e6639760aba67.tar.gz piny-code-d809044c2f00d7f8358dc8013c4e6639760aba67.zip |
Revising newrepo to use libpiny.
Diffstat (limited to 'usr/src/pinyadmin/debian')
-rw-r--r-- | usr/src/pinyadmin/debian/changelog | 6 | ||||
-rw-r--r-- | usr/src/pinyadmin/debian/control | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/usr/src/pinyadmin/debian/changelog b/usr/src/pinyadmin/debian/changelog index 4f0a8eb..723c7e0 100644 --- a/usr/src/pinyadmin/debian/changelog +++ b/usr/src/pinyadmin/debian/changelog @@ -1,3 +1,9 @@ +pinyadmin (0.6) unstable; urgency=low + + * Revised newrepo to use libpiny. + + -- Julian Blake Kongslie <jblake@omgwallhack.org> Wed, 07 Jul 2010 15:44:31 -0700 + pinyadmin (0.5) unstable; urgency=low * Listing repos and repo access rights. diff --git a/usr/src/pinyadmin/debian/control b/usr/src/pinyadmin/debian/control index 25df07d..950a6c9 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.5) +Depends: ${perl:Depends}, ${misc:Depends}, libpiny-perl (>= 0.9) Description: Administrative programs for piny The command-line programs for day-to-day administrative tasks in the Piny infrastructure. |